For some reason I can't set <property> values of an instance of a JMS MessageListener component. The value is always null. Is this a known problem with threads other than Runnable (which has worked for me)?
Here's my metadata.xml file: http://gist.github.com/610313 Here's the code file: http://gist.github.com/610315 The property value is always NULL: 12:52:38,164 | INFO | Thread-6 | PidgeonOut | opsysinc.snap.pidgeon.PidgeonOut 60 | - - | Setting Pidgeon to listen on topic: null 12:52:38,165 | ERROR | Thread-6 | out | ? ? | 110 - pidgeon.out - 0.0.1 | [ERROR] PidgeonOut : [PidgeonOut-0] The callback method starting has thrown an exception : null java.lang.NullPointerException at org.apache.activemq.ActiveMQSession.createTopic(ActiveMQSession.java:1170) at com.opsysinc.snap.pidgeon.PidgeonOut.__run(PidgeonOut.java:62) TIA, Kit --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

