Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After nuxeo 5.7.1 upgrade, created document model can't be found in NXQL #135

Open
mdutoo opened this issue Jul 23, 2013 · 0 comments
Open

Comments

@mdutoo
Copy link
Member

mdutoo commented Jul 23, 2013

Once having upgraded to Nuxeo 5.7.1 on 20130708, DocumentServiceTest.testModelCreation() got broken in the process, which had been until now perfectly working.

It first calls a business method that does a createDocument() and a save() (maybe some more stuff like listeners setting properties or moving it), then tries to find it using an NXQL query on a business id property, which fails.

WORKAROUND However, doing an NXQL query on its ecm:uuid technical id succeeds in returning it, and subsequent queries done on said business id then do work. And as far as I can tell, there's no hidden exception been thrown in between.

This smells some caching problem (in VCS ??)...

UPDATE 20130718 works again without workaround and with no further upgrade (??)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant