Hi !

I think you have to declare the ENC entries in jboss-web.xml, too. At least I 
did not manage it with ejb links.
web-xml should just 

Your jboss-web.xml should contain this:
        <ejb-ref>
  |             <ejb-ref-name>ejb/MovielistFacadeBean</ejb-ref-name>
  |             <ejb-ref-type>Session</ejb-ref-type>
  |             <home>java.lang.Object</home>
  |             <remote>...</remote>
  |     </ejb-ref> 


        <ejb-ref>
  |             <ejb-ref-name>ejb/MovielistFacadeBean</ejb-ref-name>
  |             <jndi-name>EARName/MovielistFacadeBean/remote</jndi-name>
  |     </ejb-ref>

Hope this helps

Wolfgang

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041395
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to