[arquillian-issues] [JBoss JIRA] (ARQ-355) Support fluent API and @DeploymentTarget for Rules

Davide D'Alto (JIRA) jira-events at lists.jboss.org
Thu Jun 21 06:36:12 EDT 2012


    [ https://issues.jboss.org/browse/ARQ-355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702641#comment-12702641 ] 

Davide D'Alto commented on ARQ-355:
-----------------------------------

A first prototype:
https://github.com/DavideD/arquillian-extension-byteman/tree/ARQ-355

The @DeploymentTarget support is missing at the moment but it is possible to deploy rules created using the BytemanScriptDescriptor fluent API
                
> Support fluent API and @DeploymentTarget for Rules
> --------------------------------------------------
>
>                 Key: ARQ-355
>                 URL: https://issues.jboss.org/browse/ARQ-355
>             Project: Arquillian
>          Issue Type: Feature Request
>          Components: Extension - Byteman
>            Reporter: Aslak Knutsen
>            Priority: Minor
>
> With multi container support in arquillian, the byteman integration should support @DeploymentTarget for specifying which container a rule should be deployed on.
> Byteman integration could follow the ShrinkWrap fluent API and make a API for rule creation, instead of having it only declarative via Annotaitons.
> @BMRule @DeploymentTarget("name") 
> public static Rule createExceptionRule() 
> {
>    return Byteman.rule().....
> }

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

        


More information about the arquillian-issues mailing list