awesome, thanks. i'll try the maven goal rather than dumping them in the folders for now.
On 9/27/06, robottaway <[EMAIL PROTECTED]> wrote:
dkfn wrote: > > mvn jbi:servicemix seems to deploy servicemix-shared and my component > fine but it doesn't appear to work when i put them both into the > install directory of servicemix proper. am i deploying the > servicemix-shared component correctly? > This may be because another component is using the shared lib when you try to use the goal. Try putting this into the SA modules pom.xml: EXAMPLE wrote: > > Deploying Dependencies > > If you are working with the jbi:projectDeploy you should not that you may > want to disable dependency deployment, if you are deploying to a server > which has other components sharing these dependencies they you can get > problems while trying to undeploy and redeploy them. Look for the plugin > section for the jbi-maven-plugin and under configuration add a new element > called deployDependencies with a value of false, this is usually in your > service assembly's pom.xml or your component's. This setting will stop the > plugin for undeploying and redeploying dependencies. > -- View this message in context: http://www.nabble.com/a-few-servicemix-3.0-issues---questions-tf2345857.html#a6530937 Sent from the ServiceMix - User mailing list archive at Nabble.com.
