define "not working" define "blew up" are you crossing ec's you fetch the Phase in the session default ec .. when you fetch using this qualifier, are you also using the default ec? you can't mix them.
On Dec 9, 2009, at 9:55 AM, Gustavo Pizano wrote: > Hello all. > > I have realized that this qualifier its not working properly.. I thought it > was > > qual = > Wg.TO_TRANSLATION_SETS.dot(WgxTs.TRANSLATION_SET.dot(TranslationSet.TO_USER_KEY)).eq(user).and(Wg.TO_TRANSLATION_SETS.dot(WgxTs.TRANSLATION_SET.dot(TranslationSet.TO_PHASE_KEY)).isNot(Phase.fetchRequiredPhase(session().defaultEditingContext(),Phase.PHASE_NAME.eq(Application.GRAMMAR_CORRECTED_COMPLETED)))); > > I want to get all the TranslationSet from Wg that are assigned to the User > (user) and that their Phase (TranslationSet.toPhase) its not > Grammar_Corrected... > > I tried modifying it, but then the app just blew up. :S. > > Any help will be very appreciated. > > > > > _______________________________________________ > 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/mschrag%40mdimension.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: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
