From: mikezzz <nu...@jb...> - 2005-08-07 07:50:59
|
The stuff you mention looks interesting. I wonder it there is a way we could hook this into the MBean Server as well, perhaps with notifications. Such that if someone did MBeanServer.setAttribute(beanName, attribute, value) we could receive an event that would allow the Directory Store to be updated. I agree with the idea that there needs more that just some XML files for deployment. I know our CM team at work tend to get frustrated by some of the obsure locations for some configuration options. To a JBoss-fluent developer it make sense, but administrators tend to find it confusing (and admins are probably our target audience for JBMail). My changes were mostly mundune, mainly around making all simple properties configurable as MBean attributes, rather than parsing our own XML structure. Mostly for consistency and my preferred programming technique involves the 'delete' key. Mike View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888782#3888782 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888782 |