Ciao ho un problema riguardante jboss,allora ho un progetto e ho scaricato il plugin jboss e in seguito il server jboss..Nessun problema il server gira e non mi sembra che ci siano problemi infatti se vado nel browser e digito localhost:8081(nota ho cambiato io la porta da 8080 a 8081) mi viene la pagina che il server girò..Se,però,provo ad andare su file build del progetto e faccio ant build,mi viene fuori questo errore,credo che riguardi il file properties perchè cita dei suoi elementi:
File properties
ear.name=AllenaVita.ear
war.name=AllenaVita.war
jar.name=AllenaVita.jar
jar.common.name=AllenaVitaCommon.jar
ERRORE
16:30:35,765 INFO [org.jboss.web] (MSC service thread 1-1) JBAS018210: Registering web context: /allenavita
16:30:35,767 INFO [org.jboss.as] (MSC service thread 1-6) JBAS015951: Admin console listening on http://127.0.0.1:9990
16:30:35,768 ERROR [org.jboss.as] (MSC service thread 1-6) JBAS015875: JBoss AS 7.1.1.Final "Brontes" started (with errors) in 8120ms - Started 326 of 408 services (1 services failed or missing dependencies, 80 services are passive or on-demand)
16:30:35,977 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "AllenaVita.ear" was rolled back with failure message {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.persistenceunit.\"AllenaVita.ear/AllenaVita.jar#Allenavita\"jboss.naming.context.ja va.jboss.datasources.AllenaVitaDSMissing[jboss.persistenceunit.\"AllenaVita.ear/AllenaVita.jar#Allenavita\"jboss.naming.context.ja va.jboss.datasources.AllenaVitaDS]"]}
16:30:36,069 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015877: Stopped deployment AllenaVita.jar in 97ms
16:30:36,297 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015877: Stopped deployment AllenaVita.war in 325ms
16:30:36,301 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment AllenaVita.ear in 330ms
16:30:36,302 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report
JBAS014775: New missing/unsatisfied dependencies:
service jboss.naming.context.java.jboss.datasources.Allena VitaDS (missing) dependents: [service jboss.persistenceunit."AllenaVita.ear/AllenaVita.jar#Allenavita"]
16:30:36,307 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.persistenceunit.\"AllenaVita.ear/AllenaVita.jar#Allenavita\"jboss.naming.context.ja va.jboss.datasources.AllenaVitaDSMissing[jboss.persistenceunit.\"AllenaVita.ear/AllenaVita.jar#Allenavita\"jboss.naming.context.ja va.jboss.datasources.AllenaVitaDS]"]}}}