JMSBroker used in the test shouldn't setTmpDataDirectory as ./target which will
break the release process
---------------------------------------------------------------------------------------------------------
Key: SM-1769
URL: https://issues.apache.org/activemq/browse/SM-1769
Project: ServiceMix
Issue Type: Bug
Components: servicemix-cxf-bc
Reporter: Freeman Fang
Assignee: Freeman Fang
Fix For: servicemix-cxf-bc-2008.02, 3.3.1, jbi-maven-plugin-4.1
For the release process.
The source.jar and doc.jar will be generated first in the ./target.
Then will run the test, if JMSBroker used in the test setTmpDataDirectory as
./target, then the ./target folder will be removed after shutdown the
JMSBroker, which cause the release process failed with can't find the
source.jar and doc.jar in the ./target folder. We should setTmpDataDirectory as
other directory.
But this is not an issue when use early version of activemq, seems the later
activemq broker shutdown behaivior changes cause the problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.