[jira] [Resolved] (DELTASPIKE-61) global alternatives

2012-02-14 Thread Gerhard Petracek (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-61. Resolution: Fixed global alternatives ---

[jira] [Created] (DELTASPIKE-84) documentation for global alternatives

2012-02-14 Thread Gerhard Petracek (Created) (JIRA)
documentation for global alternatives - Key: DELTASPIKE-84 URL: https://issues.apache.org/jira/browse/DELTASPIKE-84 Project: DeltaSpike Issue Type: Sub-task Components: Documentation

[jira] [Resolved] (DELTASPIKE-83) unit and integration tests for global alternatives

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

[jira] [Closed] (DELTASPIKE-56) Add BeanManagerProvider.getRequiredBeanManager() method

2012-02-14 Thread Gerhard Petracek (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek closed DELTASPIKE-56. -- Add BeanManagerProvider.getRequiredBeanManager() method

[jira] [Closed] (DELTASPIKE-28) review and discuss ServiceProvider

2012-02-14 Thread Gerhard Petracek (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek closed DELTASPIKE-28. -- review and discuss ServiceProvider --

Re: release branches

2012-02-14 Thread Christian Kaltepoth
+1 for Mark's suggestion. 2012/2/13 Gerhard Petracek gerhard.petra...@gmail.com: +1 regards, gerhard 2012/2/13 Mark Struberg strub...@yahoo.de I'd say we just push the release-branch + the release-tag and then merge them over to master. This is only needed to upgrade the versions.

[jira] [Created] (DELTASPIKE-85) refactoring of util classes

2012-02-14 Thread Gerhard Petracek (Created) (JIRA)
refactoring of util classes --- Key: DELTASPIKE-85 URL: https://issues.apache.org/jira/browse/DELTASPIKE-85 Project: DeltaSpike Issue Type: Task Components: Core Affects Versions: 0.1-incubating

Re: [DISCUSS] (DELTASPIKE-85)

2012-02-14 Thread Gerhard Petracek
hi jason, in case of codi we imported the most important utils already. i just created the task because we should use e.g. an unified naming for the classes,... regards, gerhard 2012/2/14 Jason Porter lightguard...@gmail.com Will we be adding new methods from CODI and Solder in this

Re: [DISCUSS] (DELTASPIKE-85)

2012-02-14 Thread Jason Porter
Okay. Let's leave the thread open for a little bit and see if there are other things from Solder we think should be added (Shane, Pete, Dan, looking at you primarily). On Tue, Feb 14, 2012 at 12:12, Gerhard Petracek gerhard.petra...@gmail.comwrote: hi jason, in case of codi we imported the

Re: [DISCUSS] Identity API

2012-02-14 Thread Shane Bryzak
On 13/02/12 19:47, Boleslaw Dawidowicz wrote: On Feb 12, 2012, at 11:33 PM, Shane Bryzak wrote: Some particular points to review: 1. Should we attempt to use the security classes provided by Java SE, such as Principal, Subject, etc or use our own User API - this will affect what is returned

Re: [DISCUSS] Identity API

2012-02-14 Thread Shane Bryzak
On 13/02/12 18:15, Rudy De Busscher wrote: Hi, I think it is also important that you can work with permissions. It is much more fine grained then roles but more flexible. It becomes much easier to change what a group of people can do, even without changing the code. I never use roles in an

Re: [DISCUSS] DELTASPIKE-77 Identity API

2012-02-14 Thread Matt Benson
On Tue, Feb 14, 2012 at 3:34 PM, Shane Bryzak sbry...@redhat.com wrote: On 13/02/12 19:55, Gerhard Petracek wrote: hi shane, i'm sure there are good reasons for most/all details. since i don't know them, i just list the topics which come to my mind after reading the provided information.

Re: [DISCUSS] DELTASPIKE-77 Identity API

2012-02-14 Thread Shane Bryzak
#login uses string as return type instead of an enum. ingeneral: we should define a general rule for the usage of exceptions which should be used by most deltaspike apis. This method returns a String to make it easy to write navigation rules for JSF. The three possible values are