Bhaskar,
The specific-bean-su service can communicate to the comman-bean-su service
by configuring the corressponding xbean.xml. By configuration, the response
from specific-bean-su can be sent to comman-bean-su.
The dependency elements in pom.xml is used to define the dependent jar
files used by the corressponding su and cannot take other su's as a
parameter.
Regards,
Ganesh
Bhaskar Dabbigodla wrote:
>
> Hi,
> I have two service assemblies
> 1) common-sa (common-bean-su, common-eip-su) and
> 2) specific-sa(specific-bean-su, specific-eip-su).
>
> I want to use some of the methods from common-bean-su in specific-bean-su.
>
> I have added the dependency in specific-bean-su's pom.xml as
>
> <dependency>
> <groupId>common-group</groupId>
> <artifactId>common-bean-su</artifactId>
> <version>${aversion}</version>
> </dependency>
>
> I am getting the following error
> GroupId: common-group
> ArtifactId: common-parent
> Version: ${aversion}
> Reason: Unable to download the artifact from any repository
>
> common-parent:pom:${aversion}
>
> Am I configuring it wrong? Is it possible to reference su accross service
> assemblies?
>
>
>
>
>
--
View this message in context:
http://www.nabble.com/Is-it-possible-to-reference-bean-su-from-one-SA-into-another-bean-su--tp22292466p22302920.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.