Re: [opennms-devel] [opennms-discuss] Trying to create my own NotificationStrategy

2011-02-08 Thread Benjamin Reed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2/8/11 3:37 PM, DJ Spiess wrote: > > Could you post your pom for this? I’m at a loss trying to figure > out what needs to be included for the dependencies? > I don't really have a pre-made pom file; you will at the very least need opennms-dao as a

Re: [opennms-devel] [opennms-discuss] Trying to create my own NotificationStrategy

2011-02-08 Thread DJ Spiess
Thanks, that helped. I’m able to compile something now. J One last question, where would I put the jar? Do I just add it to the /lib directory of OpenNMS? Thanks again! From: Benjamin Reed [mailto:ran...@opennms.org] Sent: Tuesday, February 08, 2011 1:40 PM To: dspi...@neoninc.org C

Re: [opennms-devel] [opennms-discuss] Trying to create my own NotificationStrategy

2011-02-08 Thread Benjamin Reed
On 2/8/11 6:23 PM, DJ Spiess wrote: > > One last question, where would I put the jar? Do I just add it to the > /lib directory of OpenNMS? > yup, should be all you need; as long as it has that component-dao.xml file, it should get found by spring at initialization.