r191 - trunk/openiam-idm-esb/src/main/resources

5 views
Skip to first unread message

commitm...@hosted-projects.com

unread,
Jun 5, 2010, 10:56:53 PM6/5/10
to s...@openiam.com, identityman...@googlegroups.com, laszlo...@forgerock.com, jgar...@vikingstorm.com
Author: suneet_shah
Date: Sun Jun 6 04:56:53 2010
New Revision: 191

Modified:
trunk/openiam-idm-esb/src/main/resources/openiam-connector-mule-config.xml

Log:
added services to mule-esb

Modified: trunk/openiam-idm-esb/src/main/resources/openiam-connector-mule-config.xml
==============================================================================
--- trunk/openiam-idm-esb/src/main/resources/openiam-connector-mule-config.xml (original)
+++ trunk/openiam-idm-esb/src/main/resources/openiam-connector-mule-config.xml Sun Jun 6 04:56:53 2010
@@ -15,8 +15,26 @@
<cxf:endpoint name="toOracleConnectorService" address="${webservice.path}OracleConnectorService" />
<cxf:endpoint name="toLdapConnectorService" address="${webservice.path}LDAPConnectorService" />
<cxf:endpoint name="toADConnectorService" address="${webservice.path}ActiveDirectoryConnectorService" />
+ <cxf:endpoint name="toIdentitySynchWebService" address="${webservice.path}IdentitySynchWebService" />
+ <cxf:endpoint name="toReconciliationWebService" address="${webservice.path}ReconciliationWebService" />

<model>
+ <service name="IdentitySynchWebService">
+ <inbound>
+ <inbound-endpoint ref="toIdentitySynchWebService" />
+ </inbound>
+ <component>
+ <spring-object bean="synchServiceWS" />
+ </component>
+ </service>
+ <service name="ReconciliationWebService">
+ <inbound>
+ <inbound-endpoint ref="toReconciliationWebService" />
+ </inbound>
+ <component>
+ <spring-object bean="reconServiceWS" />
+ </component>
+ </service>
<service name="provisionControllerService">
<inbound>
<inbound-endpoint ref="toProvisionControllerService" />

Reply all
Reply to author
Forward
0 new messages