Ok, I added a jboss-web.xml :

<?xml version="1.0" encoding="UTF-8"?>
<jboss-web>
    <ejb-local-ref>
                <ejb-ref-name>ejb/UserBean</ejb-ref-name>
                <ejb-ref-type>Session</ejb-ref-type>
                com.website.Statefull.UserBeanLocal
        </ejb-local-ref>
</jboss-web>

But now, the exception changes to "org.jboss.deployment.DeploymentException: 
expected one local-home tag" .
Any other idea?
Thanks!

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

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

Reply via email to