Re: [opennms-devel] Getting Node Label/SysName in a StorageStrategy

2013-07-17 Thread Alejandro Galue
Hello, On Jul 17, 2013, at 10:56 AM, Anthony Johnson wrote: > Any suggestions? Everytime you work with a DAO on a code not managed by Spring (like retrieving a reference to a DAO through BeanUtils), you must deal with transactions yourself. Take a look at this: http://static.springsource.org/

[opennms-devel] Getting Node Label/SysName in a StorageStrategy

2013-07-17 Thread Anthony Johnson
Hey Devs, I'm doing some prototyping around some backend enhancements and I not sure how to resolve the resourceParent(which is a NodeId) to a NodeLabel/SysName within my StorageStrategy. I understand why you guys use nodeid, but I really need a human readable representation. I figured the ea