You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2008/09/11 17:40:52 UTC

[jira] Created: (SMX4KNL-86) When running integration tests, the container classpath contains all the test bundles which may cause problems

When running integration tests, the container classpath contains all the test bundles which may cause problems
--------------------------------------------------------------------------------------------------------------

                 Key: SMX4KNL-86
                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-86
             Project: ServiceMix Kernel
          Issue Type: Bug
            Reporter: Guillaume Nodet




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SMX4KNL-86) When running integration tests, the container classpath contains all the test bundles which may cause problems

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated SMX4KNL-86:
-----------------------------------

         Assignee: Guillaume Nodet
    Fix Version/s: 1.1.0

> When running integration tests, the container classpath contains all the test bundles which may cause problems
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-86
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-86
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 1.1.0
>
>         Attachments: SMX4KNL-86.patch, SMX4KNL-86.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SMX4KNL-86) When running integration tests, the container classpath contains all the test bundles which may cause problems

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated SMX4KNL-86:
-----------------------------------

    Attachment: SMX4KNL-86.patch

> When running integration tests, the container classpath contains all the test bundles which may cause problems
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-86
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-86
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 1.1.0
>
>         Attachments: SMX4KNL-86.patch, SMX4KNL-86.patch, SMX4KNL-86.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SMX4KNL-86) When running integration tests, the container classpath contains all the test bundles which may cause problems

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SMX4KNL-86.
------------------------------------

    Resolution: Fixed

Adding         testing/itests
Adding         testing/itests/pom.xml
Adding         testing/itests/src
Adding         testing/itests/src/test
Adding         testing/itests/src/test/java
Adding         testing/itests/src/test/java/org
Adding         testing/itests/src/test/java/org/apache
Adding         testing/itests/src/test/java/org/apache/servicemix
Adding         testing/itests/src/test/java/org/apache/servicemix/kernel
Adding         testing/itests/src/test/java/org/apache/servicemix/kernel/testing
Adding         testing/itests/src/test/java/org/apache/servicemix/kernel/testing/itests
Adding         testing/itests/src/test/java/org/apache/servicemix/kernel/testing/itests/SimpleTest.java
Adding         testing/itests/src/test/resources
Adding         testing/itests/src/test/resources/org
Adding         testing/itests/src/test/resources/org/apache
Adding         testing/itests/src/test/resources/org/apache/servicemix
Adding         testing/itests/src/test/resources/org/apache/servicemix/MANIFEST.MF
Sending        testing/pom.xml
Sending        testing/support/src/main/java/org/apache/servicemix/kernel/testing/support/SmxKernelPlatform.java
Sending        testing/support/src/main/resources/org/apache/servicemix/kernel/testing/support/felix.config.properties
Transmitting file data ......
Committed revision 697788.

> When running integration tests, the container classpath contains all the test bundles which may cause problems
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-86
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-86
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 1.1.0
>
>         Attachments: SMX4KNL-86.patch, SMX4KNL-86.patch, SMX4KNL-86.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SMX4KNL-86) When running integration tests, the container classpath contains all the test bundles which may cause problems

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMX4KNL-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45786#action_45786 ] 

Guillaume Nodet commented on SMX4KNL-86:
----------------------------------------

This latest patch seems to solve some additional problems.  To make JAXP work correctly, xalan and xerces must not be in the maven classpath.
I did not found any workaround for JAXP as it uses the ClassLoader.getSystemClassloader() internally, and I don't think there is any way to hack that.

> When running integration tests, the container classpath contains all the test bundles which may cause problems
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-86
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-86
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 1.1.0
>
>         Attachments: SMX4KNL-86.patch, SMX4KNL-86.patch, SMX4KNL-86.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SMX4KNL-86) When running integration tests, the container classpath contains all the test bundles which may cause problems

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated SMX4KNL-86:
-----------------------------------

    Attachment: SMX4KNL-86.patch

Work in progress patch

> When running integration tests, the container classpath contains all the test bundles which may cause problems
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-86
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-86
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>            Reporter: Guillaume Nodet
>         Attachments: SMX4KNL-86.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SMX4KNL-86) When running integration tests, the container classpath contains all the test bundles which may cause problems

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated SMX4KNL-86:
-----------------------------------

    Attachment: SMX4KNL-86.patch

This patch seems to work, at least the junit test in the itests module behave as exepected

> When running integration tests, the container classpath contains all the test bundles which may cause problems
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-86
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-86
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>            Reporter: Guillaume Nodet
>         Attachments: SMX4KNL-86.patch, SMX4KNL-86.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work started: (SMX4KNL-86) When running integration tests, the container classpath contains all the test bundles which may cause problems

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4KNL-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SMX4KNL-86 started by Guillaume Nodet.

> When running integration tests, the container classpath contains all the test bundles which may cause problems
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: SMX4KNL-86
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-86
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 1.1.0
>
>         Attachments: SMX4KNL-86.patch, SMX4KNL-86.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.