[ 
http://issues.ops4j.org/browse/PAXSB-24?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12878#action_12878
 ] 

Toni Menzel commented on PAXSB-24:
----------------------------------

Now you can modify your testprobe like so:
{code}
// customizer is a regular Pax Exam Option you can place everywhere in your 
@Configuration method.
new Customizer()
            {
                @Override
                public InputStream customizeTestProbe( InputStream testProbe )
                    throws IOException
                {
                    // change test probe on the fly.
                    // you can do everything:
                    // - remove classes
                    // - add stuff
                    // - change manifest
                    return modifyBundle( testProbe )
                        .set( Constants.BUNDLE_SYMBOLICNAME, 
"My-very-own-probe" )
                        .build();
                }
            }
{code}

> Support modifiying existing bundles with tinybundles api
> --------------------------------------------------------
>
>                 Key: PAXSB-24
>                 URL: http://issues.ops4j.org/browse/PAXSB-24
>             Project: Pax Swissbox
>          Issue Type: New Feature
>          Components: TinyBundles
>            Reporter: Toni Menzel
>            Assignee: Toni Menzel
>
> Basically same capbabilty we already have in the deploymentpackage part. (for 
> FixPacks).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.ops4j.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to