[flexcoders] Re: Connection Pooling, Proxool, and Oracle

2005-09-09 Thread stealth1399
Just in case anyone wants to do this in the future. Proxool is complatibable with FLEX. The error was releated to a cast in the java code. Flex was not reporting the errors (set debug options). --- In flexcoders@yahoogroups.com, "stealth1399" <[EMAIL PROTECTED]> wrote: > Does anyone know of any

Re: [flexcoders] Re: Connection Pooling, Proxool, and Oracle

2005-09-08 Thread Douglas Knudsen
nothing will implement this with Flex. Its up to the backend, eh? Me the total noob here...I'm working on my first Flex app now with a Java back end. I'm using a collection pool class that I basically rolled on my own. You could use which ever one you want, eh? Jakarta commons seems to have on

[flexcoders] Re: Connection Pooling, Proxool, and Oracle

2005-09-08 Thread stealth1399
Does anyone know of any open source projects similar to proxool that will implment connection pooling with flex? --- In flexcoders@yahoogroups.com, "stealth1399" <[EMAIL PROTECTED]> wrote: > Hello, > > The application that I'm working on is filling up the connections to > our Oracle database. We