weakness or risky xml validation from server side ?

2013-09-20 Thread Chris
Hello Don't you think , It could be a risk , using xml validation when the file properties have changed ? ( see also validator type="regex" : param name is regex , not expression in archives ) Another example : Struts 2's XML validation methodology with regex ( Control_Tags_Struts_2_Mvn_2_3_

Re: S2: NullPointerException at AnnotationActionValidatorManager.lo adFile

2013-09-20 Thread JOSE L MARTINEZ-AVIAL
It could be related to the DTD: http://stackoverflow.com/questions/17144563/struts2-annotation-valiation-nullpointer-exception 2013/9/20 JOSE L MARTINEZ-AVIAL > I assume you have an xml file to set the definitions, right? could you > share it? > > > 2013/9/20 Néstor Boscán > >> I've been tryi

Re: S2: NullPointerException at AnnotationActionValidatorManager.lo adFile

2013-09-20 Thread JOSE L MARTINEZ-AVIAL
I assume you have an xml file to set the definitions, right? could you share it? 2013/9/20 Néstor Boscán > I've been trying to make Struts 2 JavaScript Validation work on WebLogic > 10.3.6. I first used 2.3.8 version and then the latest 2.3.15.2 version. I > still get the same error: > > java.l

S2: NullPointerException at AnnotationActionValidatorManager.lo adFile

2013-09-20 Thread Néstor Boscán
I've been trying to make Struts 2 JavaScript Validation work on WebLogic 10.3.6. I first used 2.3.8 version and then the latest 2.3.15.2 version. I still get the same error: java.lang.NullPointerException at com.opensymphony.xwork2.validator.AnnotationActionValidatorManager.lo adFile(Annot

Re: How configure struts2 to get validation rules from Spring via @value

2013-09-20 Thread Lukasz Lenart
2013/9/20 Alireza Fattahi : > Let me ask this way. > In below validation > @IntRangeFieldValidator(type =ValidatorType.FIELD,min ="10" > > is there any way we can read '10' from external resource files ! Directly not, but there is built-in support for expression, so you can use minExpression="${mi

Re: How configure struts2 to get validation rules from Spring via @value

2013-09-20 Thread Alireza Fattahi
Let me ask this way. In below validation @IntRangeFieldValidator(type =ValidatorType.FIELD,min ="10" is there any way we can read '10' from external resource files !   ~Regards, ~~Alireza Fattahi From: Lukasz Lenart To: Struts Users Mailing List Sent: Tuesd

Re: How configure struts2 to get validation rules from Spring via @value

2013-09-20 Thread Alireza Fattahi
Let me ask this way. In below validation @IntRangeFieldValidator(type =ValidatorType.FIELD,min ="10" is there any way we can read '10' from external resource files !   ~Regards, ~~Alireza Fattahi From: Lukasz Lenart To: Struts Users Mailing List Sent: Tuesd

Antwort: Struts2, EJB 3.1, JPA 2 and OpenJPA.

2013-09-20 Thread Christoph Nenning
> > Hello, I have a problem with Struts 2 and OpenJPA. > I use Websphere 8.5 as Application server. OpenJPA as persistence provider. > I have developed a web application with Struts 2 as main framework. > In this webapp there is EJB 3.1 and JPA 2 as technologies. > > I call an struts action, the

Struts2, EJB 3.1, JPA 2 and OpenJPA.

2013-09-20 Thread Roberto Bottino
Hello, I have a problem with Struts 2 and OpenJPA. I use Websphere 8.5 as Application server. OpenJPA as persistence provider. I have developed a web application with Struts 2 as main framework. In this webapp there is EJB 3.1 and JPA 2 as technologies. I call an struts action, the action call the

Re: getting configaration error on console. how to rectify?

2013-09-20 Thread Yaragalla Muralidhar
Is there any solution for this? this is happening every time tomcat tries to reload the web app. *Thanks and Regards,* Muralidhar Yaragalla. * * On Fri, Sep 20, 2013 at 12:21 AM, Yaragalla Muralidhar < yaragallamur...@gmail.com> wrote: > I am getting this error often on server console and the a

Re: validators strange behavior

2013-09-20 Thread Yaragalla Muralidhar
This problem is also solved. Thanks. *Thanks and Regards,* Muralidhar Yaragalla. * * On Fri, Sep 20, 2013 at 1:45 AM, Yaragalla Muralidhar < yaragallamur...@gmail.com> wrote: > I have written validators for 3 fields but only validation is happening > for one field. Out of 3 fields the validatio