: ClassCastException while doing REMOTE ejb lookup from a web module
Hi,
I am getting a ClassCastException when I try to narrow a lookup on a
remote stateless session bean from a jsp page. My configuration is
orion 1.5.4 with an application for the remote stateless session bean
and an application
Most often this is caused by having a two different compiled versions of
your class.
Ensure that you have only one copy of the class available to your
web-application. If you are using web & ejb in the same container, then
you can access the classes from the ejb layer in your web app.
This d
Hi,
I am getting a ClassCastException when I try to narrow a lookup on a
remote stateless session bean from a jsp page. My configuration is
orion 1.5.4 with an application for the remote stateless session bean
and an application for the web module. For testing purposes, I am
running under t
I am working on it and will fix it in the next day or 2.
Cheers,
Ashok
Theo van Niekerk wrote:
> Hi
>
> I'm doing a REMOTE (not local, not same JVM, not same Orion) lookup from a servlet
> running in Orion152 application to an ejb deployed in Orion152 application on a
>remote
> and different ph
Hi
I'm doing a REMOTE (not local, not same JVM, not same Orion) lookup from a servlet
running in Orion152 application to an ejb deployed in Orion152 application on a remote
and different physical machine.
I can establish the correct Initial Context and locate the required object.
But this object