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 >

Re: @Inject Locale

2013-10-22 Thread Rob Rock
t(packageName, "WEB-INF.classes.") + name);     }     }     } Il Martedì 22 Ottobre 2013 15:30, Rob Rock ha scritto: 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

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