Scott Stark
>Chief Technology Officer
>JBoss Group, LLC
>
>- Original Message -
>From: "Michael Stanley" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, July 29, 2002 4:37 PM
>Subject: Re: [JBoss-user] javax.management.QueryExp
AIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 29, 2002 4:37 PM
Subject: Re: [JBoss-user] javax.management.QueryExp Woes
> Ok. It works if I add the following option to the command line ->
>
> -L ../server/all/lib/gnu-regexp.jar
>
> which adds the required
Ok. It works if I add the following option to the command line ->
-L ../server/all/lib/gnu-regexp.jar
which adds the required library as an additional library. This tells me
that there is a bug in the way the Classpath is being loaded. If
gnu-regexp library is required for javax.management
I'm attempting to write an MBean that queryies the MBeanServer for
ObjectNames, based on a QueryExpression. I have the following block of
code in my class ->
*** Code Snipet ***
QueryExp query = Query.and(
Query.match(Query.attr("EJBModule"),
Query.value("*")
),
Query.m