Re: Problems with H2 DB

2012-10-25 Thread David Holt
Hi guys, On 2012-10-24, at 5:13 PM, Paul Hoadley wrote: > Hi Ron, > > With the caveat that I've never used ERCoreBusinessLogic.framework... > > On 23/10/2012, at 9:57 PM, Ron X wrote: > >> [2012-10-23 14:16:3 FET] Table "ERCMAIL_MESSAG" not found; >> SQL statement: >> SELECT MAX(ID) FROM ER

Re: Problems with H2 DB

2012-10-25 Thread Ramsey Gurley
You need to generate the mail model. There's no migration for it On Oct 23, 2012, at 4:27 AM, Ron X wrote: > [2012-10-23 14:16:3 FET] Table "ERCMAIL_MESSAG" not found; ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev m

Re: Problems with H2 DB

2012-10-24 Thread Paul Hoadley
Hi Ron, With the caveat that I've never used ERCoreBusinessLogic.framework... On 23/10/2012, at 9:57 PM, Ron X wrote: > [2012-10-23 14:16:3 FET] Table "ERCMAIL_MESSAG" not found; > SQL statement: > SELECT MAX(ID) FROM ERCMAIL_MESSAG [42102-167]at Isn't this the issue? Is that table being se

Problems with H2 DB

2012-10-23 Thread Ron X
hi i wanna create simple app to check sending mails using H2 DB in memory so i changed propeties to these: dbConnectURLGLOBAL=jdbc:h2:mem:Messages dbConnectDriverGLOBAL=org.h2.Driver and add H2PlugIn to the workspace but i got this exceptions: can anybody help me? WARN 30.4 MB used/50.66 MB