Re: Problems creating a framework with model inside

2006-06-22 Thread Miguel Arroz
Hi! On 2006/06/22, at 18:21, Miguel Arroz wrote: Hi! On 2006/06/22, at 17:35, Chuck Hill wrote: Not related to your problem, but it is a best practice to set the connection dictionary in code when having models in reusable frameworks. Here is one way to do this (straight from Google): htt

Re: Problems creating a framework with model inside

2006-06-22 Thread Miguel Arroz
Hi! I'm using Eclipse, so it's not that problem. Yours Miguel Arroz On 2006/06/22, at 20:13, Art Isbell wrote: On Jun 22, 2006, at 4:28 AM, Miguel Arroz wrote: Obviously, I have included the PostgresqlPlugin framework, both in the framework and in the app. Double-check that the

Re: Problems creating a framework with model inside

2006-06-22 Thread Art Isbell
On Jun 22, 2006, at 4:28 AM, Miguel Arroz wrote: Obviously, I have included the PostgresqlPlugin framework, both in the framework and in the app. Double-check that the PostgresqlPlugin framework is in the Application Server target in the app project. Aloha, Art _

Re: Problems creating a framework with model inside

2006-06-22 Thread Miguel Arroz
Hi! On 2006/06/22, at 17:35, Chuck Hill wrote: Not related to your problem, but it is a best practice to set the connection dictionary in code when having models in reusable frameworks. Here is one way to do this (straight from Google): http://wocode.com/cgi-bin/WebObjects/WOCode.woa/1/wa/Sh

Re: Problems creating a framework with model inside

2006-06-22 Thread Chuck Hill
Hi Miguel, On Jun 22, 2006, at 7:28 AM, Miguel Arroz wrote: I created a framework that contains a model file. I built and installed it, and now I'm creating an app that should use it. The model file has de adaptar stuff well defined, because I can generate SQL and run it to create th