[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - expectd one local home tag problem
shogun1234
do-not-reply at jboss.com
Tue Oct 30 06:41:46 EDT 2007
I read the issue posted on jira. It seems like the Jboss (above 4.0.5) should support servlet 2.5. However, when call EJB3 from tomcat (jboss 4.2.2 version) I get the error saying " ... expected one local-home tag ..." where for EJB3 there should have no local home.
How can I solve this problem?
| the content of web.xml
| <ejb-local-ref>
| <ejb-ref-name>ejb/TimeBean</ejb-ref-name>
| <ejb-ref-type>Session</ejb-ref-type>
| <local>net.sf.sample.TimeLocal</local>
| </ejb-local-ref>
|
Thank you very much
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100166#4100166
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100166
More information about the jboss-user
mailing list