From jboss-cvs-commits at lists.jboss.org Fri Oct 10 09:09:24 2014 From: jboss-cvs-commits at lists.jboss.org (jboss-cvs-commits at lists.jboss.org) Date: Fri, 10 Oct 2014 09:09:24 -0400 Subject: [jboss-cvs] JBoss Messaging SVN: r8634 - branches. Message-ID: <201410101309.s9AD9OZA031519@svn01.web.mwc.hst.phx2.redhat.com> Author: dgrove_redhat.com Date: 2014-10-10 09:09:24 -0400 (Fri, 10 Oct 2014) New Revision: 8634 Added: branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/ Log: JBPAPP-10772 From jboss-cvs-commits at lists.jboss.org Fri Oct 10 09:25:11 2014 From: jboss-cvs-commits at lists.jboss.org (jboss-cvs-commits at lists.jboss.org) Date: Fri, 10 Oct 2014 09:25:11 -0400 Subject: [jboss-cvs] JBoss Messaging SVN: r8635 - in branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941: integration/EAP4/src/main/org/jboss/jms/server/endpoint and 5 other directories. Message-ID: <201410101325.s9ADPB6W032100@svn01.web.mwc.hst.phx2.redhat.com> Author: dgrove_redhat.com Date: 2014-10-10 09:25:10 -0400 (Fri, 10 Oct 2014) New Revision: 8635 Modified: branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/integration/AS5/src/main/org/jboss/jms/server/endpoint/ServerConnectionFactoryEndpoint.java branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/integration/EAP4/src/main/org/jboss/jms/server/endpoint/ServerConnectionFactoryEndpoint.java branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/integration/EAP5/src/main/org/jboss/jms/server/endpoint/ServerConnectionFactoryEndpoint.java branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/src/main/org/jboss/jms/client/container/JmsClientAspectXMLLoader.java branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/src/main/org/jboss/jms/server/connectionfactory/ConnectionFactoryJNDIMapper.java branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/src/main/org/jboss/jms/server/connectionmanager/SimpleConnectionManager.java branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/src/main/org/jboss/jms/server/endpoint/ServerConnectionEndpoint.java branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/src/main/org/jboss/jms/server/endpoint/ServerSessionEndpoint.java Log: JBPAPP-11191 - merge JBMESSAGING-1941 Modified: branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/integration/AS5/src/main/org/jboss/jms/server/endpoint/ServerConnectionFactoryEndpoint.java =================================================================== --- branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/integration/AS5/src/main/org/jboss/jms/server/endpoint/ServerConnectionFactoryEndpoint.java 2014-10-10 13:09:24 UTC (rev 8634) +++ branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/integration/AS5/src/main/org/jboss/jms/server/endpoint/ServerConnectionFactoryEndpoint.java 2014-10-10 13:25:10 UTC (rev 8635) @@ -29,7 +29,6 @@ import javax.jms.JMSException; -import org.jboss.aop.AspectManager; import org.jboss.jms.client.delegate.ClientConnectionDelegate; import org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate; import org.jboss.jms.delegate.ConnectionFactoryEndpoint; @@ -276,25 +275,13 @@ String connectionID = endpoint.getConnectionID(); - ConnectionAdvised connAdvised; + ConnectionAdvised connAdvised = new ConnectionAdvised(endpoint); - // Need to synchronized to prevent a deadlock - // See http://jira.jboss.com/jira/browse/JBMESSAGING-797 - synchronized (AspectManager.instance()) - { - connAdvised = new ConnectionAdvised(endpoint); - } - Dispatcher.instance.registerTarget(connectionID, connAdvised); log.trace("created and registered " + endpoint); - - // Need to synchronized to prevent a deadlock - // See http://jira.jboss.com/jira/browse/JBMESSAGING-797 - synchronized (AspectManager.instance()) - { - return new ClientConnectionDelegate(connectionID, serverPeer.getServerPeerID()); - } + + return new ClientConnectionDelegate(connectionID, serverPeer.getServerPeerID()); } public byte[] getClientAOPStack() throws JMSException Modified: branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/integration/EAP4/src/main/org/jboss/jms/server/endpoint/ServerConnectionFactoryEndpoint.java =================================================================== --- branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/integration/EAP4/src/main/org/jboss/jms/server/endpoint/ServerConnectionFactoryEndpoint.java 2014-10-10 13:09:24 UTC (rev 8634) +++ branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/integration/EAP4/src/main/org/jboss/jms/server/endpoint/ServerConnectionFactoryEndpoint.java 2014-10-10 13:25:10 UTC (rev 8635) @@ -30,7 +30,6 @@ import javax.jms.JMSException; -import org.jboss.aop.AspectManager; import org.jboss.jms.client.delegate.ClientConnectionDelegate; import org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate; import org.jboss.jms.delegate.ConnectionFactoryEndpoint; @@ -279,25 +278,13 @@ String connectionID = endpoint.getConnectionID(); - ConnectionAdvised connAdvised; + ConnectionAdvised connAdvised = new ConnectionAdvised(endpoint); - // Need to synchronized to prevent a deadlock - // See http://jira.jboss.com/jira/browse/JBMESSAGING-797 - synchronized (AspectManager.instance()) - { - connAdvised = new ConnectionAdvised(endpoint); - } - Dispatcher.instance.registerTarget(connectionID, connAdvised); log.trace("created and registered " + endpoint); - // Need to synchronized to prevent a deadlock - // See http://jira.jboss.com/jira/browse/JBMESSAGING-797 - synchronized (AspectManager.instance()) - { - return new ClientConnectionDelegate(connectionID, serverPeer.getServerPeerID()); - } + return new ClientConnectionDelegate(connectionID, serverPeer.getServerPeerID()); } public byte[] getClientAOPStack() throws JMSException Modified: branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/integration/EAP5/src/main/org/jboss/jms/server/endpoint/ServerConnectionFactoryEndpoint.java =================================================================== --- branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/integration/EAP5/src/main/org/jboss/jms/server/endpoint/ServerConnectionFactoryEndpoint.java 2014-10-10 13:09:24 UTC (rev 8634) +++ branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/integration/EAP5/src/main/org/jboss/jms/server/endpoint/ServerConnectionFactoryEndpoint.java 2014-10-10 13:25:10 UTC (rev 8635) @@ -29,7 +29,6 @@ import javax.jms.JMSException; -import org.jboss.aop.AspectManager; import org.jboss.jms.client.delegate.ClientConnectionDelegate; import org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate; import org.jboss.jms.delegate.ConnectionFactoryEndpoint; @@ -276,25 +275,14 @@ String connectionID = endpoint.getConnectionID(); - ConnectionAdvised connAdvised; - - // Need to synchronized to prevent a deadlock - // See http://jira.jboss.com/jira/browse/JBMESSAGING-797 - synchronized (AspectManager.instance()) - { - connAdvised = new ConnectionAdvised(endpoint); - } - + ConnectionAdvised connAdvised = new ConnectionAdvised(endpoint); + Dispatcher.instance.registerTarget(connectionID, connAdvised); log.trace("created and registered " + endpoint); + + return new ClientConnectionDelegate(connectionID, serverPeer.getServerPeerID()); - // Need to synchronized to prevent a deadlock - // See http://jira.jboss.com/jira/browse/JBMESSAGING-797 - synchronized (AspectManager.instance()) - { - return new ClientConnectionDelegate(connectionID, serverPeer.getServerPeerID()); - } } public byte[] getClientAOPStack() throws JMSException Modified: branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/src/main/org/jboss/jms/client/container/JmsClientAspectXMLLoader.java =================================================================== --- branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/src/main/org/jboss/jms/client/container/JmsClientAspectXMLLoader.java 2014-10-10 13:09:24 UTC (rev 8634) +++ branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/src/main/org/jboss/jms/client/container/JmsClientAspectXMLLoader.java 2014-10-10 13:25:10 UTC (rev 8635) @@ -61,43 +61,38 @@ */ public void deployXML(byte[] config) throws Exception { - - //We need to synchronized to prevent a deadlock - //See http://jira.jboss.com/jira/browse/JBMESSAGING-797 - synchronized (AspectManager.instance()) - { - InputStream is = null; + + InputStream is = null; - try - { - is = new ByteArrayInputStream(config); + try + { + is = new ByteArrayInputStream(config); - DocumentBuilderFactory docBuilderFactory = null; + DocumentBuilderFactory docBuilderFactory = null; + + docBuilderFactory = DocumentBuilderFactory.newInstance(); - docBuilderFactory = DocumentBuilderFactory.newInstance(); + docBuilderFactory.setValidating(false); - docBuilderFactory.setValidating(false); + InputSource source = new InputSource(is); - InputSource source = new InputSource(is); + URL url = AspectXmlLoader.class.getResource("/jboss-aop_1_0.dtd"); - URL url = AspectXmlLoader.class.getResource("/jboss-aop_1_0.dtd"); + source.setSystemId(url.toString()); - source.setSystemId(url.toString()); + DocumentBuilder docBuilder = docBuilderFactory.newDocumentBuilder(); + + docBuilder.setEntityResolver(new Resolver()); - DocumentBuilder docBuilder = docBuilderFactory.newDocumentBuilder(); + Document doc = docBuilder.parse(source); - docBuilder.setEntityResolver(new Resolver()); - - Document doc = docBuilder.parse(source); - - this.deployXML(doc, null, this.getClass().getClassLoader()); - } - finally + this.deployXML(doc, null, this.getClass().getClassLoader()); + } + finally + { + if (is != null) { - if (is != null) - { - is.close(); - } + is.close(); } } } Modified: branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/src/main/org/jboss/jms/server/connectionfactory/ConnectionFactoryJNDIMapper.java =================================================================== --- branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/src/main/org/jboss/jms/server/connectionfactory/ConnectionFactoryJNDIMapper.java 2014-10-10 13:09:24 UTC (rev 8634) +++ branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/src/main/org/jboss/jms/server/connectionfactory/ConnectionFactoryJNDIMapper.java 2014-10-10 13:25:10 UTC (rev 8635) @@ -35,7 +35,6 @@ import javax.naming.InitialContext; import javax.naming.NamingException; -import org.jboss.aop.AspectManager; import org.jboss.jms.client.JBossConnectionFactory; import org.jboss.jms.client.delegate.ClientClusteredConnectionFactoryDelegate; import org.jboss.jms.client.delegate.ClientConnectionFactoryDelegate; @@ -236,15 +235,8 @@ // Now bind it in JNDI rebindConnectionFactory(initialContext, jndiBindings, delegate); - ConnectionFactoryAdvised advised; + ConnectionFactoryAdvised advised = new ConnectionFactoryAdvised(endpoint); - // Need to synchronized to prevent a deadlock - // See http://jira.jboss.com/jira/browse/JBMESSAGING-797 - synchronized (AspectManager.instance()) - { - advised = new ConnectionFactoryAdvised(endpoint); - } - // Registering with the dispatcher should always be the last thing otherwise a client could // use a partially initialised object Dispatcher.instance.registerTarget(id, advised); Modified: branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/src/main/org/jboss/jms/server/connectionmanager/SimpleConnectionManager.java =================================================================== --- branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/src/main/org/jboss/jms/server/connectionmanager/SimpleConnectionManager.java 2014-10-10 13:09:24 UTC (rev 8634) +++ branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/src/main/org/jboss/jms/server/connectionmanager/SimpleConnectionManager.java 2014-10-10 13:25:10 UTC (rev 8635) @@ -29,7 +29,6 @@ import java.util.Map; import java.util.Set; -import org.jboss.aop.AspectManager; import org.jboss.jms.delegate.ConnectionEndpoint; import org.jboss.jms.server.ConnectionManager; import org.jboss.jms.server.endpoint.ServerConnectionEndpoint; @@ -372,12 +371,7 @@ // TODO: What we really need to do is to wrap the End point in registerConnection, when we // get the connection. But, I'm hesitant, because there are are many of instanceof checks that would // fail if I wrapped it during registerConneciton. - // Need to synchronized to prevent a deadlock - // See http://jira.jboss.com/jira/browse/JBMESSAGING-797 - synchronized (AspectManager.instance()) - { - sce = new ConnectionAdvised(sce); - } + sce = new ConnectionAdvised(sce); try { sce.closing(-1); @@ -470,12 +464,7 @@ // wrap the Endpoint in the ConnectionAdvised so that we get a proper call back for the close // TODO: What we really need to do is to wrap the Endpoint in registerConnection, when we // get the connection. Then anyone - // Need to synchronized to prevent a deadlock - // See http://jira.jboss.com/jira/browse/JBMESSAGING-797 - synchronized (AspectManager.instance()) - { - conn = new ConnectionAdvised(conn); - } + conn = new ConnectionAdvised(conn); try { conn.closing(-1); Modified: branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/src/main/org/jboss/jms/server/endpoint/ServerConnectionEndpoint.java =================================================================== --- branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/src/main/org/jboss/jms/server/endpoint/ServerConnectionEndpoint.java 2014-10-10 13:09:24 UTC (rev 8634) +++ branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/src/main/org/jboss/jms/server/endpoint/ServerConnectionEndpoint.java 2014-10-10 13:25:10 UTC (rev 8635) @@ -36,7 +36,6 @@ import javax.jms.JMSException; import javax.jms.Session; -import org.jboss.aop.AspectManager; import org.jboss.jms.client.delegate.ClientSessionDelegate; import org.jboss.jms.client.remoting.CallbackManager; import org.jboss.jms.delegate.ConnectionEndpoint; @@ -264,15 +263,8 @@ sessions.put(sessionID, ep); } - SessionAdvised advised; + SessionAdvised advised = new SessionAdvised(ep); - // Need to synchronized to prevent a deadlock - // See http://jira.jboss.com/jira/browse/JBMESSAGING-797 - synchronized (AspectManager.instance()) - { - advised = new SessionAdvised(ep); - } - SessionAdvised sessionAdvised = advised; serverPeer.addSession(sessionID, ep); Modified: branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/src/main/org/jboss/jms/server/endpoint/ServerSessionEndpoint.java =================================================================== --- branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/src/main/org/jboss/jms/server/endpoint/ServerSessionEndpoint.java 2014-10-10 13:09:24 UTC (rev 8634) +++ branches/JBossMessaging_1_4_8_SP5_JBMESSAGING-1911_JBMESSAGING-1912_JBMESSAGING-1918_JBMESSAGING_1921_JBMESSAGING_1922_JBMESSAGING_1941/src/main/org/jboss/jms/server/endpoint/ServerSessionEndpoint.java 2014-10-10 13:25:10 UTC (rev 8635) @@ -39,7 +39,6 @@ import javax.jms.InvalidDestinationException; import javax.jms.JMSException; -import org.jboss.aop.AspectManager; import org.jboss.jms.client.delegate.ClientBrowserDelegate; import org.jboss.jms.client.delegate.ClientConsumerDelegate; import org.jboss.jms.delegate.Ack; @@ -2024,15 +2023,8 @@ binding.queue.getName(), this, selectorString, false, dest, null, null, 0, 1, true, false, prefetchSize); - ConsumerAdvised advised; + ConsumerAdvised advised = new ConsumerAdvised(ep); - // Need to synchronized to prevent a deadlock - // See http://jira.jboss.com/jira/browse/JBMESSAGING-797 - synchronized (AspectManager.instance()) - { - advised = new ConsumerAdvised(ep); - } - Dispatcher.instance.registerTarget(consumerID, advised); ClientConsumerDelegate stub = @@ -2344,15 +2336,8 @@ rep.put(queue.getName(), DUR_SUB_STATE_CONSUMERS); } - ConsumerAdvised advised; + ConsumerAdvised advised = new ConsumerAdvised(ep); - // Need to synchronized to prevent a deadlock - // See http://jira.jboss.com/jira/browse/JBMESSAGING-797 - synchronized (AspectManager.instance()) - { - advised = new ConsumerAdvised(ep); - } - Dispatcher.instance.registerTarget(consumerID, advised); ClientConsumerDelegate stub = @@ -2408,15 +2393,8 @@ browsers.put(browserID, ep); } - BrowserAdvised advised; + BrowserAdvised advised = new BrowserAdvised(ep); - // Need to synchronized to prevent a deadlock - // See http://jira.jboss.com/jira/browse/JBMESSAGING-797 - synchronized (AspectManager.instance()) - { - advised = new BrowserAdvised(ep); - } - Dispatcher.instance.registerTarget(browserID, advised); ClientBrowserDelegate stub = new ClientBrowserDelegate(browserID); From jboss-cvs-commits at lists.jboss.org Sun Oct 26 23:26:40 2014 From: jboss-cvs-commits at lists.jboss.org (jboss-cvs-commits at lists.jboss.org) Date: Sun, 26 Oct 2014 23:26:40 -0400 Subject: [jboss-cvs] JBoss Messaging SVN: r8636 - branches/Branch_1_4/integration/EAP5/etc/remoting. Message-ID: <201410270326.s9R3QeqT031516@svn01.web.mwc.hst.phx2.redhat.com> Author: gaohoward Date: 2014-10-26 23:26:39 -0400 (Sun, 26 Oct 2014) New Revision: 8636 Modified: branches/Branch_1_4/integration/EAP5/etc/remoting/remoting-bisocket-service.xml branches/Branch_1_4/integration/EAP5/etc/remoting/remoting-sslbisocket-service.xml Log: JBMESSAGING-1956 Set useServerConnectionIdentity to true in default remoting bisocket configuration files Modified: branches/Branch_1_4/integration/EAP5/etc/remoting/remoting-bisocket-service.xml =================================================================== --- branches/Branch_1_4/integration/EAP5/etc/remoting/remoting-bisocket-service.xml 2014-10-10 13:25:10 UTC (rev 8635) +++ branches/Branch_1_4/integration/EAP5/etc/remoting/remoting-bisocket-service.xml 2014-10-27 03:26:39 UTC (rev 8636) @@ -70,6 +70,7 @@ 1 false true + true