EJB adapter SunIBM JDK

Hello folks

I am trying to install and run the tutorial for the EJB adapter for Enterprise Integrator 4.6
webMethods is using sun jdk and I am connecting to
websphere 4.0.2 (ibm jdk)
The bean is deployed using in an Ear and we tested it via VSAD

In the adapter setup I setup the properties file for websphere
and add the Jars (like below)
When I try to start the adapter I get

Task: Start adapter process in test mode:
java.lang.NoClassDefFoundError: com/ibm/rmi/iiop/ORB

I tried copying websphere jars int the ext dir
C:\webMethods\EnterpriseIntegrator\java\jre\lib\ext
but then I get another (if this is a step forward or not I dont know)
Task: Start adapter process in test mode:
java.lang.NoClassDefFoundError: org/omg/CORBA_2_3/ORB

Is there any help outhere??
(if this is related to the different JDK:s is it possible to run wM using ibms, or am I just doing things the wrong way)

Regards Robert
P.S
I am pretty new to wM so I would appreachiate som help


C:\WebSphere\AppServer\lib\bootstrap.jar;
C:\WebSphere\AppServer\lib\csicpi.jar;
C:\WebSphere\AppServer\lib\ejbcontainer.jar;
C:\WebSphere\AppServer\lib\iwsorb.jar;
C:\WebSphere\AppServer\lib\j2ee.jar;
C:\WebSphere\AppServer\lib\jts.jar;
C:\WebSphere\AppServer\lib\ns.jar;
C:\WebSphere\AppServer\lib\ras.jar
C:\WebSphere\AppServer\lib\ujc.jar
C:\WebSphere\AppServer\lib\utils.jar
C:\webMethods\EnterpriseIntegrator\samples\EJB\tutorial\WebMethodTestEJB.jar