2 Replies Latest reply on Oct 28, 2012 10:09 AM by markboletti

    How to control EJB client side logging?

    markboletti

      Hi all!

      I have a console based EJB client which connects to an application deployed on JBoss AS 7. I'd like to know if it's possible to get rid of the remoting/xnio logging, since it makes confusion with my console output:

       

      28-ott-2012 10.17.42 org.jboss.ejb.client.EJBClient <clinit>

      INFO: JBoss EJB Client version 1.0.5.Final

      28-ott-2012 10.17.42 org.xnio.Xnio <clinit>

      INFO: XNIO Version 3.0.3.GA

      28-ott-2012 10.17.42 org.xnio.nio.NioXnio <clinit>

      INFO: XNIO NIO Implementation Version 3.0.3.GA

      28-ott-2012 10.17.42 org.jboss.remoting3.EndpointImpl <clinit>

      INFO: JBoss Remoting version 3.2.3.GA

      28-ott-2012 10.17.43 org.jboss.ejb.client.remoting.VersionReceiver handleMessage

      INFO: Received server version 1 and marshalling strategies [river]

      28-ott-2012 10.17.43 org.jboss.ejb.client.remoting.RemotingConnectionEJBReceiver associate

      INFO: Successful version handshake completed for receiver context EJBReceiverContext{clientContext=org.jboss.ejb.client.EJBClientContext@10bc49d, receiver=Remoting connection EJB receiver [connection=Remoting connection <121f1d>,channel=jboss.ejb,nodename=ev2c768ae0a93c]} on channel Channel ID d0f8ac9e (outbound) of Remoting connection 00b64435 to localhost/127.0.0.1:4447

      28-ott-2012 10.17.43 org.jboss.ejb.client.remoting.ChannelAssociation$ResponseReceiver handleMessage

      WARN: Unsupported message received with header 0xffffffff

       

      P.s. The last logging output "WARN: Unsupported message received with header 0xffffffff" is it an issue with my EJB client ?

       

      Thanks a lot

      Mark