Hi
We need to log webservice trace to database. We are using JBOSS and
hence i configured the jboss_log4j.xml to achieve this.
Now, I can log the webservice traces into a file
[code]
<category name="org.jboss.ws.core.MessageTrace" >
<priority value="TRACE"/>
<appender-ref ref="wslog"></appender-ref>
</category>
[/code]
Now, if i try to replace it with JDBC Appender it is not working.
The trace is even getting printed on console..
What option is available
regards
KRS
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]