Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.2.1
-
None
-
Built with maven and the XFire JSR181 tooling. Occurs on multiple platforms.
Description
If JSR181 annotated class is created with a web method that has multiple parameters then every even parameter is dropped (i.e. 2nd, 4th, 6th, etc. parameters); if <servicemix>/conf/log4j.xml is not configured correctly.
In the log4j.xml configuration file if in the start element the debug attribute is set to "false" or in the logger element for "org.apache.servicemix" the level is set to anything other than "DEBUG" then the above problem will manifest. If the debug attribute is set to "true" AND the log level is set to "DEBUG" then multiple parameters work correctly.