[opennms-devel] Add OnmsAlarm to Ticket attributes?

2009-05-07 Thread Aaron Paxson
All, I've added a new Ticketer Plugin for ServiceDesk: http://bugzilla.opennms.org/show_bug.cgi?id=3163 But, I would like to add the generating alarm to the Ticket attributes. ServiceDesk (and I'm sure others) can categorize, tag, and assign tickets. Using the Alarm data (and the node data in i

[opennms-devel] webapp problem

2009-05-07 Thread bill ayres
I built the latest trunk a couple of days ago, and again today. It builds OK and starts, I can authenticate, but then I can't load any pages. Here's the error message. Problem accessing /opennms/index.jsp. Reason: org.springframework.beans.factory.BeanCreationException: Error creating bean wit

Re: [opennms-devel] Getting around HTML Encoding?

2009-05-07 Thread Aaron Paxson
Of course, if hibernate is being used for this field, then it should be simple to implement the class. I haven't looked at OpenNMS' persistence yet. --Aaron > > That's exactly my issue.  %descr% is the field I'm using for text. > > The utility class sounds easy enough.  But then, how would you >

Re: [opennms-devel] Getting around HTML Encoding?

2009-05-07 Thread Aaron Paxson
That makes sense. Do a \n for each or or and a \t for each TD. Then strip out any formatting tags like or , etc. That's exactly my issue. %descr% is the field I'm using for text. The utility class sounds easy enough. But then, how would you describe when to use text and when to use html?