Re: [DOCS] Tyrex-Tomcat HOWTO

2002-07-02 Thread David Haraburda
> > > > Could we add this into the JNDI Datasources HOWTO that I > > wrote the other > > week (I dont think this has been committed yet BTW) > > > > If someone can commit my HOWTO, I'll merge the two together > > and submit a > > patch this af

Re: [PATCH] Tyrex 1.0 w/ Tomcat

2002-06-22 Thread David Haraburda
Remy Maucherat wrote: > > For the transaction stuff to work properly, don't you need a valve also > to bind/unbind the Tyrex context ? Hmm, not sure exactly what you mean here (sorry :-). I think you are referring to the fact that the transaction is bound to the current thread, and what if the

[PATCH] Tyrex 1.0 w/ Tomcat

2002-06-21 Thread David Haraburda
* Object factory for Tyrex User transactions. + * * Tyrex is an open-source transaction manager, developed by Assaf Arkin and * exolab.org. See the http://tyrex.exolab.org/";>Tyrex homepage * for more details about Tyrex and downloads. * + * @author David Haraburda * @author Remy M

Re: What's up with Tyrex?

2002-06-15 Thread David Haraburda
Remy Maucherat wrote: > The Tyrex code currently uses 0.9.7. Migrating to 1.0 should happen > soon, but may be slightly tricky. Yep, looks like that is true. > > > If you have ideas/patches, feel free to send them to the list. Well, regarding the TyrexDataSourceFactory class, it looks like it

What's up with Tyrex?

2002-06-14 Thread David Haraburda
Hello, The build instructions, and the build.properties.sample file are both setup for Tyrex 1.0 (I'm building from CVS), but Tomcat won't compile (specifically, the two Tyrex class in org.apache.naming.factory), because the tyrex.jdbc package is apparently gone from 1.0. It looks like the Tyrex

Re: Job postings ?

2002-06-04 Thread David Haraburda
As a (mostly) "lurker" and occasional patch submitter on the Tomcat-dev list, and especially as someone who is in between contract/consulting jobs right now, I think most wouldn't mind these occasional kind of posts -- something that shows up in my inbox will get my attention right away -- most ar

Re: JNDI/Webapp ClassLoader Bug (ContextBindings.java), patch (?)attached

2002-05-30 Thread David Haraburda
Hi Remy, Thanks for responding and thanks for adding the patch to 4.1. I do have a question for you though: Looking at the J2EE spec, I can't find anything that says applications shouldn't create ClassLoaders, although you do say it is "implied". I am just wondering, where do you find this imp

JNDI/Webapp ClassLoader Bug (ContextBindings.java), patch (?)attached

2002-05-28 Thread David Haraburda
not sure if it is appropriate to leave it or change it. This patch is against CVS revision 1.4 of the file, which I got from the source distribution of Tomcat 4.0.4 beta 3. Hope this helps others with the same problem. Thanks, David Haraburda --- ContextBindings.javaFri May 10 21:30:30

Re: [DOC] Re: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/class es

2001-07-20 Thread David Haraburda
I don't think unsetting your CLASSPATH is necessary, especially since other applications may rely on it. I would guess that most problems occur when: 1) You add things you have in your WEB-INF/classes to your CLASSPATH (thus causing them to be loaded by the system class loader, not the Tomcat we

Re: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/classes

2001-07-20 Thread David Haraburda
#x27;t for AdaptiveClassLoader) I'm glad to know that fixed it. David Will England wrote: > On Fri, 20 Jul 2001, David Haraburda wrote: > > > Have you tried using the Jdk12Interceptor? That fixed class loading > > problems for me. In your se

Re: [3.2] JSP Compiling Classpath issues -- finding WEB-INF/classes

2001-07-20 Thread David Haraburda
asspath. If the web applications > WEB-INF/classes directory was in the system classpath, it compiles. If it > is not in the system classpath, the JSP's do not compile. > > So, why does Jasper not know about the web-application classpath? > > Will -- David Haraburda - [EMAIL PROTECTED] Everest - Helping You Manage Outsourcing 972-980-0013 x736

Re: PATCH - AdaptiveClassLoader.java (oops!)

2001-07-19 Thread David Haraburda
Oops. Accidentally attached the file with output from multiple runs of diff: Here is the correct (smaller) patch, with my apologies... David -- David Haraburda - [EMAIL PROTECTED] Everest - Helping You Manage Outsourcing 972-980-0013 x736 --- AdaptiveClassLoader.java.orig Sat Mar 3 21

PATCH - AdaptiveClassLoader.java

2001-07-19 Thread David Haraburda
file. If this cannot be committed I would appreciate knowing the reason why, and also would like any suggestions on what to do with a jndi.properties file in my WEB-INF/classes directory. Thanks, David -- David Haraburda - [EMAIL PROTECTED] Everest - Helping You Manage Outsourcing 972-980

Re: AdaptiveClassLoader, getResources, jndi.properties (Tomcat bug?)

2001-07-19 Thread David Haraburda
ment your own InitialContextFactoryBuilder. Check the Sun > messages boards. I ran into the same problem last month. > > - r > > > -Original Message- > > From: David Haraburda [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, July 19, 2001 10:51 AM > > To: [EM

AdaptiveClassLoader, getResources, jndi.properties (Tomcat bug?)

2001-07-19 Thread David Haraburda
Hi, I got no response to this message on the tomcat-user list, so I am trying here. I could find nothing in the archives except the message I refer to below -- I apologize if this issue has been addressed and I just couldn't find the info... I am having problems with jndi.properties being read