Hello all,
I have deployed a stateless session bean into JBoss 3.2.1. I am using the
JaCORB naming service. When I obtain a reference to an Object from the
InitialContext, PortableRemoteObject.narrow() fails on it with a
ClassCastException.
Here is the jndi.properties I am using:
java.namin
Hello all,
I am using JBoss 3.2.1 and would like to deploy a stateless session bean
using the iiop invoker. The remote interface of this bean makes use of an
object with a reference to an array of java.util.Map objects. During
deployment, JBoss performs an interface analysis on the remote int