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 >
