Re: Custom Context utilities

2012-04-04 Thread Mark Struberg
Hi! Consider you have a registration form where name, login and password are mandatory and all others are optional. If a user doesn't fill any of the mandatory fields, JSF will return to the view without even invoking any of your actions. But if it doesn't call your action, then you also

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

2012-04-04 Thread Gerhard Petracek
hi @ all, jason and i updated the current draft [1] - please review it. before jason will commit it (by the end of the week), we would like to discuss TraversalMode. currently there are 2 modes DEPTH_FIRST (default) and BREADTH_FIRST. the usage of the 2nd one is: @Handles(during =

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

2012-04-04 Thread Pete Muir
+1 to @BeforeHandles. On 4 Apr 2012, at 08:44, Gerhard Petracek wrote: hi @ all, jason and i updated the current draft [1] - please review it. before jason will commit it (by the end of the week), we would like to discuss TraversalMode. currently there are 2 modes DEPTH_FIRST

Re: [DISCUSS] [DELTASPIKE-113] Review and Discuss ServiceHandler

2012-04-04 Thread John D. Ament
All, I kind of let this one and the other drop off my radar, I apologize. it looks like where we last left off, Gerhard was still requesting additional comments from everyone. Any other feedback? John On Mon, Mar 12, 2012 at 1:06 PM, Gerhard Petracek gerhard.petra...@gmail.com wrote: hi

Re: Custom Context utilities

2012-04-04 Thread Alan D. Cabrera
Is this a problem with the spec or its implementation? For example @ConversationScoped beans are not allowed to be touched from different requests. CDI is that specific? Regards, Alan On Apr 3, 2012, at 11:44 PM, Mark Struberg wrote: Hi! Consider you have a registration form where

Re: Custom Context utilities

2012-04-04 Thread Mark Struberg
See CDI spec 6.7.4 The container ensures that a long-running conversation may be associated with at most one request at a time, by blocking or rejecting concurrent requests. If the container rejects a request, it must associate the request with a new transient conver- sation and throw an

Re: Custom Context utilities

2012-04-04 Thread Mark Struberg
Short addendum: If I'm swearing and complaining about certain CDI features, then don't take this as a general nag against CDI. CDI is overall the best spec I've read in years. But as in every spec there are some features which looked great at the first glance but are of not much use in big real

Re: [DISCUSS] [DELTASPIKE-113] Review and Discuss ServiceHandler

2012-04-04 Thread Gerhard Petracek
hi john, as mentioned before we need the answers to the existing questions. regards, gerhard 2012/4/4 John D. Ament john.d.am...@gmail.com All, I kind of let this one and the other drop off my radar, I apologize. it looks like where we last left off, Gerhard was still requesting

[jira] [Created] (DELTASPIKE-146) Type Safe Message - Basic

2012-04-04 Thread Ken Finnigan (Created) (JIRA)
Type Safe Message - Basic - Key: DELTASPIKE-146 URL: https://issues.apache.org/jira/browse/DELTASPIKE-146 Project: DeltaSpike Issue Type: New Feature Components: I18n-Module Reporter: Ken

[jira] [Updated] (DELTASPIKE-146) Type Safe Message - Basic

2012-04-04 Thread Ken Finnigan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Finnigan updated DELTASPIKE-146: Component/s: (was: I18n-Module) Core Type Safe Message -