j2ee ejb
bean>
</weblogic-ejb-jar>
Inside META-INF directory in test0EJB.jar there is this manifest.mf:
Manifest-Version: 1.0
Created-By: 1.3.0_01 (WebGain, Inc.)
Class-Path: test1EJB.jar
When i execute my client, test0 work but when he call tes1 i have this error:
java.rmi.RemoteException: EJB Exception: ; nested exception is:
java.lang.NoClassDefFoundError: print1/test1Home
I can't put the 2 jar file in one ear file
Anybody can help me?

