- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Chandra - I appreciate your help. The BlazeDS samples worked without any problems for me, but for some reason their LCDS equivalents aren't working. Basically what I've done is download and extract lcds, then:
1. Start the sampledb in the lcds/sampledb directory
2. Start Tomcat
3. Deploy the 3 war files included in the LCDS distro
4. Navigate to http://localhost:8082/lcds-samples/testdrive.htm and attempt to run the "startfeed.jsp" in the data push example. This results in an immediate NullPointerException on line 56 of Feed.java because msgBroker is null:
msgBroker.routeMessageToService(msg, null);
I looked in the server logs and didn't see anything that gave me any clues. There are a bunch of Hibernate exceptions that are being thrown when I deploy the wars, but I didn't think that would have anything to do with it...
I appreciate any help you can give
Views
Replies
Total Likes