java - How to store Jboss web service requests -


i'm using jboss 6 , need store incoming/outgoing web service requests(soap). know jboss allows log web service messages, want store them in database without going through log file. idea how may that? many thanks!

i don't have experience jboss. i'd think treat these requests application data. means map them database via persistence api.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -

c# - Binding attached property to IEnumerable -