1 Reply Latest reply on Sep 29, 2004 9:36 AM by nickman

    Persistence Managers

    blulas

      I have noticed that there is only an ObjectStreamPersistenceManager in JBoss 3.2.2 and we would like to utilize XML for our MBean persistence store.

      Does anyone have an XMLPersistenceManager, is there one being planned for 4.0? I stared to write my own, using the XMLEncoder/XMLDecoder classes in the JDK, but when I tried to write out the metadata object in the PersistenceManager store method it didn't know how to write it out. It seems possible that I may need to supply my own persistence delegate but I would really like to see an example of this.

      Any thoughts?