[jboss-jira] [JBoss JIRA] Created: (JBAS-3668) EJB Deployment and Lookup
madan srinivas (JIRA)
jira-events at jboss.com
Tue Sep 19 08:45:55 EDT 2006
EJB Deployment and Lookup
-------------------------
Key: JBAS-3668
URL: http://jira.jboss.com/jira/browse/JBAS-3668
Project: JBoss Application Server
Issue Type: Support Patch
Security Level: Public (Everyone can see)
Components: EJB3
Affects Versions: JBossAS-4.0.4.CR2
Reporter: madan srinivas
Assigned To: Bill Burke
I have used JBoss 4.0.4 CR2 and deployed EJB3.0 Entity bean and stateless session bean
Below is the deployed status :
17:09:11,297 INFO [JmxKernelAbstraction] installing MBean: persistence.units:ja
r=Test.jar,unitName=manager1 with dependencies:
17:09:11,297 INFO [JmxKernelAbstraction] jboss.jca:name=MSSQLDS,service=M
anagedConnectionFactory
17:09:11,344 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:jar=Test.
jar,name=FileDetailsClientBean,service=EJB3 with dependencies:
17:09:11,344 INFO [JmxKernelAbstraction] persistence.units:jar=Test.jar,u
nitName=manager1
17:09:11,344 INFO [EJB3Deployer] Deployed: file:/D:/jboss-4.0.4.CR2/server/defa
ult/deploy/Test.jar
But i get following message on jboss server :
--- MBeans waiting for other MBeans ---
ObjectName: persistence.units:jar=Test.jar,unitName=manager1
State: NOTYETINSTALLED
I Depend On:
jboss.jca:name=MSSQLDS,service=ManagedConnectionFactory
Depends On Me:
jboss.j2ee:jar=Test.jar,name=FileDetailsClientBean,service=EJB3
ObjectName: jboss.j2ee:jar=Test.jar,name=FileDetailsClientBean,service=EJB3
State: NOTYETINSTALLED
I Depend On:
persistence.units:jar=Test.jar,unitName=manager1
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.jca:name=MSSQLDS,service=ManagedConnectionFactory
State: NOTYETINSTALLED
Depends On Me:
persistence.units:jar=Test.jar,unitName=manager1
and when i look up the session bean , i get ejb not bound exception
Pls help
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list