• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

OC4J and SonicMQ

 
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are trying to integrate SonicMQ into our project instead of the OC4J JMS stuff. When we used Queues, everything appeared to work except that some messages weren't making their way back to Sonic. We couldn't trace what the problem was. So we switched to Topics. But we seem to be having problems getting the deployment descriptors to work right. We keep getting:
java.lang.NullPointerException
04/08/21 01:22:10 at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:1091)
04/08/21 01:22:10 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
04/08/21 01:22:10 at java.lang.Thread.run(Thread.java:534)

This isn't very descriptive, so after trying lots of things, I thought I'd post here and see if anyone has ever run into this.
 
reply
    Bookmark Topic Watch Topic
  • New Topic