| Unix Content | Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
|
| My EAR includes WAR, EJB JAR,$BOB(Bcommon lib jars. common lib jars is both used by WAR and EJB JAR. I delpoy the EAR on weblogic 9.2 1. i add commonLib.jar in application.xml ,using it doesnt work, because it says ejb jar cannot find classes in commonLib.jar. 2. I add Class-Path: commonLib.jar in MANIFEST.MF in Ejb jar. This time, it seem's common classes is found but it says: weblogic.ejb.container.deployer.DeploymentDescript orException which lacks a String contructor, original message - Unable to load a class specified in your ejb-jar.xml:xxx.yyy.Zzz Right now,i am using the "undeployable" way, I add commonLib.jar in the classpath of weblogic start script, and deploy Ejb and Webapp seperatly, it works but is not a profesional way. So, can you help with this EAR deployment problem? |
|
#2
|
| ä½*是用的Myeclipseå—?用它很方便的。 |