[opennms-devel] mib2opennms patches

2008-08-07 Thread Riccardo Magliocchetti
hi, there are a couple of mib2opennms patches in bugzilla that fix at least one same issue: 2501 and 2523. They have been filed by Alex Bennee and myself. Both patches were already posted to this list some months ago. As i have written in bug 2523 i've added my fixes to a git tree here: git cl

[opennms-devel] Matching against NULL nodesysoid in categories.xml

2008-08-07 Thread Alex Bennee
I want to create a category for things that don't have a sysobjid associated with them. However the following creates a bad exception on startup: Caused by: java.lang.reflect.UndeclaredThrowableException at org.opennms.netmgt.dao.support.JdbcFilterDao.getIPList(JdbcFilterDao.java:290)

Re: [opennms-devel] Matching against NULL nodesysoid in categories.xml

2008-08-07 Thread Paul Donohue
Which version? 1.5.94 and earlier had a known problem with this 1.6 in SVN has an updated filter parser that should work (I think) On Thu, Aug 07, 2008 at 01:04:59PM +0100, Alex Bennee wrote: > I want to create a category for things that don't have a sysobjid > associated with them. However the fo