Author: hiranya
Date: Mon Dec 19 11:18:19 2011
New Revision: 1220691

URL: http://svn.apache.org/viewvc?rev=1220691&view=rev
Log:
Fixing SYNAPSE-585 and removing an unnecessary warning

Modified:
    
synapse/branches/2.1/modules/core/src/main/java/org/apache/synapse/JmxAdapter.java
    synapse/branches/2.1/modules/distribution/pom.xml

Modified: 
synapse/branches/2.1/modules/core/src/main/java/org/apache/synapse/JmxAdapter.java
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/core/src/main/java/org/apache/synapse/JmxAdapter.java?rev=1220691&r1=1220690&r2=1220691&view=diff
==============================================================================
--- 
synapse/branches/2.1/modules/core/src/main/java/org/apache/synapse/JmxAdapter.java
 (original)
+++ 
synapse/branches/2.1/modules/core/src/main/java/org/apache/synapse/JmxAdapter.java
 Mon Dec 19 11:18:19 2011
@@ -223,8 +223,6 @@ public class JmxAdapter {
             if (jmxInformation.getRemoteAccessFile() != null) {
                 env.put("jmx.remote.x.access.file", 
jmxInformation.getRemoteAccessFile());
             }
-        } else {
-            log.warn("Using unsecured JMX remote access!");
         }
 
         if (jmxInformation.isRemoteSSL()) {

Modified: synapse/branches/2.1/modules/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/branches/2.1/modules/distribution/pom.xml?rev=1220691&r1=1220690&r2=1220691&view=diff
==============================================================================
--- synapse/branches/2.1/modules/distribution/pom.xml (original)
+++ synapse/branches/2.1/modules/distribution/pom.xml Mon Dec 19 11:18:19 2011
@@ -101,6 +101,17 @@
             <type>mar</type>
         </dependency>
         <dependency>
+            <groupId>org.apache.sandesha2</groupId>
+            <artifactId>sandesha2-policy</artifactId>
+            <version>${sandesha2.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.axis2</groupId>
+                    <artifactId>axis2</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>addressing</artifactId>
             <version>${addressing.version}</version>


Reply via email to