[jboss-user] [EJB 3.0] - Re: EJB3 <ejb-local-ref> not working

daedalus_hammer do-not-reply at jboss.com
Sat Nov 10 17:19:46 EST 2007


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



More information about the jboss-user mailing list