Re: Error generating SQL

2008-12-04 Thread Miguel Arroz
Hi! Solved... I moved postgresql JDBC driver to our Jars project and it started working again. I don't know why would it work before in / Library/Java/Extensions, but oh well... moving more and more to self- contained JARs anyway. Yours Miguel Arroz On 2008/12/04, at 15:15, Miguel Arr

Error generating SQL

2008-12-04 Thread Miguel Arroz
Hi! I'm having a problem when generating SQL... I get this exception and nothing is generated: java.lang.NoClassDefFoundError: com/webobjects/jdbcadaptor/JDBCPlugIn at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:675

Re: Error generating SQL in WOLips

2008-11-19 Thread Ramsey Lee Gurley
I should clarify that the process fails after clicking the (Execute SQL) button. The actual generation seems to work okay. If no one else has any reports good or bad about this, I will go ahead and file a bug on JIRA tomorrow. Ramsey On Nov 19, 2008, at 2:12 PM, Ramsey Lee Gurley wrote:

Re: Error generating SQL in WOLips

2008-11-19 Thread Ramsey Lee Gurley
I just verified on my old laptop. -Duplicated Eclipse folder. -Opened duplicated Eclipse.app. -Generate SQL successful with WOLips 5503. -Upgrade to WOLips 5547 -Generate SQL fails on same eomodel, same project. -Close duplicate Eclipse.app, open unmodified 5503 Eclipse.app -Generate SQL on the s

Re: Error generating SQL in WOLips

2008-11-19 Thread Q
Check the build path of the project that model is in. Does it have JavaFoundation in the build path? On 19/11/2008, at 5:06 PM, Ramsey Lee Gurley wrote: I'm using the latest nightly build of WOLips and I'm getting the following error when attempting to generate SQL in Entity Modeler. It a

Error generating SQL in WOLips

2008-11-18 Thread Ramsey Lee Gurley
I'm using the latest nightly build of WOLips and I'm getting the following error when attempting to generate SQL in Entity Modeler. It appears that class was modified recently (5525). Is anyone else having difficulty with SQL generation on WOLips nightly? java.lang.NoClassDefFoundError: c