Cannot create PoolableConnectionFactory

2009-03-22 Thread Mel McGuire
Hi, I've been away from my app for 3 months with only 4-5 tests in the interim (lots of tests while I was working on it though). Now, I have a "Connot create PoolableConnectionFactory" problem. What I've done is at the end of the email. Some new places to look at would be helpful. Setup: ---

Re: Tomcat Data sources and connection pools

2009-03-22 Thread Mighty Tornado
So do I understand this correctly? Tomcat will read the context.xml file in the META-INF directory and get the data source from there? I also added a resource ref in my web.xml because that's what various tutorials suggest. After that is done, how do I obtain a connection? and one more question,

RE: not valid Tomcat installation

2009-03-22 Thread Martin Gainty
you'll need to install the sysdeo tomcat plugin available from http://www.eclipsetotale.com/tomcatPlugin.html (step by step instructions available at the site) Bon Chance/Viel Gluck Martin __ Verzicht und Vertraulichkeitanmerkung / Disclaimer and con

RE: Tomcat Data sources and connection pools

2009-03-22 Thread Caldarale, Charles R
> From: Mighty Tornado [mailto:mighty.torn...@gmail.com] > Subject: Tomcat Data sources and connection pools > > 1. I used WebLogic previously and there you had to configure > connection pools and then create data sources and link them > to connection pools. You can manage the pool yourself, b

Tomcat Data sources and connection pools

2009-03-22 Thread Mighty Tornado
Hi, A couple of questions regarding Tomcat 6 Data Sources. 1. I used WebLogic previously and there you had to configure connection pools and then create data sources and link them to connection pools. Is the process the same in Tomcat? 2. From what I understand I need to create the data source d

RE: [OT] of very off topic marketing question

2009-03-22 Thread Peter Crowther
> From: André Warnier [mailto:a...@ice-sa.com] > Peter Crowther wrote: > > I'm also particularly amused by the topmost set of bars in > figure 2, given how proud the perl-ites are of their RE > library and performance ;-). > > > You didn't expect for a minute that this would remain > unanswered, di

Re: job announcement - Software Architect

2009-03-22 Thread André Warnier
To the OP : I know of only two people in the world who meet all the criteria you expressed in your advertisement (*). Unfortunately, they were working for a US Fortune 500 financial company which has since been bailed out. Consequently, they got their boni and are now happily retired in Florid

Re: job announcement - Software Architect

2009-03-22 Thread Hassan Schroeder
> followed the link to Wikipedia (automatically assumed this is what he meant) > http://en.wikipedia.org/wiki/Test-driven_development :: which includes in the initial description the line: "Note that test-driven development is a software design method, not merely a method of testing." TDD/BD

RE: job announcement - Software Architect

2009-03-22 Thread Martin Gainty
i googled 'TDD' followed the link to Wikipedia (automatically assumed this is what he meant) http://en.wikipedia.org/wiki/Test-driven_development *thanks for the clarification* Martin __ Disclaimer and confidentiality note This message is confidential

Re: job announcement - Software Architect

2009-03-22 Thread Leon Rosenberg
On Sun, Mar 22, 2009 at 11:18 AM, Gregor Schneider wrote: > Martin, > > On Sat, Mar 21, 2009 at 9:50 PM, Martin Gainty wrote: >> >> test driven means if I create a component as a developer I need to install a >> JUnit testcase that will test the requisite function >> > > Actually there's a bit m

RE: job announcement - Software Architect

2009-03-22 Thread Martin Gainty
MG>questions/comments __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist u

Re: Slightly OT: Who is attending the Tomcat courses on Monday & Tuesday

2009-03-22 Thread André Warnier
Arriving some time Tuesday afternoon, staying until Saturday at the convention hotel. André - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: APR does not understand this error code: proxy: read response failed

2009-03-22 Thread Jakob Ericsson
No hints at to fix this problem? On Thu, Mar 19, 2009 at 1:00 PM, Jakob Ericsson wrote: > Hi, > > We are experiencing issues with AJP-communication between the httpd > and Tomcat 6. This is communication between httpd and tomcat on > localhost. > > Most of the requests work great in our performan

Re: Slightly OT: Who is attending the Tomcat courses on Monday & Tuesday

2009-03-22 Thread Gregor Schneider
Pieter, I'll be there starting on Tuesday Hackaton (actually will be arriving sometime on Monday) and stay until Friday. Btw., I found this site quite helpful: http://aceu2009.crowdvine.com/ Rgds Gregor -- just because your paranoid, doesn't mean they're not after you... gpgp-fp: 79A84FA52680

Re: job announcement - Software Architect

2009-03-22 Thread Gregor Schneider
Martin, On Sat, Mar 21, 2009 at 9:50 PM, Martin Gainty wrote: > > test driven means if I create a component as a developer I need to install a > JUnit testcase that will test the requisite function > Actually there's a bit more behind it. Usually, you start to design an application starting wit