Hi all,
We are trying a prototype using WebLogic 5.1 and EJB 1.1
We are trying to pass an object of class CTableData from applet to the
servlet, and from the servlet to the EJB component which is a Stateless
Session Bean. I have included this CTableData class in the jar file
containing the bean classes and container generated classes. The bean is
successfully deployed.
During runtime, i am able to get the CTableData object in the servlet class.
But when the same object is being passed to the remote bean method, i am
getting the following exception on the WebLogic side
____________________________________________________________________________
__________
Fri Jun 23 10:51:18 GMT+05:30 2000:<E> <ServletContext-General> Servlet
failed with Exception
java.lang.LinkageError: Class dbnavigator/common/CTableData violates loader
constraints
at dbnavigator.appserver.CAppServlet.doPost(CAppServlet.java:87)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
:105)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:742)
at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
l.java:686)
at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
Manager.java:247)
at
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:361)
at
weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
at weblogic.kernel.ExecuteThread.run(Compiled Code)
____________________________________________________________________________
__________
Do any of you have any idea what is going wrong?
Thanks in advance
Raj
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".