Re: @Inject Locale

2013-10-22 Thread Lukasz Lenart
2013/10/23 Ken McWilliams : > An injectable locale sounds useful at the action level. I could see some > use in it in framework components, possibly results might like it... As you > point out since it is unlikely to be currently used it might to interesting > if it is added to the guice migration'

Re: @Inject Locale

2013-10-22 Thread Ken McWilliams
An injectable locale sounds useful at the action level. I could see some use in it in framework components, possibly results might like it... As you point out since it is unlikely to be currently used it might to interesting if it is added to the guice migration's desirable feature list. Where most

Re: @Inject Locale

2013-10-22 Thread Lukasz Lenart
2013/10/22 Rob Rock : > no I'm not but the bug exists As I said, please register an issue with your solution https://issues.apache.org/jira/browse/WW Thanks in advance -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To

Re: @Inject Locale

2013-10-22 Thread Rob Rock
no I'm not but the bug exists Il Martedì 22 Ottobre 2013 15:37, Lukasz Lenart ha scritto: 2013/10/22 Rob Rock : > I solved a bug: when I deploy the application as eploded archive on > jboss 5.1.0.GA the application doesn't work. I solved this bug but i can't > commit. I modified the metho

Re: @Inject Locale

2013-10-22 Thread Lukasz Lenart
2013/10/22 Rob Rock : > I solved a bug: when I deploy the application as eploded archive on > jboss 5.1.0.GA the application doesn't work. I solved this bug but i can't > commit. I modified the method Commit to where? To Struts Subversion repository? Are you active Struts committer? Regards --

Re: @Inject Locale

2013-10-22 Thread Lukasz Lenart
2013/10/22 Rob Rock : > I solved a bug: when I deploy the application as eploded archive on jboss > 5.1.0.GA the application doesn't work. I modified the method scanDir(File > dir, List classNames, String packageName) of the class > com.opensymphony.xwork2.util.finder.ClassFinder as follow > >

Re: @Inject Locale

2013-10-22 Thread Rob Rock
I solved a bug: when I deploy the application as eploded archive on jboss 5.1.0.GA the application doesn't work. I solved this bug but i can't commit. I modified the method scanDir(File dir, List classNames, String packageName) of the class com.opensymphony.xwork2.util.finder.ClassFinder as fol

Re: @Inject Locale

2013-10-22 Thread Rob Rock
I solved a bug: when I deploy the application as eploded archive on jboss 5.1.0.GA the application doesn't work. I modified the method scanDir(File dir, List classNames, String packageName) of the class com.opensymphony.xwork2.util.finder.ClassFinder as follow     private void scanDir(File dir

@Inject Locale

2013-10-22 Thread Lukasz Lenart
Hi, I'm just working on [1] and have noticed that the LegacyPropertiesConfigurationProvider adds Locale as a injectable property (so it was possible to use @Inject with Locale). Anyway, it isn't used internally by the framework so I'm going to remove it. [1] https://issues.apache.org/jira/browse/