HELLO all,
 i have developed a j2ee app based on EJB3./
I have deployed it in JB4.0.3sp1 and everything worked fine

when i downloaded JB4.0.4 and deployed it, i got a huuuuge exception...
 
at beginning, i have this

2006-03-12 13:50:23,750 DEBUG [org.jboss.system.ServiceController] Creating 
dependent components for: jboss.aop:service=AspectDeployer dependents are: 
[ObjectName: 
jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3
  State: CONFIGURED
  I Depend On:
    jboss.aop:service=AspectDeployer
, ObjectName: jboss.ejb3:service=EJB3Deployer
  State: CONFIGURED
  I Depend On:
    jboss.aop:service=AspectDeployer
    jboss.ejb:service=EJBDeployer
    jboss.ejb3:service=JarsIgnoredForScanning
]



2006-03-12 14:02:41,640 ERROR 
[org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment 
listing:

--- MBeans waiting for other MBeans ---
ObjectName: 
jboss.j2ee:service=EJB3,ear=ejb3-deploy-1.0.ear,jar=ejb3-app-1.0-SNAPSHOT.par,name=CalculatorBean
  State: NOTYETINSTALLED
  I Depend On:
    persistence.units:unitName=cal

ObjectName: 
jboss.j2ee:service=EJB3,ear=ejb3-deploy-1.0.ear,jar=ejb3-app-1.0-SNAPSHOT.par,name=SessionFacadeBean
  State: NOTYETINSTALLED
  I Depend On:
    persistence.units:unitName=cal

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: persistence.units:unitName=cal
  State: NOTYETINSTALLED
  Depends On Me:
    
jboss.j2ee:service=EJB3,ear=ejb3-deploy-1.0.ear,jar=ejb3-app-1.0-SNAPSHOT.par,name=CalculatorBean
    
jboss.j2ee:service=EJB3,ear=ejb3-deploy-1.0.ear,jar=ejb3-app-1.0-SNAPSHOT.par,name=SessionFacadeBean


2006-03-12 14:02:41,671 DEBUG 
[org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread] Notified 
that enabled: true
2006-03-12 14:02:41,671 DEBUG 
[org.jboss.deployment.scanner.URLDeploymentScanner] Started 
jboss.deployment:type=DeploymentScanner,flavor=URL
2006-03-12 14:02:41,671 DEBUG [org.jboss.system.ServiceController] Starting 
dependent components for: jboss.deployment:type=DeploymentScanner,flavor=URL 
dependent components: []
2006-03-12 14:02:41,703 DEBUG [org.jboss.deployment.MainDeployer] End 
deployment start on package: jboss-service.xml
2006-03-12 14:02:41,703 DEBUG [org.jboss.deployment.MainDeployer] Deployed 
package: file:/C:/Sw/jboss-4.0.4RC1/server/default/conf/jboss-service.xml
2006-03-12 14:02:41,703 DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] Saw 
org.jboss.system.server.started notification, starting connectors
2006-03-12 14:02:41,734 INFO  [org.apache.coyote.http11.Http11BaseProtocol] 
Starting Coyote HTTP/1.1 on http-0.0.0.0-8091


so i can't figure out why the persistenceUnit does not get deployed..

the ejb jar file is exactly the same as theone deployed on jboss4.0.3sp1..

are there any differences in ejb3 'deployment' betweeen jboss4.0.3 and 4.0.4?

thanks and regards
 marco




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929602#3929602

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3929602


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to