On Wed, 05 Sep 2012 04:14:03 -0700, Geert Josten <[email protected]> wrote:
> Hi, > > I am getting an XDMP-INCONSISTENTIMPORT error, but don’t quite > understand why. Can anyone tell what it is trying to say? > > Kind regards, > Geert It happens when a module is imported into the same module (directly or indirectly) multiple ways via different URIs and the static analysis gets confused about it and can't locate an analyzed module it thought it already had. Sometimes it can happen if you have the same module located in different places on the filesystem and one import refers to one and one to another, but usually it is just that there are some moderately complicated relative imports. I'd be interested in seeing a specific case -- just the collection of modules with their import statements and how they are laid out in URI space -- because we'd rather the error not occur. //Mary Mary Holstege Principal Engineer MarkLogic Corporation [email protected] www.marklogic.com This e-mail and any accompanying attachments are confidential. The information is intended solely for the use of the individual to whom it is addressed. Any review, disclosure, copying, distribution, or use of this e-mail communication by others is strictly prohibited. If you are not the intended recipient, please notify us immediately by returning this message to the sender and delete all copies. Thank you for your cooperation. _______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
