Hi, first i want to thank you for creating this agent. I tried it out to one of our webservices and it works perfectly.
The only problem is that we have to add an additional endpoint to our webservice to run "System.setProperty(..)". It would be nicer if we could apply this change without any Code changes at all. Because we also have about 15 other services and it will take a lot of time to apply this by code changes. Other problem is that our poject managers are not happy to change services for testing purpose.
Can you say how you use this agent in your application ? do you apply System.setProperties by adding some Endpoint, JMX Bean, SocketConnection,.. ? Would be interesting to know that.