Bugs item #753718, was opened at 2003-06-13 03:53 Message generated for change (Comment added) made by ejort You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=753718&group_id=22866
Category: JBossCX Group: v3.0 Rabbit Hole >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Brian Wallis (bwallis42) >Assigned to: Adrian Brock (ejort) Summary: Mismatching MBean attribute names in RARDeployment.java Initial Comment: Linux (Mandrake 9.1) Sun JDK 1.4.1_01 Running jboss version 3.0.7 (but error persists into 3.2) Reproduce: In the jmx-console JMX Agent View, find the jboss.jca section and click on the first RARDeployment service MBean link, mine was: * name=JBoss JDBC XATransaction ResourceAdapter,service=RARDeployment and you get the stack trace attached. The reason seems to be a mismatch in attribute names for the DynamicMBean RARDeployment. getAttribute() uses "RARMetaData" and the name setup in setupMBeanInfo() is "RARMetaDataElement". The source file is jbosscx/src/main/org/jboss/resource/RARDeployment.java and the mismatched names are on lines 122 and 194 ---------------------------------------------------------------------- >Comment By: Adrian Brock (ejort) Date: 2003-06-16 21:42 Message: Logged In: YES user_id=9459 Fixed in 3.0 and 3.2 CVS ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=753718&group_id=22866 ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
