[jboss-user] [EJB 3.0] - Re: Why are my EJBs mounted in JNDI twice?

jaikiran do-not-reply at jboss.com
Fri Apr 24 04:17:36 EDT 2009


Looking at your post in other thread:

12:32:48,087 INFO  [SessionSpecContainer] Starting jboss.j2ee:ear=application-ear-default.ear,jar=services-ejb3-7.0.0-SNAPSHOT.jar,name=Search,service=EJB3
  | 
  | ...
  | 12:32:48,165 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
  | 
  | 	application-ear-default/PageDao/local - EJB3.x Default Local Business Interface
  | 	application-ear-default/PageDao/local-ccc.services.PageDao - EJB3.x Local Business Interface
  | ...
  | 
  | 12:32:48,696 INFO  [SessionSpecContainer] Starting jboss.j2ee:ear=application-ear-default.ear,jar=application-ear-default.ear,name=Search,service=EJB3
  | 
  | ...
  | 12:32:48,727 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
  | 
  | 	PageDao/local - EJB3.x Default Local Business Interface
  | 	PageDao/local-ccc.services.PageDao - EJB3.x Local Business Interface
  | 

Are you (by mistake), packaging an EAR within an EAR? application-ear-default.ear within application-ear-default.ear

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

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



More information about the jboss-user mailing list