> This is old, known behavior. Does it still work?
>
> (What do the Javadocs have to do with this?)
>
> See JIRA issues [1,2].
>
> Dave
>
> [1] https://issues.apache.org/struts/browse/WW-1714
> [2] https://issues.apache.org/struts/browse/WW-2600

I've prepared some simple example and it's working as expected (as
specified in API docs), even when I used Spring plugin, everything was
ok. I've checked against version 2.0.11.2 and 2.1.3-SNAPSHOT and was
ok on both.

In my application I'm using transactions with proxies (Spring +
Hibernate + AOP), maybe that's the problem?

(few minutes latter)

I found the problem, with my project I've been using version 2.1.2 ;-)

But when I switch to 2.1.3-SNAPSHOT in my project, I'm getting such
exception below, but that a small problem....

java.lang.NoSuchMethodError:
com.opensymphony.xwork2.ActionContext.put(Ljava/lang/Object;Ljava/lang/Object;)V
        at 
org.apache.struts2.config.StrutsXmlConfigurationProvider.loadPackages(StrutsXmlConfigurationProvider.java:109)
        at 
com.opensymphony.xwork2.config.impl.DefaultConfiguration.reloadContainer(DefaultConfiguration.java:180)
        at 
com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:55)
        at 
org.apache.struts2.dispatcher.Dispatcher.init_PreloadConfiguration(Dispatcher.java:338)
        at org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:390)
        at 
org.apache.struts2.dispatcher.FilterDispatcher.init(FilterDispatcher.java:199)
        at org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:97)



Regards
-- 
Lukasz
http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to