Re: [basex-talk] bug? lock. is there some guild on how to do concurrent update in rexq service?

2013-12-18 Thread easy
Thanks. I will try, but the database can't access, open will report error: optimize Improper use? Potential bug? Your feedback is welcome: Contact: basex-talk@mailman.uni-konstanz.de Version: BaseX 7.7.2 Java: Sun Microsystems Inc., 1.6.0_24 OS: Linux, amd64 Stack Trace: java.lang.RuntimeEx

Re: [basex-talk] Issues inserting nodes with @xml:lang

2013-12-18 Thread France Baril
Does look similar, thanks! On Wed, Dec 18, 2013 at 11:42 AM, Andy Bunce wrote: > Hi France, > It looks like it might be the same as an issue I found [1]. Fixed for me > by the 7.8 beta. > > Regards > /Andy > > [1] https://github.com/BaseXdb/basex/issues/780#issuecomment-27771795 > > > On Wed, D

Re: [basex-talk] bug? lock. is there some guild on how to do concurrent update in rexq service?

2013-12-18 Thread Christian Grün
Hi Easy, I guess the problem has been fixed in the 7.8 snapshot. Could you please give it a try and report back? Best, Christian Am 18.12.2013 20:04 schrieb "easy" : > Hi,all, > I have a web service as fellow : > > declare > %output:method("xml") > %output:omit-xml-declaration("no") > %ou

Re: [basex-talk] bug? lock. is there some guild on how to do concurrent update in rexq service?

2013-12-18 Thread easy
Hi,all, I have a web service as fellow : declare %output:method("xml") %output:omit-xml-declaration("no") %output:media-type("application/xml") %updating %rest:path("/add_ehr_doc") %rest:POST("{$body}") %rest:header-param("pid","{$pid}") %rest:header-param("doc_id","{$doc_id}")

Re: [basex-talk] Issues inserting nodes with @xml:lang

2013-12-18 Thread Andy Bunce
Hi France, It looks like it might be the same as an issue I found [1]. Fixed for me by the 7.8 beta. Regards /Andy [1] https://github.com/BaseXdb/basex/issues/780#issuecomment-27771795 On Wed, Dec 18, 2013 at 4:22 PM, France Baril wrote: > Hi, > > I am trying to figure out how to allow the use

[basex-talk] Issues inserting nodes with @xml:lang

2013-12-18 Thread France Baril
Hi, I am trying to figure out how to allow the use of @xml:lang in an .xqm. I've been using it before without the need to add any declaration, but in this case I am getting an error: Unexpected error: Improper use? Potential bug? Your feedback is welcome: Contact: basex-talk@mailman.uni-konstanz.

Re: [basex-talk] bug? lock. is there some guild on how to do concurrent update in rexq service?

2013-12-18 Thread Jens Erat
This should never happen. Can you reproduce the issue and give us further details on the queries involved? Regards, Jens -- Jens Erat tel:+49-151-56961126 xmpp:jab...@jenserat.de (preferred messenger) http://www.jenserat.de/conctact (PGP keys, more ways to contact me) -- Sent from my ph

[basex-talk] bug? lock. is there some guild on how to do concurrent update in rexq service?

2013-12-18 Thread easy
hi,all, This is the errror message: Improper use? Potential bug? Your feedback is welcome: Contact: basex-talk@mailman.uni-konstanz.de Version: BaseX 7.7.2 Java: Sun Microsystems Inc., 1.6.0_24 OS: Linux, amd64 Stack Trace: java.lang.IllegalMonitorStateException: Thread already holds one or mor