I try to get an application running under JBoss 4.2.2. Currently I have problems to configure the web.xml and the jboss-web.xml correctly - I always get the error
DataAccessFacade found in jboss-web.xml but not in web.xml Here the web.xml <ejb-local-ref> | <description> | </description> | <ejb-ref-name>ejb/DataAccessFacade</ejb-ref-name> | <ejb-ref-type>Session</ejb-ref-type> | <local-home>com.wag.debeos.DataAccessFacadeLocalHome</local-home> | <local>com.wag.debeos.DataAccessFacadeLocal</local> | <ejb-link>Appl.jar#DataAccessFacade</ejb-link> | </ejb-local-ref> and the jboss-web.xml <jboss-web> | <ejb-ref> | <ejb-ref-name>ejb/DataAccessFacade</ejb-ref-name> | <jndi-name>ejb/DataAccessFacadeLocalHome</jndi-name> | </ejb-ref> | </jboss-web> | Looks so simple, but I don't know what's wrong. Any JNDI-specialists here that could help me? Thanks! Benjiii View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123042#4123042 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123042 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
