Hi All

I am making a small application which is running at appengine. The
code was running fine until i desided to use TabbedPanel.
I have searched on google and it seems like other people have the same
issue. People has reported issues at google appengine,
but cant this not be solved in wicket scope?

Or does anyone have a workaround to this issue? Or should i just not
use TabbedPanel :)...

I can send the whole stacktrace but this is a part of it:
Caused by: java.security.AccessControlException: access denied
(java.io.SerializablePermission enableSubstitution)
        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
        at 
java.security.AccessController.checkPermission(AccessController.java:546)
        at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
        at 
com.google.appengine.tools.development.DevAppServerFactory$CustomSecurityManager.checkPermission(DevAppServerFactory.java:166)
        at 
java.io.ObjectOutputStream.enableReplaceObject(ObjectOutputStream.java:592)
        at 
org.apache.wicket.util.lang.Objects$ReplaceObjectOutputStream.<init>(Objects.java:183)

/Murat

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to