Hey,

Looks like you haven't added the ServiceUnits to the depenency list of
your ServiceAssembly. Here's how the dependency section of my
ServiceAssembly's pom.xml looks:

<dependencies>
    <dependency>
        <groupId>nl.interact911.inpact</groupId>
        <artifactId>file-poller</artifactId>
        <version>0.0.1-SNAPSHOT</version>
        <type>jbi-service-unit</type>
    </dependency>
    <dependency>
        <groupId>nl.interact911.inpact</groupId>
        <artifactId>file-writer</artifactId>
        <version>0.0.1-SNAPSHOT</version>
        <type>jbi-service-unit</type>
    </dependency>
    <dependency>
        <groupId>nl.interact911.inpact</groupId>
        <artifactId>eip-router-su</artifactId>
        <version>0.0.1-SNAPSHOT</version>
        <type>jbi-service-unit</type>
    </dependency>
</dependencies>

Let me know if that helps!

Greets,
Geert Schuring.

>
> Hi, for the first problem seems that the solution is to include in the the
> parent project's pom this repo:
>     <repositories>
>        ...
>         <repository>
>             <id>servicemix-repo</id>
>             <name>ServiceMix Repository</name>
>             <url>http://svn.apache.org/repos/asf/servicemix/m2-repo/</url>
>             <releases>
>                 <enabled>true</enabled>
>             </releases>
>             <snapshots>
>                 <enabled>false</enabled>
>             </snapshots>
>         </repository>
>         ...
>     </repositories>
>
> in this way the warning message dissappear! But, the result it is the
> same,
> the final output is that Tutorial :: SA has 0 child dependencies! How i
> can
> do?
> --
> View this message in context:
> http://old.nabble.com/throuble-with-servicemix-tutotorial-2-org.springframework%3Aspring-core%3Apom%3A2.0.6-tp28363103p28364415.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>
>
>


Reply via email to