[ 
https://issues.apache.org/jira/browse/WICKET-2509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12766453#action_12766453
 ] 

Mario Rodriguez Jaen commented on WICKET-2509:
----------------------------------------------

I'm unable to reproduce the problem in a clean "quickstart" wicket app. I have 
completely thrown away all the databinder and wicketwebbeans dependency and the 
system works without any problem.

We believe it is mostly a problem with the HibernateApplication a class from 
the DataBinder framework for Wicket.

We are going to stick to a 100% pure wicket app.

> Unable to find component when executed in BEA Weblogic 9.2
> ----------------------------------------------------------
>
>                 Key: WICKET-2509
>                 URL: https://issues.apache.org/jira/browse/WICKET-2509
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.1
>         Environment: Windows XP, BEA Weblogic 9.2 MP3
>            Reporter: Mario Rodriguez Jaen
>
> There seems to be a problem with the way BEA handles the Template system or 
> the state of a bookmark. We have a page that is using a template. Thus, it 
> extends the mother page. On this mother page we have a set of links. If you 
> make a click on any of them, the following error is fired. Please note that 
> we have not set neither of our pages to be Stateless nor any of our forms. We 
> use the normal Click and the Bookmarkable.
> Don't know if it is related to this issue 
> https://issues.apache.org/jira/browse/WICKET-1643
> ANET: ERROR [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default 
> (self-tuning)'] org.apache.wicket.RequestCycle - unable to find component 
> with path userInfo:editAlumno on stateless page [Page class = 
> net.gencat.accesnet.portal.web.panels.accesSistema.PortalMockPage, id = 0, 
> version = 0] it could be that the component is inside a repeater make your 
> component return false in getStatelessHint()
> org.apache.wicket.WicketRuntimeException: unable to find component with path 
> userInfo:editAlumno on stateless page [Page class = 
> net.gencat.accesnet.portal.web.panels.accesSistema.PortalMockPage, id = 0, 
> version = 0] it could be that the component is inside a repeater make your 
> component return false in getStatelessHint()
>       at 
> org.apache.wicket.request.target.component.BookmarkableListenerInterfaceRequestTarget.processEvents(BookmarkableListenerInterfaceRequestTarget.java:148)
>       at 
> org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:92)
>       at 
> org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1250)
>       at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329)
>       at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1428)
>       at org.apache.wicket.RequestCycle.request(RequestCycle.java:545)
>       at 
> org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:456)
>       at 
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:289)
>       at 
> weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
>       at 
> org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
>       at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
>       at 
> weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
>       at 
> weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3242)
>       at 
> weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
>       at 
> weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
>       at 
> weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2010)
>       at 
> weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1916)
>       at 
> weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
>       at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
>       at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
>  
> We have a setup consisting of the following: 
> -          BEA WLS 9.2. MP3
> -          Oracle 10g
> -          Jdk5 (BEA JRockit)
> -          Wicket 1.4.1 (with all default configurations for the RequestCycle 
> and the PageStore)
> -          Spring/Hibernate

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to