jboss 中JSP或SERVLET调用EJB问题

2008-02-23 09:39:06来源:互联网 阅读 ()

新老客户大回馈,云服务器低至5折

使用Eclipse 将EJB 和 调用此EJB的JSP或Servlet部署到JBoss4.0.2中,使用LOMBOZ EJB Test Client Wizard 创建的Java客户端可以正常调用EJB,但使用Servlet和JSP调用时出错:
04:03:33,714 INFO [STDOUT] java.rmi.ServerException: EJBException:; nested exception is:
javax.ejb.EJBException: Invalid invocation, check your deployment packaging, method=public abstract test.ejb.TestEJBInterface test.ejb.TestEJBHome.create() throws javax.ejb.CreateException,java.rmi.RemoteException

解决办法:

1] Edit conf/jboss-service.XML and make CallByValue as 'true' in NamingService as below

<mbean code="org.jboss.naming.NamingService"
name="jboss:service=Naming"
xmbean-dd="resource:xmdesc/NamingService-xmbean.xml">
true


2] Edit deploy/ear-deployer.xml, and set Isloated and CallByValue as true

3]Edit deploy\jbossweb-tomcat55.sar\META-INF\jboss-service.xml , and set Java2ClassLoadingCompilance and UseJbossWebLoader attributes as false

http://www.jboss.com/?module=bb&op=viewtopic&p=3882728

上一篇: java.util.zip.Checksum翻译
下一篇: Hibernate 多对多例

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:Eclipse Release Build: 3.1正式发布! ——JDT新特性(二)

下一篇:linux下jdk的安装与配置(大虾勿进)