I have been following the tutorial "WO_WOLips_Wonder_Tutorial_Part_1". The tutorial is wonderful and answers a lot of questions I had about setting up a project using wolips. I am running into a few problems with this tutorial
1. For some reason migrations is not creating the table. I can create the table using the generate SQL button however, Migrations does not create the table. (I am using a separate MySQL sever). 2. When Webobjects generates the .java and _ .java it places them into Sources/(default package) rather than com.login.model. How do I set where the generated java files are placed? 3. When I run the program and type in a valid username / password using the fetchRequiredUser function I get a classCastException on _fetchUser in _User. Could this be cause from me creating a com.login.model package and moving the contents of the default package into this folder? *After I refreshed _User.java User.java reappear in the default package and now I have duplicates. Thank You, Halo
_______________________________________________ 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]
