Right click on the project folder in the WO Explorer tab in eclipse.  Choose 
"Build Path > Configure Build Path..." and in the Libraries tab, check to see 
if you have the MySQLPlugin listed.  

If not, click the "Add Library" button, choose "WebObjects Frameworks" and in 
the Add Library window, check off the MySQLPlugin framework.  I don't think the 
order matters, just as long as it is in the build path... but I could be wrong 
about that.

Ramsey


On Sep 16, 2011, at 3:56 PM, James Cicenia wrote:

> How would I find out? I started this project with the latest Wonder?
> 
> On Sep 16, 2011, at 4:30 PM, Ramsey Gurley wrote:
> 
>> Are you using Wonder's MySQL plugin? It fixes a bug that causes migrations 
>> to fail with Apple's version of the MySQL plugin.
>> 
>> Ramsey
>> 
>> On Sep 16, 2011, at 2:10 PM, James Cicenia wrote:
>> 
>>> Ok -
>>> 
>>> I went back to the beginning with a complete migration.
>>> 
>>> I get the following error:
>>> 
>>> 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 filesystemPath VARCHAR(255)' at line 1
>>> 
>>> I assume this is coming after:
>>> 
>>>             ERXMigrationTable erFileAttachmentTable = 
>>> database.existingTableNamed("ERAttachment");
>>>             erFileAttachmentTable.newStringColumn("filesystemPath", 255, 
>>> true);
>>> 
>>> Why is it failing?
>>> 
>>> Thanks
>>> James
>>> _______________________________________________
>>> 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/rgurley%40smarthealth.com
>>> 
>>> 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:
> http://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com
> 
> 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:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to