Hmm... JBI deployment question eh... not really sure how to help you off the
top of my head to be honest! Maybe try us...@servicemix.apache.org?

On Wed, Dec 16, 2009 at 2:35 PM, Kenneth H <phecda...@gmail.com> wrote:

>
> - sorry for all the posts Jon...
>
> If you look at the original Ant build file, you see ("." infront of "param"
> is to make sure the whole post is shown):
>
> <target name="deploy-insurance" description="Deploy the insurance example">
>        <echo message="Creating insurance service units" />
>        <antcall target="gn:create-serviceunit">
>         <.param name="servicemix-conf" value="servicemix/insurance-jms-su"
> />
>        <.param name="service-dest-file" value="insurance-jms-su.zip" />
>        <.param name="jibx-mapping" value="jibx/InsuranceMapping.xml" />
>        <.param name="include-classes" value="esb/dzone/servicemix/model/*"
> />
>        <.param name="include-resource-dir"
> value="servicemix/insurance-jms-su/resources" />
> </antcall>
>
> <antcall target="gn:create-serviceunit">
>         <.param name="servicemix-conf" value="servicemix/insurance-file-su"
> />
>        <.param name="service-dest-file" value="insurance-file-su.zip" />
>        <.param name="include-classes" value="esb/dzone/servicemix/model/*"
> />
>        <.param name="jibx-mapping" value="jibx/InsuranceMapping.xml" />
>        <.param name="include-resource-dir"
> value="servicemix/insurance-file-su/resources" />
> </antcall>
>
> The question is now: how do I do the same thing in my Maven project?
> --
> View this message in context:
> http://old.nabble.com/Help-to-understand-xpath-expression-in-camel-routebuilder-tp26779963p26815668.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>


-- 
Cheers,
Jon

Camel in Action: http://manning.com/ibsen
Blog: http://janstey.blogspot.com

Reply via email to