Hi,

I too noticed that a numeric is getting append to the xqy modules loaded
using xcc connectivity. Can You please suggest how resovle this.

Since when we try to invoke those xqueries an exception is getting thrown
like " ;(semicolon) is missing"

This issue we noticed in Marklogic 7. Especially in Corbing script where we
copy the selector and processor xquery to modules DB.

Regards,
Jonna

On Fri, Jan 24, 2014 at 5:30 AM, Prasanth N V R <[email protected]>wrote:

> Hi,
>
> I installed Marklogic 7 and trying to insert an xquery file using XCC
> connectivity.
> "session.insertContent(content);"
> But while inserting, my original content got appended with numbers at
> starting and ending.
>
> Xquery file:
> let $name := "Marklogic7"
> return $name
>
> After inserting:
> 039
> let $name := "Marklogic7"
> return $name10
>
> The numbers 039 and 10 are additionally appended.
> (I guess 039 is the xquery file size - fn:string-length())
>
> Due to this, when i try to invoke my xquery file, it throws error.
>
> In Marklogic 5 the content is loaded as such. No problem in that.
>
> Thanks in advance.
>
> _______________________________________________
> General mailing list
> [email protected]
> http://developer.marklogic.com/mailman/listinfo/general
>
>
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to