Bugs item #2804823, was opened at 2009-06-11 14:34
Message generated for change (Comment added) made by sjoerd
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2804823&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Mapi
Group: XML
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: francois guerin (fguerin)
>Assigned to: Sjoerd Mullender (sjoerd)
Summary: The Mapi Client Utility

Initial Comment:
Hi,
according to the "The Mapi Client Utility" section in the XQuery documentation, 
to add a local XML document, you can use the command line:
mclient -lx --collection="my-collection" --input="my-document" < 
/tmp/my_document.xml
you should then have (with the command pf:documents() ) that answer below:
<document updatable="false" url="my-document" 
collection="my-collection">my-document</document>
but instead of this, you get:
<document updatable="false" url="my-document my-collection" 
collection="my-document my-collection">my-document my-collection</document>

it seems Mapi concatenes the collection name and the document name in each 
slot...

(FYI, i use the MonetDB May release on a MacBook 32bits - install options: 
--enable-xquery --enable-optimise)

----------------------------------------------------------------------

>Comment By: Sjoerd Mullender (sjoerd)
Date: 2009-06-11 15:20

Message:
Bug has been fixed in the stable branch.
Test added as
pathfinder/tests/BugTracker/Tests/stream-document.SF-2804823.

The problem was a discrepancy between what the client sent as separator
between document name and collection name (a space) and what the server
expected (a comma).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2804823&group_id=56967

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to