Re: No container in actions after upgrading to 2.5.13

2017-09-19 Thread LAW Andy
> On 14 Sep 2017, at 16:03, Yasser Zamani wrote: > > Do last three exceptions occur in same time, in one action call (I think > because of first word of their lines 73709, 73712 and 73716 and their > same thread name "http-nio-8082-exec-9") ? If so, it means you want to > evaluate ActionOpt

Re: No container in actions after upgrading to 2.5.13

2017-09-14 Thread LAW Andy
> On 14 Sep 2017, at 09:48, Lukasz Lenart wrote: > > You are not the first person who complains about missing container ... > I wonder if we should add a fallback though. > >if (container == null) { >LOG.warn("Container is null, action was created manually? > Fallback to Acti

Re: No container in actions after upgrading to 2.5.13

2017-09-13 Thread LAW Andy
anels:comment-tabpanel#comment-16085291 > > On 9/13/2017 7:31 PM, LAW Andy wrote: >> >>> On 13 Sep 2017, at 14:17, Lukasz Lenart wrote: >>> >>> 2017-09-13 11:02 GMT+02:00 LAW Andy : >>>> Using version 2.5.13 on Tomcat 8.0.21. >&

Re: No container in actions after upgrading to 2.5.13

2017-09-13 Thread LAW Andy
> On 13 Sep 2017, at 14:17, Lukasz Lenart wrote: > > 2017-09-13 11:02 GMT+02:00 LAW Andy : >> Using version 2.5.13 on Tomcat 8.0.21. >> >> I’ve attached it to this message as a text file. > > How do you fetch action in > "my.domain.controller.Act

Re: No container in actions after upgrading to 2.5.13

2017-09-13 Thread LAW Andy
Using version 2.5.13 on Tomcat 8.0.21. I’ve attached it to this message as a text file. Later, Andy > On 12 Sep 2017, at 15:56, Yasser Zamani wrote: > > Each one you're more comfortable or is more important for you. > > On 9/12/2017 7:08 PM, LAW Andy wrote: >> &g

Re: No container in actions after upgrading to 2.5.13

2017-09-12 Thread LAW Andy
> On 12 Sep 2017, at 14:46, Yasser Zamani wrote: > > Great! they mean devMode works. > > Could you post your whole stacktrace of exception (including caused > bys). If you should not send your internal app related info, delete such > lines from stacktrace. I need to know the trace of the Stru

Re: No container in actions after upgrading to 2.5.13

2017-09-12 Thread LAW Andy
a warning from ParametersInterceptor on > output. > > [1] > https://github.com/apache/struts/blob/master/core/src/main/java/com/opensymphony/xwork2/util/AbstractLocalizedTextProvider.java#L266 > > On 9/12/2017 1:17 PM, LAW Andy wrote: >> >>> On 11 Sep 2017, at 2

Re: No container in actions after upgrading to 2.5.13

2017-09-12 Thread LAW Andy
> On 12 Sep 2017, at 10:19, Lukasz Lenart wrote: > > You can ignore this, it only happens in devMode when Struts want to > reload resources. Did you try with Struts 2.3.12? Also broken in 2.3.12 :( Later, Andy -- The University of Edinburgh is a charitable body, registered in Scotland, with

Re: No container in actions after upgrading to 2.5.13

2017-09-12 Thread LAW Andy
> On 12 Sep 2017, at 10:19, Lukasz Lenart wrote: > > You can ignore this, it only happens in devMode when Struts want to > reload resources. Did you try with Struts 2.3.12? Next on the list (after I deal with a different crisis). Later, Andy -- The University of Edinburgh is a charitable b

Re: No container in actions after upgrading to 2.5.13

2017-09-12 Thread LAW Andy
> On 12 Sep 2017, at 09:47, LAW Andy wrote: > > >> On 11 Sep 2017, at 22:50, LAW Andy wrote: >> >> >>> >>> Did you try "devmode=true" and then examining output for any warning? >> >> >> I did. And there’s nothing ob

Re: No container in actions after upgrading to 2.5.13

2017-09-12 Thread LAW Andy
> On 11 Sep 2017, at 22:50, LAW Andy wrote: > > >> >> Did you try "devmode=true" and then examining output for any warning? > > > I did. And there’s nothing obvious. > Scrub that - there is something coming up (I think I must have been looking at

Re: No container in actions after upgrading to 2.5.13

2017-09-11 Thread LAW Andy
//struts.apache.org/docs/dependency-injection.html > > On 9/11/2017 8:57 PM, LAW Andy wrote: >> Does anyone know if the default autowiring method changed in Struts between >> 2.5.10 and 2.5.13? >> >> >>> On 11 Sep 2017, at 15:28, LAW Andy wrote: >>

Re: No container in actions after upgrading to 2.5.13

2017-09-11 Thread LAW Andy
Does anyone know if the default autowiring method changed in Struts between 2.5.10 and 2.5.13? > On 11 Sep 2017, at 15:28, LAW Andy wrote: > > >> On 11 Sep 2017, at 15:13, Lukasz Lenart wrote: >> >> 2017-09-11 16:09 GMT+02:00 LAW Andy : >>> (Indirectly

Re: No container in actions after upgrading to 2.5.13

2017-09-11 Thread LAW Andy
> On 11 Sep 2017, at 15:13, Lukasz Lenart wrote: > > 2017-09-11 16:09 GMT+02:00 LAW Andy : >> (Indirectly) from a JSP. This is “furniture” on the web page. >> >> Each action has an “ActionPropertyKey” annotated on it. Each Action inherits >> from a bas

Re: No container in actions after upgrading to 2.5.13

2017-09-11 Thread LAW Andy
> On 11 Sep 2017, at 15:03, Lukasz Lenart wrote: > > 2017-09-11 16:01 GMT+02:00 LAW Andy : >> I probably could, but I think this is less of an Action problem and more of >> a struts/spring dependency injection problem. I don’t think there’s anything >> wrong with t

Re: No container in actions after upgrading to 2.5.13

2017-09-11 Thread LAW Andy
Sep 2017, at 14:53, Lukasz Lenart wrote: > > 2017-09-11 15:51 GMT+02:00 LAW Andy : >> I recently upgraded the struts 2 library in an old web application from >> 2.5.10.1 to 2.5.13. Simultaneously I upgraded Spring (which we use for >> managing the database connections a

No container in actions after upgrading to 2.5.13

2017-09-11 Thread LAW Andy
I recently upgraded the struts 2 library in an old web application from 2.5.10.1 to 2.5.13. Simultaneously I upgraded Spring (which we use for managing the database connections and some other bits and bobs) from 4.3.7 to 4.3.10. Now, the application runs but the actions do not have a Container i