Hello everybody,
I am trying to get a jeremie applet working in a navigator (namely,
netscape),
and am getting security exceptions all the time.
This applet works fine with appletviewer, and I've got very easily a similar
rmi example working with netscape.
There must be a point I am missing, has anyone an example working, so that I
could check what this point is ?
Hereafter are some details :
I do not call System.setSecurityManager, as it seems I don't have right to
initialize a RMISecurityManager.
I have tried with the navigator VM - then, I get restricted access control
exception in Kernel.init
when calling getDeclaredMethod
I have tried also with the 1.3 plugin - then, I get :
java.security.AccessControlException: access denied
(java.io.SerializablePermission enableSubstitution)
when calling enableReplaceObject(Unknown Source)
at
org.objectweb.jeremie.libs.presentation.std.StdMarshallerFactory$JRMIOutputS
tream.<init>(StdMarshallerFactory.java:1385).
I am using Jonathan 2.0.3, and netscape 4.7 .
Thanks in advance,
Anne
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonathan".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".