Re: [ANNOUNCE] Release of Apache DeltaSpike

2012-02-13 Thread Matthias Wessendorf
Congratulations on getting the first release out! -M On Sun, Feb 12, 2012 at 11:22 PM, Gerhard Petracek gpetra...@apache.org wrote: The Apache DeltaSpike team is pleased to announce the first release (v0.1-incubating). DeltaSpike consists of a number of portable CDI extensions that provide

[jira] [Updated] (DELTASPIKE-77) review and discuss Identity API

2012-02-13 Thread Gerhard Petracek (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-77: --- Affects Version/s: 0.1-incubating Summary: review and discuss

Re: [DISCUSS] Identity API

2012-02-13 Thread Rudy De Busscher
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 application, only permissions. I'm not saying

Re: [DISCUSS] Identity API

2012-02-13 Thread Boleslaw Dawidowicz
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 by the getUser() method above. Keep in

Re: [DISCUSS] Identity API

2012-02-13 Thread Gerhard Petracek
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. #tryLogin i don't see the need for it compared to #login, because it can be done by users easily (if needed). at least at

Re: [jira] [Created] (DELTASPIKE-61) global alternatives

2012-02-13 Thread Jozef Hartinger
I filed a Weld issue to track this (https://issues.jboss.org/browse/WELD-1066) Mark, could you comment on the issue with an example of how this is configured in OWB so that Weld is aligned if possible? Thanks. On 01/26/2012 07:09 PM, Mark Struberg wrote: yup, thats CDI-18 [1] But I fear

Re: [jira] [Created] (DELTASPIKE-61) global alternatives

2012-02-13 Thread Gerhard Petracek
hi jozef, it's org.apache.webbeans.useBDABeansXMLScanner and i added it as comment to WELD-1066. regards, gerhard 2012/2/13 Jozef Hartinger jhart...@redhat.com I filed a Weld issue to track this (https://issues.jboss.org/** browse/WELD-1066 https://issues.jboss.org/browse/WELD-1066)

Re: release branches

2012-02-13 Thread Gerhard Petracek
+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. LieGrue, strub From: Gerhard Petracek

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

2012-02-13 Thread Gerhard Petracek (Created) (JIRA)
unit and integration tests for global alternatives -- Key: DELTASPIKE-83 URL: https://issues.apache.org/jira/browse/DELTASPIKE-83 Project: DeltaSpike Issue Type: Sub-task Components: