Hello All

I am facing a problem with weblogic 6.1. I have a MDB and an Entity Bean.

When an MDB (MDB1)gets a client request it forwards the request to an Entity Bean EB1. Compilation was successful and deployment also was success ful.

The problem is as follow

1. When the MDB1 gets the message its looks up the jndi and gets the home and then the remote interface of the entity bean.The mdb is getting the message but after that it says cannot find the class EntityBean

The log on the server is as follows

on Message

the value of the string is six Flags

Calling the MesgDispatcher constructor

<Sep 17, 2001 10:31:50 AM PDT> <Warning> <EJB> <The MessageDrivenBean threw an Exception in onMessage()

java.lang.NoClassDefFoundError: ejbexamples/resourceengine/ResPolicyGroup

at ejbexamples.SimpleMSGBean.MDBSimple.onMessage(MDBSimple.java:51)

at weblogic.ejb20.internal.MDListener.execute(MDListener.java:248)

at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)

at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

>

 

where the ejbexamples/resourceengine/ResPolicyGroup is the entity bean. I have set the jar file of the entitybean in the class path and also the path of the .class files in the class path.

Can anyone help me know what is the problem


Thanks

aruna

Reply via email to