Re: [DISCUSS] [DELTASPIKE-119] i18n/message module

2012-04-09 Thread Gerhard Petracek
hi @ all, ken committed the basic type-safe message approach. at [1] i merged it with the basic/reduced MessageContext approach used in myfaces codi to create messages dynamically via a fluent-api and a customizable config. (- it's a bit different than before. we can add the rest later on.) the

Re: [DISCUSS] [DELTASPIKE-119] i18n/message module

2012-04-09 Thread Mark Struberg
+1 looks good so far. Feel free to commit. We can fix small changes later on anyway. LieGrue, strub - Original Message - From: Gerhard Petracek gerhard.petra...@gmail.com To: deltaspike-dev@incubator.apache.org Cc: Sent: Monday, April 9, 2012 11:59 AM Subject: Re: [DISCUSS]

Re: [DISCUSS] DELTASPIKE-131 Discuss the concept of exception handlers

2012-04-09 Thread Jason Porter
I'm going to work on it today. Sent from my iPhone On Apr 9, 2012, at 4:31, Gerhard Petracek gerhard.petra...@gmail.com wrote: i changed it in the wiki. @ jason: it would be great if you can commit the basic approach and refactor it to the api we have discussed. regards, gerhard

Re: Authentication Module

2012-04-09 Thread Bruno Oliveira
Jason and Gerhard helped me with this. Thanks a lot. On Fri, Apr 6, 2012 at 11:39 AM, Gerhard Petracek gerhard.petra...@gmail.com wrote: hi jason, yes - you found it - the extensions config-file wasn't included in the test. regards, gerhard 2012/4/6 Jason Porter

[jira] [Resolved] (DELTASPIKE-131) Discuss the concept of exception handlers

2012-04-09 Thread Jason Porter (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Porter resolved DELTASPIKE-131. - Resolution: Fixed You can see the result of the discussion in the form of an API at

Re: [DISCUSS] [DELTASPIKE-119] i18n/message module

2012-04-09 Thread Ken Finnigan
+1 Ken On Mon, Apr 9, 2012 at 6:28 AM, Mark Struberg strub...@yahoo.de wrote: +1 looks good so far. Feel free to commit. We can fix small changes later on anyway. LieGrue, strub - Original Message - From: Gerhard Petracek gerhard.petra...@gmail.com To:

Re: [DISCUSS] [DELTASPIKE-119] i18n/message module

2012-04-09 Thread Gerhard Petracek
ok - great - i think we can push it earlier. regards, gerhard 2012/4/9 Ken Finnigan k...@kenfinnigan.me +1 Ken On Mon, Apr 9, 2012 at 6:28 AM, Mark Struberg strub...@yahoo.de wrote: +1 looks good so far. Feel free to commit. We can fix small changes later on anyway. LieGrue,

[jira] [Created] (DELTASPIKE-153) Message and MessageContext - dynamic usage

2012-04-09 Thread Gerhard Petracek (Created) (JIRA)
Message and MessageContext - dynamic usage -- Key: DELTASPIKE-153 URL: https://issues.apache.org/jira/browse/DELTASPIKE-153 Project: DeltaSpike Issue Type: New Feature Components: Core,

[jira] [Created] (DELTASPIKE-155) documentation for Message and MessageContext - dynamic usage

2012-04-09 Thread Gerhard Petracek (Created) (JIRA)
documentation for Message and MessageContext - dynamic usage Key: DELTASPIKE-155 URL: https://issues.apache.org/jira/browse/DELTASPIKE-155 Project: DeltaSpike Issue Type: Sub-task

[jira] [Resolved] (DELTASPIKE-153) Message and MessageContext - dynamic usage

2012-04-09 Thread Gerhard Petracek (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-153. - Resolution: Fixed Message and MessageContext - dynamic usage

[jira] [Resolved] (DELTASPIKE-154) unit and integration tests for Message and MessageContext - dynamic usage

2012-04-09 Thread Gerhard Petracek (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-154. - Resolution: Fixed unit and integration tests for Message and

[jira] [Resolved] (DELTASPIKE-124) tests in ContainerCtrlTckTest don't stop contexts at the end

2012-04-09 Thread Gerhard Petracek (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-124. - Resolution: Not A Problem needs to be documented tests in

Catch integration branch

2012-04-09 Thread Jason Porter
https://github.com/LightGuard/incubator-deltaspike/tree/DELTASPIKE-111 I have some tests which are failing because there's no implementation for the HandlerMethodStorage. It's currently in API, I could move to impl to get the tests to pass. It's not really an interface users should be using