SMX 3.2 org.apache.servicemix.lwcontainer.LwContainerComponentTest fails if the
maven repository location is non-default.
-------------------------------------------------------------------------------------------------------------------------
Key: SM-1262
URL: https://issues.apache.org/activemq/browse/SM-1262
Project: ServiceMix
Issue Type: Bug
Components: servicemix-lwcontainer
Affects Versions: 3.2
Environment: Linux (Should be applicable to all OS)
Reporter: Ulhas Bhole
Priority: Minor
ServiceMix test org.apache.servicemix.lwcontainer.LwContainerComponentTest
fails if the maven local repository is not at default location
$HOME/.m2/repository.
The problem is in
core/servicemix-core/src/main/java/org/apache/servicemix/jbi/container/DeploySupport.java
(Thanks to Guillaume for pointing to the code). It assumes if repositoryDir is
null then use default location.
I have a fix which passes the test with non-default maven local repository
location.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.