Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Other Application Frameworks and the fly likes Stripes ResolverUtil class Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Other Application Frameworks
Reply Bookmark "Stripes ResolverUtil class" Watch "Stripes ResolverUtil class" New topic
Author

Stripes ResolverUtil class

Wesley Baker
Ranch Hand

Joined: Aug 20, 2008
Posts: 45
'lo all -

I am testing out Stripes and have successfully built the QuickStart Guide in Netbeans 6.1. Everything works great, hunky dory.

Why is the ResolverUtil class spamming my logs? I read the JavaDoc on it, but it hasn't really answered my question. Here is a sample from just one deployment:



and so on for over 200 lines. I know I can change the log4j.properties to not log INFO, but that doesn't fix the problem, it just covers it up.
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

Looks to me like you need to specify the ActionResolver.Packages parameter in the StripesFilter. If you have done that then you might need to limit its search path. For example, here is one of mine:



This way only the com.aga.dashboard.actions package will be scanned for ActionBeans.
Wesley Baker
Ranch Hand

Joined: Aug 20, 2008
Posts: 45
That seems to have done the trick. Thank you, sir!
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Stripes ResolverUtil class
 
Similar Threads
Adding Data Source in Glassfish v3
Cannot initialize endpoint : error is : Java heap space|#] and server won't start
unable to find remote interface,shows exception of NoClassDefFoundError
Failed to access the WSDL
Debugging with Eclipse 3.4 and jboss-5.0.0.CR1