Re: Struts 2, annotated actions an weblogic

2009-10-08 Thread Gregor Marinšek
Hi! The last thing, which log prints out is "WebLogic server detected. Enabling Struts parameter access work-around." On Tomcat server, the app starts loading actions. I found this in s2 src - org.apache.struts2.dispatcher.Dispatcher.java on 375 method "init_CheckWebLogicWorkaround". Actually t

Re: Struts 2, annotated actions an weblogic

2009-10-07 Thread Musachy Barroso
set the debug level to trace and see what is writes out. Most likely it is not finding your actions/jars. musachy On Wed, Oct 7, 2009 at 2:58 AM, Gregor Marinšek wrote: > Hi there! > > I have an application running on tomcat without any problem. But when i > delploy application to oracle weblogi

Struts 2, annotated actions an weblogic

2009-10-07 Thread Gregor Marinšek
Hi there! I have an application running on tomcat without any problem. But when i delploy application to oracle weblogic, the server does not recognize the actions. I run config-browser and the actions section is empty. I'm using WL 10.3, java 1.5. Has anyone got the same problem? Thank you