RE: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Swami Iyer
I am using the jboss/tomcat combination and here it is. -Original Message- From: Patrick Buchinger [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 12:05 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] bug in the latest few versions of jBoss 2.1 > I just tried the tom

Re: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Patrick Buchinger
> Okay, the problem is in the context class loader. There is documentation on > Jboss 3rd party which describes the changes required in the server.xml. But > at the same time you have to not keep this following line in your > server.xml. > className="org.jboss.tomcat.ContextClassLoaderInterceptor

Re: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Dan Christopherson
Here's the message in the archives. http://www.geocrawler.com/lists/3/SourceForge/10767/125/5433593/ On Thu, 29 Mar 2001, Patrick Buchinger wrote: > hi dan! > > > A While back Ken Jenks posted a message on some changes you may need to > > make to application.xml to allow the servlet to see the

Re: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Dan Christopherson
On Thu, 29 Mar 2001, Patrick Buchinger wrote: > Swami Iyer wrote: > > > Hi, > > I downloaded the Mar 26th zip file (JBOSS/TOMCAT) from JBOSS site and > > deployed our .ear file and it worked. > > > > I have no explanation as to why the .ear file you have work in earlier > > version and not the

Re: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Patrick Buchinger
or the jBoss/tomcat bundle? many thanks, patrick > > > -Original Message- > From: Dan Christopherson [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 29, 2001 11:19 AM > To: '[EMAIL PROTECTED]' > Subject: RE: [JBoss-user] bug in the latest few ve

RE: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Swami Iyer
the tomcatbundle is the configuration and not the binaries. Thanks, Swami -Original Message- From: Patrick Buchinger [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 11:16 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] bug in the latest few versions of jBoss 2.1 Swami Iyer

RE: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Swami Iyer
EMAIL PROTECTED]' Subject: RE: [JBoss-user] bug in the latest few versions of jBoss 2.1 A While back Ken Jenks posted a message on some changes you may need to make to application.xml to allow the servlet to see the EJB classes. Have you seen this and tried it? It seemed to work for the person he w

Re: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Patrick Buchinger
hi dan! > A While back Ken Jenks posted a message on some changes you may need to > make to application.xml to allow the servlet to see the EJB classes. Have > you seen this and tried it? It seemed to work for the person he was > helping at the time. > i couldn't remember that i've seen this mes

Re: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Patrick Buchinger
Swami Iyer wrote: > Hi, > I downloaded the Mar 26th zip file (JBOSS/TOMCAT) from JBOSS site and > deployed our .ear file and it worked. > > I have no explanation as to why the .ear file you have work in earlier > version and not the new one. Can you check the Context class loaders in > server.xm

RE: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Dan Christopherson
A While back Ken Jenks posted a message on some changes you may need to make to application.xml to allow the servlet to see the EJB classes. Have you seen this and tried it? It seemed to work for the person he was helping at the time. On Thu, 29 Mar 2001, Swami Iyer wrote: > Hi, > I downloaded t

RE: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Swami Iyer
Hi, I downloaded the Mar 26th zip file (JBOSS/TOMCAT) from JBOSS site and deployed our .ear file and it worked. I have no explanation as to why the .ear file you have work in earlier version and not the new one. Can you check the Context class loaders in server.xml in tomcat. THanks, Swami ---

RE: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Iny, Yair
yes, I see it too, it seems the servlet cannot find the "classes" files pertaining to the EJB home interface. BTW it is not only for stateless but also for stateful. I am using the built version from the web site, downloaded on March 27 Yair Iny -Original Message- From: Patrick Buching