Hello,

> I did a vanilla install of jboss-2.0-pr3 on RH6.2 linux and
> ran both the SUN and Blackdown jdk1.2.2.  When I start
> the jboss server via "java -jar run.jar" I get the following
> message in the on-screen text:
> 
> [Auto deploy] Auto deploy of
> file:/home/opt/jboss-2.0-pr3/deploy/TestBeans.jar
> [Container factory]
> Deploying:file:/home/opt/jboss-2.0-pr3/deploy/TestBeans.jar
> [Container factory] Deploying nextgen.EntityPK
> [Container factory] No configuration chosen. Using default 
> configuration
> [Container factory] java.lang.NoClassDefFoundError:
> java/lang/reflect/InvocationHandler

this class is not present in jdk < 1.3.
The TestBeans come shipped without the file that specifies the container
invoker, and so defaults to the 1.3 one.
You have to create the jboss.xml file using the EJX GUI and specify the
container invoker for the beans to be the 1.2 one.

HTH

Simon


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

Reply via email to