In fact, exception occurs before the methods getPackageLocatorTest and
getPackageFinderTest are executed. It seems to occur when the ClassFinder is
instantiated ( PackageBasedActionConfigBuilder.java line 295 :   ClassFinder
finder = new ClassFinder(getClassLoaderForFinder(), buildUrlSet().getUrls(),
true);  ) when the ClassFinder tries to read class defs.


2009/2/8 Musachy Barroso <musa...@gmail.com>

> Put breakpoints on this class:
>
>
> http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/convention/src/main/java/org/apache/struts2/convention/PackageBasedActionConfigBuilder.java?view=markup
>
> The methods getPackageLocatorTest, getPackageFinderTest create some
> anonymous classes, that are the ones that define if a class will be
> treated as an action or not. Put breakpoints there, and see why the
> jboss classes are getting accepted.
>
> musachy
>
> On Sun, Feb 8, 2009 at 5:05 PM, Jerome ROBERT <jrm.rob...@gmail.com>
> wrote:
> > Jar scanning is disabled (at least i haven't enabled it...). I'm gonna
> try
> > some debuging on the server.
> > I think i should put a breakpoint in the struts filter in order to see
> > what's going on.
> >
> > As far as you know is there something i should look at more specifically
> ?
> >
>
>
>
> --
> "Hey you! Would you help me to carry the stone?" Pink Floyd
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

Reply via email to