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?

[519 byte] By [andream1977a] at [2007-9-28 18:01:03]
# 1
i guess you did not post the complete question,by the way u can put more than one jar in an ear
tikrama at 2007-7-12 15:44:37 > top of Java-index,Other Topics,Patterns & OO Design...