Hi, The persistence file, which is one per XMBean and by default has its ObjectName, e.g. ./data/xmbean-attrs/[EMAIL PROTECTED]@32myservice.xml, is saved to a different directory than ./deploy.
The deployment scanner has nothing to do with it. XMBean persistence is something happening in the "background", whenever you set attributes on the persistent XMBean. Now, when a persistent XMBean is re-deployed, the persisted attributes will be reloaded. There is a issue there, that deployment may override the loaded attributes, if attributes sets are specified in the original mbean descriptor (not the xmbean). To overcome this, you need either not specify attribute overrides there, or move them to the XMBean descriptor using the special <descriptor attribute syntax. Read the jboss docs for more info. Ok? /Dimitris View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846848#3846848 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846848 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
