Sure, no problem. I'm preparing both the patch and a test case. For the test, I need also to add something to the build file, otherwise nobody will run it.
I hope to finish by today evening (here, gmt+1) Cheers Ale On 12 May 2011 17:30, msacks <[email protected]> wrote: > Hey Thanks, > Would you mind sending over a patch? > > On Thu, May 12, 2011 at 1:53 AM, Alessandro Novarini (JIRA) > <[email protected]> wrote: > > > > [ > https://issues.apache.org/jira/browse/KITTY-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13032321#comment-13032321] > > > > Alessandro Novarini commented on KITTY-12: > > ------------------------------------------ > > > > The fastest way to fix it is to correct the typo > > > > Class org.apache.kitty.client.Client > > Method setDomain > > > > if (it.equals(_domain)) { > > domain = _domain > > mBeanPath = [] <<<<<<<<< should be mBeansPath > > } > > > > > > > >> setdomains returns null object > >> ------------------------------ > >> > >> Key: KITTY-12 > >> URL: https://issues.apache.org/jira/browse/KITTY-12 > >> Project: Kitty > >> Issue Type: Bug > >> Environment: Mac OS X 10.6, Groovy 1.7.6, Java 1.6.0 > >> Reporter: Matthew Sacks > >> Priority: Blocker > >> Labels: unbreaking > >> > >> kitty> domains > >> domains > >> Domains Detected: > >> 0: JMImplementation > >> 1: Users > >> 2: com.sun.management > >> 3: Catalina > >> 4: java.lang > >> 5: java.util.logging > >> kitty> setdomain Catalina > >> setdomain Catalina > >> Setting the domain to Catalina... > >> Cannot invoke method length() on null object > > > > -- > > This message is automatically generated by JIRA. > > For more information on JIRA, see: > http://www.atlassian.com/software/jira > > >
