You can't use a colon in the path. The path should be relative to the configuration 
directory, as in the other ClassPathExtension entries. The ClassPathExtension MBean 
ObjectName name property is set to the path, and a colon is illegal in a jmx 
ObjectName property.

Jakob Braeuchi wrote:

> when i try to set an absolute logging path, i get the following exception:
>
> javax.management.MalformedObjectNameException: ObjectName: Invalid value ->
> d:/java/jboss/log/
>
> i changed the logging path from ../../log/ to d:/java/jboss/log/
>
> <!-- The log dir needs to be in the classpath to allow location of
> log.properties -->
> <MLET CODE = "org.jboss.util.ClassPathExtension" ARCHIVE="jboss.jar"
> CODEBASE="../../lib/ext/">
>    <ARG TYPE="java.lang.String" VALUE="d:/java/jboss/log/">
> </MLET>
>
> thanks
> jakob
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user

--
Fred Loney
Spirited Software, Inc.
[EMAIL PROTECTED]



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to