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 <gn...@gmail.com> on 2009/02/24 08:42:30 UTC

Re: svn commit: r747292 - /servicemix/smx4/nmr/trunk/jbi/itests/pom.xml

The felix framework is already included in the
org.apache.servicemix.kernel.main artifact, so I don't see why this
dependency is needed.

On Tue, Feb 24, 2009 at 08:18,  <ff...@apache.org> wrote:
> Author: ffang
> Date: Tue Feb 24 07:18:35 2009
> New Revision: 747292
>
> URL: http://svn.apache.org/viewvc?rev=747292&view=rev
> Log:
> [SMX4KNL-210]add org.apache.felix.framework dependency for jbi/itests to pick up the fix for felix system bundle classloader
>
> Modified:
>    servicemix/smx4/nmr/trunk/jbi/itests/pom.xml
>
> Modified: servicemix/smx4/nmr/trunk/jbi/itests/pom.xml
> URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/itests/pom.xml?rev=747292&r1=747291&r2=747292&view=diff
> ==============================================================================
> --- servicemix/smx4/nmr/trunk/jbi/itests/pom.xml (original)
> +++ servicemix/smx4/nmr/trunk/jbi/itests/pom.xml Tue Feb 24 07:18:35 2009
> @@ -32,6 +32,13 @@
>     <name>Apache ServiceMix JBI Integration Tests</name>
>
>     <dependencies>
> +        <!-- put this dependency to avoid a classloader problem
> +             when running junit tests -->
> +        <dependency>
> +            <groupId>org.apache.felix</groupId>
> +            <artifactId>org.apache.felix.framework</artifactId>
> +            <scope>test</scope>
> +        </dependency>
>         <dependency>
>             <groupId>org.apache.servicemix.kernel</groupId>
>             <artifactId>org.apache.servicemix.kernel.main</artifactId>
>
>
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com

Re: svn commit: r747292 - /servicemix/smx4/nmr/trunk/jbi/itests/pom.xml

Posted by Freeman Fang <fr...@gmail.com>.
Hi Guillaume,
Revert changes for SMX4KNL-209 and SMX4KNL-210.
Thanks for clarifying two issues.
Freeman

Guillaume Nodet wrote:
> The felix framework is already included in the
> org.apache.servicemix.kernel.main artifact, so I don't see why this
> dependency is needed.
>
> On Tue, Feb 24, 2009 at 08:18,  <ff...@apache.org> wrote:
>   
>> Author: ffang
>> Date: Tue Feb 24 07:18:35 2009
>> New Revision: 747292
>>
>> URL: http://svn.apache.org/viewvc?rev=747292&view=rev
>> Log:
>> [SMX4KNL-210]add org.apache.felix.framework dependency for jbi/itests to pick up the fix for felix system bundle classloader
>>
>> Modified:
>>    servicemix/smx4/nmr/trunk/jbi/itests/pom.xml
>>
>> Modified: servicemix/smx4/nmr/trunk/jbi/itests/pom.xml
>> URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/itests/pom.xml?rev=747292&r1=747291&r2=747292&view=diff
>> ==============================================================================
>> --- servicemix/smx4/nmr/trunk/jbi/itests/pom.xml (original)
>> +++ servicemix/smx4/nmr/trunk/jbi/itests/pom.xml Tue Feb 24 07:18:35 2009
>> @@ -32,6 +32,13 @@
>>     <name>Apache ServiceMix JBI Integration Tests</name>
>>
>>     <dependencies>
>> +        <!-- put this dependency to avoid a classloader problem
>> +             when running junit tests -->
>> +        <dependency>
>> +            <groupId>org.apache.felix</groupId>
>> +            <artifactId>org.apache.felix.framework</artifactId>
>> +            <scope>test</scope>
>> +        </dependency>
>>         <dependency>
>>             <groupId>org.apache.servicemix.kernel</groupId>
>>             <artifactId>org.apache.servicemix.kernel.main</artifactId>
>>
>>
>>
>>     
>
>
>
>