I have a Postgres (EOGenericRecord) based project. When I try to do a normal SELECT from the database it throws this exception:
com.webobjects.jdbcadaptor.JDBCAdaptorException: Unable to find type information for external type 'INTEGER' in attribute 'attribute' of entity 'Entity'. Check spelling and capitalization. In my model, there is an "int4" prototype wich I believe works fine as an Integer. I've tried to use this software form http://hexdreams.com/ * PostgresqlPlugIn_1.2.gtar.gz * PostgresqlPlugInBundle_1.2.gtar.gz According to the documentation: " Obtain the following items from http://www.hexdreams.com/ placing their built products as suggested (but do check each item for bug fixes or notes)... * PostgresqlPlugIn.framework --> /Library/Frameworks * PostgresqlPlugInBundle.EOMPlugin --> /Developer/EOMBundles " When I download those files, they come as two .pbproj projects. I'm guessing I need to convert those to .framework and to a .EOMPlugin, but I don't know how :( Could you please help me with some advice on how should I solve this problem? Thank you. On a side note, I have another project that connects to Postgres with the only difference that it uses ERXGenericRecord. It works like a charm. -- Fabián Montealegre _______________________________________________ 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]
