Hi Geert,
I tried using latest XCC jar (7.0-2). The issue got fixed for me. Thanks. On Wed, Feb 5, 2014 at 11:28 AM, Geert J. <[email protected]> wrote: > Jonna, Prasanth, > > > > Did either of you file an issue at support yet? Might be worth doing so. > > > > Kind regards, > > Geert > > > > *Van:* [email protected] [mailto: > [email protected]] *Namens *Jonna Marry > *Verzonden:* woensdag 5 februari 2014 10:22 > *Aan:* MarkLogic Developer Discussion > *Onderwerp:* Re: [MarkLogic Dev General] Marklogic 7 - Numbers appending > while inserting content using XCC > > > > 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 > >
_______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
