[jboss-user] [JNDI/Naming/Network] - Re: NameNotFoundException: xxxx not bound

rzuidema do-not-reply at jboss.com
Sun Feb 11 12:17:03 EST 2007


In the web.xml

  |     <ejb-ref>
  |         <ejb-ref-name>FirstcategoryFacade</ejb-ref-name>
  |         <ejb-ref-type>Session</ejb-ref-type>
  |         <home>FirstcategoryFacadeHome</home>
  |         <remote>FirstcategoryFacade</remote>
  |     </ejb-ref>
  | 
in the jboss-we.xml

  | <?xml version="1.0" encoding="UTF-8"?>
  | <jboss-web>
  |   <security-domain flushOnSessionInvalidation="false"/>
  |   <context-root>/NewsApp-war</context-root>
  |   <ejb-ref>
  |     <ejb-ref-name>FirstcategoryFacade</ejb-ref-name>
  |     <jndi-name>FirstcategoryFacade</jndi-name>
  |   </ejb-ref>
  | </jboss-web>
  | 

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

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



More information about the jboss-user mailing list