Ejb deployment to WebLogic Server 11g -


i using weblogic 11g. using eclipse. have created ejb project. project called 'remote-ejb'. bean class helloworldbean implements remote interface helloworldbeanremote on method; public string getname();

i deployed project application successfully.

i created second ejb project called cart-ejb. project uses bean first project. when deploy project following error:

module named 'cart-ejb' failed deploy. see error log view more detail. weblogic.application.moduleexception: java.lang.classnotfoundexception: beans.helloworldbeanremote exception received deployment driver. see error log view more detail.

how can fix error?


Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -