Re: [JBoss-user] JBoss 3.0.0 Final Bug

2002-06-05 Thread Tobias Frech
Hi! There are two ways to solve such java.lang.NoClassDefFoundError problems: 1. Simply copy _every_ jar file from jboss-3.0.0/client to your client computer and include _each_ of these jar files in your CLASSPATH for executing your client. 2. (on Un*x): You can cd to the jboss-3.0.0/client dir

RE: [JBoss-user] JBoss 3.0.0 Final Bug

2002-06-05 Thread Sacha Labourey
oye : mercredi, 5 juin 2002 07:29 > A : [EMAIL PROTECTED] > Objet : [JBoss-user] JBoss 3.0.0 Final Bug > > > Hi! I've downloaded the precompiled version 3.0 of > jboss and tried to deploy my simple jar file which > contains a session bean (facade for the entity bean) &

[JBoss-user] JBoss 3.0.0 Final Bug

2002-06-04 Thread L. Yeung
Hi! I've downloaded the precompiled version 3.0 of jboss and tried to deploy my simple jar file which contains a session bean (facade for the entity bean) and an entity bean. On my client side, it threw this exception. Is this a JBoss3.0 BUG??? [java] java.lang.NoClassDefFoundError: org/jbos