Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within OCEEJBD
Search Coderanch
Advance search
Google search
Register / Login
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:
Forum:
EJB Certification (OCEEJBD)
Lookup a topic by java:comp/env/... won't work
Himai Minh
Saloon Keeper
Posts: 2449
13
posted 10 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
On p.310 of Ivan's notes,
private final static String PUBLISH_TOPIC_JNDI_NAME= "java:comp/env/jms/PublishingTopic";
I got a JNDI name not found error.
Then, I change it into and it works :
PUBLISH_TOPIC_JNDI_NAME ="jms/PublishingTopic";
Claude Moore
Bartender
Posts: 1386
39
I like...
posted 10 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I had similar issues with
jdbc
datasources years ago. Which appserver are you working with ?
Himai Minh
Saloon Keeper
Posts: 2449
13
posted 10 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I am working with Glassfish 3.1.2
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Lookup strings question
JNDI mapping in Weblogic
JNDI Lookup problem, WebSphere + Queue Connetion Factory
JNDI lookup problem
static final variables initilization in EJBs
More...