On 11/09/2012, at 11:39 PM, Ângelo Andrade Cirino <[email protected]> wrote:
> Hi Chuck, > > I understand that, but it seemed that the SQL generation code was interacting > heavily with the frameworks in my _specific_ project, not only with WO's > frameworks. What else would make it work in a project and present errors in > other with the same model? SQL generation uses the classpath from your framework project containing the model to find the WO frameworks, the JDBC drivers, etc that it needs. If the framework doesn't contain all the necessary framework dependencies, SQL generation will be unable to find the required classes and will fail. If you have the same model in two different frameworks (which seems rather odd.. by anyway) and SQL generation worked for one and failed for the other then it will be because their classpaths are different. > Angelo > > Em 11/09/2012, às 02:02, Chuck Hill escreveu: > >> The code to generate the SQL is part of WebObjects, not part of the WOLips >> plugin of Eclipse. It needs to be able to load parts of WebObjects to >> generate the SQL. Making it independent would require re-implementing part >> of WebObjects in WOLips. Possibly illegal and certainly a lot of work for >> the benefit. > > > _______________________________________________ > 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/qdolan%40gmail.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: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
