RE: [Struts 2.1.8] Filter init parameter actionPackages fails on JBoss5.1.0: workaround ?

2009-11-12 Thread Fernandes Celinio
-Message d'origine- De : Lukasz Lenart [mailto:lukasz.len...@googlemail.com] Envoyé : lundi 9 novembre 2009 20:53 À : Struts Users Mailing List Objet : Re: [Struts 2.1.8] Filter init parameter actionPackages fails on JBoss5.1.0: workaround ? 2009/11/9 Fernandes Celinio cfernan...@sopragroup.com

RE: [Struts 2.1.8] Filter init parameter actionPackages fails on JBoss5.1.0: workaround ?

2009-11-09 Thread Fernandes Celinio
: lundi 9 novembre 2009 08:39 À : Struts Users Mailing List Objet : Re: [Struts 2.1.8] Filter init parameter actionPackages fails on JBoss5.1.0: workaround ? 2009/11/8 Celinio Fernandes cel...@yahoo.com: I am facing the same problem as described in this JIRA issue : http://issues.apache.org/struts

Re: [Struts 2.1.8] Filter init parameter actionPackages fails on JBoss5.1.0: workaround ?

2009-11-09 Thread Lukasz Lenart
2009/11/9 Fernandes Celinio cfernan...@sopragroup.com: However I am using JBOSS 5.1.0 GA JDK 6, not Jboss 5.0.1 GA. I downloaded and checked also with 5.1 - no problems spotted Anyays, I added a constant in struts.xml :  constant name=actionPackages value=com.eni.dvtejb.clientStruts2.action

RE: [Struts 2.1.8] Filter init parameter actionPackages fails on JBoss5.1.0: workaround ?

2009-11-09 Thread Fernandes Celinio
? Thanks. -Message d'origine- De : Lukasz Lenart [mailto:lukasz.len...@googlemail.com] Envoyé : lundi 9 novembre 2009 12:25 À : Struts Users Mailing List Objet : Re: [Struts 2.1.8] Filter init parameter actionPackages fails on JBoss5.1.0: workaround ? 2009/11/9 Fernandes Celinio cfernan

Re: [Struts 2.1.8] Filter init parameter actionPackages fails on JBoss5.1.0: workaround ?

2009-11-09 Thread Lukasz Lenart
2009/11/9 Fernandes Celinio cfernan...@sopragroup.com: 12:48:52,978 ERROR [Dispatcher] Dispatcher initialization failed java.lang.RuntimeException: java.lang.RuntimeException: com.opensymphony.xwork2.inject.DependencyException:

RE: [Struts 2.1.8] Filter init parameter actionPackages fails on JBoss5.1.0: workaround ?

2009-11-09 Thread Fernandes Celinio
distribution ? -Message d'origine- De : Lukasz Lenart [mailto:lukasz.len...@googlemail.com] Envoyé : lundi 9 novembre 2009 13:03 À : Struts Users Mailing List Objet : Re: [Struts 2.1.8] Filter init parameter actionPackages fails on JBoss5.1.0: workaround ? 2009/11/9 Fernandes Celinio cfernan

Re: [Struts 2.1.8] Filter init parameter actionPackages fails on JBoss5.1.0: workaround ?

2009-11-09 Thread Lukasz Lenart
2009/11/9 Fernandes Celinio cfernan...@sopragroup.com: Is that latest filter implementation part of the Struts 2.1.8 distribution ? Sorry, tiny mistake, should be org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter Regards -- Lukasz http://www.lenart.org.pl/

RE: [Struts 2.1.8] Filter init parameter actionPackages fails on JBoss5.1.0: workaround ?

2009-11-09 Thread Fernandes Celinio
9 novembre 2009 13:15 À : Struts Users Mailing List Objet : Re: [Struts 2.1.8] Filter init parameter actionPackages fails on JBoss5.1.0: workaround ? 2009/11/9 Fernandes Celinio cfernan...@sopragroup.com: Is that latest filter implementation part of the Struts 2.1.8 distribution ? Sorry, tiny

Re: [Struts 2.1.8] Filter init parameter actionPackages fails on JBoss5.1.0: workaround ?

2009-11-09 Thread Lukasz Lenart
2009/11/9 Fernandes Celinio cfernan...@sopragroup.com: It still does not work. It is still looking for that actionPackages parameter. And if i add it, I get an error related to the path. Strange, you have something messed up with a configuration. Could you list what kind of jars do you have

RE: [Struts 2.1.8] Filter init parameter actionPackages fails on JBoss5.1.0: workaround ?

2009-11-09 Thread Fernandes Celinio
Any idea ? Thanks -Message d'origine- De : Lukasz Lenart [mailto:lukasz.len...@googlemail.com] Envoyé : lundi 9 novembre 2009 13:29 À : Struts Users Mailing List Objet : Re: [Struts 2.1.8] Filter init parameter actionPackages fails on JBoss5.1.0: workaround ? 2009/11/9 Fernandes

RE: [Struts 2.1.8] Filter init parameter actionPackages fails on JBoss5.1.0: workaround ?

2009-11-09 Thread Fernandes Celinio
] Envoyé : lundi 9 novembre 2009 13:38 À : Struts Users Mailing List Objet : RE: [Struts 2.1.8] Filter init parameter actionPackages fails on JBoss5.1.0: workaround ? web.xml full content : ?xml version=1.0 encoding=UTF-8? web-app xmlns:xsi=http://www.w3.org/2001

Re: [Struts 2.1.8] Filter init parameter actionPackages fails on JBoss5.1.0: workaround ?

2009-11-09 Thread Lukasz Lenart
2009/11/9 Fernandes Celinio cfernan...@sopragroup.com: Any idea ? Thanks Dozen! First of all - remove all jars from server/default/lib - you shouldn't mix your jars between apps. As I remember only jdbc drivers should be shared. As you can see, you have duplicated ognl.jar and freemarker.jar.

Re: [Struts 2.1.8] Filter init parameter actionPackages fails on JBoss5.1.0: workaround ?

2009-11-08 Thread Celinio Fernandes
Can someone provide a patch for it asap ? http://jira.opensymphony.com/browse/XW-678 JBoss 5.1.0 GA users are stuck without it. Thanks in advance. From: Celinio Fernandes cel...@yahoo.com Subject: [Struts 2.1.8] Filter init parameter actionPackages fails on JBoss5.1.0: workaround ? To:

Re: [Struts 2.1.8] Filter init parameter actionPackages fails on JBoss5.1.0: workaround ?

2009-11-08 Thread Lukasz Lenart
2009/11/8 Celinio Fernandes cel...@yahoo.com: I am facing the same problem as described in this JIRA issue : http://issues.apache.org/struts/browse/WW-2948 I tested that with JBoss 5.0.1 GA and I used example application based on new struts2-archetype-convention archetype. I didn't spot any