Damien,

I'm not an expert on that, but I believe that it doesn't matter
whether the class is from a jar or a .class file, so long it was
loaded in the classpath when stripes runs the discovery of
ActionBeans.

So if i were you I would go and inspect the JVM classpath from within
a class that you know is loaded and working using :

String strClassPath = System.getProperty("java.class.path");
System.out.println("Classpath is " + strClassPath);

or you can use ClassLoader.

Hope that helped!

Sam

On 4/27/11, Damien Chen <damien.c...@arcs.org.au> wrote:
> Hi,
>
> I have action beans which are in a jar package. I have
> configured ActionResolver.Packages in web.xml like normal way. The action
> beans couldn't be found. Is there a way to handle the action bean in jar?
>  I'm using striptes 1.5.6 and tomcat 6.
>
> Any help would be much appreciated.
>
> Damien
>


-- 
Samuel Baudouin

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to