setVersioned( false ) solves the issue.

On 30 Mrz., 20:33, hrbaer <herber.m...@googlemail.com> wrote:
> Hi all,
>
> I try to add a flash based gallery to my GAE application.
> But if I call the page where the gallery is located at I get the
> following exception:
>
> WicketMessage: Method onLinkClicked of interface
> org.apache.wicket.markup.html.link.ILinkListener targeted at component
> [MarkupContainer [Component id = link]] threw an exception
> Root cause:
> java.security.AccessControlException: access denied
> (java.io.SerializablePermission enableSubstitution)
> at
> java.security.AccessControlContext.checkPermission(AccessControlContext.java:
> 355)
> at
> java.security.AccessController.checkPermission(AccessController.java:
> 567)
> at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
>
> The gallery is located within a TabbedPanel. And the exception occurs
> if I click on the tab with the gallery inside.
>
> WIthin my xxxApplication class I defined the following method:
> protected ISessionStore newSessionStore() {
>    return new HttpSessionStore(this);
>
> }
>
> Any ideas how to avoid this failure?
>
> Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to