Re: Weblogic and annotations

2009-10-09 Thread Musachy Barroso
search the mailing list, I vaguely remember this came up before. musachy On Fri, Oct 9, 2009 at 9:16 AM, Gregor Marinšek wrote: > Hi there! > > Well finally got the problem Weblogic when exploding WAR does not put > classes in WEB-INF/classes. That's why ClassFinder (via ClassLoader) does >

Weblogic and annotations

2009-10-09 Thread Gregor Marinšek
Hi there! Well finally got the problem Weblogic when exploding WAR does not put classes in WEB-INF/classes. That's why ClassFinder (via ClassLoader) does not find the actions if they are annotated. Does anybody has workaround for this issue or am I stuck to struts.xml? The first idea i g