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

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -