Re: [MarkLogic Dev General] More easter eggs: HMAC SHA and AWS

2011-05-09 Thread Sam Neth
I stand corrected. I've just been reminded that some new crypto builtins are coming in 5.0, including xdmp:hmac-sha1. Sam Neth Lead Engineer MarkLogic Corporation On May 8, 2011, at 9:42 AM, Sam Neth wrote: AWS computes signatures based on the encoded data, which I believe to be the result

Re: [MarkLogic Dev General] More easter eggs: HMAC SHA and AWS

2011-05-08 Thread Sam Neth
. Add your voice to the RFE process if you crave this functionality. Sam Neth Lead Engineer MarkLogic Corporation On May 8, 2011, at 8:56 AM, Geert Josten wrote: Hi, Browsing through the MarkLogic built-in Modules in search for some modules I knew must be there, my eye was caught by the EC2

Re: [MarkLogic Dev General] query profiling discrepancy

2011-04-15 Thread Sam Neth
Happy to hear that. Thanks for following up, and good luck! Sam Neth Lead Engineer MarkLogic Corporation On Apr 15, 2011, at 8:05 AM, Mike Sokolov wrote: Sam - thanks for the input; I think you can ignore this. There was something funky in our Java layer which has now apparently vanished

Re: [MarkLogic Dev General] query profiling discrepancy

2011-04-14 Thread Sam Neth
. Just a few thoughts. Can you provide some more information and/or source code to clarify how you're running the test? What OS/JDK versions are you running? Are client and server on the same machine? Sam Neth Lead Engineer MarkLogic Corporation On Apr 14, 2011, at 12:52 PM, Mike Sokolov wrote

Re: [MarkLogic Dev General] Handling request parameter in both xcc and http connection

2011-03-18 Thread Sam Neth
information. Sam Neth Lead Engineer MarkLogic Corporation On Mar 18, 2011, at 12:08 AM, ambika arumugam wrote: Hi all, I have a xquery file which has xdmp:get-request-field to get one of its parameters when it is accessed via the HTTP server, the same xquery file is access by a xdbc server

Re: [MarkLogic Dev General] Question about xdmp:url-encode

2010-12-09 Thread Sam Neth
with or in place of the encoded version. You could decode the data in your XPath instead, but that might get expensive. Sam Neth Lead Engineer MarkLogic Corporation On Dec 9, 2010, at 9:24 PM, Michael Blakeley wrote: Darin, have you considered setting a case-insensitive collation? That should work

Re: [MarkLogic Dev General] Web service user authentication withMarklogic

2010-12-06 Thread Sam Neth
authentication; sending and storing passwords in plaintext is not a good practice; it's better to integrate with existing HTTP authentication methods, or implement a digest-based authentication protocol of some kind. Sam Neth Lead Engineer MarkLogic Corporation On Dec 6, 2010, at 9:59 AM

Re: [MarkLogic Dev General] Web service user authentication withMarklogic

2010-12-05 Thread Sam Neth
XCC/Java supports SSL. XCC.nethttp://XCC.net currently does not. I'm not at all sure that's relevant though, as the question seems to be more about authentication. Dj, can you explain the components involved here in a little more detail? Sam Neth Lead Engineer MarkLogic Corporation On Dec

Re: [MarkLogic Dev General] Autoloader problem

2010-11-17 Thread Sam Neth
reporting issue, which if endemic to XCC generally should be fixed. Sam Neth Lead Engineer MarkLogic Corporation On Nov 17, 2010, at 9:25 AM, David Scott Gurney wrote: In attempting to use the autoloader the following exception occurs: com.marklogic.xcc.exceptions.ContentInsertException: Cannot

Re: [MarkLogic Dev General] Autoloader problem

2010-11-17 Thread Sam Neth
, which behaves more like XCC did before digest auth was added. It might be worth trying that to see if it fixes the problem, though I don't recommend using basic auth for production use if you have a choice. I'm going to log a bug based on my guess as to what's happening. Sam Neth Lead Engineer

Re: [MarkLogic Dev General] .Net Framework 4 problems

2010-11-05 Thread Sam Neth
If by latest Xcc .Net libraries you don't mean 4.2-1, then try that. Previous versions are, as you describe, incompatible with .net 4.0. Sam Neth Lead Engineer MarkLogic Corporation On Nov 5, 2010, at 6:39 AM, Dominic Beesley wrote: Hello all, I've written a couple of Console

Re: [MarkLogic Dev General] Maybe this has already been covered, but can Xfer-Encoding chunked http requests be handled in ML Server

2010-09-23 Thread Sam Neth
No, you haven't missed anything. This is a compliance issue. The DAV server does chunking, but the HTTP server does not. If opening a support request about this, reference bug #11834. Sam Neth Lead Engineer MarkLogic Corporation On Sep 23, 2010, at 2:09 AM, Florent Georges wrote: Sam Neth

[MarkLogic Dev General] XCC Maven Repository

2010-09-15 Thread Sam Neth
declaration: dependency groupIdcom.marklogic/groupId artifactIdmarklogic-xcc/artifactId version4.1.7/version /dependency Please let us know if you have questions or comments. Sam Neth Lead Engineer MarkLogic Corporation

Re: [MarkLogic Dev General] HTTP vs XCC

2010-09-10 Thread Sam Neth
Note however that SSL is currently supported only by XCC/J not XCC.nethttp://XCC.net. Sam Neth Lead Engineer MarkLogic Corporation On Sep 10, 2010, at 8:34 AM, Lee, David wrote: Ah ! Thats good to know, I didnt realize it could do SSL. -Original Message- From: general-boun

Re: [MarkLogic Dev General] Eclipse Errors

2010-08-26 Thread Sam Neth
that might happen. Sam Neth Lead Engineer MarkLogic Corporation On Aug 26, 2010, at 12:33 PM, Neil wrote: Hi, I am trying out the Eclipse plugin for MarkjLogic. The one problem I am getting is that errors are being reported for each of the library modules in my project. Specifically

Re: [MarkLogic Dev General] Encryption in MarkLogic

2010-08-03 Thread Sam Neth
not quite the same thing. Sam Neth Lead Engineer MarkLogic Corporation On Aug 3, 2010, at 5:31 PM, Stephen Buxton wrote: Hi Karl, We have had some discussions around supporting other kinds of encryption. What would you like to see? Is SHA-1/SHA-2 what you're looking for? - Steve B

Re: [MarkLogic Dev General] Question about function signatures and type checking

2010-05-21 Thread Sam Neth
Function mapping. Here's a recent thread about this topic: http://markmail.org/thread/n2eyj2t56fmor7to On May 21, 2010, at 3:06 AM, Steve Mallen wrote: Hi folks, Does anyone know how Mark Logic deals with function signature type checking when calling functions? I ask because I recently went

Re: [MarkLogic Dev General] Re: The type initializerfor'gnu.java.util.regex.RE' threw an exception

2010-04-28 Thread Sam Neth
libmlxcc is probably not going to be the solution; you are correct it is old, and it was not complete when it was new. The source for XCC is not publicly available, so building from source won't be an option either. Most of XCC.nethttp://XCC.net is constructed with ikvmc from the Java

Re: [MarkLogic Dev General] digest vs digestbasic

2010-03-25 Thread Sam Neth
This is almost but not precisely accurate. Prior to 4.1-2, the XDBC server could understand only basic authentication, so XCC clients prior to 4.1-2 pre-emptively sent basic authentication. Newer clients will make a request first, and respond appropriately to a challenge from the server for

Re: [MarkLogic Dev General] ServerConnectionException - consistantly after about 20, 000 files

2010-03-13 Thread Sam Neth
Could you post a stack trace? What version of XCC are you using? What specifically are you referring to when you talk about opening connections? On Mar 13, 2010, at 2:33 PM, Lee, David wrote: If I use XCC to iteratively insert a large set of documents I consistently get this error

Re: [MarkLogic Dev General] Bug in XCC - lone attributes reportingas elements.

2010-03-01 Thread Sam Neth
fine). So just knowing the XDM type would be sufficient for me. Thanks for noting this issue. -David Lee From: general-boun...@developer.marklogic.commailto:general-boun...@developer.marklogic.com [mailto:general-boun...@developer.marklogic.com] On Behalf Of Sam Neth Sent: Monday, March 01

Re: [MarkLogic Dev General] time limits

2009-12-24 Thread Sam Neth
I know this post is getting pretty stale at this point, but I'm reading through old messages and thought I'd try to respond, given that you have asked this question more than once and never received an answer. Client request timeout indicates how long the server will keep a new connection open