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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...