| 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!
|
 |
 |
|
|
subject: Stripes ResolverUtil class
|
|
|