Hi, is there a way to tell the MBean server to store changes in an attributes value. Since a dom4j document seems not to be serializable I am using a get/setDocumentAsText method for persistance of the xml-document. In my application I only use get/setDocument. the document attribute is not persisted. My problem now is, if the application changes anything in the document and uses the setDocument method to change the original document I have no way of telling the server that the value for the persistant attribute documentAsText has changed without a dummy-jmx-call. Can I do this directly ... simply tell the MBean server that this MBean is dirty?
Chris View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838744#3838744 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838744 ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
