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

2001-05-26 Thread Dinesh
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

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'.

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

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

2001-05-25 Thread Dinesh
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

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

2001-05-25 Thread Wei Jiang
] 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

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

2001-05-25 Thread danch
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

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

2001-05-24 Thread Dinesh
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