That's a bug in the MySQL plugin bundled with WO 5.4. You need to use the plugin from Project Wonder (MySQLPlugIn) by adding it to the build path (right click on project -> Configure Build Path -> Libraries tab -> Add Library -> WebObjects Framework) and moving it in a hight priority (Order & Export tab, move MySQLPlugIn to the top).
> Hi, > > This is my first attempt at using ERAttachment. I followed the screencast > tutorial available in the Wiki and setup my application's properties > according to the recommendations I found in the Wiki, but I ended up with an > application that doesn't start anymore. The error is reported as a SQL error: > > Ago 02 20:09:57 Visiontur[58138] ERROR er.extensions.appserver.ERXApplication > - Visiontur failed to start. > MySQLSyntaxErrorException: You have an error in your SQL syntax; check the > manual that corresponds to your MySQL server version for the right syntax to > use near 'null available VARCHAR(5) NOT NULL' at line 1 > > Using the ERAttachment framework will make my life a lot easier and I would > like very much to solve this problem, specially because I designing the > application to be a DW-only back end application. > > Thanks, > > Angelo > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
