Re: [JBoss-user] javax.management.QueryExp Woes

2002-07-30 Thread Adrian Brock
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

Re: [JBoss-user] javax.management.QueryExp Woes

2002-07-29 Thread Scott M Stark
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

Re: [JBoss-user] javax.management.QueryExp Woes

2002-07-29 Thread Michael Stanley
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

[JBoss-user] javax.management.QueryExp Woes

2002-07-29 Thread Michael Stanley
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