[jira] [Updated] (DELTASPIKE-577) Test-control: Add delegation of container boot

2014-04-19 Thread Romain Manni-Bucau (JIRA)

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

Romain Manni-Bucau updated DELTASPIKE-577:
--

Assignee: (was: Romain Manni-Bucau)

> Test-control: Add delegation of container boot
> --
>
> Key: DELTASPIKE-577
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-577
> Project: DeltaSpike
>  Issue Type: Improvement
>  Components: CdiControl, TestControl
>Affects Versions: 0.7
>Reporter: Karl Kildén
>Priority: Minor
>
> container.boot(); is used by Test-Control.
>   
> This is nice for simple tests with cdictrl-openejb but I think it would be 
> nice to have the possibility to target the boot(Map properties) that is 
> available for the openejb container. I want Test-Control to delegate to me so 
> I can boot myself.
> I am thinking something like:
> @TestControl(bootDelegate = PropertyAwareEjbBootDelegate.class)
> public interface BootDelegate {
> public void boot(CdiContainer cdiContainer);
> }
> That way tests could be way more dynamic and end users could boot the 
> container in any way they want. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (DELTASPIKE-577) Test-control: Add delegation of container boot

2014-04-18 Thread Gerhard Petracek (JIRA)

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

Gerhard Petracek updated DELTASPIKE-577:


Priority: Minor  (was: Major)

changed to minor, because it's possible to use 
http://tomee.apache.org/alternate-descriptors.html for now.
(currently we don't have other use-cases)

> Test-control: Add delegation of container boot
> --
>
> Key: DELTASPIKE-577
> URL: https://issues.apache.org/jira/browse/DELTASPIKE-577
> Project: DeltaSpike
>  Issue Type: Improvement
>  Components: CdiControl, TestControl
>Affects Versions: 0.7
>Reporter: Karl Kildén
>Priority: Minor
>
> container.boot(); is used by Test-Control.
>   
> This is nice for simple tests with cdictrl-openejb but I think it would be 
> nice to have the possibility to target the boot(Map properties) that is 
> available for the openejb container. I want Test-Control to delegate to me so 
> I can boot myself.
> I am thinking something like:
> @TestControl(bootDelegate = PropertyAwareEjbBootDelegate.class)
> public interface BootDelegate {
> public void boot(CdiContainer cdiContainer);
> }
> That way tests could be way more dynamic and end users could boot the 
> container in any way they want. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)