Re: DeltaSpike Roadmap

2013-03-28 Thread Rudy De Busscher
@method validation As I used the Extval features for these kind of situations and wrote extensions for it to enhance the crossfield validation (like your example of the password, see also [1] ) I'm very interested to have this in DeltaSpike/help with such a feature (if you need it) in DeltaSpike

Re: [VOTE] Recommending DeltaSpike for Graduation to an Apache Top Level Project

2013-03-27 Thread Rudy De Busscher
at redhat.com Jason Porter lightguard.jp at gmail.com Shane Bryzak sbryzak at gmail.com Rudy de Busscher rdebusscher at apache.org Christian Kaltepoth christian at kaltepoth.de Arne Limburg arne.limburg at openknowledge.de Charles Moulliard cmoulliard at gmail.com Cody Lerum cody.lerum at gmail.com

[jira] [Commented] (DELTASPIKE-306) Examples for the features of the JSF module

2012-12-31 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13541379#comment-13541379 ] Rudy De Busscher commented on DELTASPIKE-306: - Created already examples

Re: Custom MessageInterpolator needs a Qualifer

2012-12-29 Thread Rudy De Busscher
completely then just use an @Alternative or @Specializes to replace the standard MessageInterpolator/etc with your own version. LieGrue strub - Original Message - From: Rudy De Busscher rdebussc...@gmail.com To: deltaspike-dev@incubator.apache.org Cc: Sent: Friday, December

Re: [DISCUSS] DELTASPIKE-298 support post-method-authorization

2012-12-13 Thread Rudy De Busscher
All, I had once also such a requirement (post-method authorization) where this could be very handy. We kept information about persons (name, age, address, medical info, ...) but there where some categories. One kind of category was linked to the Royals and you needed a special role before you

Re: [DISCUSS] DELTASPIKE-298 support post-method-authorization

2012-12-13 Thread Rudy De Busscher
or @SecuredReturnValue ? Am 13.12.12 10:50 schrieb Gerhard Petracek unter gerhard.petra...@gmail.com: +1, but imo we need a better name for it. regards, gerhard 2012/12/13 Rudy De Busscher rdebussc...@gmail.com All, I had once also such a requirement (post-method

Re: Integration testing not possible with current version of WLS12c

2012-12-02 Thread Rudy De Busscher
Extension :/ Hoping for a soonish new release of WLS12 as well! LieGrue, strub - Original Message - From: Rudy De Busscher rdebussc...@gmail.com To: deltaspike-dev@incubator.apache.org Cc: Sent: Saturday, December 1, 2012 7:30 PM Subject: Integration

Integration testing not possible with current version of WLS12c

2012-12-01 Thread Rudy De Busscher
All, I had some time today to have a look at the problems with the integration tests on WLS12c server. (DELTASPIKE-261) I created a web application that performs the same test as described in

Re: [jira] [Resolved] (DELTASPIKE-285) MinimalMessagesTest fails on WLS12c

2012-10-24 Thread Rudy De Busscher
the following WLS related issues? https://issues.apache.org/jira/browse/DELTASPIKE-241 https://issues.apache.org/jira/browse/DELTASPIKE-261 LieGrue, strub - Original Message - From: Rudy De Busscher (JIRA) j...@apache.org To: deltaspike-dev@incubator.apache.org Cc: Sent: Monday

[jira] [Created] (DELTASPIKE-285) MinimalMessagesTest fails on WLS12c

2012-10-22 Thread Rudy De Busscher (JIRA)
Rudy De Busscher created DELTASPIKE-285: --- Summary: MinimalMessagesTest fails on WLS12c Key: DELTASPIKE-285 URL: https://issues.apache.org/jira/browse/DELTASPIKE-285 Project: DeltaSpike

[jira] [Resolved] (DELTASPIKE-285) MinimalMessagesTest fails on WLS12c

2012-10-22 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher resolved DELTASPIKE-285. - Resolution: Fixed Fix Version/s: 0.4-incubating

Re: @Startup like?

2012-10-16 Thread Rudy De Busscher
There are indeed all kind of other scenarios of @startup where you need JSF. I have used it already to overwrite some standard JSF converters. Rudy On 16 October 2012 13:37, Gerhard Petracek gerhard.petra...@gmail.comwrote: there are several requirements which aren't related to a db... (in

Re: [DISCUSS] JSF Scopes

2012-10-15 Thread Rudy De Busscher
All, Is ViewAccessScoped of CODI considered. For me the most important non std scope. regards Rudy On 15 October 2012 11:52, Mark Struberg strub...@yahoo.de wrote: I don't understand. The FacesMessages are held by the FacesContext. If we talk about a WindowContext we always have to

[jira] [Commented] (DELTASPIKE-261) Integration tests of security impl module fails on Weblogic 12c

2012-08-20 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13438446#comment-13438446 ] Rudy De Busscher commented on DELTASPIKE-261: - #1 is fixed by commit

Re: [DISCUSS] specific code required for integration tests of Security impl module for WebLogic 12c

2012-08-10 Thread Rudy De Busscher
/8c625c8e72524d657aeb77e9913287c60af6b62f 2012/8/6 Rudy De Busscher rdebussc...@gmail.com Hi All, The integration tests on WebLogic 12C fails at the Security Impl Module. There are 2 problems (see also DELTASPIKE-261 - Integration tests of security impl module fails on Weblogic 12chttps://issues.apache.org/jira/browse

[jira] [Commented] (DELTASPIKE-261) Integration tests of security impl module fails on Weblogic 12c

2012-08-08 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13431328#comment-13431328 ] Rudy De Busscher commented on DELTASPIKE-261: - tested the changes

[jira] [Commented] (DELTASPIKE-261) Integration tests of security impl module fails on Weblogic 12c

2012-08-06 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13429382#comment-13429382 ] Rudy De Busscher commented on DELTASPIKE-261: - There are 2 problems

[DISCUSS] specific code required for integration tests of Security impl module for WebLogic 12c

2012-08-06 Thread Rudy De Busscher
Hi All, The integration tests on WebLogic 12C fails at the Security Impl Module. There are 2 problems (see also DELTASPIKE-261 - Integration tests of security impl module fails on Weblogic 12chttps://issues.apache.org/jira/browse/DELTASPIKE-261) : 1. ClassLoader issue within the method

[jira] [Resolved] (DELTASPIKE-94) beans.xml in arquillian deployment artifacts for integration testing needs to be in WEB-INF to support WebLogic 12c

2012-07-15 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher resolved DELTASPIKE-94. Resolution: Fixed Fix Version/s: 0.2-incubating beans.xml

[jira] [Commented] (DELTASPIKE-241) Fix integration testing on Weblogic 12c

2012-07-15 Thread Rudy De Busscher (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13414598#comment-13414598 ] Rudy De Busscher commented on DELTASPIKE-241: - 1) When running maven

[jira] [Created] (DELTASPIKE-204) AnnotationInstanceProviderTest#assertComplexToString fails on certain JVM's

2012-06-16 Thread Rudy De Busscher (JIRA)
Rudy De Busscher created DELTASPIKE-204: --- Summary: AnnotationInstanceProviderTest#assertComplexToString fails on certain JVM's Key: DELTASPIKE-204 URL: https://issues.apache.org/jira/browse/DELTASPIKE-204

[jira] [Resolved] (DELTASPIKE-103) Integration testing on WebLogic Server 12c

2012-02-27 Thread Rudy De Busscher (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rudy De Busscher resolved DELTASPIKE-103. - Resolution: Fixed Integration testing on WebLogic Server 12c

[jira] [Commented] (DELTASPIKE-94) beans.xml in arquillian deployment artifacts for integration testing needs to be in WEB-INF to support WebLogic 12c

2012-02-24 Thread Rudy De Busscher (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13215556#comment-13215556 ] Rudy De Busscher commented on DELTASPIKE-94: Found

integration tests working on WLS 12c

2012-02-24 Thread Rudy De Busscher
I will run them regularly on my machine. Regards Rudy -- Rudy De Busscher http://www.c4j.be

Re: [Discuss] Classloader issue for deltaspike configuration (differences between Glassfish 3.Jboss AS7 and weblogic 12c)

2012-02-22 Thread Rudy De Busscher
http://mojavelinux.com/seaminaction -- Rudy De Busscher http://www.c4j.be

Issues with arquillian archives on WebLogic 12c - wrong beans.xml file location

2012-02-20 Thread Rudy De Busscher
*to change the deployment methods of the current integration tests Sorry for this long post, but it is important for the compatibility of future integration tests . Regards Rudy -- Rudy De Busscher http://www.c4j.be

[jira] [Created] (DELTASPIKE-94) beans.xml in arquillian deployment artifacts for integration testing needs to be in WEB-INF to support WebLogic 12c

2012-02-20 Thread Rudy De Busscher (Created) (JIRA)
://issues.apache.org/jira/browse/DELTASPIKE-94 Project: DeltaSpike Issue Type: Improvement Components: Tests Affects Versions: 0.1-incubating Reporter: Rudy De Busscher Assignee: Rudy De Busscher When the arquilian test artifact

[Discuss] Classloader issue for deltaspike configuration (differences between Glassfish 3.Jboss AS7 and weblogic 12c)

2012-02-20 Thread Rudy De Busscher
) = http://jsfcorner.blogspot.com/2012/01/codi-on-oracle-weblogic-server-12c.html -- Rudy De Busscher http://www.c4j.be

Re: [Discuss] Classloader issue for deltaspike configuration (differences between Glassfish 3.Jboss AS7 and weblogic 12c)

2012-02-20 Thread Rudy De Busscher
a) +1 b) 1) +1 org.apache.deltaspike.core.util.ClassUtils#getClassLoader only called with a null parameter for the moment (except for DefaultConfigSourceProvider) regards Rudy On 20 February 2012 15:56, Rudy De Busscher rdebussc...@gmail.com wrote: Hi all, There are problems

[Discuss] correct handling of multiple ClassDeactivator

2012-02-20 Thread Rudy De Busscher
order, so that ClassDeactivator2 comes before ClassDeactivator1. Or when there are future usage for seen that don't break if they are returned in reverse order, an additional parameter that controls the order. WDYT? -- Rudy De Busscher http://www.c4j.be

[jira] [Created] (DELTASPIKE-89) Improve JavaDoc

2012-02-16 Thread Rudy De Busscher (Created) (JIRA)
Reporter: Rudy De Busscher Assignee: Gerhard Petracek Priority: Minor Where we bundle all kind of javadoc related work if we find 'problems' -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators

Re: [DISCUSS] Identity API

2012-02-13 Thread Rudy De Busscher
/blob/develop/api/src/** main/java/org/jboss/seam/**security/Identity.javahttps://github.com/seam/security/blob/develop/api/src/main/java/org/jboss/seam/security/Identity.java -- Rudy De Busscher

Re: Need a @Typed for custom project stage (documentation and test class issue)

2012-01-31 Thread Rudy De Busscher
please correct me if i mix it up with a different discussion). but i don't really see the need for it. we just can veto project-stage classes, because the result is the same and users don't have to care about @Typed() regards, gerhard 2012/1/31 Rudy De Busscher rdebussc

Jboss Forge plugin - prototype

2012-01-19 Thread Rudy De Busscher
/rdebusscher/forge-plugin-deltaspike -- Rudy De Busscher http://www.c4j.be

Re: forge plugin

2012-01-17 Thread Rudy De Busscher
be nice if we provide a forge plugin for (released) deltaspike features. e.g. cosmin could join this effort (he implemented a forge plugin for myfaces codi during the last gsoc). regards, gerhard -- Rudy De Busscher http://www.c4j.be

[jira] [Created] (DELTASPIKE-49) Remove -XX:+UseFastAccessorMethods as JVM argument for Jboss startup for integration tests

2012-01-13 Thread Rudy De Busscher (Created) (JIRA)
Project: DeltaSpike Issue Type: Improvement Components: Core Affects Versions: 0.1-SNAPSHOT Reporter: Rudy De Busscher Assignee: Gerhard Petracek Priority: Minor When running the integration tests on a JRockit JVM, the JBoss

DELTASPIKE-35: Use of -XX:+UseFastAccessorMethods for Jboss as 7 startup

2012-01-11 Thread Rudy De Busscher
Hi All, I tried all the integration tests on my machine today. The JBoss one failed on JRockit JVM due to the use of -XX:+UseFastAccessorMethods parameter. Is it required/better to use it on the sun JVM? (or just a performance optimization) Thx for the info -- Rudy De Busscher http