Hi,

I am trying to call some LDAP functions using the LDAP SDK for Java
provided by Sun in a WAS environment (WAS 5.0 & EJB development & IBM
JVM).

When my JSP and EJB are running in the same JVM, there's no problem,
but when I testing from a remote JVM, the following exception appears 
(I checked the documentation and I saw in the relase notes "All the
base classes are serialized"):
-------------------------------------------------------------------------------
java.rmi.ServerException: RemoteException occurred in server thread;
nested exception is:
        java.rmi.MarshalException: CORBA BAD_PARAM 0x4f4d0006 Maybe; nested
exception is:
        java.io.NotSerializableException:
netscape.ldap.LDAPConnSetupMgr$ServerEntry is not serializable
java.rmi.MarshalException: CORBA BAD_PARAM 0x4f4d0006 Maybe; nested
exception is:
        java.io.NotSerializableException:
netscape.ldap.LDAPConnSetupMgr$ServerEntry is not serializable
java.io.NotSerializableException:
netscape.ldap.LDAPConnSetupMgr$ServerEntry is not serializable
-------------------------------------------------------------------------------

Has someone have a similar problem?  

Any tip or guideline would be very appreciated.
_______________________________________________
mozilla-directory mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-directory

Reply via email to