Comment not allowed in MLet descriptor
Brought to you by:
simonebordet,
tibu
MLet parser go into infinite loop when MLet descriptor contents comment.
Following sample are not a valid MLet descriptor for MX4J
<MLET
NAME=":mbean=calculette"
CODE="com.capgemini.mbean.Calculette"
<!-- The codebase is relative to the place where the JVM is started -->
<!-- For this example, start the JVM from the dist directory, -->
<!-- or adjust the codebase value -->
CODEBASE="file:/c:/mlet"
ARCHIVE="calculette.jar">
</MLET>
Regards