Ensure that the same intents are present at reference and service ends of the wire
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808551 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a61e8ff3ea
commit
7ee9e68dfc
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
<implementation.spring location="META-INF/spring/CalculatorService-context.xml"/>
|
||||
<reference name="addService" target="AddServiceComponent" />
|
||||
<reference name="subtractService" target="SubtractServiceComponent" />
|
||||
<reference name="multiplyService" target="MultiplyServiceComponent" />
|
||||
<reference name="multiplyService" target="MultiplyServiceComponent" requires="tuscany:jaasAuthentication"/>
|
||||
<reference name="divideService" target="DivideServiceComponent" />
|
||||
</component>
|
||||
|
||||
|
@ -51,7 +51,7 @@
|
|||
<implementation.spring location="META-INF/spring/CalculatorService-context.xml" requires="tuscany:logging"/>
|
||||
<reference name="addService" target="AddServiceComponent" />
|
||||
<reference name="subtractService" target="SubtractServiceComponent" />
|
||||
<reference name="multiplyService" target="MultiplyServiceComponent" />
|
||||
<reference name="multiplyService" target="MultiplyServiceComponent" requires="tuscany:jaasAuthentication"/>
|
||||
<reference name="divideService" target="DivideServiceComponent" />
|
||||
</component>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue