Hi,
I have a servlet deployed in Tomcat 3.2.1 on SunOS 5.6. My servlet works
fine.
I have EJB components deployed in Oracle Containers for J2EE (OC4J) which
are J2EE compliant containers. I can call my EJB components from my servlet
if I run my servlet from my IDE (Oracle JDeveloper 3.2.2), but, when I try
to call my EJB components from the servlet runn in Tomcat, I have a
ClassCastException (java.lang.ClassCastException: __Proxy5).
Can anyone help me on this one?
What is going on?
Why can't I call my EJB components when my servlet runs in Tomcat?
Thanks for your help