[jira] Resolved: (MYFACESTEST-29) Use Maven settings.xml file to determine maven local repository location.

2010-09-10 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/MYFACESTEST-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher resolved MYFACESTEST-29. - Resolution: Fixed Use Maven settings.xml file to determine maven local

[jira] Created: (MYFACESTEST-30) After test method has executed the JSF Phase listener that performs the test should be deregistered

2010-09-10 Thread Rudy De Busscher (JIRA)
/MYFACESTEST-30 Project: MyFaces Test Issue Type: Bug Components: webapptest Reporter: Rudy De Busscher Priority: Critical Before a test method is run, a JSF Phase listener is registered that coillects all requested validation checks

[jira] Resolved: (MYFACESTEST-30) After test method has executed the JSF Phase listener that performs the test should be deregistered

2010-09-10 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/MYFACESTEST-30?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher resolved MYFACESTEST-30. - Resolution: Fixed After test method has executed the JSF Phase listener

[jira] Created: (MYFACESTEST-31) Allow @Tester annotation on a field in a super class

2010-09-10 Thread Rudy De Busscher (JIRA)
Components: webapptest Reporter: Rudy De Busscher Priority: Minor When we allow @Tester on a field of a superclass, we can create an abstractTestClass that groups as much as possible common information (like @Configuration, @RunWith, @Tester and @Deployment

[jira] Created: (MYFACESTEST-32) Better message when @View is forgotten.

2010-09-10 Thread Rudy De Busscher (JIRA)
Reporter: Rudy De Busscher When @View is forgotten on a class, we get an exception which isn't clear (since @View is expected to be present but never checked) exception = org.jboss.arquillian.impl.event.FiredEventException: java.lang.RuntimeException: Could not get Deployment

Re: [DISCUSS] [GSoC] Automated webapp test framework integration

2010-09-07 Thread Rudy De Busscher
+1 Try to add my 5 or so improvements this weekend. Regards Rudy. On 7 September 2010 11:23, Gerhard gerhard.petra...@gmail.com wrote: +1 regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support

Re: [VOTE] release for myfaces test 1.0.0

2010-08-31 Thread Rudy De Busscher
+1 Seems that jira issues MYFACESTEST-19 and MYFACESTEST-20 don't have the correct status. So they don't show up in the release notes. regards rudy. On 31 August 2010 21:43, Matthias Wessendorf mat...@apache.org wrote: +1 On Tue, Aug 31, 2010 at 9:32 PM, Mark Struberg strub...@yahoo.de

Re: [VOTE] release for myfaces test 1.0.0

2010-08-31 Thread Rudy De Busscher
Yes, they can be set as fixed. On 31 August 2010 22:19, Leonardo Uribe lu4...@gmail.com wrote: Hi So we can close both of them as fixed? regards, 2010/8/31 Rudy De Busscher rdebussc...@gmail.com +1 Seems that jira issues MYFACESTEST-19 and MYFACESTEST-20 don't have the correct

Re: [GSoC] Automated webapp tests project

2010-08-18 Thread Rudy De Busscher
Hi, I also did some tests and had to make a small modification so that it finds my custom maven repository (defined in the settings.xml). For the rest, it seems to work great. I can add that code after the integration is done. regards rudy. On 17 August 2010 22:02, Jakob Korherr

Re: [VOTE] release for myfaces master pom 9

2010-08-18 Thread Rudy De Busscher
+1 Did a small test with ExtVal trunk (install and site) and didn't see any obvious problem. Rudy. On 18 August 2010 14:33, Michael Kurz michi.k...@gmx.at wrote: +1 I also tried it with Tomahawk. Build was fine but there was an issue with building the site. But as the mster pom version

[jira] Commented: (EXTVAL-111) Create examples for JSF 2 version

2010-07-30 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12894034#action_12894034 ] Rudy De Busscher commented on EXTVAL-111: - Initial commit done - Used @managedBean

Re: [MyFaces Core] Build Failure?

2010-07-30 Thread Rudy De Busscher
Hi all, Seems that my MockCompositeValueExpression (MYFACESTEST-20) is the cause. I'm reverting back to the original MockValueExpression and see later on why it fails within MyFaces core. (Test case for the MockCompositeValueExpression works) Sorry regards rudy. On 30 July 2010 14:36, Matthias

[jira] Reopened: (MYFACESTEST-20) Support for composite value expressions like 'test #{foo}'

2010-07-30 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/MYFACESTEST-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher reopened MYFACESTEST-20: - MockCompositeValueExpression is causing some MyFaces Core Impl tests to fail

Re: [MyFaces Core] Build Failure?

2010-07-30 Thread Rudy De Busscher
Werner, Matthias, Fixed the problem with the MockCompositeValueExpression in MyFaces test. (adjusted the getValue() method ) The composite EL within Test and all MyFaces testCases works again. Regards Rudy. On 30 July 2010 15:39, Rudy De Busscher rdebussc...@gmail.com wrote: Hi all, Seems

[jira] Updated: (MYFACESTEST-20) Support for composite value expressions like 'test #{foo}'

2010-07-28 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/MYFACESTEST-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher updated MYFACESTEST-20: Status: Resolved (was: Patch Available) Fix Version/s: 1.0.0

[jira] Created: (EXTVAL-111) Create examples for JSF 2 version

2010-07-28 Thread Rudy De Busscher (JIRA)
Reporter: Rudy De Busscher Available examples in the trunk should be copied/converted to JSF 2 for the 2.x.x. versions. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (EXTVAL-110) Allow Extval Custom Java ExtValModuleConfig objects in Bean jars (CDI)

2010-07-27 Thread Rudy De Busscher (JIRA)
Issue Type: Improvement Components: Core, Property Validation, Trinidad Support Affects Versions: 1.2.4-SNAPSHOT, 2.0.4-SNAPSHOT, 1.1.4-SNAPSHOT Reporter: Rudy De Busscher Priority: Minor OpenWebBeans initializes all classes in the archives (jars

[jira] Resolved: (EXTVAL-110) Allow Extval Custom Java ExtValModuleConfig objects in Bean jars (CDI)

2010-07-27 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher resolved EXTVAL-110. - Fix Version/s: 1.2.4-SNAPSHOT 2.0.4-SNAPSHOT 1.1.4

[jira] Created: (EXTVAL-109) Extval Custom Java ExtValModuleConfig and OpenWebBeans - NPE during startup WebContainer

2010-07-26 Thread Rudy De Busscher (JIRA)
Project: MyFaces Extensions Validator Issue Type: Bug Components: Core Affects Versions: 1.2.4-SNAPSHOT, 2.0.4-SNAPSHOT, 1.1.4-SNAPSHOT Reporter: Rudy De Busscher Priority: Minor OpenWebBeans initializes all classes in the archives (jars or classes

Re: Use maven-shade-plugin to prevent duplicate code

2010-07-26 Thread Rudy De Busscher
Hi all, I agree, duplicated code has to be avoided and when the maven-shade-plugin can help, the better. but I think we have to define which project supplies code for which other project (so that we don't get a spaghetti (using the tomatoes ;) or get circular dependencies.). I know that MyFaces

Re: Use maven-shade-plugin to prevent duplicate code

2010-07-26 Thread Rudy De Busscher
functionality already present in MyFaces core (e.g. the real classes which should be mocked). IMO this is the way it should be. Regards, Jakob 2010/7/26 Rudy De Busscher rdebussc...@gmail.com Hi all, I agree, duplicated code has to be avoided and when the maven-shade-plugin can help

[jira] Updated: (EXTVAL-99) Allow reading WEB.XML parameters without removing spaces

2010-07-22 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher updated EXTVAL-99: --- Status: Resolved (was: Patch Available) Fix Version/s: 1.2.4-SNAPSHOT

[jira] Commented: (EXTVAL-107) ExtVal should call FacesContext.validationFailed() in case of validation failure

2010-07-20 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12890202#action_12890202 ] Rudy De Busscher commented on EXTVAL-107: - For the moment, you can create

[jira] Updated: (EXTVAL-106) test-cases for ExtValModuleConfiguration

2010-07-19 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher updated EXTVAL-106: Status: Patch Available (was: Open) test-cases for ExtValModuleConfiguration

[jira] Commented: (MYFACESTEST-19) JUnit4 Runner that runs each Test method in a seperate classloader

2010-07-14 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/MYFACESTEST-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12888239#action_12888239 ] Rudy De Busscher commented on MYFACESTEST-19: - A small text that exaplains

[jira] Created: (MYFACESTEST-20) Support for composite value expressions like 'test #{foo}'

2010-07-14 Thread Rudy De Busscher (JIRA)
: Improvement Components: Mock Objects Affects Versions: 1.0.0-SNAPSHOT Reporter: Rudy De Busscher Attachments: MyfacesTest-20.patch For the moment, the MockValueExpression class supports only literals and pure references. Expressions wich are a composite, like mixing

[jira] Updated: (MYFACESTEST-20) Support for composite value expressions like 'test #{foo}'

2010-07-14 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/MYFACESTEST-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher updated MYFACESTEST-20: Status: Patch Available (was: Open) Support for composite value expressions

[jira] Commented: (MYFACESTEST-19) JUnit4 Runner that runs each Test method in a seperate classloader

2010-07-12 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/MYFACESTEST-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12887385#action_12887385 ] Rudy De Busscher commented on MYFACESTEST-19: - I'm preparing a text

[jira] Updated: (MYFACESTEST-19) JUnit4 Runner that runs each Test method in a seperate classloader

2010-07-12 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/MYFACESTEST-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher updated MYFACESTEST-19: Status: Patch Available (was: Open) JUnit4 Runner that runs each Test method

[jira] Updated: (EXTVAL-104) Improve validation in case of a range where only minimum or maximum is specified.

2010-07-05 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher updated EXTVAL-104: Status: Patch Available (was: Open) Improve validation in case of a range where only

[jira] Created: (EXTVAL-104) Improve validation in case of a range where only minimum or maximum is specified.

2010-07-05 Thread Rudy De Busscher (JIRA)
: MyFaces Extensions Validator Issue Type: Improvement Components: Property Validation Affects Versions: 1.1.3, 2.0.3, 1.2.3 Reporter: Rudy De Busscher Priority: Minor The range validations (@LongRange and @DoubleRange) are using the MIN_VALUE and MAX_VALUE

[jira] Created: (EXTVAL-101) Pluggable system for resolving references in cross validation

2010-06-28 Thread Rudy De Busscher (JIRA)
Issue Type: New Feature Components: Property Validation Affects Versions: 1.2.4-SNAPSHOT, 2.0.4-SNAPSHOT, 1.1.4-SNAPSHOT Reporter: Rudy De Busscher Idea is described on the concepts for new features page (under brainstorming paragraph) (http://wiki.apache.org/myfaces

[jira] Commented: (EXTVAL-101) Pluggable system for resolving references in cross validation

2010-06-28 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12883164#action_12883164 ] Rudy De Busscher commented on EXTVAL-101: - First version (as a kind of add

[jira] Created: (EXTVAL-99) Allow reading WEB.XML parameters without removing spaces

2010-06-17 Thread Rudy De Busscher (JIRA)
: Improvement Components: Core Affects Versions: 1.2.4-SNAPSHOT, 2.0.4-SNAPSHOT, 1.1.4-SNAPSHOT Reporter: Rudy De Busscher Priority: Trivial Currently the WebXmlUtils.getInitParameter method removes any spaces from the value it finds. For future enhancements, we

[jira] Updated: (EXTVAL-99) Allow reading WEB.XML parameters without removing spaces

2010-06-17 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher updated EXTVAL-99: --- Status: Patch Available (was: Open) Allow reading WEB.XML parameters without removing

[jira] Created: (MYFACES-2751) escape attribute of h:outputLabel is not picked up by HtmlLabelRenderer

2010-06-13 Thread Rudy De Busscher (JIRA)
Issue Type: Bug Components: General Affects Versions: 1.2.8 Reporter: Rudy De Busscher specifying the escape attribute on the outputLabel has no effect. The renderer always does an encoding of the value. Only verified with version 1.2.8. (1.1 and/or 2.0) could have

[jira] Updated: (MYFACES-2751) escape attribute of h:outputLabel is not picked up by HtmlLabelRenderer

2010-06-13 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher updated MYFACES-2751: -- Status: Patch Available (was: Open) escape attribute of h:outputLabel

[ExtVal] naming of initialisation parameters in web.xml for add-on

2010-06-11 Thread Rudy De Busscher
Hi All, For the advanced version of the required label add-on, I would like to have some initialisation parameters in web.xml so that the developer could customize the add-on. To my knowledge, there isn't any add-on for the moment that have such initialisation parameters. So I would like to

Re: [GSoC] Automated webapp tests API draft

2010-06-08 Thread Rudy De Busscher
looks promising, will speed be of any considiration? Assembling the resources and starting op the web container could be a major impact. I prefer functionality above execution time but it has some limits. The @dependency annotation, is it resolving the dependencies itself or just refering to the

[MyFaces] Code coverage and suitable tools

2010-05-26 Thread Rudy De Busscher
/dev@myfaces.apache.org/msg44776.html http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/5/26 Rudy De Busscher rdebussc...@gmail.com @All, To ensure maximum code coverage of the JUnit

[MyFaces] Code coverage and suitable tools

2010-05-26 Thread Rudy De Busscher
@All, To ensure maximum code coverage of the JUnit tests for the next release of ExtVal, I was looking at some code coverage tools. It seems that there aren't much which have a license compatible with Apache (Or am I missing something?). So I made a try with Cobertura (maven plugin has Apache

[ExtVal] Virtual meta data add-on not compatible with EmptyValueAwareValidationStrategy.

2010-04-21 Thread Rudy De Busscher
Using the @VirtualMetaData can lead to disabling some validation checks. When we have for example the following code @Column(nullable = false, length = 50) @VirtualMetaData(target=Column.class, parameters = {ViolationSeverity.Warn.class}) private String firstName; No validation

[jira] Created: (EXTVAL-90) Allow map notation in the EL expression for the test infrastructure.

2010-04-09 Thread Rudy De Busscher (JIRA)
Issue Type: Improvement Affects Versions: 1.1.3, 2.0.3, 1.2.3 Reporter: Rudy De Busscher Attachments: SupportForMapPropertyTest.java The reference Resolver features of x.x.4 will allow some basic Map usages in references. The mocks available in the test infrastructure

[jira] Updated: (EXTVAL-90) Allow map notation in the EL expression for the test infrastructure.

2010-04-09 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher updated EXTVAL-90: --- Status: Patch Available (was: Open) Allow map notation in the EL expression for the test

[jira] Commented: (EXTVAL-88) Allow case insensitive comparison for String in the Equals and NotEquals validations

2010-03-29 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12850880#action_12850880 ] Rudy De Busscher commented on EXTVAL-88: Usage example with v2 of Gerhard becomes

Re: [GSoC] Proposal - Automated webapp tests

2010-03-26 Thread Rudy De Busscher
Isn't the Myfaces test (svn.apache.org/repos/asf/myfaces/test) not the successor of shale test ? Automated test are indeed very useful, an alternative (easier to set up maybe) of JSFUnit would be great. Regards, Rudy. On 26 March 2010 12:38, Gerhard Petracek gerhard.petra...@gmail.com wrote: hi

[jira] Created: (EXTVAL-88) Allow case insensitive comparison for String in the Equals and NotEquals validations

2010-03-25 Thread Rudy De Busscher (JIRA)
: MyFaces Extensions Validator Issue Type: New Feature Components: Property Validation Affects Versions: 1.1.3, 2.0.3, 1.2.3 Reporter: Rudy De Busscher Priority: Minor Created a new ValidationParameter to indicate case sensitive (the default, as before

[jira] Updated: (EXTVAL-88) Allow case insensitive comparison for String in the Equals and NotEquals validations

2010-03-25 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher updated EXTVAL-88: --- Status: Patch Available (was: Open) Allow case insensitive comparison for String

Re: [VOTE] Release of Extensions Validator 1.1.3, 1.2.3 and 2.0.3

2010-03-17 Thread Rudy De Busscher
+1 regards Rudy On 17 March 2010 16:41, Jakob Korherr jakob.korh...@gmail.com wrote: +1 Regards, Jakob 2010/3/17 Matthias Wessendorf mat...@apache.org +1 On Wed, Mar 17, 2010 at 8:38 AM, Gerhard Petracek gerhard.petra...@gmail.com wrote: +1 regards, gerhard

[jira] Created: (EXTVAL-86) BeanAware constraint validators for Model Validation beanValidation

2010-03-06 Thread Rudy De Busscher (JIRA)
Issue Type: Improvement Components: Bean Validation Affects Versions: 1.2.3-SNAPSHOT Reporter: Rudy De Busscher Allow beans defined in a context to be used as BeanValidation Constrain Validators just like constraints on properties. -- This message is automatically

[jira] Updated: (EXTVAL-86) BeanAware constraint validators for Model Validation beanValidation

2010-03-06 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher updated EXTVAL-86: --- Status: Patch Available (was: Open) BeanAware constraint validators for Model Validation

[Extval] BeanAware constraint validators for Model Validation beanValidation

2010-03-06 Thread Rudy De Busscher
[ExtVal] BeanAware constraint validators for Model Validation beanValidation Hi, The Constraint Validator for BeanValidation constraints on properties can be defined in a context repository. The * BeanValidationModuleValidationInterceptorInternals.validate* method makes use of code that checks

[jira] Updated: (MYFACESTEST-3) Add configuration resource for Myfaces 1.2 to ConfigParser

2010-03-03 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/MYFACESTEST-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher updated MYFACESTEST-3: --- Status: Patch Available (was: Open) Add configuration resource for Myfaces 1.2

[jira] Created: (MYFACESTEST-3) Add configuration resource for Myfaces 1.2 to ConfigParser

2010-03-03 Thread Rudy De Busscher (JIRA)
Reporter: Rudy De Busscher The configuration resource for MyFaces 1.2 is not yet defined in the class ConfigParser (test12 module) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

Re: [Core] Missing f:event tag (Declarative Event Handling) in JSF2??

2010-03-02 Thread Rudy De Busscher
facelets-2. It is no supported on JSP (like some other new features like e.g. f:ajax). Regards, Jakob 2010/2/28 Rudy De Busscher rdebussc...@gmail.com mailto:rdebussc...@gmail.com Hi, I saw on several places the mentioning of a Declarative Event Handling in JSF 2. But I

[Core] Missing f:event tag (Declarative Event Handling) in JSF2??

2010-02-28 Thread Rudy De Busscher
Hi, I saw on several places the mentioning of a Declarative Event Handling in JSF 2. But I couldn't find support for the f:event in Myfaces 2 beta. A quick look into Mojarra revealed that they also don't support the tag. Looking up the tag documentation shows a difference between the 2 sources

[ExtVal] PropertyValidationInterceptor and BeanVal Model validation

2010-02-26 Thread Rudy De Busscher
hi, I have following test scenario: A class with 3 properties that are shown on a screen and were a BeanValidation ModelValidation annotation is placed on the type. @MyModelValidation(message = {person.notallowed}) @BeanValidation(modelValidation = @ModelValidation(isActive = true)) It is a bit

[Test] Configuration resource for Myfaces 1.2

2010-02-26 Thread Rudy De Busscher
Hi, I tried to create a testcase using the myfaces-test12 beta release. However the ConfigParser object isn't aware of the Myfaces 1.2 configuration. The configuration resource */META-INF/standard-faces-config.xml* must also be tried (as indicated in the code, that it will be supported but isn't

Re: [Test] Configuration resource for Myfaces 1.2

2010-02-26 Thread Rudy De Busscher
Created Jira issue MYFACESTEST-3 and provided patch On 26 February 2010 14:14, Rudy De Busscher rdebussc...@gmail.com wrote: Hi, I tried to create a testcase using the myfaces-test12 beta release. However the ConfigParser object isn't aware of the Myfaces 1.2 configuration

[ExtVal] ExtVal-metadata-provider addon (performance) improvement

2010-02-24 Thread Rudy De Busscher
Hi all, With the Extval metadata provider addon, the developer has the possibility to specify the packages that needs to be scanned for the @MetaDataProvider. However, doing this, results in some performance penalty. During initialization of the MetaDataProviderStorage class, it stores the

Re: [ExtVal] Cross Validations and duplicate messages

2010-02-19 Thread Rudy De Busscher
parameter. regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2010/2/18 Rudy De Busscher rdebussc...@gmail.com Hi all, There are cases that the validation message is shown

[ExtVal] Cross Validations and duplicate messages

2010-02-17 Thread Rudy De Busscher
Hi all, There are cases that the validation message is shown twice for some Cross Validations. If we use for instance the Equals or NotEquals annotations where the target component is also shown on the same page, the message is shown twice. This is the example: *public class Person {

Re: [ExtVal] backward compatibility

2010-02-03 Thread Rudy De Busscher
Hi Gerhard, +1 but maybe a few remarks - When the refactorings are only cosmetic (like here, there is a better grouping of functional alike classes), the user of the library hasn't much benefit from it. And thus doesn't like it very much. - By moving the annotation (JoinValidation,

[jira] Issue Comment Edited: (EXTVAL-82) Add the EmptyValueAwareValidationStrategy annotation to the Length and Pattern Annotations

2010-02-01 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-82?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806744#action_12806744 ] Rudy De Busscher edited comment on EXTVAL-82 at 2/1/10 2:01 PM

[jira] Commented: (EXTVAL-82) Add the EmptyValueAwareValidationStrategy annotation to the Length and Pattern Annotations

2010-01-30 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-82?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12806744#action_12806744 ] Rudy De Busscher commented on EXTVAL-82: The changed behaviour of @Length

[jira] Commented: (EXTVAL-82) Add the EmptyValueAwareValidationStrategy annotation to the Length and Pattern Annotations

2010-01-27 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-82?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12805407#action_12805407 ] Rudy De Busscher commented on EXTVAL-82: I did some more testing to verify

[ExtVal] improvement of add-on prototype for lightweight transactional model validation

2010-01-24 Thread Rudy De Busscher
); }* The method is located in * at.gp.web.jsf.extval.validation.model.transactional.RevertableProperty* I wanted to use the add-on in a demo and found the (known) 'problem' and liked to share a possible solution. Regards Rudy De Busscher

[jira] Created: (EXTVAL-82) Add the EmptyValueAwareValidationStrategy annotation to the Length and Pattern Annotations

2010-01-22 Thread Rudy De Busscher (JIRA)
Project: MyFaces Extensions Validator Issue Type: Improvement Components: Bean Validation Affects Versions: 1.2.3-SNAPSHOT, 2.0.3-SNAPSHOT, 1.1.3-SNAPSHOT Reporter: Rudy De Busscher Priority: Minor Adding the EmptyValueAwareValidationStrategy allows

[ExtVal] refactoring of ReferencingStrategy to make it reusable, propertyValidationModule

2010-01-14 Thread Rudy De Busscher
*, if it was a *modelAwareEvaluation *and some other indications required in the Cross compare validation method. All the required changes are made to classes marked as UsageCategory.INTERNAL so refactoring shouldn't have any impact on users of the framework. Regards Rudy De busscher

Re: [ExtVal] Conversion error, JSF 1.1 and ExtVal

2010-01-09 Thread Rudy De Busscher
Based on the suggestions of Gerhard, I completed the example and placed it here [1] [1] https://sandbox890.googlecode.com/svn/trunk/examples/conversionException_extval Regards, Rudy De Busscher 2010/1/5 Gerhard Petracek gerhard.petra...@gmail.com hi rudy, you analyzed it correctly. it isn't

[ExtVal] Conversion error, JSF 1.1 and ExtVal

2010-01-04 Thread Rudy De Busscher
are welcome. I have also a small project that can be used to play a little more with the conversion issue. regards Rudy De Busscher

[jira] Created: (EXTVAL-75) validate that a field should be empty based on some other fields, EmptyIf annotation and strategy

2009-12-08 Thread Rudy De Busscher (JIRA)
-75 Project: MyFaces Extensions Validator Issue Type: New Feature Components: Core Reporter: Rudy De Busscher A field should be empty when some conditions are met (like another field is filled in, a checkbox is marked, ...) -- This message

<    1   2