Is it possible to snoop a WebService??? I tried to snoop the running procces of the web container (in this case Glassfish) and I got the following error:
"Targeted virtual machine doesn't support attaching: Unable to open socket file: targeted process not responding or HotSpot VM not loaded.." What can I do?
One problem, though. Your condition testing against the ActionEvent doesn't allow access to the methods/getters of the ActionEvent object.
An ActionEvent will likely never contain "FooBar". At the very least, it will depend on the implementation of the .toString() method, if that is how you are comparing them.
@rdawes thanks! and yup - totally toString() based. i imagine it being used more with primitives and String only. otherwise a custom script is probably more likely to do what you want.
Is it possible to snoop a WebService??? I tried to snoop the running procces of the web container (in this case Glassfish) and I got the following error:
"Targeted virtual machine doesn't support attaching: Unable to open socket file: targeted process not responding or HotSpot VM not loaded.." What can I do?
lalodiegote 4 months ago
it says it cant communicate with agent
weenie903 9 months ago
Very sweet! Great work!
One problem, though. Your condition testing against the ActionEvent doesn't allow access to the methods/getters of the ActionEvent object.
An ActionEvent will likely never contain "FooBar". At the very least, it will depend on the implementation of the .toString() method, if that is how you are comparing them.
rdawes 1 year ago
@rdawes thanks! and yup - totally toString() based. i imagine it being used more with primitives and String only. otherwise a custom script is probably more likely to do what you want.
aspectsecurity 1 year ago