In migrating from 3.2.3 to 3.2.4, I found that spaces in the XDoclet managed-parameter name attribute of an XMBean no longer work. For example:
* @jmx.managed-parameter name="Some Name" type="java.lang.String" description="Some Description" When the resulting SAR is deployed, JBoss 3.2.4 throws an exception stating that the XMBean is not a valid. In JBoss 3.2.3, the SAR deployed just fine. Taking the space out of the parameter name cures the exception. * @jmx.managed-parameter name="SomeName" type="java.lang.String" description="Some Description" I'm posting this just as an FYI for anyone else who may run into this minor snag when migrating to 3.2.4 from previous releases. Is there a reason spaces in the name are no longer valid? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837777#3837777 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837777 ------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
