Tried my sample J2EE 1.4 .ear, which is working in Sun App Server 8 and IBM WebSphere 6, now in JBoss 4.0RC1. There's still the same exception:
10:31:47,152 INFO [EARDeployer] Init J2EE application: file:/D:/work/soap/jboss-4.0.0RC1/server/default/deploy/RoSrapScriptExecService.ear 10:31:47,527 INFO [EjbModule] Deploying RoSrapScriptExecServiceImpl 10:31:47,542 WARN [EjbModule] The Container Invoker session-webservice-invoker (in jboss.xml or standardjboss.xml) could not be created because of java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.net.ws4ee.server.EJBProxyFactoryImpl We will ignore this error, but you may miss a transport for this bean. Tried to add an meta-inf/jboss.xml to my .jar in the .ear, but the problem is still there. <?xml version="1.0" encoding="UTF-8"?> <enterprise-beans> <ejb-name>RoSrapScriptExecServiceImpl</ejb-name> <jndi-name>/rochade/srap/scriptExec</jndi-name> <ejb-name>RoSrapScriptExecServiceImplWSI</ejb-name> <jndi-name>/rochade/srap/scriptExecWSI</jndi-name> </enterprise-beans> cu Merten View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843596#3843596 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843596 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development