Re: AW: AW: Geronimo CMP update statements

2006-01-28 Thread Matt Hogstrom
Aaron Mulder wrote: We've used CMP a fair amount before at work, and IMO there's no reason it can't be made to perform well for most cases (you know, not necessarily for dynamic queries or updating 1000s of rows at once). But I have to say, the SQL generation in Geronimo is something I've neve

Re: Geronimo Eclipse Plugin doesn't start web app

2006-01-28 Thread Sachin Patel
I'm sorry, I'm unable to reproduce.  Do you have any more information you can provide? - sachin On Jan 28, 2006, at 3:48 PM, Edson Carlos Ericksson Richter wrote:Hi!I'm using Eclipse 3.11 with latest WTP and Eclipse Plugin (WTP M200601251151 and geronimo/eclipse/unstable/20060127-1410).Whenever I r

Geronimo under JRockit 5

2006-01-28 Thread Edson Carlos Ericksson Richter
Geronimo is running fine in my development machine with JRockit 5.0 (JDK 1.5.0_04 compatible). Is amazing how stable is - or appear to be ;-) - memory manager of JRockit... Best regards, Richter

Geronimo Eclipse Plugin doesn't start web app

2006-01-28 Thread Edson Carlos Ericksson Richter
Hi! I'm using Eclipse 3.11 with latest WTP and Eclipse Plugin (WTP M200601251151 and geronimo/eclipse/unstable/20060127-1410). Whenever I right click web apps and ask "Run As" and select Geronimo, I got Geronimo running, the WAR is deployed, I get message "Could not find a client that is able

Re: Eclipse Plugin trouble

2006-01-28 Thread Edson Carlos Ericksson Richter
Solved with WTP M200601251151 and geronimo/eclipse/unstable/20060127-1410 BUT I needed to delete manually old plugins and features (0.5.0), and re-start Eclipse with eclipse -clean. Richter Edson Carlos Ericksson Richter escreveu: > Environment: > > Software: > Win2K, JDK 1.5.0_06, Eclipse 3.

Re: Online Book Update

2006-01-28 Thread Edson Carlos Ericksson Richter
I don't know if now I understand better JMS and Geronimo itself, but appear to me the JMS chapter are too much clear by now... Good job done, guys... I'm anxious to get printed one at my hands (I love new book smell). Richter Aaron Mulder escreveu: Oops, and let me just add, http://chariots

Re: AW: AW: Geronimo CMP update statements

2006-01-28 Thread Aaron Mulder
On 1/28/06, Daniel John Debrunner <[EMAIL PROTECTED]> wrote: > Why would anyone select the first option, less than optimal single update? I assume if statement caching was particularly effective for their database or application. Either at the JDBC level (reusing the same PreparedStatement) or at

Re: AW: AW: Geronimo CMP update statements

2006-01-28 Thread Daniel John Debrunner
Aaron Mulder wrote: > We've used CMP a fair amount before at work, and IMO there's no reason > it can't be made to perform well for most cases (you know, not > necessarily for dynamic queries or updating 1000s of rows at once). > But I have to say, the SQL generation in Geronimo is something I've

Re: Geronimo and Tivoli Access Manager (TAM)

2006-01-28 Thread David Jencks
Thanks for the info.  This helps give me some direction in what I was already planning to do :-)Right now we are tied to the geronimo JACC implementation in roughly two places:- the security builder is hard coded to recognize our particular schema for principal - role mapping- the gbean that sets u

Re: AW: AW: Geronimo CMP update statements

2006-01-28 Thread Aaron Mulder
We've used CMP a fair amount before at work, and IMO there's no reason it can't be made to perform well for most cases (you know, not necessarily for dynamic queries or updating 1000s of rows at once). But I have to say, the SQL generation in Geronimo is something I've never seen before, and it's

Re: AW: AW: Geronimo CMP update statements

2006-01-28 Thread Matt Hogstrom
Michael, IMO the current SQL generation is not consistent with what I've seen in other AppServers. I don't have any specific data yet but I know for at least DB2 the DB2 developers I've talked to have not seen this particular pattern. As a consequence, I expect Oracle would probably have the