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 Arroz wrote:

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)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java: 124)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
        at java.net.FactoryURLClassLoader.loadClass(URLClassLoader.java:579)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:164)
at com .webobjects .foundation._NSUtilities._classWithPartialName(_NSUtilities.java:307) at com .webobjects.foundation._NSUtilities.classWithName(_NSUtilities.java: 291) at com.webobjects.foundation.NSBundle.initPrincipalClass(NSBundle.java: 1671) at com .webobjects.foundation.NSBundle.InitPrincipalClasses(NSBundle.java: 436)
        at com.webobjects.foundation.NSBundle.<clinit>(NSBundle.java:2112)
at com .webobjects .eoaccess.EOAdaptor.infoDictionaryForAdaptorNamed(EOAdaptor.java:238) at com .webobjects .eoaccess.EOAdaptor.classNameForAdaptorNamed(EOAdaptor.java:254) at com .webobjects.eoaccess.EOAdaptor.classForAdaptorNamed(EOAdaptor.java: 271) at com.webobjects.eoaccess.EOAdaptor.adaptorWithName(EOAdaptor.java: 295) at com.webobjects.eoaccess.EOAdaptor.adaptorWithModel(EOAdaptor.java:325) at com.webobjects.eoaccess.EOModel.createPrototypeCache(EOModel.java:610) at com.webobjects.eoaccess.EOModel.prototypeAttributeNamed(EOModel.java: 652)
        at com.webobjects.eoaccess.EOAttribute.<init>(EOAttribute.java:923)
        at com.webobjects.eoaccess.EOEntity.attributes(EOEntity.java:675)
at org .objectstyle .wolips .eomodeler .core .sql .EOFSQLGenerator .fixAllowsNullOnSingleTableInheritance(EOFSQLGenerator.java:272) at org .objectstyle .wolips .eomodeler.core.sql.EOFSQLGenerator.<init>(EOFSQLGenerator.java:205) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun .reflect .NativeConstructorAccessorImpl .newInstance(NativeConstructorAccessorImpl.java:39) at sun .reflect .DelegatingConstructorAccessorImpl .newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at org .objectstyle .wolips .eomodeler .core .sql.EOFSQLGeneratorFactory.sqlGenerator(EOFSQLGeneratorFactory.java: 36) at org .objectstyle .wolips .eomodeler .actions.GenerateSQLDialog.generateSql(GenerateSQLDialog.java:296) at org.objectstyle.wolips.eomodeler.actions.GenerateSQLDialog $1.run(GenerateSQLDialog.java:278)
        at java.lang.Thread.run(Thread.java:613)

As usual, "this was working before". Yesterday I had to install an old version of Wonder to debug an old version of a project, today I went back to the new Wonder but I'm getting this. Any ideas of what could be wrong?

 Yours

Miguel Arroz


...........................
http://www.survs.com

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/arroz%40guiamac.com

This email sent to [EMAIL PROTECTED]

Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to