[jira] [Resolved] (DELTASPIKE-163) preparations for v0.2

2012-04-13 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-163.
-

Resolution: Fixed

 preparations for v0.2
 -

 Key: DELTASPIKE-163
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-163
 Project: DeltaSpike
  Issue Type: Task
  Components: Core, ExceptionControl-Module, Security-Module
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.2-incubating




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-126) Include SecurityParameterBinding support for SecurityBindingType feature

2012-04-13 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-126.
-

Resolution: Fixed

 Include SecurityParameterBinding support for SecurityBindingType feature
 

 Key: DELTASPIKE-126
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-126
 Project: DeltaSpike
  Issue Type: Improvement
  Components: Security-Module
Reporter: Lincoln Baxter III
Assignee: Lincoln Baxter III
 Fix For: 0.2-incubating


 Allows access to the business method invocation arguments in the bound 
 security interceptor method.
 {code}
 @SecurityBindingType
 public @interface ProjectAdmin
 {
 // empty
 }
 @SecurityParameterBinding
 public @interface ProjectBinding
 {
 // empty
 }
 @ProjectAdmin
 public void updateName(@ProjectBinding Project p, String name)
 {
// save project name
 }
 @Secures
 @ProjectAdmin
 public boolean isProjectAdmin(@ProjectBinding Project p, Identity 
 identity)
 {
if(identity.hasRole(project + p.getId() + _admin)
{
...
}
 }
 {code}
 Note that the @Project annotation is not a CDI bean Qualifier / Stereotype 
 annotation, it is a method parameter security binding annotation that tells 
 Security to use the value of the Project passed to the method call in the 
 security binding check itself.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-158) @ExceptionHandler

2012-04-13 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-158.
-

Resolution: Fixed

 @ExceptionHandler
 -

 Key: DELTASPIKE-158
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-158
 Project: DeltaSpike
  Issue Type: New Feature
  Components: Core, ExceptionControl-Module
Affects Versions: 0.1-incubating
Reporter: Gerhard Petracek
Assignee: Jason Porter
 Fix For: 0.2-incubating


 @ExceptionHandler, @BeforeHandles, @Handles, ExceptionToCatch, 
 CaughtException, HandlerMethod
 details see 
 https://cwiki.apache.org/confluence/display/DeltaSpike/Exception+Control+Drafts

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[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
 --

 Key: DELTASPIKE-153
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-153
 Project: DeltaSpike
  Issue Type: New Feature
  Components: Core, I18n-Module
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.2-incubating


 basic/reduced MessageContext approach used in myfaces codi to create messages 
 dynamically via a fluent-api and a customizable config.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[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 MessageContext - dynamic usage
 -

 Key: DELTASPIKE-154
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-154
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Core, I18n-Module, Tests
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.2-incubating




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[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 ContainerCtrlTckTest don't stop contexts at the end
 

 Key: DELTASPIKE-124
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-124
 Project: DeltaSpike
  Issue Type: Bug
  Components: Tests
Reporter: Gerhard Petracek
Assignee: Mark Struberg
Priority: Minor
 Fix For: 0.2-incubating

 Attachments: DELTASPIKE-124.patch


 no test in ContainerCtrlTckTest calls:
 CdiContainer#getContextControl#stopContexts
 before
 CdiContainer#shutdown
 imo the current approach is too error prone - see DELTASPIKE-123

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-152) unified package names

2012-04-08 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-152.
-

Resolution: Fixed

 unified package names
 -

 Key: DELTASPIKE-152
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-152
 Project: DeltaSpike
  Issue Type: Improvement
  Components: Core, Security-Module
Affects Versions: 0.1-incubating
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.2-incubating


 in the security module we started to use the an own package for annotations 
 - we should unify it across our api asap

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-148) optional @MessageContextConfig - static usage

2012-04-06 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-148.
-

   Resolution: Fixed
Fix Version/s: (was: 0.3-incubating)
   0.2-incubating

 optional @MessageContextConfig - static usage
 -

 Key: DELTASPIKE-148
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-148
 Project: DeltaSpike
  Issue Type: New Feature
  Components: Core, I18n-Module
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.2-incubating


 based on the MessageContextConfig it should be possible to customize the 
 config of the current message-context - esp. custom
  - MessageResolver
  - MessageInterpolator
  - LocaleResolver
 see 
 https://cwiki.apache.org/confluence/display/DeltaSpike/Message+Module+Drafts
 e.g.:
 @MessageBundle
 @MessageContextConfig(messageInterpolator = CustomMessageInterpolator.class)
 public interface Message
 {
 //...
 }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-149) unit and integration tests for @MessageContextConfig - static usage

2012-04-06 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-149.
-

Resolution: Fixed

 unit and integration tests for @MessageContextConfig - static usage
 ---

 Key: DELTASPIKE-149
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-149
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: I18n-Module, Tests
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.2-incubating




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-141) move internal test artifacts to group-id orgapache.deltaspike.test

2012-03-29 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-141.
-

Resolution: Fixed

 move internal test artifacts to group-id orgapache.deltaspike.test
 --

 Key: DELTASPIKE-141
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-141
 Project: DeltaSpike
  Issue Type: Task
  Components: Tests
Affects Versions: 0.1-incubating
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.2-incubating




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-127) credential based login/logout

2012-03-27 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-127.
-

Resolution: Fixed
  Assignee: Gerhard Petracek

last commit before the agreed refactoring: 
6f5ff204280572d80eaaa7c1d5ecf9542408d921

 credential based login/logout
 -

 Key: DELTASPIKE-127
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-127
 Project: DeltaSpike
  Issue Type: New Feature
  Components: Security-Module
Reporter: Shane Bryzak
Assignee: Gerhard Petracek
 Fix For: 0.2-incubating


 original suggestions:
 https://git-wip-us.apache.org/repos/asf?p=incubator-deltaspike.git;a=blob;f=deltaspike/modules/security/api/src/main/java/org/apache/deltaspike/security/api/Credentials.java;h=3d5fb7f1e8e8d824320e5f8fe3cf3264257c05e2;hb=HEAD
 https://git-wip-us.apache.org/repos/asf?p=incubator-deltaspike.git;a=blob;f=deltaspike/modules/security/api/src/main/java/org/apache/deltaspike/security/api/Identity.java;h=71f1d6b53ef8e4a830d2ed556be01cd96b5dc272;hb=HEAD

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-130) Remove custom ProjectStageProducer logic

2012-03-26 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-130.
-

   Resolution: Fixed
Fix Version/s: 0.2-incubating

we needed it before the introduction of our improved config approach. now it's 
just a minor feature as a last resort - i'm ok with removing it.

 Remove custom ProjectStageProducer logic
 

 Key: DELTASPIKE-130
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-130
 Project: DeltaSpike
  Issue Type: Improvement
  Components: Core
Affects Versions: 0.1-incubating
Reporter: Jason Porter
Assignee: Gerhard Petracek
Priority: Minor
 Fix For: 0.2-incubating


 Right now we have the ability to register a custom ProjectStageProducer which 
 then overrides the default one in DeltaSpike. I don't think this is really 
 necessary and our default ProjectStageProducer should be able to pick up any 
 custom stages and use them accordingly. The extra configuration is cool, but 
 I think at the end of the day it's not necessary.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-128) JNDI lookup for config variables cannot use java:comp as the sole location

2012-03-25 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-128.
-

Resolution: Won't Fix

for now we can use a custom ConfigSource. we might re-visit this topic later on 
again.

 JNDI lookup for config variables cannot use java:comp as the sole location
 --

 Key: DELTASPIKE-128
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-128
 Project: DeltaSpike
  Issue Type: Bug
  Components: Core
Affects Versions: 0.1-incubating
 Environment: JBoss AS 7.1.1 possibly other web profile or full 
 profile servers
Reporter: Jason Porter
Assignee: Gerhard Petracek
Priority: Minor

 java:comp/env is not available to CDI Extensions in JBoss AS 7.1. I propose 
 we also look under java:global/deltaspike if java:comp/env/deltaspike fails. 
 That would be the next place that would really make sense and an 
 administrator could reliably set without changing a deployment descriptor.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-117) create profile jbossas-build-managed-7

2012-03-19 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-117.
-

Resolution: Fixed

 create profile jbossas-build-managed-7
 --

 Key: DELTASPIKE-117
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-117
 Project: DeltaSpike
  Issue Type: Task
  Components: Tests
Affects Versions: 0.1-incubating
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.2-incubating


 it's like jbossas-managed-7 but without the need of an existing as7 
 installation
 usage:
 mvn clean install -Pjbossas-build-managed-7

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-123) convenience methods for CdiContainer

2012-03-19 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-123.
-

Resolution: Won't Fix

http://s.apache.org/AEE

 convenience methods for CdiContainer
 

 Key: DELTASPIKE-123
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-123
 Project: DeltaSpike
  Issue Type: Improvement
  Components: CDI-SE
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.2-incubating

 Attachments: DELTASPIKE-123.patch


 in most cases users always have to call:
 CdiContainer#boot
 CdiContainer#getContextControl#startContexts
 as well as:
 CdiContainer#getContextControl#stop
 CdiContainer#shutdown
 imo we should think about convenience methods - e.g.:
 CdiContainer#start
 CdiContainer#stop

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-57) Add Apache TomEE managed Arquillian adapter to itests

2012-03-09 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-57.


Resolution: Fixed

 Add Apache TomEE managed Arquillian adapter to itests
 -

 Key: DELTASPIKE-57
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-57
 Project: DeltaSpike
  Issue Type: Task
Reporter: David Blevins
Assignee: Romain Manni-Bucau
 Fix For: 0.2-incubating

 Attachments: DELTASPIKE-57.patch




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-108) add profile for snapshots

2012-03-05 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-108.
-

Resolution: Fixed

 add profile for snapshots
 -

 Key: DELTASPIKE-108
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-108
 Project: DeltaSpike
  Issue Type: Task
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.2-incubating


 to run the build with the latest version of weld to ensure the compatibility 
 with the next release, we have to add the snapshot repository to run e.g.:
   mvn clean install -PWeld -PJBossSnapshots -Dweld.version=1.1.6-SNAPSHOT
 at
 https://builds.apache.org/view/A-F/view/DeltaSpike/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-112) improved root-bean-manager support

2012-03-04 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-112.
-

Resolution: Fixed

 improved root-bean-manager support
 --

 Key: DELTASPIKE-112
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-112
 Project: DeltaSpike
  Issue Type: Improvement
  Components: Core
Affects Versions: 0.1-incubating
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.2-incubating


 see EXTCDI-271

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-107) add BackwardCompatibility profile

2012-02-29 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-107.
-

Resolution: Fixed

 add BackwardCompatibility profile
 -

 Key: DELTASPIKE-107
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-107
 Project: DeltaSpike
  Issue Type: Task
Affects Versions: 0.1-incubating
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.2-incubating


 old versions of weld are just available in the jboss maven-repo.
 - we need to add the repo (at least) in a profile to run e.g.
 mvn clean install -PWeld -PBackwardCompatibility -Dweld.version=1.1.3.SP1
 for old versions of weld at
 https://builds.apache.org/view/A-F/view/DeltaSpike/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-99) refactor the owb-se example to a generic se-example

2012-02-28 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-99?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-99.


Resolution: Fixed

 refactor the owb-se example to a generic se-example
 ---

 Key: DELTASPIKE-99
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-99
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Examples
Affects Versions: 0.1-incubating
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.2-incubating


 it's possible with the new cdi-se module and maven profiles.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-70) @Secured

2012-02-27 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-70.


Resolution: Fixed

 @Secured
 

 Key: DELTASPIKE-70
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-70
 Project: DeltaSpike
  Issue Type: New Feature
  Components: Security-Module
Affects Versions: 0.1-incubating
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.2-incubating


 we agreed on implementing it based on DELTASPIKE-69 (see 
 http://s.apache.org/jT )

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-98) fallback for the lookup of resource bundles

2012-02-23 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-98.


Resolution: Fixed

 fallback for the lookup of resource bundles
 ---

 Key: DELTASPIKE-98
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-98
 Project: DeltaSpike
  Issue Type: Task
  Components: Core
Affects Versions: 0.1-incubating
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.2-incubating




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-93) update java-se example

2012-02-19 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-93.


Resolution: Fixed

 update java-se example
 --

 Key: DELTASPIKE-93
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-93
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Examples
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.2-incubating


 in the java-se example the bootstrap-api should be used

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-90) default ConfigSource should have different ordinals

2012-02-16 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-90.


Resolution: Fixed

 default ConfigSource should have different ordinals
 ---

 Key: DELTASPIKE-90
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-90
 Project: DeltaSpike
  Issue Type: Improvement
  Components: Core
Affects Versions: 0.1-incubating
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.2-incubating




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[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
 ---

 Key: DELTASPIKE-61
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-61
 Project: DeltaSpike
  Issue Type: New Feature
  Components: Core
Affects Versions: 0.1-incubating
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.2-incubating


 @Alternative should work across BDAs

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[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
 --

 Key: DELTASPIKE-83
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-83
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Tests
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.2-incubating




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-64) review and discuss @Secured

2012-02-06 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-64.


Resolution: Fixed

we agreed on adding it based on DELTASPIKE-65 - we will review the result

 review and discuss @Secured
 ---

 Key: DELTASPIKE-64
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-64
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Security-Module
Affects Versions: 0.1-incubating
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.2-incubating


 this feature is listed at 
 https://cwiki.apache.org/confluence/display/DeltaSpike/SE+Feature+Ranking and 
 part of myfaces codi-core.
 @Secured is a simple cdi interceptor annotation which allows to filter method 
 calls to cdi beans based on custom rules.
 it's possible to specify 1-n custom implementations of AccessDecisionVoter. 
 those voters get invoked before the call is forwarded to the target method (a 
 voter is a cdi bean which gets resolved by its concrete type). an 
 implementation of AccessDecisionVoter can access the InvocationContext to get 
 further details about the target method to trigger the corresponding 
 evaluation. as a result voters return a set of violations 
 (SecurityViolation). if there is no violation, the target-method gets 
 executed. if there is at least one violation, an AccessDeniedException will 
 be thrown.
 in addition an AccessDecisionVoterContext is needed to detect if there is an 
 ongoing security check (e.g. it's possible to use it in a custom scope to 
 avoid that a security check postpones the expiration).
 (in myfaces codi it's also used to secure views via view-configs, however, we 
 will exclude this part for now.)
 users can use those simple and generic apis to implement their own access 
 control and it will get used by other deltaspike modules automatically (if 
 they use the security-api).
 (in an AccessDecisionVoter it's possible to integrate 3rd party 
 security-frameworks.)
 usage of @Secured:
 //...
 @Secured({MyAccessDecisionVoter1.class, MyAccessDecisionVoter2.class})
 public class SecuredBean
 {
 //...
 }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-65) review and discuss @SecurityBindingType

2012-02-06 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-65.


Resolution: Fixed

 review and discuss @SecurityBindingType
 ---

 Key: DELTASPIKE-65
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-65
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Security-Module
Affects Versions: 0.1-incubating
Reporter: Shane Bryzak
Assignee: Shane Bryzak
 Fix For: 0.2-incubating




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




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

2012-02-06 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-56.


   Resolution: Won't Fix
Fix Version/s: 0.2-incubating

we agreed on a different approach (see http://s.apache.org/9MC) - there will 
be a new jira issue for it

 Add BeanManagerProvider.getRequiredBeanManager() method
 ---

 Key: DELTASPIKE-56
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-56
 Project: DeltaSpike
  Issue Type: Improvement
  Components: Core
Reporter: Christian Kaltepoth
Assignee: Gerhard Petracek
Priority: Minor
 Fix For: 0.2-incubating

 Attachments: DELTASPIKE-56.patch


 While reviewing the implementation of BeanManagerProvider I saw that 
 getBeanManager() may return null in some rare circumstances. Unfortunately 
 this forces everyone calling this method to check the result for null. I 
 think most code calling the method absolutely requires the BeanManager and 
 cannot proceed without it.
 Therefore it would be nice to have some alternative getBeanManager() method 
 that doesn't return null if the BeanManager is not available but instead 
 throws a meaningful runtime exception. That's what Solder does  per default. 
 Calling Solder's BeanManagerLocator.getBeanManager() without a BeanManager 
 being available will result in a BeanManagerUnavailableException.
 The attached patch adds a method getRequiredBeanManager() to the 
 BeanManagerProvider implementing this behavior.
 I'm not sure if this minor thing should be discussed on the mailing list. If 
 you think this should be discussed, please let me know, then I'll start a 
 topic on deltaspike-dev.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-66) preparations for v0.1

2012-02-03 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-66?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-66.


Resolution: Fixed

 preparations for v0.1
 -

 Key: DELTASPIKE-66
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-66
 Project: DeltaSpike
  Issue Type: Task
  Components: Core
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.1-incubating




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-51) unit and integration tests for ConfigResolver and ConfigSource

2012-02-03 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-51.


   Resolution: Fixed
Fix Version/s: 0.1-incubating

 unit and integration tests for ConfigResolver and ConfigSource
 --

 Key: DELTASPIKE-51
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-51
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Tests
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.1-incubating




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-45) AnnotatedTypeBuilder

2012-01-20 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-45.


Resolution: Fixed

 AnnotatedTypeBuilder
 

 Key: DELTASPIKE-45
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-45
 Project: DeltaSpike
  Issue Type: New Feature
  Components: Core
Reporter: Jason Porter
Assignee: Jason Porter
 Fix For: 0.1

 Attachments: DELTASPIKE-45_reduced_visibility.git.patch, 
 DELTASPIKE-45_reduced_visibility.patch


 we agreed on it - see http://s.apache.org/VuD

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-54) review and discuss the dynamic literal builder for simple annotations

2012-01-18 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-54.


   Resolution: Won't Fix
Fix Version/s: 0.1

AnnotationInstanceProvider of seam-solder provides more features and we will 
discuss further details for AnnotationInstanceProvider

 review and discuss the dynamic literal builder for simple annotations
 -

 Key: DELTASPIKE-54
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-54
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Core
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.1


 usage SimpleLiteral.of(MySimpleAnnotation.class)
 in myfaces codi it's 
 org.apache.myfaces.extensions.cdi.core.api.tools.DefaultAnnotation

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-35) Create testing structure

2012-01-17 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-35.


Resolution: Fixed

the new approach works for all tests which don't change the project-stage 
(currently such tests don't get copied). if we need to execute such tests 
within a remote container, we will create a new ticket.

 Create testing structure
 

 Key: DELTASPIKE-35
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-35
 Project: DeltaSpike
  Issue Type: Task
  Components: Core
Affects Versions: 0.1
Reporter: Jason Porter
Assignee: Jason Porter
 Fix For: 0.1




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-52) documentation for ConfigResolver and ConfigSource

2012-01-17 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-52.


   Resolution: Fixed
Fix Version/s: 0.1

 documentation for ConfigResolver and ConfigSource
 -

 Key: DELTASPIKE-52
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-52
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Documentation
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.1




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




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

2012-01-13 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-49.


   Resolution: Fixed
Fix Version/s: 0.1

 Remove -XX:+UseFastAccessorMethods as JVM argument for Jboss startup for 
 integration tests
 --

 Key: DELTASPIKE-49
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-49
 Project: DeltaSpike
  Issue Type: Improvement
  Components: Core
Affects Versions: 0.1
Reporter: Rudy De Busscher
Assignee: Gerhard Petracek
Priority: Minor
 Fix For: 0.1

 Attachments: DELTASPIKE-49.patch


 When running the integration tests on a JRockit JVM, the JBoss server isn't 
 starting up due to the parameter specified in arquillian.xml.
 On the mailing list there was a discussion and agreement to remove this 
 option.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-43) unit and integration tests for @Exclude

2012-01-11 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-43.


   Resolution: Fixed
Fix Version/s: 0.1-SNAPSHOT

 unit and integration tests for @Exclude
 ---

 Key: DELTASPIKE-43
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-43
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Core
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.1-SNAPSHOT




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-44) documentation for @Exclude

2012-01-11 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-44?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-44.


   Resolution: Fixed
Fix Version/s: 0.1-SNAPSHOT

 documentation for @Exclude
 --

 Key: DELTASPIKE-44
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-44
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Documentation
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.1-SNAPSHOT




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-26) documentation for Deactivatable

2012-01-09 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-26.


   Resolution: Fixed
Fix Version/s: 0.1-SNAPSHOT

 documentation for Deactivatable
 ---

 Key: DELTASPIKE-26
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-26
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Documentation
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.1-SNAPSHOT




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-19) documentation for BeanManagerProvider

2012-01-08 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-19.


   Resolution: Fixed
Fix Version/s: 0.1-SNAPSHOT
 Assignee: Gerhard Petracek  (was: Mark Struberg)

 documentation for BeanManagerProvider
 -

 Key: DELTASPIKE-19
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-19
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Documentation
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.1-SNAPSHOT




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-20) move util methods to CdiUtils

2011-12-31 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-20.


Resolution: Fixed

 move util methods to CdiUtils
 -

 Key: DELTASPIKE-20
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-20
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Core
Reporter: Gerhard Petracek
Assignee: Mark Struberg
 Fix For: 0.1-SNAPSHOT


 public T T getContextualReference(ClassT type, boolean 
 optionalBeanAllowed, Annotation... qualifiers)
 public T T getContextualReference(String name, boolean optionalBeanAllowed, 
 ClassT targetType)
 public T T getContextualReference(BeanT bean, boolean 
 optionalBeanAllowed, ClassT targetType)
 public T ListT getContextualReferences(ClassT type, boolean 
 optionalBeanAllowed, Annotation... qualifiers)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




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

2011-12-28 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-28?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-28.


Resolution: Later

we have to re-visit this topic, if a majority of the community asks for java1.5 
support

 review and discuss ServiceProvider
 --

 Key: DELTASPIKE-28
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-28
 Project: DeltaSpike
  Issue Type: Sub-task
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-24) Deactivatable

2011-12-28 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-24?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-24.


Resolution: Fixed

 Deactivatable
 -

 Key: DELTASPIKE-24
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-24
 Project: DeltaSpike
  Issue Type: New Feature
  Components: Core
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 0.1-SNAPSHOT


 original feature: https://issues.apache.org/jira/browse/EXTCDI-66

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-29) review and discuss BeanNames

2011-12-27 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-29.


Resolution: Later

 review and discuss BeanNames
 

 Key: DELTASPIKE-29
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-29
 Project: DeltaSpike
  Issue Type: Sub-task
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-34) create public key file

2011-12-22 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-34.


   Resolution: Fixed
Fix Version/s: 1.0.0-incubating

 create public key file
 --

 Key: DELTASPIKE-34
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-34
 Project: DeltaSpike
  Issue Type: Task
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 1.0.0-incubating




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (DELTASPIKE-4) review and discuss ProjectStage

2011-12-21 Thread Gerhard Petracek (Resolved) (JIRA)

 [ 
https://issues.apache.org/jira/browse/DELTASPIKE-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gerhard Petracek resolved DELTASPIKE-4.
---

Resolution: Fixed

we agreed on adding it - see http://s.apache.org/is

 review and discuss ProjectStage
 ---

 Key: DELTASPIKE-4
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-4
 Project: DeltaSpike
  Issue Type: Sub-task
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira