Re: [JBoss-user] Re embedded tomcat jboss-2.1

2001-04-08 Thread danch
faisal wrote: > Hi Swami > I checked the jndiView -It is only available in Jboss2.0 Look in the manual - under the Howtos at the end there's one on external JNDI configuration and JNDI viewing. The last bit there is how to configure the JNDIView MBean which replaced the JNDIView client. > No

Re: [JBoss-user] Re embedded tomcat jboss-2.1

2001-04-07 Thread faisal
- Original Message - From: "Swami Iyer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 2:51 PM Subject: RE: [JBoss-user] Re embedded tomcat jboss-2.1 > Hey Faisal, > Try doing the JNDI list with the given jndiView.jar and see whe

RE: [JBoss-user] Re embedded tomcat jboss-2.1

2001-04-06 Thread Swami Iyer
. --Swami > -Original Message- > From: faisal [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 06, 2001 5:24 AM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] Re embedded tomcat jboss-2.1 > > > This what happened: > My session,mcp and bmp beans are deploye

[JBoss-user] Re embedded tomcat jboss-2.1

2001-04-06 Thread faisal
This what happened: My session,mcp and bmp beans are deployed as I can see in Jboss-2.1 console.When I try to call my bean home using a servlet or a jsp - beanHome home =(beanHome)new InitialContext().lookup("my bean JNDI name") I don't receive any answer . I tried most of the suggested configurat