Re: [Re: [Re: [JBoss-user] How can i view the deployed Beans JNDI name]]

2001-05-26 Thread Dinesh




hi,
Thanx  

Its working fine now..

bye,
dinesh.


Rama Rao [EMAIL PROTECTED] wrote:
Hi,
I am attaching the jar file.
You can try copying it to bin.
bye
rama rao
- Original Message -
From: Dinesh [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, May 25, 2001 3:26 PM
Subject: Re: [Re: [JBoss-user] How can i view the deployed Beans JNDI name]



 hi,

Thanx for responding.

 But i don't see any jar file named jndiView.jar in the bin directory. I
can
 see only BeanCacheMonitorJMS  BeanCacheMonitorJMX.jar  run.jar. I am
using
 jboss server 2.2.1.

 Is there any way to see the jndi tree.

 looking forward for ur reply..

 thanx,
 dinesh.




 Rama Rao [EMAIL PROTECTED] wrote:
 Hi,
 You can go to jboss_home/bin directory and type java -jar jndiView.jar.
 That will display all the beans bound to your JNDI tree.
 bye
 rama rao
 - Original Message -
 From: Dinesh [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, May 25, 2001 2:06 PM
 Subject: [JBoss-user] How can i view the deployed Beans JNDI name


  hi all,
 
 How can i view the JNDI names of the deployed EntityBeans in
Jboss
  server2.2.1.
 
 when i run the client, i am getting an Exception ...
  javax.naming.NameNotFoundException: com.client.EmployeeHome not bound .
  But, no exception in the jboss server.
 
  Is there any way to chech whether my EJB is deployed correctly.
 
  Any idea.
 
 
  thanx,
  dinesh.
 
  
  Get free email and a permanent address at http://www.netaddress.com/?N=1
 
  ___
  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


 
 Get free email and a permanent address at http://www.netaddress.com/?N=1

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

 - 
   Attachment: jndiView.jar 
   MIME Type: application/octet-stream 
 - 


Get free email and a permanent address at http://www.netaddress.com/?N=1

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



Re: [JBoss-user] How can i view the deployed Beans JNDI name

2001-05-26 Thread wjlz

How to do it from a remote application client
instead of inside the server?

Thanks in advance.

jndiView.jar is obsolete. Use the jndiView MBean
instead - point a 
browser at port 8082 on your server, go to the page
for the JNDIView 
MBean and invoke 'list'.



__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

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



Re: [JBoss-user] How can i view the deployed Beans JNDI name

2001-05-25 Thread Rama Rao

Hi,
You can go to jboss_home/bin directory and type java -jar jndiView.jar. 
That will display all the beans bound to your JNDI tree.
bye
rama rao
- Original Message - 
From: Dinesh [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, May 25, 2001 2:06 PM
Subject: [JBoss-user] How can i view the deployed Beans JNDI name


 hi all,
 
How can i view the JNDI names of the deployed EntityBeans in Jboss
 server2.2.1.
 
when i run the client, i am getting an Exception ...
 javax.naming.NameNotFoundException: com.client.EmployeeHome not bound .
 But, no exception in the jboss server.
 
 Is there any way to chech whether my EJB is deployed correctly.
 
 Any idea.
 
 
 thanx,
 dinesh.
 
 
 Get free email and a permanent address at http://www.netaddress.com/?N=1
 
 ___
 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



Re: [Re: [JBoss-user] How can i view the deployed Beans JNDI name]

2001-05-25 Thread Dinesh


hi,

   Thanx for responding. 

But i don't see any jar file named jndiView.jar in the bin directory. I can
see only BeanCacheMonitorJMS  BeanCacheMonitorJMX.jar  run.jar. I am using
jboss server 2.2.1.

Is there any way to see the jndi tree. 

looking forward for ur reply..

thanx,
dinesh.




Rama Rao [EMAIL PROTECTED] wrote:
Hi,
You can go to jboss_home/bin directory and type java -jar jndiView.jar. 
That will display all the beans bound to your JNDI tree.
bye
rama rao
- Original Message - 
From: Dinesh [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, May 25, 2001 2:06 PM
Subject: [JBoss-user] How can i view the deployed Beans JNDI name


 hi all,
 
How can i view the JNDI names of the deployed EntityBeans in Jboss
 server2.2.1.
 
when i run the client, i am getting an Exception ...
 javax.naming.NameNotFoundException: com.client.EmployeeHome not bound .
 But, no exception in the jboss server.
 
 Is there any way to chech whether my EJB is deployed correctly.
 
 Any idea.
 
 
 thanx,
 dinesh.
 
 
 Get free email and a permanent address at http://www.netaddress.com/?N=1
 
 ___
 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



Get free email and a permanent address at http://www.netaddress.com/?N=1

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



Re: [JBoss-user] How can i view the deployed Beans JNDI name

2001-05-25 Thread Wei Jiang

Hi,

Where can I find jndiView.jar?
I downloaded jboss 2.2.1 but could not find it.


Hi,
You can go to jboss_home/bin directory and type java -jar jndiView.jar. 
That will display all the beans bound to your JNDI tree.
bye
rama rao
- Original Message - 
From: Dinesh [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, May 25, 2001 2:06 PM
Subject: [JBoss-user] How can i view the deployed Beans JNDI name



__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

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



Re: [JBoss-user] How can i view the deployed Beans JNDI name

2001-05-25 Thread danch

jndiView.jar is obsolete. Use the jndiView MBean instead - point a 
browser at port 8082 on your server, go to the page for the JNDIView 
MBean and invoke 'list'.

Wei Jiang wrote:

 Hi,
 
 Where can I find jndiView.jar?
 I downloaded jboss 2.2.1 but could not find it.
 
 
 
 Hi,
 You can go to jboss_home/bin directory and type java -jar jndiView.jar. 
 That will display all the beans bound to your JNDI tree.
 bye
 rama rao
 - Original Message - 
 From: Dinesh [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, May 25, 2001 2:06 PM
 Subject: [JBoss-user] How can i view the deployed Beans JNDI name
 
 
 
 
 __
 Do You Yahoo!?
 Yahoo! Auctions - buy the things you want at great prices
 http://auctions.yahoo.com/
 
 ___
 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