Please try using the latest 1.5.5 snapshot from the Sonatype repository. 
https://oss.sonatype.org/content/repositories/snapshots/net/sourceforge/stripes/stripes/1.5.5-SNAPSHOT/


Looks like this issue is fixed with stripes-1.5.5-20101113.202722-33.jar


For details look at stripes jira 
http://www.stripesframework.org/jira/browse/STS-775


--- On Thu, 10/14/10, Aparna Rallabandi <aparna_ra...@yahoo.com> wrote:

From: Aparna Rallabandi <aparna_ra...@yahoo.com>
Subject: Re: [Stripes-users] Jboss 6.0 M5 & Stripes 1.5.2
To: "Stripes Users List" <stripes-users@lists.sourceforge.net>, "Samuel Santos" 
<sama...@gmail.com>
Date: Thursday, October 14, 2010, 8:53 PM

I can get the main login page to open up.
This has a stripes:password field with a login button.
As soon as I enter the password and hit signIn, I get the exception in the 
browser and my Jboss window.

Reagrds.

--- On Wed, 10/13/10, Samuel Santos <sama...@gmail.com> wrote:

From: Samuel Santos <sama...@gmail.com>
Subject: Re: [Stripes-users] Jboss 6.0 M5 & Stripes 1.5.2
To: aparna_ra...@yahoo.com, "Stripes Users List" 
<stripes-users@lists.sourceforge.net>
Date: Wednesday, October 13, 2010, 3:15 AM

Can you start a Stripes application on it?

It's even worse for me - http://www.stripesframework.org/jira/browse/STS-773.

JBoss 6.0M5 is probably full of fail!



--
Samuel Santos
http://www.samaxes.com/



On Tue, Oct 12, 2010 at 8:47 PM, Aparna Rallabandi <aparna_ra...@yahoo.com> 
wrote:


Hi,

Our project UI using stripes 1.5.2 was working fine on Jboss 6.0 M2 Metro stack.
There is web services communications which used Metro stack and then there is 
the UI part using stripes.



Now we are trying to migrate to Jboss 6.0 M5 which has a CXF stack.
Essential changes have been made to the code so that the code compiles, deploys 
and web services stack communicates with the desired entities when deployed on 
M5.


When I bring up the UI with the M5 version (using 
http://localhost:8080/<appContextRoot>, I get the following exception stack on 
entering my login password. The UI is a war (containing stripes jars) packaged 
inside the final ear which is deployed in Jboss. 



Any help or pointers are appreciated. 

HTTP Status 500 -

type Exception report

message

description The server encountered an
 internal error () that prevented it from fulfilling this request.

exception

net.sourceforge.stripes.exception.StripesServletException: No default handler 
could be found for ActionBean of type: com.a.b.c.web.stripes.AbcBean


    
net.sourceforge.stripes.controller.AnnotatedClassActionResolver.getDefaultHandler(AnnotatedClassActionResolver.java:639)
    
net.sourceforge.stripes.controller.DispatcherHelper$2.intercept(DispatcherHelper.java:171)


    
net.sourceforge.stripes.controller.ExecutionContext.proceed(ExecutionContext.java:158)
    
com.a.b.c.web.stripes.extensions.XXXInterceptor.intercept(XXXInterceptor.java:27)
    
net.sourceforge.stripes.controller.ExecutionContext.proceed(ExecutionContext.java:155)


    
net.sourceforge.stripes.controller.BeforeAfterMethodInterceptor.intercept(BeforeAfterMethodInterceptor.java:113)
  
  
net.sourceforge.stripes.controller.ExecutionContext.proceed(ExecutionContext.java:155)
    
net.sourceforge.stripes.controller.ExecutionContext.wrap(ExecutionContext.java:74)
    
net.sourceforge.stripes.controller.DispatcherHelper.resolveHandler(DispatcherHelper.java:156)


    
net.sourceforge.stripes.controller.DispatcherServlet.resolveHandler(DispatcherServlet.java:246)
    
net.sourceforge.stripes.controller.DispatcherServlet.service(DispatcherServlet.java:144)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:847)


    
net.sourceforge.stripes.controller.StripesFilter.doFilter(StripesFilter.java:247)
    
org.jboss.resteasy.plugins.server.servlet.FilterDispatcher.doFilter(FilterDispatcher.java:63)

note The full stack trace of the root cause is available in the JBoss 
Web/3.0.0-beta-6
 logs.

Regards,
alka08






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

Beautiful is writing same markup. Internet Explorer 9 supports

standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.

Spend less time writing and  rewriting code and more time creating great

experiences on the web. Be a part of the beta today.

http://p.sf.net/sfu/beautyoftheweb
_______________________________________________

Stripes-users mailing list

Stripes-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/stripes-users







      


      
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to