Hey

Steve Slatcher wrote:
> I now (just) have a simple EJB client/server system that works fine on a
> single machine.
> 
> But I am getting exceptions when looking up the Bean if the client and
> server are on separate
> machines.  Code and jar file usage
> (jnpserver.jar;ejb.jar;jboss-client.jar;jndi.jar) are the same on
> all clients.  I get different tracebacks from different client machines.
> 
> >From a Linux machine with java 1.2.2 I get:

You need to use a JDK1.2.2 container configuration. Change
/conf/default/standardjboss.xml (replace "13" with "12").

> >From Win2000 with java 1.3:
> 
> c:\users\clive\play\splus>java -classpath
> .;jnpserver.jar;ejb.jar;jboss-client.jar;jndi.jar;. SplusClient
> java.lang.NoClassDefFoundError: javax/transaction/TransactionManager

You need to include all jars in /client in your client.

/Rickard

-- 
Rickard �berg

Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to