-
Bug
-
Resolution: Fixed
-
P4
-
1.4.2
-
b51
-
sparc
-
solaris_8
******************************************************************************
###@###.### 2004-04-16
sjsas 8.1 build tested: j2eesdk-1_4-beta-bin-b07-solaris-sparc-14_apr_2004.bin
Description: There is an extra "part" word in the following exception message,
which made it hard to understand.
javax.management.MalformedObjectNameException: Invalid character '*' in key part part of property
The above exception was caught with the following code.
..
ObjectName name = null;
...
try {
name = new ObjectName("*:j2eeType=Servlet, *");
} catch (Exception e) {
System.out.println(e);
}
******************************************************************************
###@###.### 2004-04-16
sjsas 8.1 build tested: j2eesdk-1_4-beta-bin-b07-solaris-sparc-14_apr_2004.bin
Description: There is an extra "part" word in the following exception message,
which made it hard to understand.
javax.management.MalformedObjectNameException: Invalid character '*' in key part part of property
The above exception was caught with the following code.
..
ObjectName name = null;
...
try {
name = new ObjectName("*:j2eeType=Servlet, *");
} catch (Exception e) {
System.out.println(e);
}
******************************************************************************