As stated in my previous posts I upgraded from Jboss AOP 1.5.6.GA to 2.0.0.GA
I run my project as ejb in Jboss AS 4.2.2.GA(I upgraded the aop deployer to 2.0.0.GA)
With 1.5.6.GA I had no sysouts on my clientside console. But since the update I get
sysouts like the following on my clientside console(not the jboss as console):
| [...]
| [aop-trace] org.jboss.remoting.transport.socket.SocketWrapper constructing
org.jboss.remoting.transport.socket.ClientSocketWrapper instance for
Socket[addr=localhost/127.0.0.1,port=3873,localport=1563], using timeout 0
| [aop-trace] org.jboss.remoting.transport.socket.SocketWrapper
ClientSocketWrapper[Socket[addr=localhost/127.0.0.1,port=3873,localport=1563].1de4376]
setting timeout to 0
| [aop-trace] org.jboss.remoting.transport.socket.ClientSocketWrapper
ClientSocketWrapper[Socket[addr=localhost/127.0.0.1,port=3873,localport=1563].1de4376]
getting output stream from Socket[addr=localhost/127.0.0.1,port=3873,localport=1563],
org.jboss.remoting.marshal.serializable.SerializableMarshaller@11f139b
| [aop-trace] org.jboss.remoting.serialization.impl.java.JavaSerializationManager
Creating ObjectOutputStream
| [aop-trace] org.jboss.remoting.transport.socket.ClientSocketWrapper
ClientSocketWrapper[Socket[addr=localhost/127.0.0.1,port=3873,localport=1563].1de4376]
getting input stream from Socket[addr=localhost/127.0.0.1,port=3873,localport=1563],
org.jboss.remoting.marshal.serializable.SerializableUnMarshaller@1402eeb
| [aop-trace] org.jboss.remoting.serialization.impl.java.JavaSerializationManager
Creating ObjectInputStreamWithClassLoader
| [aop-trace] org.jboss.remoting.transport.socket.SocketWrapper
ClientSocketWrapper[Socket[addr=localhost/127.0.0.1,port=3873,localport=1563].1de4376]
setting timeout to 0
| [aop-debug] org.jboss.remoting.transport.socket.ClientSocketWrapper reset timeout: 0
| [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker
SocketClientInvoker[d1a1ab, socket://127.0.0.1:3873] writing version 22 on output stream
| [...]l
How can I turn those sysouts off?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191282#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...