[jira] [Assigned] (DELTASPIKE-143) documentation for SecurityParameterBinding

2012-04-17 Thread Gerhard Petracek (Assigned) (JIRA)

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

Gerhard Petracek reassigned DELTASPIKE-143:
---

Assignee: Lincoln Baxter III  (was: Gerhard Petracek)

 documentation for SecurityParameterBinding
 --

 Key: DELTASPIKE-143
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-143
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Security-Module
Reporter: Gerhard Petracek
Assignee: Lincoln Baxter III
 Fix For: 0.3-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] [Assigned] (DELTASPIKE-139) documentation for @SecurityBindingType

2012-04-17 Thread Gerhard Petracek (Assigned) (JIRA)

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

Gerhard Petracek reassigned DELTASPIKE-139:
---

Assignee: Shane Bryzak  (was: Gerhard Petracek)

 documentation for @SecurityBindingType
 --

 Key: DELTASPIKE-139
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-139
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Security-Module
Reporter: Gerhard Petracek
Assignee: Shane Bryzak
 Fix For: 0.3-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] [Assigned] (DELTASPIKE-143) documentation for SecurityParameterBinding

2012-04-17 Thread Gerhard Petracek (Assigned) (JIRA)

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

Gerhard Petracek reassigned DELTASPIKE-143:
---

Assignee: Lincoln Baxter III  (was: (d) Lincoln Baxter III)

 documentation for SecurityParameterBinding
 --

 Key: DELTASPIKE-143
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-143
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Security-Module
Reporter: Gerhard Petracek
Assignee: Lincoln Baxter III
 Fix For: 0.3-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] [Assigned] (DELTASPIKE-126) Include SecurityParameterBinding support for SecurityBindingType feature

2012-04-17 Thread Gerhard Petracek (Assigned) (JIRA)

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

Gerhard Petracek reassigned DELTASPIKE-126:
---

Assignee: Lincoln Baxter III  (was: (d) Lincoln Baxter III)

 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] [Assigned] (DELTASPIKE-123) convenience methods for CdiContainer

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

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

Gerhard Petracek reassigned DELTASPIKE-123:
---

Assignee: Gerhard Petracek  (was: Mark Struberg)

 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] [Assigned] (DELTASPIKE-78) review and discuss Authentication API

2012-03-12 Thread Gerhard Petracek (Assigned) (JIRA)

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

Gerhard Petracek reassigned DELTASPIKE-78:
--

Assignee: Gerhard Petracek  (was: Shane Bryzak)

 review and discuss Authentication API
 -

 Key: DELTASPIKE-78
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-78
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Security-Module
Reporter: Shane Bryzak
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] [Assigned] (DELTASPIKE-62) Discuss security module

2012-03-12 Thread Gerhard Petracek (Assigned) (JIRA)

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

Gerhard Petracek reassigned DELTASPIKE-62:
--

Assignee: Shane Bryzak  (was: Gerhard Petracek)

 Discuss security module
 ---

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


 Application security can be extremely confusing and frustrating, especially 
 for Java EE developers. Yet, it's an absolute requirement for nearly every 
 application. An integration with a strong security framework is desperately 
 needed. DeltaSpike could offer a module that makes security very approachable 
 and integrate well with CDI and other Java EE technologies.
 Apache Shiro [1] appears to be an ideal candidate. The goals for the project 
 seem to align perfectly with this need, as Les explains in this article [2]. 
 Apache Shiro has many things going for it that make it a good match for 
 DeltaSpike:
 * a top level Apache project 
 * actively developed 
 * mature (nearly a decade)
 * pluggable  extensible (the key for CDI integration)
 * works in web, ejb *and* java se environments
 * supports all aspects of security (authentication, authorization, 
 permissions, certificates, ciphers)
 * easy to use
 * subjective bonus: has a cool name and logo
 It seems like Shiro could really use some CDI integration to make it even 
 simpler. (Several integrations have already been explored [3]). We can start 
 with some producers and then build on the declarative functionality that has 
 previously been explored in Seam. 
 [1] http://shiro.apache.org/index.html
 [2] http://www.infoq.com/articles/apache-shiro
 [3] http://shiro.apache.org/integration.html

--
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] [Assigned] (DELTASPIKE-62) Discuss security module

2012-03-12 Thread Gerhard Petracek (Assigned) (JIRA)

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

Gerhard Petracek reassigned DELTASPIKE-62:
--

Assignee: Gerhard Petracek  (was: Shane Bryzak)

 Discuss security module
 ---

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


 Application security can be extremely confusing and frustrating, especially 
 for Java EE developers. Yet, it's an absolute requirement for nearly every 
 application. An integration with a strong security framework is desperately 
 needed. DeltaSpike could offer a module that makes security very approachable 
 and integrate well with CDI and other Java EE technologies.
 Apache Shiro [1] appears to be an ideal candidate. The goals for the project 
 seem to align perfectly with this need, as Les explains in this article [2]. 
 Apache Shiro has many things going for it that make it a good match for 
 DeltaSpike:
 * a top level Apache project 
 * actively developed 
 * mature (nearly a decade)
 * pluggable  extensible (the key for CDI integration)
 * works in web, ejb *and* java se environments
 * supports all aspects of security (authentication, authorization, 
 permissions, certificates, ciphers)
 * easy to use
 * subjective bonus: has a cool name and logo
 It seems like Shiro could really use some CDI integration to make it even 
 simpler. (Several integrations have already been explored [3]). We can start 
 with some producers and then build on the declarative functionality that has 
 previously been explored in Seam. 
 [1] http://shiro.apache.org/index.html
 [2] http://www.infoq.com/articles/apache-shiro
 [3] http://shiro.apache.org/integration.html

--
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] [Assigned] (DELTASPIKE-77) review and discuss Identity API

2012-03-12 Thread Gerhard Petracek (Assigned) (JIRA)

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

Gerhard Petracek reassigned DELTASPIKE-77:
--

Assignee: Gerhard Petracek  (was: Shane Bryzak)

 review and discuss Identity API
 ---

 Key: DELTASPIKE-77
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-77
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Security-Module
Affects Versions: 0.1-incubating
Reporter: Shane Bryzak
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] [Assigned] (DELTASPIKE-77) review and discuss Identity API

2012-03-12 Thread Gerhard Petracek (Assigned) (JIRA)

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

Gerhard Petracek reassigned DELTASPIKE-77:
--

Assignee: Shane Bryzak  (was: Gerhard Petracek)

 review and discuss Identity API
 ---

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



--
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] [Assigned] (DELTASPIKE-79) review and discuss Authorization API

2012-03-12 Thread Gerhard Petracek (Assigned) (JIRA)

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

Gerhard Petracek reassigned DELTASPIKE-79:
--

Assignee: Gerhard Petracek  (was: Shane Bryzak)

 review and discuss Authorization API
 

 Key: DELTASPIKE-79
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-79
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Security-Module
Reporter: Shane Bryzak
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] [Assigned] (DELTASPIKE-79) review and discuss Authorization API

2012-03-12 Thread Gerhard Petracek (Assigned) (JIRA)

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

Gerhard Petracek reassigned DELTASPIKE-79:
--

Assignee: Shane Bryzak  (was: Gerhard Petracek)

 review and discuss Authorization API
 

 Key: DELTASPIKE-79
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-79
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Security-Module
Reporter: Shane Bryzak
Assignee: Shane Bryzak



--
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] [Assigned] (DELTASPIKE-57) Add Apache TomEE managed Arquillian adapter to itests

2012-03-07 Thread Gerhard Petracek (Assigned) (JIRA)

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

Gerhard Petracek reassigned DELTASPIKE-57:
--

Assignee: Romain Manni-Bucau  (was: David Blevins)

 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



--
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] [Assigned] (DELTASPIKE-111) Add and review Seam Catch as a new DeltaSpike module

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

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

Gerhard Petracek reassigned DELTASPIKE-111:
---

Assignee: Jason Porter  (was: Gerhard Petracek)

please add the single features/concepts as sub-tasks for a detailed 
review/discussion. we just have a basic agreement to add concepts of seam-catch 
(but we haven't reviewed/discussed all details).

 Add and review Seam Catch as a new DeltaSpike module
 

 Key: DELTASPIKE-111
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-111
 Project: DeltaSpike
  Issue Type: New Feature
Affects Versions: 0.2-incubating
Reporter: Jason Porter
Assignee: Jason Porter

 Add a new module (name TBD, exception handling, catch, exception control?) 
 containing the Seam Catch code. Review it as well.

--
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] [Assigned] (DELTASPIKE-105) remove workarounds for weld

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

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

Gerhard Petracek reassigned DELTASPIKE-105:
---

Assignee: Ales Justin  (was: Gerhard Petracek)

 remove workarounds for weld
 ---

 Key: DELTASPIKE-105
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-105
 Project: DeltaSpike
  Issue Type: Test
  Components: CDI-SE
Affects Versions: 0.2-incubating
Reporter: Gerhard Petracek
Assignee: Ales Justin
 Fix For: 0.3-incubating


 currently we have 2 workarounds which need to be removed as soon as we have a 
 released version of weld which fixes the following issues:
 #1 the application scope doesn't get restarted autom. after it is invalidated 
 and it can't be started manually (reason: IsolatedStaticSingleton.object is 
 null after calling applicationContext#invalidate and causes a NPE as soon as 
 the scope gets accessed again)
 the workaround is in ContextController#stopApplicationScope
 #2 AbstractSharedContext#isActive always returns true
 the workaround is in ContainerCtrlTckTest#reStartContexts
 ContainerCtrlTckTest#reStartContexts has to pass without workarounds

--
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] [Assigned] (DELTASPIKE-92) ContainerControl API + impls

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

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

Gerhard Petracek reassigned DELTASPIKE-92:
--

Assignee: Gerhard Petracek  (was: Mark Struberg)

 ContainerControl API + impls
 

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


 Java SE applications need a way to control the container. They need to 
 start/stop it and control the lifecycle of the built-in Contexts (see 
 http://s.apache.org/Rej )

--
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] [Assigned] (DELTASPIKE-62) Discuss security module

2012-02-12 Thread Gerhard Petracek (Assigned) (JIRA)

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

Gerhard Petracek reassigned DELTASPIKE-62:
--

Assignee: Shane Bryzak  (was: Gerhard Petracek)

 Discuss security module
 ---

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


 Application security can be extremely confusing and frustrating, especially 
 for Java EE developers. Yet, it's an absolute requirement for nearly every 
 application. An integration with a strong security framework is desperately 
 needed. DeltaSpike could offer a module that makes security very approachable 
 and integrate well with CDI and other Java EE technologies.
 Apache Shiro [1] appears to be an ideal candidate. The goals for the project 
 seem to align perfectly with this need, as Les explains in this article [2]. 
 Apache Shiro has many things going for it that make it a good match for 
 DeltaSpike:
 * a top level Apache project 
 * actively developed 
 * mature (nearly a decade)
 * pluggable  extensible (the key for CDI integration)
 * works in web, ejb *and* java se environments
 * supports all aspects of security (authentication, authorization, 
 permissions, certificates, ciphers)
 * easy to use
 * subjective bonus: has a cool name and logo
 It seems like Shiro could really use some CDI integration to make it even 
 simpler. (Several integrations have already been explored [3]). We can start 
 with some producers and then build on the declarative functionality that has 
 previously been explored in Seam. 
 [1] http://shiro.apache.org/index.html
 [2] http://www.infoq.com/articles/apache-shiro
 [3] http://shiro.apache.org/integration.html

--
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] [Assigned] (DELTASPIKE-73) Discuss GenericBeans

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

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

Gerhard Petracek reassigned DELTASPIKE-73:
--

Assignee: John Ament  (was: Gerhard Petracek)

please close it as duplicated - see DELTASPIKE-14

 Discuss GenericBeans
 

 Key: DELTASPIKE-73
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-73
 Project: DeltaSpike
  Issue Type: Task
Reporter: John D. Ament
Assignee: John Ament

 At a high level, generic beans are meant to provide reusable business logic 
 and dynamically provide interface implementations by using code generation 
 practices (runtime, rather than compile time code generation).

--
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] [Assigned] (DELTASPIKE-73) Discuss GenericBeans

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

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

Gerhard Petracek reassigned DELTASPIKE-73:
--

Assignee: John D. Ament  (was: John Ament)

 Discuss GenericBeans
 

 Key: DELTASPIKE-73
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-73
 Project: DeltaSpike
  Issue Type: Task
Reporter: John D. Ament
Assignee: John D. Ament

 At a high level, generic beans are meant to provide reusable business logic 
 and dynamically provide interface implementations by using code generation 
 practices (runtime, rather than compile time code generation).

--
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] [Assigned] (DELTASPIKE-18) unit and integration tests for BeanManagerProvider

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

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

Gerhard Petracek reassigned DELTASPIKE-18:
--

Assignee: Gerhard Petracek  (was: Mark Struberg)

 unit and integration tests for BeanManagerProvider
 --

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


 we need tests for:
  - after a container is bootstrapped, 
 BeanManagerProvider.getInstance().getBeanManager() has to return a bm
  - usage in shared lib scenarios
  - shutdown of a container - cleanup has to be successful

--
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] [Assigned] (DELTASPIKE-22) unit and integration tests for ProjectStage

2012-01-10 Thread Gerhard Petracek (Assigned) (JIRA)

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

Gerhard Petracek reassigned DELTASPIKE-22:
--

Assignee: Gerhard Petracek  (was: Mark Struberg)

 unit and integration tests for ProjectStage
 ---

 Key: DELTASPIKE-22
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-22
 Project: DeltaSpike
  Issue Type: Sub-task
  Components: Core
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] [Assigned] (DELTASPIKE-18) unit and integration tests for BeanManagerProvider

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

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

Gerhard Petracek reassigned DELTASPIKE-18:
--

Assignee: Mark Struberg  (was: Gerhard Petracek)

 unit and integration tests for BeanManagerProvider
 --

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

 we need tests for:
  - after a container is bootstrapped, 
 BeanManagerProvider.getInstance().getBeanManager() has to return a bm
  - usage in shared lib scenarios
  - shutdown of a container - cleanup has to be successful
  - the different config approaches

--
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] [Assigned] (DELTASPIKE-19) documentation for BeanManagerProvider

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

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

Gerhard Petracek reassigned DELTASPIKE-19:
--

Assignee: Mark Struberg  (was: Gerhard Petracek)

 documentation for BeanManagerProvider
 -

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



--
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] [Assigned] (DELTASPIKE-20) move util methods to CdiUtils

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

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

Gerhard Petracek reassigned DELTASPIKE-20:
--

Assignee: Mark Struberg  (was: Gerhard Petracek)

 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

 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] [Assigned] (DELTASPIKE-10) review and discuss metadata implementations and utils

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

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

Gerhard Petracek reassigned DELTASPIKE-10:
--

Assignee: Jason Porter  (was: Gerhard Petracek)

 review and discuss metadata implementations and utils
 ---

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

 BeanBuilder - DELTASPIKE-16
 NarrowingBeanBuilder - DELTASPIKE-16
 AnnotatedTypeBuilder - DELTASPIKE-16
 GenericBean - DELTASPIKE-14
 DefaultBean - DELTASPIKE-15
 Forward*

--
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] [Assigned] (DELTASPIKE-9) review and discuss @Requires

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

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

Gerhard Petracek reassigned DELTASPIKE-9:
-

Assignee: Jason Porter  (was: Gerhard Petracek)

 review and discuss @Requires
 

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



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