I did a JNDI lookup for the deployed bean's Remote object using a stand alone client program with RemoteInitialContextFactory and the returned object is of type java.lang.reflect.Proxy and not of type java.rmi.Remote. When deployed in IBM Websphere, the object being returned is of type java.rmi.Remote. So, is there any configuration I need to do so that the JNDI lookup returns the actual object itself rather than the Proxy?
-- View this message in context: http://tomee-openejb.979440.n4.nabble.com/EJB-Deployment-in-TomEE-6-tp4680839p4680841.html Sent from the TomEE Users mailing list archive at Nabble.com.
