This content has been marked as final.
Show 1 reply
-
1. Re: XMBean Persistence Question
dimitris Feb 20, 2006 9:59 AM (in response to malmit)You'd have to provide your own implementation of org.jboss.mx.persistence.AttributePersistenceManager.
For example, see how org.jboss.system.pm.XMLAttributePersistenceManager is implemented.
If you make this generic/well tested, I'll consider adding it to the codebase.