Re: [Resin-interest] Quercus fetch_field

2008-03-20 Thread jarmstrong
Scott, I found the issue finally the metadata is not being returned for DESCRIBE queries. So the part I haven't determined yet. Is metadata handled or ignored for differnt SQL Statement types in Quercus? The ORM mapping within CakePHP relies heavily on the metadata being returned from describe

Re: [Resin-interest] Cookie Domain

2008-03-20 Thread Andrew Fritz
So, to combine the to suggestions, is it possible to configure resin to send 2 cookies via the cookie-domain tag in the web.xml file? The conditional makes since at this point. Scott Ferguson wrote: On Mar 19, 2008, at 3:37 PM, Andrew Fritz wrote: I need to set the

Re: [Resin-interest] Quercus Phorum DB Errors, Closing dangling connections

2008-03-20 Thread Scott Ferguson
On Mar 19, 2008, at 7:07 PM, Matt Johnston wrote: I am trying to use quercus to run phorum. I put my phorum installation into my war and tried to run it. When I try to run any pages, I get an error: Closing dangling connections. All connections must have a close() in a finally block.

Re: [Resin-interest] Watchdog Manager

2008-03-20 Thread Scott Ferguson
On Mar 19, 2008, at 1:36 PM, Mktg. Incorporate Fast wrote: Hello, 1.) When using the watchdog manager in an ISP environment, what does the resin-conf/resin/conf/resin.conf/resin-conf, file need to contain? This is the configuration for the user's Resin instance. It will have the

Re: [Resin-interest] Cookie Domain

2008-03-20 Thread Andrew Fritz
Oh, I think you misunderstood. In the production case I want to issue 2 cookies, one for domain.com and one for www.domain.com. I know this isn't technically required, but I'm curious if it is possible (without codding every entry point into the system to do it manually). Andrew Scott

Re: [Resin-interest] Cookie Domain

2008-03-20 Thread Scott Ferguson
On Mar 20, 2008, at 4:33 AM, Andrew Fritz wrote: Oh, I think you misunderstood. In the production case I want to issue 2 cookies, one for domain.com and one for www.domain.com. I know this isn't technically required, but I'm curious if it is possible (without codding every entry point

[Resin-interest] Resin snapshot (2008-03-20)

2008-03-20 Thread Scott Ferguson
(week 3 of 8) The snapshot is primarily bug fixes. There's been steady work on JSF, Quercus, and Amber/JPA fixes. The next few weeks will be continued work on JSF, Quercus, Amber, and EJB, basically improving our tests and cleaning up the implementation. The only new feature is

[Resin-interest] Multiple JVMs, Multiple Watchdogs, and Security Manager

2008-03-20 Thread Mktg. Incorporate Fast
Hi, I am trying to start multiple JVMs and Multiple Watchdogs, and Multiple Security Managers. When I look at /java/bin/jps I see that multiple Watchdogs(6600,6601) have started and Multiple JVM's have started. The first instance does not use security manager, and the second one is

Re: [Resin-interest] Quercus Phorum DB Errors, Closing dangling connections

2008-03-20 Thread Scott Ferguson
I need the other stack trace, the UserPoolItem was allocated at ... -- Scott On Mar 20, 2008, at 3:36 PM, Matt Johnston wrote: Here is the full stack track. [17:34:37.747] {http--8080-1} Closing dangling connections. All connections must have a close() in a finally block. [17:34:37.762]

Re: [Resin-interest] Quercus Phorum DB Errors, Closing dangling connections

2008-03-20 Thread Matt Johnston
Here you go. [18:49:26.628] {http--8080-1} Closing dangling connections. All connections must have a close() in a finally block. [18:49:26.630] {http--8080-1} java.lang.IllegalStateException: unclosed connection: UserPoolItem[jdbc/LattaPhorumDS,3] was allocated at [18:49:26.630]

Re: [Resin-interest] Quercus Phorum DB Errors, Closing dangling connections

2008-03-20 Thread Scott Ferguson
On Mar 20, 2008, at 4:49 PM, Matt Johnston wrote: Here you go. Perfect, thanks. The fix will be in the next snapshot. -- Scott [18:49:26.628] {http--8080-1} Closing dangling connections. All connections must have a close() in a finally block. [18:49:26.630] {http--8080-1}