Author: ron.sigal(a)jboss.com
Date: 2009-09-08 16:48:16 -0400 (Tue, 08 Sep 2009)
New Revision: 5449
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/config/ConfigurationMapTestParent.java
Log:
JBREM-1102: Changed wrote from a boolean to an int.
Modified:
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/config/ConfigurationMapTestParent.java
===================================================================
---
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/config/ConfigurationMapTestParent.java 2009-09-04
16:15:32 UTC (rev 5448)
+++
remoting2/branches/2.x/src/tests/org/jboss/test/remoting/marshall/config/ConfigurationMapTestParent.java 2009-09-08
20:48:16 UTC (rev 5449)
@@ -69,7 +69,7 @@
if (firstTime)
{
firstTime = false;
- Logger.getLogger("org.jboss.remoting").setLevel(XLevel.INFO);
+ Logger.getLogger("org.jboss.remoting").setLevel(XLevel.TRACE);
Logger.getLogger("org.jboss.test.remoting").setLevel(Level.INFO);
String pattern = "[%d{ABSOLUTE}] [%t] %5p (%F:%L) - %m%n";
PatternLayout layout = new PatternLayout(pattern);
@@ -368,6 +368,7 @@
host = InetAddress.getLocalHost().getHostAddress();
port = PortUtil.findFreePort(host);
locatorURI = getTransport() + "://" + host + ":" + port +
"/?" + parameter;
+// locatorURI += "&serializationtype=jboss";
String metadata = System.getProperty("remoting.metadata");
if (metadata != null)
{
Show replies by date