Re: 2.3.20 Bug with s:action or s:select tag

2014-12-17 Thread Lukasz Lenart
2014-12-16 18:01 GMT+01:00 Roger Varley : > No - that marks it for auto-scanning. In the meantime I've gone back to > 2.3.16.1 and everything is working again :( That won't help ;-) Can you share more details about your application configuration? Or prepare a small demo app that behaves the same w

Re: 2.3.20 Bug with s:action or s:select tag

2014-12-16 Thread Roger Varley
No - that marks it for auto-scanning. In the meantime I've gone back to 2.3.16.1 and everything is working again :( Regards On 16 December 2014 at 18:00, Lukasz Lenart wrote: > > 2014-12-16 15:23 GMT+01:00 Roger Varley : > > import org.springframework.stereotype.Service; > > > > @Service > > Doe

Re: 2.3.20 Bug with s:action or s:select tag

2014-12-16 Thread Lukasz Lenart
2014-12-16 15:23 GMT+01:00 Roger Varley : > import org.springframework.stereotype.Service; > > @Service Doesn't this annotation define Singleton? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e

Re: 2.3.20 Bug with s:action or s:select tag

2014-12-16 Thread Lukasz Lenart
2014-12-16 16:37 GMT+01:00 Sreekanth S. Nair : > Hi Lukasz, > Could it be the same problem what i was facing about rest > plugin ? Nope, your problem was missing configuration for coexisting normal web app with rest endpoints Regards -- Łukasz + 48 606 323 122 http://www.lenart

Re: 2.3.20 Bug with s:action or s:select tag

2014-12-16 Thread Sreekanth S. Nair
Hi Lukasz, Could it be the same problem what i was facing about rest plugin ? Hi Roger, Don't know if you are using rest plugin, if so can remove that plugin and try again ? -- Thanks & Regards Sreekanth S Nair Java Developer --

Re: 2.3.20 Bug with s:action or s:select tag

2014-12-16 Thread Roger Varley
Oh bugger :( I've got actions failing all over the place - but strangely, not all of them. The config-browser plugin see's my configured namespaces, but lists no actions in any of them. Regards On 16 December 2014 at 16:23, Roger Varley wrote: > > Yes, I do. I've checked - and calling the action

Re: 2.3.20 Bug with s:action or s:select tag

2014-12-16 Thread Roger Varley
Yes, I do. I've checked - and calling the action directly from the browser gives the same response. The action code is below. Regards package com.blackbox.x.actions.admin; import java.util.List; import org.springframework.stereotype.Service; import com.blackbox.entities.db.Platform; import com

Re: 2.3.20 Bug with s:action or s:select tag

2014-12-16 Thread Lukasz Lenart
2014-12-16 15:03 GMT+01:00 Roger Varley : > Referring to the log file, the dump was preceded by the following few lines; > > 16 Dec 2014 15:44:09 ERROR ActionComponent,"http-bio-8080"-exec-5:42 - > Could not execute action: /admin/list-platforms > There is no Action mapped for namespace [/admin

Re: 2.3.20 Bug with s:action or s:select tag

2014-12-16 Thread Roger Varley
Referring to the log file, the dump was preceded by the following few lines; 16 Dec 2014 15:44:09 ERROR ActionComponent,"http-bio-8080"-exec-5:42 - Could not execute action: /admin/list-platforms There is no Action mapped for namespace [/admin] and action name [list-platforms] associated with

Re: 2.3.20 Bug with s:action or s:select tag

2014-12-16 Thread Lukasz Lenart
Can you post the whole log? Maybe there are some warnings 2014-12-16 14:48 GMT+01:00 Roger Varley : > Hi > > After upgrading to 2.3.20 from 2.3.16.1 the following .jsp snippet fails to > compile. Reverting back to 2.3.16.1 and it starts to work again. > > > listValue=

2.3.20 Bug with s:action or s:select tag

2014-12-16 Thread Roger Varley
Hi After upgrading to 2.3.20 from 2.3.16.1 the following .jsp snippet fails to compile. Reverting back to 2.3.16.1 and it starts to work again. org.apache.jasper.JasperException: tag 'select', field 'list', name 'platformId': The requested list key '#list.platforms' could not be re