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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
