Re: ERXEC Exception

2009-04-11 Thread Joe Moreno
Chuck, Ken, Guido, & Sharvan, Thanks for the advice - I'll check to make sure that EOs aren't being passed between threads (which may very well be happening). Thanks, Joe On Apr 9, 2009, at 19:35:07, Ken Anderson wrote: I never pass EOs between threads - always GlobalIDs... saves LOTS o

EOGeneration and inner types

2009-04-11 Thread Ricardo J. Parada
Hi All, I need some help in modifying my _WonderEntity.java to fix the accessor method for a property that uses an inner type. But I'm not familiar with the velocity templates. My EO class Client uses a Status enumerated type defined inside the Client class. In other words, Status is an

Re: ERXMigrationDatabase and postUpgrade

2009-04-11 Thread Sanford Selznick
At 7:50 AM -0700 4/11/09, Mike Schrag wrote: one is that your model will change over time and the constant you refer to in migration0 might not exist in a month, so it would stop compiling. I _want_ the compiler error. I'd much rather get a compiler error than a runtime error. No you don't

Re: ERXMigrationDatabase and postUpgrade

2009-04-11 Thread Mike Schrag
one is that your model will change over time and the constant you refer to in migration0 might not exist in a month, so it would stop compiling. I _want_ the compiler error. I'd much rather get a compiler error than a runtime error. No you don't :) Well, not for this at least ... the poi

Re: ERXMigrationDatabase and postUpgrade

2009-04-11 Thread Ramsey Lee Gurley
On Apr 11, 2009, at 1:18 AM, Sanford Selznick wrote: At 2:22 PM -0700 4/10/09, Mike Schrag wrote: PS - Wouldn't it be cool if the migration generator in Entity Modeler would use the string constants from the model for table and column names instead of in-line strings? :-) it can't for two