[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

[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

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] 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

[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] 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] 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

[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] 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

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,

[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] 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] 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

[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

[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

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

[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.

[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

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-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: [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] 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

[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

[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

[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

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

[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

[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

[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: (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] 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] 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] 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] 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: (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-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] 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] 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] 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] 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

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

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: [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

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

2010-09-10 Thread Rudy De Busscher (JIRA)
Issue Type: Improvement Components: webapptest Reporter: Rudy De Busscher Use the maven settings.xml files in the user home directory or the Maven home directory to determine local repository location. If not defined, use the default location at the user home

[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: ext-bv addon: Required Initialization for labels required change

2010-10-27 Thread Rudy De Busscher
Hello Ben, I made a few checks and within my examples everything works (they don't use Richfaces however). Can it be that you are mixing some environments ?? The line of code * ExtValUtils.**configureComponentWithMetaData**(facesContext, targetComponent,

Re: ext-bv addon: Required Initialization for labels required change

2010-10-27 Thread Rudy De Busscher
validation version and see how that works. Is there any reason why I can't/shouldn't use both? Finally, the target component is standard JSF. Thanks! Ben -Original Message- *From:* Rudy De Busscher [mailto:rdebussc...@gmail.com] *Sent:* Wednesday, October 27, 2010 8:40 AM *To:* MyFaces

Re: ext-bv addon: Required Initialization for labels required change

2010-10-28 Thread Rudy De Busscher
for the info. I'm sure I'll need both property *and* bean annotations on some properties. I'll try using both versions together. Ben -Original Message- *From:* Rudy De Busscher [mailto:rdebussc...@gmail.com] *Sent:* Wednesday, October 27, 2010 10:19 AM *To:* MyFaces Development *Subject

Re: Required Label Marker Placement

2010-11-04 Thread Rudy De Busscher
Hi, We should make it configurable and use BEFORE_WITH_DUMMY (or something) instead of BEFORE. I'll make the changes next week, or if you like, you can send us a patch that we can use. regards Rudy. On 28 October 2010 18:36, Gerhard gerhard.petra...@gmail.com wrote: +1 i'll review and

Re: Required Label Marker Placement

2010-11-04 Thread Rudy De Busscher
. I'm not aware of a better aproach at this time. Any thoughts? BEFORE_WITH_DUMMY sounds perfect. Thanks! Ben -Original Message- *From:* Rudy De Busscher [mailto:rdebussc...@gmail.com] *Sent:* Thursday, November 04, 2010 9:21 AM *To:* MyFaces Development *Subject:* Re: Required

Re: [VOTE] Release of Extensions CDI (CODI) 0.9.0

2010-11-10 Thread Rudy De Busscher
+1 I'll like the documentation/usage on the wiki. We will start using it in our current project and give feedback based on that. Regards Rudy. On 10 November 2010 10:12, Matthias Wessendorf mat...@apache.org wrote: One question... are there more POM files w/ license:

Re: [DISCUSS] next steps for CODI

2010-11-10 Thread Rudy De Busscher
All, Seems that the version 0.9 contains already a lot. Since there are not a lot of JIRA issues open, the wish list, at least for 1.0, will not be that huge. Maybe some minor things when people are testing the version 0.9. And for new functionalities, it is maybe better that it will be

[jira] Created: (EXTCDI-74) On Jboss 6 the BeanManagerProvider doesn't return the BeanManager due to classLoader differences

2010-11-11 Thread Rudy De Busscher (JIRA)
Project: MyFaces CODI Issue Type: Improvement Components: Core Affects Versions: 0.9.0 Environment: JBoss M4 Reporter: Rudy De Busscher Priority: Minor The method ClassUtils.getClassLoader(null) returns another ClassLoader

Re: [codi] logo proposal

2010-11-11 Thread Rudy De Busscher
+1 regards Rudy. On 11 November 2010 17:59, Martin Marinschek martin.marinsc...@gmail.com wrote: +1 Regards, Martin Von meinem iPhone gesendet Am 11.11.2010 um 16:03 schrieb Alexander Bell alexander.b...@j4fry.org: +1 pretty cool 2010/11/11 Jakob Korherr jakob.korh...@gmail.com +1

Re: [extval] (new) logo proposal

2010-11-12 Thread Rudy De Busscher
+1 style is indeed like the others. regards Rudy. On 12 November 2010 17:02, Hazem Saleh haz...@apache.org wrote: +1 On Fri, Nov 12, 2010 at 5:33 PM, Matthias Wessendorf mat...@apache.org wrote: +1 On Fri, Nov 12, 2010 at 4:04 PM, Gerhard gerhard.petra...@gmail.com wrote: +1

[Codi] Idea for new functionality: method parameter validation

2010-11-22 Thread Rudy De Busscher
Hi all, BeanValidation is promoted as *THE validation framework* in the EE environment. it can already be used in JPA and JSF. In the future they plan to have it also in other areas like JAX-RS. Another area where we could start using it, is with CDI. With the creation of an Interceptor, it

Re: [Codi] Idea for new functionality: method parameter validation

2010-11-23 Thread Rudy De Busscher
2010/11/22 Rudy De Busscher rdebussc...@gmail.com Hi all, BeanValidation is promoted as *THE validation framework* in the EE environment. it can already be used in JPA and JSF. In the future they plan to have it also in other areas like JAX-RS. Another area where we could start using

Re: [VOTE] Release of Extensions Validator 1.1.4, 1.2.4 and 2.0.4

2010-11-23 Thread Rudy De Busscher
+1 Regards Rudy On 24 November 2010 03:21, 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 for Apache MyFaces 2010/11/24 Gerhard Petracek

Re: [DISCUSS] git mirror for webapptest

2010-11-23 Thread Rudy De Busscher
I created (about 2 months ago) some tests with webapptest for ExtVal and it worked very well. So for me, the project can 'graduate' to a normal project if you ask me. There are also plans to use it as testing framework for extval. see (1). regards Rudy. (1)

Re: [Codi] Idea for new functionality: method parameter validation

2010-11-25 Thread Rudy De Busscher
Hi all, You can find my code here http://people.apache.org/~rdebusscher/parameterValidation_POC.zip Regards Rudy. On 23 November 2010 13:58, Rudy De Busscher rdebussc...@gmail.com wrote: I'll clean up the code a bit and try to post it here on thursday. regards Rudy. On 22 November 2010

Re: [VOTE] Release of Extensions CDI (CODI) 0.9.1

2010-12-06 Thread Rudy De Busscher
+1 Regards Rudy. On 6 December 2010 10:01, Jakob Korherr jakob.korh...@gmail.com wrote: +1 Regards, Jakob 2010/12/6, Gerhard gerhard.petra...@gmail.com: +1 regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and

Re: [apache-extras] myfaces examples

2010-12-20 Thread Rudy De Busscher
+1 for extra examples. With mercurial, I had already some 'strange' things (like directories not visible in pre-commit list but still commited, ...) but probably better for forking/branching. So no opinion about the technology used. Regards Rudy. On 18 December 2010 12:21, Werner Punz

Re: [apache-extras] myfaces examples

2010-12-21 Thread Rudy De Busscher
...@apache.org +1 On Tue, Dec 21, 2010 at 11:12 AM, Jakob Korherr jakob.korh...@gmail.com wrote: +1 I like the idea. This way community members (!= committers) can contribute examples (and/or test cases) a lot easier. Regards, Jakob 2010/12/20 Rudy De Busscher rdebussc

[jira] Commented: (EXTVAL-123) Trinidad component support is no longer working on Myfaces version 2.0.2

2010-12-29 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12975751#action_12975751 ] Rudy De Busscher commented on EXTVAL-123: - workaround: You can disable

[jira] Created: (EXTVAL-123) Trinidad component support is no longer working on Myfaces version 2.0.2

2010-12-29 Thread Rudy De Busscher (JIRA)
Validator Issue Type: Improvement Components: Trinidad Support Affects Versions: 2.0.4 Reporter: Rudy De Busscher Priority: Minor Due to changes in the FlashImpl implementation of MyFaces 2.0.2, the ExtValRenderKitFactory is triggered before

[jira] Commented: (EXTVAL-123) Trinidad component support is no longer working on Myfaces version 2.0.2

2010-12-29 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12975752#action_12975752 ] Rudy De Busscher commented on EXTVAL-123: - Possible solution needs other

[jira] Commented: (EXTVAL-123) Trinidad component support is no longer working on Myfaces version 2.0.2

2011-01-05 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12978191#action_12978191 ] Rudy De Busscher commented on EXTVAL-123: - Discussion with Gerhard: Clean solution

[jira] Resolved: (EXTVAL-123) Trinidad component support is no longer working on Myfaces version 2.0.2

2011-01-06 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/EXTVAL-123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher resolved EXTVAL-123. - Resolution: Fixed Fix Version/s: 1.2.5 2.0.5 Updated Core

Re: [codi] first steps for the next release

2011-01-09 Thread Rudy De Busscher
+1 Would like to use the @StartupEvent Regards Rudy On 8 January 2011 00:15, Jakob Korherr jakob.korh...@gmail.com wrote: Hi, +1, looking forward to CODI 0.9.2. Regards, Jakob 2011/1/8 Gerhard gerhard.petra...@gmail.com: hi @ all, if there are no objections, i'll start with the

Re: [core] Improve error reporting and logging

2011-01-11 Thread Rudy De Busscher
All, I can make the dutch translations. Rudy. On 11 January 2011 20:27, Martin Koci martin.kocicak.k...@gmail.com wrote: Hi, I will do it for Czech and Slovak: MYFACES-3014. Not very frequent languages, though - but 10 491 492 (CZ) + approx 5 mil (SK) inhabitants (samt Kindern und

Re: [VOTE] Release of Extensions CDI (CODI) 0.9.2

2011-01-13 Thread Rudy De Busscher
+1 Regards Rudy On 12 January 2011 23:03, Leonardo Uribe lu4...@gmail.com wrote: +1 Leonardo

[CODI add-on] Created an add-on for securing JSF components.

2011-01-16 Thread Rudy De Busscher
@All I have created a CODI add-on that allows you to 'secure' JSF components by using an implementation of the CODI AbstractAccessDecisionVoter. These voters can then be used to restrict the access. In the next example, the text is only visible when the voter 'loggedIn' (which is a named CDI

  1   2   >