Do you have the project two or more times in the workspace, for example a copy coming from a SVN trunk and another copy from a branch? I had a similar problem (with a Java class) yesterday and it was because I have the same project in the same workspace. Once I closed one of the two projects, problem went away.
> Hi, All > > In two different java projects in the past week I've made a change to an > eomodel and in both cases the changes are not being recognized when running > the program. In one case I changed my production database to test and it > continues to use the production db. yikes! In my second project I've added > a new column to a table in a database and when running the program the model > can't find the new column in the model by giving me the error: > > java.lang.IllegalStateException: sqlStringForKeyValueQualifier: attempt to > generate SQL for com.webobjects.eocontrol.EOKeyValueQualifier (email > caseinsensitivelike '[email protected]') failed because attribute > identified by key 'email' was not reachable from from entity > 'PrincipalInvestigator'--Error in reading study detail > > This is a real head scratcher. (I've cleaned the project. no luck there) > > Any ideas what else I can do to solve this? I haven't upgraded to mountain > lion or updated any software in regards to eclipse or WOLips for quite a > while. Obviously, something has changed but nothing that I'm aware of. > > Calven > > > > _______________________________________________ > 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/probert%40macti.ca > > 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]
