Re: Problem with sequences
Re: Problem with sequences
- Subject: Re: Problem with sequences
- From: Johnny Miller <email@hidden>
- Date: Wed, 14 Aug 2013 16:42:17 -1000
Hi Paul,
Yes. I'm building the application with frameworks embedded. And adding the PostgreSQL plugin onto the application's path has resolved it. So that was just an error on my part.
Thanks for your help!
Johnny
On Aug 14, 2013, at 4:33 PM, Paul Hoadley < email@hidden> wrote: Hi Johnny, On 15/08/2013, at 10:14 AM, Johnny Miller < email@hidden> wrote: Please see my last email about not having the PostgreSQL plugin in the application itself. I have different EOModels in individual frameworks and then the application includes those frameworks. The frameworks have the PostgreSQL plugin but the actual application itself didn't include the PostgreSQL plugin. When I included it it worked as expected (at least locally).
I'm uploading my application now to test. Does that make any sense to you?
Obviously the PostgresqlPlugIn is, itself, just a framework. I suspect what you're running into here is that framework inclusion is not transitive. That is, having PostgresqlPlugIn.framework on the build path of some framework F does not make the plug-in available to application A just because F is on A's build path. If A needs or is expecting the plug-in, it needs to be on A's build path. Are you building A with frameworks embedded? Does PostgresqlPlugIn.framework even make it into A's bundle?
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden