[JBoss-user] [Management, JMX/JBoss] - Re: Dynamically-Reconfigurable Interceptor Core with Remote

2005-07-26 Thread simon_ep
Heheh, okay, problem solved! I hadn't configured the shared static object correctly (*it* was static, but its shared internal data structures weren't) ... So, for anyone else wanting to try this, I developed a means of configuring the behaviour of request interception mechanisms remotely through

[JBoss-user] [Management, JMX/JBoss] - Re: Dynamically-Reconfigurable Interceptor Core with Remote

2005-07-26 Thread simon_ep
Just as an update, I've got an XMBean deployed, but I'm still having trouble sharing objects between this Bean and the Interceptors/Handlers. I thought I could share a custom static configuration object between them all (since the Interceptors and Handlers already share a static processing core

[JBoss-user] [Management, JMX/JBoss] - Dynamically-Reconfigurable Interceptor Core with Remote Acce

2005-07-21 Thread simon_ep
Hi, I'm trying to develop a dynamically-reconfigurable class which is to be used within JBoss by my own custom EJB Interceptors and Axis Handlers. I'm also wanting to create the class in such a way that it can have its internal configuration objects updated from a remote location. Having read t

[JBoss-user] [EJB/JBoss] - Obtaining client IP within server-side Interceptor

2004-08-17 Thread simon_ep
Hi, I've been looking for a portable means of obtaining a calling client's IP address from within a server-side JBoss/EJB Interceptor, with no success. Currently, my system requires the client IP address so that the Interceptor can associate it with some limited monitoring information, which is