done and have fun :)
On Sat, Jan 08, 2011 at 12:16:38AM +0800, Edward Yakop wrote: > [1][email protected] > > And in regards to problem, sure. > > Hopefully, I still remember much about pax-wicket. > > After all, it was a few years ago :) > > Regards, > > Edward Yakop > > On Sat, Jan 8, 2011 at 00:07, Andreas Pieber <[2][email protected]> > wrote: > > What's your github account? I can give you karma. Please don't > forget to > create an issue if you find the problem > > On Fri, Jan 07, 2011 at 11:56:00PM +0800, Edward Yakop wrote: > > � � Hi, > > > > � � I'll look into this. > > > > � � Although, I will most probably need write access to github > project. > > > > � � Regards, > > > > � � Edward Yakop > > � � On Fri, Jan 7, 2011 at 21:56, Bergmann, Sandra > > > � � <[1][3][email protected]> wrote: > > > > � � Hello, > > > � � � > > � � iâm new to Pax Wicket. > > > � � I have a question to the departmentStore example. > > � � I followed the instructions on > > > � > � [2][4]http://www.ops4j.org/projects/pax/wicket/getting-started/ins > tallatio > > > � � n.html > > � � It seems to work, but when I click on buttons or something like > this I > > � � got this exception in my eclipse console: > > � � � > > � � [21219...@qtp0-0 - /deptStore/] ERROR > org.apache.wicket.RequestCycle - > > � � there was an error cleaning up target > > � � [bookmarkablepagerequesttar...@1045243182 > > � > � pageClass=org.ops4j.pax.wicket.samples.departmentstore.view.internal. > Ov > > � � erviewPage]. > > � � java.lang.reflect.UndeclaredThrowableException > > > � � � � � � � � � � at $Proxy1.getPathTranslated(Unknown Source) > > � � � � � � � � � � at > > > � > � org.apache.wicket.protocol.http.servlet.ServletWebRequest.toString(Se > rv > > � � letWebRequest.java:552) > > > � � � � � � � � � � at java.lang.String.valueOf(Unknown Source) > > � � � � � � � � � � at java.lang.StringBuilder.append(Unknown > Source) > > � � � � � � � � � � at > org.apache.wicket.Page.onDetach(Page.java:1549) > > � � � � � � � � � � at > > > � � org.apache.wicket.Component.detach(Component.java:1221) > > > � � � � � � � � � � at > > > � > � org.apache.wicket.request.target.component.BookmarkablePageRequestTar > ge > > � � t.detach(BookmarkablePageRequestTarget.java:142) > > > � � � � � � � � � � at > > > � � org.apache.wicket.RequestCycle.detach(RequestCycle.java:1122) > > > � � � � � � � � � � at > > > � � org.apache.wicket.RequestCycle.steps(RequestCycle.java:1454) > > > � � � � � � � � � � at > > > � � org.apache.wicket.RequestCycle.request(RequestCycle.java:545) > > > � � � � � � � � � � at > > > � > � org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java: > 47 > > � � 9) > > > � � � � � � � � � � at > > > � > � org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.jav > a: > > � � 138) > > > � � � � � � � � � � at > > > � � javax.servlet.http.HttpServlet.service(HttpServlet.java:707) > > > � � � � � � � � � � at > > > � � javax.servlet.http.HttpServlet.service(HttpServlet.java:820) > > > � � � � � � � � � � at > sun.reflect.NativeMethodAccessorImpl.invoke0(Native > > � � Method) > > � � � � � � � � � � at > sun.reflect.NativeMethodAccessorImpl.invoke(Unknown > > � � Source) > > � � � � � � � � � � at > > > � � sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > > > � � � � � � � � � � at java.lang.reflect.Method.invoke(Unknown > Source) > > � � � � � � � � � � at > > > � > � org.ops4j.pax.wicket.internal.ServletProxy$ServletInvocationHandler.i > nv > > � � oke(ServletProxy.java:75) > > > � � � � � � � � � � at $Proxy0.service(Unknown Source) > > � � � � � � � � � � at > > > � > � org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502 > ) > > > � � � � � � � � � � at > > > � > � org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:3 > 63 > > � � ) > > > � � � � � � � � � � at > > > � > � org.ops4j.pax.web.service.internal.HttpServiceServletHandler.handle(H > tt > > � � pServiceServletHandler.java:64) > > > � � � � � � � � � � at > > > � > � org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:1 > 81 > > � � ) > > > � � � � � � � � � � at > > > � > � org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:7 > 66 > > � � ) > > > � � � � � � � � � � at > > > � > � org.ops4j.pax.web.service.internal.HttpServiceContext.handle(HttpServ > ic > > � � eContext.java:108) > > > � � � � � � � � � � at > > > � > � org.ops4j.pax.web.service.internal.JettyServerHandlerCollection.handl > e( > > � � JettyServerHandlerCollection.java:64) > > > � � � � � � � � � � at > > > � > � org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:1 > 52 > > � � ) > > > � � � � � � � � � � at > org.mortbay.jetty.Server.handle(Server.java:320) > > � � � � � � � � � � at > > > � > � org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:53 > 4) > > > � � � � � � � � � � at > > > � > � org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpCo > nn > > � � ection.java:864) > > > � � � � � � � � � � at > > > � � org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:533) > > > � � � � � � � � � � at > > > � � org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:207) > > > � � � � � � � � � � at > > > � � org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:403) > > > � � � � � � � � � � at > > > � > � org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.ja > va > > � � :409) > > > � � � � � � � � � � at > > > � > � org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.j > av > > � � a:522) > > � � Caused by: java.lang.reflect.InvocationTargetException > > > � � � � � � � � � � at > sun.reflect.NativeMethodAccessorImpl.invoke0(Native > > � � Method) > > � � � � � � � � � � at > sun.reflect.NativeMethodAccessorImpl.invoke(Unknown > > � � Source) > > � � � � � � � � � � at > > > � � sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > > > � � � � � � � � � � at java.lang.reflect.Method.invoke(Unknown > Source) > > � � � � � � � � � � at > > � > � org.ops4j.pax.wicket.internal.ServletProxy$ServletInvocationHandle > r$Ser > > � � vletRequestInvocationHandler.invoke(ServletProxy.java:207) > > � � � � � � � � � � ... 36 more > > > � � Caused by: java.lang.StringIndexOutOfBoundsException: String > index out > > � � of range: -9 > > > � � � � � � � � � � at java.lang.String.substring(Unknown Source) > > � � � � � � � � � � at java.lang.String.substring(Unknown Source) > > � � � � � � � � � � at > > > � > � org.ops4j.pax.wicket.internal.GenericContext.getResource(GenericConte > xt > > � � .java:78) > > > � � � � � � � � � � at > > > � > � org.ops4j.pax.web.service.internal.HttpServiceContext$SContext$1.run( > Ht > > � � tpServiceContext.java:240) > > > � � � � � � � � � � at > > > � > � org.ops4j.pax.web.service.internal.HttpServiceContext$SContext$1.run( > Ht > > > � � tpServiceContext.java:237) > > � � � � � � � � � � at > java.security.AccessController.doPrivileged(Native > > � � Method) > > � � � � � � � � � � at > > � > � org.ops4j.pax.web.service.internal.HttpServiceContext$SContext.get > Resou > > � � rce(HttpServiceContext.java:234) > > � � � � � � � � � � at > > � > � org.ops4j.pax.web.service.internal.HttpServiceContext$SContext.get > RealP > > � � ath(HttpServiceContext.java:203) > > � � � � � � � � � � at > > > � � org.mortbay.jetty.Request.getPathTranslated(Request.java:823) > > > � � � � � � � � � � ... 41 more > > > � � [21219...@qtp0-0 - /deptStore/] INFO > > � � org.ops4j.pax.web.service.internal.HttpServiceContext - getting > real > > � � path: [/] > > � � [21219...@qtp0-0 - /deptStore/] INFO > > � � org.ops4j.pax.web.service.internal.HttpServiceContext - getting > > � � resource: [/] > > � � [21219...@qtp0-0 - /deptStore/] DEBUG > > � � org.ops4j.pax.wicket.internal.GenericContext - getResource( / ) > > � � [21219...@qtp0-0 - /deptStore/] ERROR org.apache.wicket.Session > - > > � � Exception when detaching/serializing page > > � � java.lang.reflect.UndeclaredThrowableException > > > � � � � � � � � � � at $Proxy1.getPathTranslated(Unknown Source) > > � � � � � � � � � � at > > > � > � org.apache.wicket.protocol.http.servlet.ServletWebRequest.toString(Se > rv > > � � letWebRequest.java:552) > > > � � � � � � � � � � at java.lang.String.valueOf(Unknown Source) > > � � � � � � � � � � at java.lang.StringBuilder.append(Unknown > Source) > > � � � � � � � � � � at > org.apache.wicket.Page.onDetach(Page.java:1549) > > � � � � � � � � � � at > > > � � org.apache.wicket.Component.detach(Component.java:1221) > > > � � � � � � � � � � at > > > � � org.apache.wicket.Session.requestDetached(Session.java:1399) > > > � � � � � � � � � � at > > > � � org.apache.wicket.RequestCycle.detach(RequestCycle.java:1176) > > > � � � � � � � � � � at > > > � � org.apache.wicket.RequestCycle.steps(RequestCycle.java:1454) > > > � � � � � � � � � � at > > > � � org.apache.wicket.RequestCycle.request(RequestCycle.java:545) > > > � � � � � � � � � � at > > > � > � org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java: > 47 > > � � 9) > > > � � � � � � � � � � at > > > � > � org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.jav > a: > > � � 138) > > > � � � � � � � � � � at > > > � � javax.servlet.http.HttpServlet.service(HttpServlet.java:707) > > > � � � � � � � � � � at > > > � � javax.servlet.http.HttpServlet.service(HttpServlet.java:820) > > > � � � � � � � � � � at > sun.reflect.NativeMethodAccessorImpl.invoke0(Native > > � � Method) > > � � � � � � � � � � at > sun.reflect.NativeMethodAccessorImpl.invoke(Unknown > > � � Source) > > � � � � � � � � � � at > > > � � sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > > > � � � � � � � � � � at java.lang.reflect.Method.invoke(Unknown > Source) > > � � � � � � � � � � at > > > � > � org.ops4j.pax.wicket.internal.ServletProxy$ServletInvocationHandler.i > nv > > � � oke(ServletProxy.java:75) > > > � � � � � � � � � � at $Proxy0.service(Unknown Source) > > � � � � � � � � � � at > > > � > � org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502 > ) > > > � � � � � � � � � � at > > > � > � org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:3 > 63 > > � � ) > > > � � � � � � � � � � at > > > � > � org.ops4j.pax.web.service.internal.HttpServiceServletHandler.handle(H > tt > > � � pServiceServletHandler.java:64) > > > � � � � � � � � � � at > > > � > � org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:1 > 81 > > � � ) > > > � � � � � � � � � � at > > > � > � org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:7 > 66 > > � � ) > > > � � � � � � � � � � at > > > � > � org.ops4j.pax.web.service.internal.HttpServiceContext.handle(HttpServ > ic > > � � eContext.java:108) > > > � � � � � � � � � � at > > > � > � org.ops4j.pax.web.service.internal.JettyServerHandlerCollection.handl > e( > > � � JettyServerHandlerCollection.java:64) > > > � � � � � � � � � � at > > > � > � org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:1 > 52 > > � � ) > > > � � � � � � � � � � at > org.mortbay.jetty.Server.handle(Server.java:320) > > � � � � � � � � � � at > > > � > � org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:53 > 4) > > > � � � � � � � � � � at > > > � > � org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpCo > nn > > � � ection.java:864) > > > � � � � � � � � � � at > > > � � org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:533) > > > � � � � � � � � � � at > > > � � org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:207) > > > � � � � � � � � � � at > > > � � org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:403) > > > � � � � � � � � � � at > > > � > � org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.ja > va > > � � :409) > > > � � � � � � � � � � at > > > � > � org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.j > av > > � � a:522) > > � � Caused by: java.lang.reflect.InvocationTargetException > > > � � � � � � � � � � at > sun.reflect.NativeMethodAccessorImpl.invoke0(Native > > � � Method) > > � � � � � � � � � � at > sun.reflect.NativeMethodAccessorImpl.invoke(Unknown > > � � Source) > > � � � � � � � � � � at > > > � � sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > > > � � � � � � � � � � at java.lang.reflect.Method.invoke(Unknown > Source) > > � � � � � � � � � � at > > � > � org.ops4j.pax.wicket.internal.ServletProxy$ServletInvocationHandle > r$Ser > > � � vletRequestInvocationHandler.invoke(ServletProxy.java:207) > > � � � � � � � � � � ... 36 more > > > � � Caused by: java.lang.StringIndexOutOfBoundsException: String > index out > > � � of range: -9 > > > � � � � � � � � � � at java.lang.String.substring(Unknown Source) > > � � � � � � � � � � at java.lang.String.substring(Unknown Source) > > � � � � � � � � � � at > > > � > � org.ops4j.pax.wicket.internal.GenericContext.getResource(GenericConte > xt > > � � .java:78) > > > � � � � � � � � � � at > > > � > � org.ops4j.pax.web.service.internal.HttpServiceContext$SContext$1.run( > Ht > > � � tpServiceContext.java:240) > > > � � � � � � � � � � at > > > � > � org.ops4j.pax.web.service.internal.HttpServiceContext$SContext$1.run( > Ht > > > � � tpServiceContext.java:237) > > � � � � � � � � � � at > java.security.AccessController.doPrivileged(Native > > � � Method) > > � � � � � � � � � � at > > � > � org.ops4j.pax.web.service.internal.HttpServiceContext$SContext.get > Resou > > � � rce(HttpServiceContext.java:234) > > � � � � � � � � � � at > > � > � org.ops4j.pax.web.service.internal.HttpServiceContext$SContext.get > RealP > > � � ath(HttpServiceContext.java:203) > > � � � � � � � � � � at > > > � � org.mortbay.jetty.Request.getPathTranslated(Request.java:823) > > > � � � � � � � � � � ... 41 more > > > � � � > > � � Please can someone help me? > > > � � � > > � � Best regards, > > � � Sandra > > � � � > > � > � ------------------------------------------------------------------ > ----- > > � � ------------------------- > > � > � ------------------------------------------------------------------ > ----- > > > � � ------------------------- > > � � Forschungszentrum Juelich GmbH > > � � 52425 Juelich > > � � Sitz der Gesellschaft: Juelich > > � � Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B > 3498 > > � � Vorsitzender des Aufsichtsrats: MinDirig Dr. Karl Eugen > Huthmacher > > � � Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender), > > � � Dr. Ulrich Krafft (stellv. Vorsitzender), Prof. Dr.-Ing. Harald > Bolt, > > � � Prof. Dr. Sebastian M. Schmidt > > � > � --------------------------------------------------------------------- > -- > > � � ------------------------- > > � > � --------------------------------------------------------------------- > -- > > � � ------------------------- > > > > � � � _______________________________________________ > > � � � general mailing list > > > � � � [3][5][email protected] > > � � � [4][6]http://lists.ops4j.org/mailman/listinfo/general > > > > References > > > > � � 1. mailto:[7][email protected] > > � � 2. > [8]http://www.ops4j.org/projects/pax/wicket/getting-started/installa > tion.html > > � � 3. mailto:[9][email protected] > > � � 4. [10]http://lists.ops4j.org/mailman/listinfo/general > > > _______________________________________________ > > general mailing list > > [11][email protected] > > [12]http://lists.ops4j.org/mailman/listinfo/general > > References > > 1. mailto:[email protected] > 2. mailto:[email protected] > 3. mailto:[email protected] > 4. http://www.ops4j.org/projects/pax/wicket/getting-started/installatio > 5. mailto:[email protected] > 6. http://lists.ops4j.org/mailman/listinfo/general > 7. mailto:[email protected] > 8. > http://www.ops4j.org/projects/pax/wicket/getting-started/installation.html > 9. mailto:[email protected] > 10. http://lists.ops4j.org/mailman/listinfo/general > 11. mailto:[email protected] > 12. http://lists.ops4j.org/mailman/listinfo/general
pgpXAxny22N9C.pgp
Description: PGP signature
_______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
