Author: gatfora
Date: Mon Feb 25 07:47:11 2008
New Revision: 630886
URL: http://svn.apache.org/viewvc?rev=630886&view=rev
Log:
Register the mc anonymous address with the EndPointReference class
Modified:
webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/SandeshaModule.java
Modified:
webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/SandeshaModule.java
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/SandeshaModule.java?rev=630886&r1=630885&r2=630886&view=diff
==============================================================================
---
webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/SandeshaModule.java
(original)
+++
webservices/sandesha/trunk/java/modules/core/src/main/java/org/apache/sandesha2/SandeshaModule.java
Mon Feb 25 07:47:11 2008
@@ -26,6 +26,7 @@
import org.apache.axis2.AxisFault;
import org.apache.axis2.Constants;
+import org.apache.axis2.addressing.EndpointReference;
import org.apache.axis2.context.ConfigurationContext;
import org.apache.axis2.context.MessageContext;
import org.apache.axis2.description.AxisDescription;
@@ -67,6 +68,7 @@
AxisModule module) throws AxisFault {
if(log.isDebugEnabled()) log.debug("Entry:
SandeshaModule::init, " + configContext);
+
EndpointReference.addAnonymousEquivalentURI(Sandesha2Constants.SPEC_2007_02.ANONYMOUS_URI_PREFIX);
AxisConfiguration config = configContext.getAxisConfiguration();
//storing the Sandesha module as a parameter.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]