Take a look at the wsdl-first example in svn head [1].
From the service assembly pom, you need to specifiy the
jbi-service-assembly packaging and have dependencies on your service units. Cheers, Guillaume Nodet [1] http://svn.apache.org/viewvc/incubator/servicemix/trunk/samples/wsdl-first/ On 6/30/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi, I'm trying to create a service assembly containig two service unit using the service mix jbi plugin. I created the poms with the packaging set to jbi-service-assembly and jbi-service-unit and validated them. If I run mvn packge the two service unit are created correctly (the jbi.xml is void but it's not an issue). Instead I found no way to bind the service assembly to the service unit. I tryied to aggregate the project but it seems impossible to use a packing different than pom. So, how can I tell the service assembly what service unit it has? and how can I tell what component each service unit must be binded? thanks Raffaele
