[Mc4j-cvs] mc4j/modules/ems/src/ems-impl/org/mc4j/ems/impl/jmx/connection/bean DMBean.java,1.3,1.4
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2006-04-17 03:07:41
|
Update of /cvsroot/mc4j/mc4j/modules/ems/src/ems-impl/org/mc4j/ems/impl/jmx/connection/bean In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6745/modules/ems/src/ems-impl/org/mc4j/ems/impl/jmx/connection/bean Modified Files: DMBean.java Log Message: Dashboard and component tweaks Index: DMBean.java =================================================================== RCS file: /cvsroot/mc4j/mc4j/modules/ems/src/ems-impl/org/mc4j/ems/impl/jmx/connection/bean/DMBean.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DMBean.java 12 Apr 2006 22:24:48 -0000 1.3 --- DMBean.java 17 Apr 2006 03:07:25 -0000 1.4 *************** *** 272,276 **** // } ! throw new RuntimeException("Unable to load attributes", e); } // } else { --- 272,276 ---- // } ! throw new RuntimeException("Unable to load attributes on bean [" + getBeanName().toString() + "] " + e.getMessage(), e); } // } else { |