Title: RE: [JBoss-user] JNDI name bindings are not working properly on deployment
OK.fine that means if I am to make available my bean classes to my JSPs in embedded Tomcat, I have to make another jar file without DDs and put then in the classpath..right?
ok..lemme try that
 
vahees
-----Original Message-----
From: Marko Strukelj <[EMAIL PROTECTED]>
To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]>
Date: Thursday, May 31, 2001 6:21 PM
Subject: RE: [JBoss-user] JNDI name bindings are not working properly on deployment

You are talking about the OLD bean jndi. If you mean you've deployed a jar and all the jndi bindings were correct, then you changed something and restarted, but the changes don't seem to have effect...

Take a look in lib/ext - if you put the same jar there (for your mbean maybe because it needs client interfaces) - make sure that jar only has interfaces - no deployment descriptor and no bean implementation classes.

Actually you should check your whole classpath for that and not only lib\ext.



> -----Original Message-----
> From: Scott M Stark [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 31, 2001 1:41 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] JNDI name bindings are not working
> properly on deployment
>
>
> Show your ejb-jar.xml and jboss.xml deployment descriptors.
> ----- Original Message -----
> From: "Selvarajah Vahees" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, May 31, 2001 1:27 AM
> Subject: [JBoss-user] JNDI name bindings are not working
> properly on deployment
>
>
> >
> >
> > Hello folks,
> >
> > I have a few EJBs and I am trying to deploy it on a
> JBoss2.2 with embedded
> > tomcat3.2.1.
> > My deployment goes fine. But my JNDI name bindings are not
> getting place. It
> > always puts one of my OLD  bean JNDI on the Namespace. And
> also all my beans
> > are getting that beans Namespace,which I feel that each
> individual beans
> > should get their own. As a result only that OLD JNDI name under the
> > "+--invokers" list.
> >
> > Basically JNDI name bindings are not working properly on
> deployment. So I am
> > getting a
> > NameNotfound Exception -------MyEJB    (Not Bound)
> >
> > I tried the following....
> > 1..removing tmp/deploy dir itself
> > 2.restarting the Mbean service for JNDI
> > 3.restarting and deployments serveral time of the Server
> > and last restarting the machine even. :-)
> >
> > Any idea what is really wrong?
> >
> > Thanks in advance
> >
> > R
> > Vahees
> >
> >
> >
> >
> >
> > _______________________________________________
> > 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