0 Replies Latest reply on Jun 14, 2004 6:43 AM by chrisdutz

    XMBean question

    chrisdutz

      Hi, sorry for the very unspecific title. I will try to explan my problem:
      I am writing a small application which needs several xml-files containing configuration data. At the moment I am working on an xmbean for managing this data. My current version of the mbean has only one managed-operation for seting a config file which will be read and one managed-attribute containing the xml-data.

      I set persistance to "OnUpdate". If I set the xml-data from within the setConfig method, how can I tell jboss to persist the changes?

      Chris