You can check out the 1.5.x branch using SVN from this URL: https://stripes.svn.sourceforge.net/svnroot/stripes/branches/1.5.x
Then you can build it with ant. -Ben On Wed, Dec 2, 2009 at 10:29 PM, Dhanda <[email protected]> wrote: > > Hi Ben, > > Can you please let me know how can I get the latest code of Stripes which > includes this fix. I want to incorporate this fix incementally in stripes > 1.5.2. I hope it will be possible to add that fix in Stripes 1.5.2. > > > Ben Gunter-2 wrote: > > > > This is probably a known issue that has already been fixed for the > > upcoming > > 1.5.3 release. > > > > http://www.stripesframework.org/jira/browse/STS-723 > > > > -Ben > > > > On Wed, Dec 2, 2009 at 10:40 AM, Dhanda > > <[email protected]>wrote: > > > >> > >> Hi, > >> > >> I tried to run the stripes-example.war on weblogic9.2 and stripes > >> 1.5.2(after removing the two methods in stripes.tld). When I ran the > >> stripes-example in exploded form, it worked fine for me. But when I tried > >> to > >> deploy as a packaged war, I got the following error: > >> net.sourceforge.stripes.exception.ActionBeanNotFoundException: Could not > >> locate an ActionBean that is bound to the URL > >> [/examples/quickstart/Calculator.action]. Commons reasons for this > >> include > >> mis-matched URLs and forgetting to implement ActionBean in your class. > >> Registered ActionBeans are: {/controller/DefaultView.action/=class > >> net.sourceforge.stripes.controller.DefaultViewActionBean, > >> /controller/DefaultView.action=class > >> net.sourceforge.stripes.controller.DefaultViewActionBean} > >> at > >> > >> net.sourceforge.stripes.controller.AnnotatedClassActionResolver.getActionBean(AnnotatedClassActionResolver.java:343) > >> at > >> > >> net.sourceforge.stripes.controller.NameBasedActionResolver.getActionBean(NameBasedActionResolver.java:264) > >> at > >> > >> net.sourceforge.stripes.controller.AnnotatedClassActionResolver.getActionBean(AnnotatedClassActionResolver.java:295) > >> at > >> > >> net.sourceforge.stripes.controller.DispatcherHelper$1.intercept(DispatcherHelper.java:108) > >> at > >> > >> net.sourceforge.stripes.controller.ExecutionContext.proceed(ExecutionContext.java:158) > >> at > >> > >> net.sourceforge.stripes.controller.BeforeAfterMethodInterceptor.intercept(BeforeAfterMethodInterceptor.java:113) > >> at > >> > >> net.sourceforge.stripes.controller.ExecutionContext.proceed(ExecutionContext.java:155) > >> at > >> > >> net.sourceforge.stripes.controller.ExecutionContext.wrap(ExecutionContext.java:74) > >> at > >> > >> net.sourceforge.stripes.controller.DispatcherHelper.resolveActionBean(DispatcherHelper.java:104) > >> at > >> > >> net.sourceforge.stripes.controller.DispatcherServlet.resolveActionBean(DispatcherServlet.java:238) > >> at > >> > >> net.sourceforge.stripes.controller.DispatcherServlet.service(DispatcherServlet.java:141) > >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) > >> at > >> > >> weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:223) > >> at > >> > >> weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125) > >> at > >> weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:230) > >> at > >> weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) > >> at > >> weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42) > >> at > >> > >> net.sourceforge.stripes.controller.StripesFilter.doFilter(StripesFilter.java:247) > >> at > >> weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42) > >> at > >> > >> weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3243) > >> 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:2003) > >> at > >> > >> weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1862) > >> at > >> > >> weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1359) > >> at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) > >> at weblogic.work.ExecuteThread.run(ExecuteThread.java:181) > >> > >> It seems there is some issue of Stripes 1.5.2 with weblogic 9.2. Can > >> anyone > >> help me fixing this issue. > >> > > > > ------------------------------------------------------------------------------ > > Join us December 9, 2009 for the Red Hat Virtual Experience, > > a free event focused on virtualization and cloud computing. > > Attend in-depth sessions from your desk. Your couch. Anywhere. > > http://p.sf.net/sfu/redhat-sfdev2dev > > _______________________________________________ > > Stripes-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/stripes-users > > > > > > -- > View this message in context: > http://old.nabble.com/Issue-deploying-stripes-examples.war-on-weblogic-9.2-as-packaged-war-using-Stripes-1.5.2-tp26610976p26620484.html > Sent from the stripes-users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Join us December 9, 2009 for the Red Hat Virtual Experience, > a free event focused on virtualization and cloud computing. > Attend in-depth sessions from your desk. Your couch. Anywhere. > http://p.sf.net/sfu/redhat-sfdev2dev > _______________________________________________ > Stripes-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/stripes-users ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
