Hi Kashif,

Are you really running JBoss 2.1?  How are you getting this output?

Well here is what is happening... you are somohow using old JNDIView Mbean
that only lists global namespace not java: namespace. That is why you dont see
DefaultDS.

Try using HTMLAdmin tool :
http://www.jboss.org/documentation/HTML/ch09s92.html

Vlada

Kashif Noorani wrote:

> I am trying to get a handle on the DefaultDS which as showin the JBoss log
> is bound to java:/DefaultDS
>
> [DefaultDS] Starting
> [DefaultDS] XA Connection pool DefaultDS bound to java:/DefaultDS
> [DefaultDS] Started
>
> However, I am getting the familiar NamingExceptions for DefaultDS not being
> bound. I found it intriguing that the  jndiView did not list the DefaultDS:
>
> [c:\apps\ejb\jboss\jboss-2.1\bin]jndi
> InitialContext
>   +- RMITopicConnectionFactory
>   +- TopicConnectionFactory
>   +- UILTopicConnectionFactory
>   +- RMIXATopicConnectionFactory
>   +- XATopicConnectionFactory
>   +- jmx:KASHIF:rmi
>   +- RMIQueueConnectionFactory
>   +- QueueConnectionFactory
>   +- UILQueueConnectionFactory
>   +- RMIXAQueueConnectionFactory
>   +- topic
>   |   +- testDurableTopic
>   |   +- example
>   |   +- testTopic
>   |   +- metrics
>   |   +- bob
>   |   +- beancache
>   +- XAQueueConnectionFactory
>   +- queue
>   |   +- D
>   |   +- C
>   |   +- B
>   |   +- A
>   |   +- controlQueue
>   |   +- testQueue
>   |   +- ex
>   |   +- testObjectMessage
>   |   +- E
>   +- UILXATopicConnectionFactory
>   +- UILXAQueueConnectionFactory
>   +- jmx
>
> Anyone know whats going on?
>
> Kashif
>
> _______________________________________________
> 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