> Is your initial context set up to point to the right naming server?
>

yes, i think so, because the "TopicConnectionFactory" is found, only the
topic itself not.
only the second call of the both
> >             topicConnectionFactory =
> > (TopicConnectionFactory)jndiContext.lookup("TopicConnectionFactory");
> >             topic = (Topic) jndiContext.lookup("testTopic");
fails.

thanx,
balazs



> > -----Original Message-----
> > From: Balazs Lichtl [SMTP:[EMAIL PROTECTED]]
> > Sent: Thursday, May 10, 2001 4:39 PM
> > To: [EMAIL PROTECTED]
> > Subject: [JBoss-user] JMS Topic question
> >
> > Hi everybody,
> >
> > i have the problem, that my external java client does not find any JMS
> > Topics of the running jboss:
> > by the second fo following calls:
> >
> >             topicConnectionFactory =
> > (TopicConnectionFactory)jndiContext.lookup("TopicConnectionFactory");
> >             topic = (Topic) jndiContext.lookup("testTopic");
> >
> > the exception was thrown:
> >
> > "JNDI lookup failed: javax.naming.NameNotFoundException: testTopic not
> > bound"
> >
> > do anyone have an idea how to solve this problem?
> >
> > both of jboss and client runs with java1.3.
> >
> > thanx,
> > balazs lichtl
> >
> >
> >
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > http://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
> Disclaimer
>
> This communication together with any attachments transmitted with it
('this E-mail') is intended only for the use of the addressee and may
contain information which is privileged and confidential. If the reader of
this E-mail is not the intended recipient or the employee or agent
responsible for delivering it to the intended recipient you are notified
that any use of this E-mail is prohibited. Addressees should check this
E-mail for viruses. The Carphone Warehouse Group PLC makes no
representations as regards the absence of viruses in this E-mail. If you
have received this E-mail in error please notify our IT Systems Team
immediately by telephone on + 44 (0)20 8896 5828 or via E-mail at
[EMAIL PROTECTED] Please then immediately destroy this E-mail and any
copies of it.
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to