Hi,

its a little bit strange. When I run two different clients on the same application, in 
one comes an error.
I get "javax.naming.CommunicationException [Root exception is 
java.lang.ClassNotFoundException: com.test.TestEJBHome (no security manager: RMI class 
loader disabled)]"

When I run an another client on the same app, it is working. In both clients I use the 
jboss jars:
- jbossall-client
- jboss-client
- jnp-client

Juraj

-----Ursprungliche Nachricht-----
Von: Alexey Loubyansky [mailto:[EMAIL PROTECTED]
Gesendet: Samstag, 2. August 2003 15:27
An: [EMAIL PROTECTED]
Betreff: Re: [JBoss-user] Home Interface not found?


Hello Juraj,

what is the packaging structure?

alex

Friday, August 01, 2003, 6:27:54 PM, Juraj Lenharcik wrote:

JLtsc> Hello,

JLtsc> I want to connect my EAR App and get this exception:
JLtsc> javax.naming.CommunicationException [Root exception is 
java.lang.ClassNotFoundException: com.test.TestEJBHome]

JLtsc> The Home Interface is in the EAR package. In older versions of Jboss it has 
worked. I tried 3.2.1. Any ideas?

JLtsc> ejb-jar.xml:
JLtsc>       <session >
JLtsc>          <description><![CDATA[]]></description>

JLtsc>          <ejb-name>TestEJB</ejb-name>

JLtsc>          <home>com.test.TestEJBHome</home>
JLtsc>          <remote>com.test.TestEJBRemote</remote>
JLtsc>          <local-home>com.test.TestEJBLocalHome</local-home>
JLtsc>          <local>com.test.TestEJB</local>
JLtsc>          <ejb-class>com.test.TestEJBBean</ejb-class>
JLtsc>          <session-type>Stateless</session-type>
JLtsc>          <transaction-type>Container</transaction-type>

JLtsc>       </session>

JLtsc> Juraj


JLtsc> $ 17:22:24,687 INFO  [MainDeployer] Starting deployment of package: file:/D:/dev
JLtsc> /server/jboss-3.2.1/server/default/deploy/TestApp.ear
JLtsc> 17:22:24,687 INFO  [EARDeployer] Init J2EE application: file:/D:/dev/server/jbos
JLtsc> s-3.2.1/server/default/deploy/TestApp.ear
JLtsc> 17:22:24,968 INFO  [EjbModule] Creating
JLtsc> 17:22:24,968 INFO  [EjbModule] Deploying TestEJB
JLtsc> 17:22:24,968 INFO  [StatelessSessionContainer] Creating
JLtsc> 17:22:24,984 INFO  [StatelessSessionInstancePool] Creating
JLtsc> 17:22:24,984 INFO  [StatelessSessionInstancePool] Created
JLtsc> 17:22:24,984 INFO  [StatelessSessionContainer] Created
JLtsc> 17:22:24,984 INFO  [EjbModule] Created
JLtsc> 17:22:24,984 INFO  [EjbModule] Starting
JLtsc> 17:22:24,984 INFO  [StatelessSessionContainer] Starting
JLtsc> 17:22:25,000 INFO  [StatelessSessionInstancePool] Starting
JLtsc> 17:22:25,000 INFO  [StatelessSessionInstancePool] Started
JLtsc> 17:22:25,000 INFO  [StatelessSessionContainer] Started
JLtsc> 17:22:25,000 INFO  [EjbModule] Started
JLtsc> 17:22:25,000 INFO  [EJBDeployer] Deployed: file:/D:/dev/server/jboss-3.2.1/serve
JLtsc> r/default/tmp/deploy/server/default/deploy/TestApp.ear/34.TestApp.ear-contents/T
JLtsc> estApp.jar
JLtsc> 17:22:25,015 INFO  [EARDeployer] Started J2EE application: file:/D:/dev/server/j
JLtsc> boss-3.2.1/server/default/deploy/TestApp.ear
JLtsc> 17:22:25,031 INFO  [MainDeployer] Deployed package: file:/D:/dev/server/jboss-3.
JLtsc> 2.1/server/default/deploy/TestApp.ear





JLtsc> -------------------------------------------------------
JLtsc> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
JLtsc> Data Reports, E-commerce, Portals, and Forums are available now.
JLtsc> Download today and enter to win an XBOX or Visual Studio .NET.
JLtsc> http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
JLtsc> _______________________________________________
JLtsc> JBoss-user mailing list
JLtsc> [EMAIL PROTECTED]
JLtsc> https://lists.sourceforge.net/lists/listinfo/jboss-user



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to