Bugs item #1560574, was opened at 2006-09-18 11:09
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1560574&group_id=119783

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: extensions
Group: 1.2
Status: Open
Resolution: None
Priority: 5
Submitted By: momania (momania)
Assigned to: Nobody/Anonymous (nobody)
Summary: PageLink with auth. annotated page gives StackOverflowError

Initial Comment:
I use the @AuthorizeInstantiation annotation, but when
I try to make a PageLink using the constructor:
'public PageLink(final String id, final Page page)' I
get a StackOverflowError.

java.lang.StackOverflowError
        java.util.HashMap.hash(HashMap.java:264)
        java.util.HashMap.get(HashMap.java:320)
        java.lang.ClassLoader.getPackage(ClassLoader.java:1442)
        java.lang.Package.getPackage(Package.java:309)
        java.lang.Class.getPackage(Class.java:692)
        
wicket.authorization.strategies.role.annotations.AnnotationsRoleAuthorizationStrategy.isInstantiationAuthorized(AnnotationsRoleAuthorizationStrategy.java:56)
        
wicket.authorization.strategies.CompoundAuthorizationStrategy.isInstantiationAuthorized(CompoundAuthorizationStrategy.java:61)
        wicket.Application$1.onInstantiation(Application.java:263)
        
wicket.Application.notifyComponentInstantiationListeners(Application.java:797)
        wicket.Component.<init>(Component.java:573)
        wicket.MarkupContainer.<init>(MarkupContainer.java:115)
        wicket.Page.<init>(Page.java:193)
        wicket.markup.html.WebPage.<init>(WebPage.java:119)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1560574&group_id=119783

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to