You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(22) |
Nov
(85) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
(47) |
Feb
(127) |
Mar
(268) |
Apr
(78) |
May
(47) |
Jun
(38) |
Jul
(131) |
Aug
(221) |
Sep
(187) |
Oct
(54) |
Nov
(111) |
Dec
(84) |
2011 |
Jan
(152) |
Feb
(106) |
Mar
(94) |
Apr
(90) |
May
(53) |
Jun
(20) |
Jul
(24) |
Aug
(37) |
Sep
(32) |
Oct
(70) |
Nov
(22) |
Dec
(15) |
2012 |
Jan
(33) |
Feb
(110) |
Mar
(24) |
Apr
(1) |
May
(11) |
Jun
(8) |
Jul
(12) |
Aug
(37) |
Sep
(39) |
Oct
(81) |
Nov
(38) |
Dec
(50) |
2013 |
Jan
(23) |
Feb
(53) |
Mar
(23) |
Apr
(5) |
May
(19) |
Jun
(16) |
Jul
(16) |
Aug
(9) |
Sep
(21) |
Oct
(1) |
Nov
(2) |
Dec
(8) |
2014 |
Jan
(16) |
Feb
(6) |
Mar
(27) |
Apr
(1) |
May
(10) |
Jun
(1) |
Jul
(4) |
Aug
(10) |
Sep
(19) |
Oct
(22) |
Nov
(4) |
Dec
(6) |
2015 |
Jan
(3) |
Feb
(6) |
Mar
(9) |
Apr
|
May
(11) |
Jun
(23) |
Jul
(14) |
Aug
(10) |
Sep
(10) |
Oct
(9) |
Nov
(18) |
Dec
(4) |
2016 |
Jan
(5) |
Feb
(5) |
Mar
|
Apr
(2) |
May
(15) |
Jun
(2) |
Jul
(8) |
Aug
(2) |
Sep
(6) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
(2) |
Feb
(12) |
Mar
(22) |
Apr
(6) |
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(5) |
Oct
(2) |
Nov
|
Dec
|
2018 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
(3) |
Aug
|
Sep
(7) |
Oct
(19) |
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Dannes W. <da...@ex...> - 2017-04-08 19:56:49
|
Please continue the discussion on the exist-open mailing list, as this mailinglist is intended to be used for developers that work on eXist-db itself. We should NOT provide user support on this list, NOR mail should be crossposted. thnx D. -- eXist-db Native XML Database http://www.exist-db.org > On 8 Apr 2017, at 21:21 , Dmitriy Shabanov <sha...@gm...> wrote: > > I need to see it to help. |
From: Dmitriy S. <sha...@gm...> - 2017-04-08 19:22:05
|
I need to see it to help. On Sat, Apr 8, 2017, 20:36 Masoud Vakili <ma...@gm...> wrote: > according to security documentation, completely. > > On Sat, Apr 8, 2017 at 6:38 PM, Dmitriy Shabanov <sha...@gm...> > wrote: > > What is your configuration? > > On Sat, Apr 8, 2017, 16:51 Masoud Vakili <ma...@gm...> wrote: > > Hi all: > I configured my exist-db (clone 3.1.1 and java-ver is 1.8) and try to use > google oauth in eXide app, but this error issued: > https://sampleURL/oauth/eXide/ > HTTP ERROR 500 > > Problem accessing /oauth/eXide. Reason: > > Server Error > > Caused by: > > org.scribe.exceptions.OAuthException: Service no found by name 'eXide'. > at org.exist.security.realm.oauth.OAuthRealm.getServiceBulderByPath(OAuthRealm.java:150) > at org.exist.security.realm.oauth.OAuthServlet.process(OAuthServlet.java:81) > at org.exist.security.realm.oauth.OAuthServlet.doGet(OAuthServlet.java:61) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) > at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:845) > at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:583) > at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) > at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:524) > at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226) > at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1174) > at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511) > at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) > at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1106) > at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) > at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213) > at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119) > at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:459) > at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) > at org.eclipse.jetty.server.Server.handle(Server.java:524) > at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:319) > at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:253) > at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273) > at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95) > at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:186) > at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273) > at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95) > at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) > at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303) > at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) > at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) > at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) > at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) > at java.lang.Thread.run(Thread.java:745) > > ------------------------------ > Powered by Jetty:// 9.3.9.v20160517 <http://eclipse.org/jetty> > ------------------------------ > > what is the problem? > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development > > > |
From: Masoud V. <ma...@gm...> - 2017-04-08 17:36:58
|
according to security documentation, completely. On Sat, Apr 8, 2017 at 6:38 PM, Dmitriy Shabanov <sha...@gm...> wrote: > What is your configuration? > > On Sat, Apr 8, 2017, 16:51 Masoud Vakili <ma...@gm...> wrote: > >> Hi all: >> I configured my exist-db (clone 3.1.1 and java-ver is 1.8) and try to use >> google oauth in eXide app, but this error issued: >> https://sampleURL/oauth/eXide/ >> HTTP ERROR 500 >> >> Problem accessing /oauth/eXide. Reason: >> >> Server Error >> >> Caused by: >> >> org.scribe.exceptions.OAuthException: Service no found by name 'eXide'. >> at org.exist.security.realm.oauth.OAuthRealm.getServiceBulderByPath(OAuthRealm.java:150) >> at org.exist.security.realm.oauth.OAuthServlet.process(OAuthServlet.java:81) >> at org.exist.security.realm.oauth.OAuthServlet.doGet(OAuthServlet.java:61) >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) >> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) >> at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:845) >> at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:583) >> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) >> at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:524) >> at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226) >> at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1174) >> at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511) >> at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) >> at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1106) >> at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) >> at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213) >> at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119) >> at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:459) >> at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) >> at org.eclipse.jetty.server.Server.handle(Server.java:524) >> at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:319) >> at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:253) >> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273) >> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95) >> at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:186) >> at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273) >> at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95) >> at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) >> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303) >> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) >> at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) >> at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) >> at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) >> at java.lang.Thread.run(Thread.java:745) >> >> ------------------------------ >> Powered by Jetty:// 9.3.9.v20160517 <http://eclipse.org/jetty> >> ------------------------------ >> >> what is the problem? >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot______ >> _________________________________________ >> Exist-development mailing list >> Exi...@li... >> https://lists.sourceforge.net/lists/listinfo/exist-development >> > |
From: Dmitriy S. <sha...@gm...> - 2017-04-08 14:09:27
|
What is your configuration? On Sat, Apr 8, 2017, 16:51 Masoud Vakili <ma...@gm...> wrote: > Hi all: > I configured my exist-db (clone 3.1.1 and java-ver is 1.8) and try to use > google oauth in eXide app, but this error issued: > https://sampleURL/oauth/eXide/ > HTTP ERROR 500 > > Problem accessing /oauth/eXide. Reason: > > Server Error > > Caused by: > > org.scribe.exceptions.OAuthException: Service no found by name 'eXide'. > at org.exist.security.realm.oauth.OAuthRealm.getServiceBulderByPath(OAuthRealm.java:150) > at org.exist.security.realm.oauth.OAuthServlet.process(OAuthServlet.java:81) > at org.exist.security.realm.oauth.OAuthServlet.doGet(OAuthServlet.java:61) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) > at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:845) > at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:583) > at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) > at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:524) > at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226) > at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1174) > at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511) > at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) > at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1106) > at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) > at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213) > at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119) > at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:459) > at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) > at org.eclipse.jetty.server.Server.handle(Server.java:524) > at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:319) > at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:253) > at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273) > at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95) > at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:186) > at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273) > at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95) > at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) > at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303) > at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) > at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) > at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) > at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) > at java.lang.Thread.run(Thread.java:745) > > ------------------------------ > Powered by Jetty:// 9.3.9.v20160517 <http://eclipse.org/jetty> > ------------------------------ > > what is the problem? > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development > |
From: Masoud V. <ma...@gm...> - 2017-04-08 13:51:11
|
Hi all: I configured my exist-db (clone 3.1.1 and java-ver is 1.8) and try to use google oauth in eXide app, but this error issued: https://sampleURL/oauth/eXide/ HTTP ERROR 500 Problem accessing /oauth/eXide. Reason: Server Error Caused by: org.scribe.exceptions.OAuthException: Service no found by name 'eXide'. at org.exist.security.realm.oauth.OAuthRealm.getServiceBulderByPath(OAuthRealm.java:150) at org.exist.security.realm.oauth.OAuthServlet.process(OAuthServlet.java:81) at org.exist.security.realm.oauth.OAuthServlet.doGet(OAuthServlet.java:61) at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:845) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:583) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:524) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1174) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1106) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119) at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:459) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) at org.eclipse.jetty.server.Server.handle(Server.java:524) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:319) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:253) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:186) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95) at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303) at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) at java.lang.Thread.run(Thread.java:745) ------------------------------ Powered by Jetty:// 9.3.9.v20160517 <http://eclipse.org/jetty> ------------------------------ what is the problem? |
From: Dannes W. <da...@ex...> - 2017-03-22 21:41:37
|
please could you switch over to exist-open? the intention of this list is a bit different (and less ppl read it) cheers Dannes eXist-db Native XML Database http://www.exist-db.org > On 22 Mar 2017, at 7:17 , Eduard Drenth <ed...@fr...> wrote: > > Dear all, > > With teipublisher I can perform a lucene search leading to a kwic view with results. > > Can I somehow perform a xpath search leading to a kwic view with results? > > Eduard Drenth, Software Architekt > > ed...@fr... > > Doelestrjitte 8 > 8911 DX Ljouwert > +31 58 234 30 47 > > gpg: https://sks-keyservers.net/pks/lookup?op=get&search=0x065EF82A1E02CC43 > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development |
From: Eduard D. <ed...@fr...> - 2017-03-22 15:27:27
|
ok thanks, subscribed to the other list. And thanks for the link, I was just curious I wasn't going to develop something that works out of the box. Eduard Drenth, Software Architekt ed...@fr... Doelestrjitte 8 8911 DX Ljouwert +31 58 234 30 47 gpg: https://sks-keyservers.net/pks/lookup?op=get&search=0x065EF82A1E02CC43 ________________________________________ From: Joe Wicentowski <jo...@gm...> Sent: Wednesday, March 22, 2017 2:45 PM To: Eduard Drenth Cc: exi...@li... Subject: Re: [Exist-development] teipublisher xpath search Hi Eduard, You may be interested in this for a pure XPath / XQuery approach to KWIC highlighting, if you have cases where you can't use an index-backed approach: http://joewiz.org/2013/07/06/xquerys-missing-third-function/ Also, exist-open or xquery-talk would be a better forum for asking general eXist or XQuery questions. This mailing forum is really about development *of* eXist, not development *with* eXist. Joe On Wed, Mar 22, 2017 at 2:17 AM, Eduard Drenth <ed...@fr...> wrote: > Dear all, > > With teipublisher I can perform a lucene search leading to a kwic view with results. > > Can I somehow perform a xpath search leading to a kwic view with results? > > Eduard Drenth, Software Architekt > > ed...@fr... > > Doelestrjitte 8 > 8911 DX Ljouwert > +31 58 234 30 47 > > gpg: https://sks-keyservers.net/pks/lookup?op=get&search=0x065EF82A1E02CC43 > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development |
From: Joe W. <jo...@gm...> - 2017-03-22 13:45:59
|
Hi Eduard, You may be interested in this for a pure XPath / XQuery approach to KWIC highlighting, if you have cases where you can't use an index-backed approach: http://joewiz.org/2013/07/06/xquerys-missing-third-function/ Also, exist-open or xquery-talk would be a better forum for asking general eXist or XQuery questions. This mailing forum is really about development *of* eXist, not development *with* eXist. Joe On Wed, Mar 22, 2017 at 2:17 AM, Eduard Drenth <ed...@fr...> wrote: > Dear all, > > With teipublisher I can perform a lucene search leading to a kwic view with results. > > Can I somehow perform a xpath search leading to a kwic view with results? > > Eduard Drenth, Software Architekt > > ed...@fr... > > Doelestrjitte 8 > 8911 DX Ljouwert > +31 58 234 30 47 > > gpg: https://sks-keyservers.net/pks/lookup?op=get&search=0x065EF82A1E02CC43 > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development |
From: Eduard D. <ed...@fr...> - 2017-03-22 06:17:14
|
Dear all, With teipublisher I can perform a lucene search leading to a kwic view with results. Can I somehow perform a xpath search leading to a kwic view with results? Eduard Drenth, Software Architekt ed...@fr... Doelestrjitte 8 8911 DX Ljouwert +31 58 234 30 47 gpg: https://sks-keyservers.net/pks/lookup?op=get&search=0x065EF82A1E02CC43 |
From: Adam R. <ad...@ex...> - 2017-03-22 00:40:08
|
Just to remind everyone, that inline with the agreed preparation of the release of eXist 3.1.1 there is now a code freeze in place until release (estimated to be later in the day of 2017-03-22). In effect this means that no PRs are to be merged to the following repositories during the freeze: https://github.com/eXist-db/exist https://github.com/eXist-db/documentation https://github.com/wolfgangmm/eXide https://github.com/eXist-db/dashboard https://github.com/eXist-db/shared-resources https://github.com/eXist-db/demo-apps The only exception will be PRs that address release concerns, such as incrementing versioning information. I would ask developers to now move their focus towards testing and reporting regressions for the upcoming release. Thanks Adam. -- Adam Retter eXist Developer { United Kingdom } ad...@ex... irc://irc.freenode.net/existdb |
From: Eduard D. <ed...@fr...> - 2017-03-21 13:44:25
|
Thank for this clarification! Now I can design our approach... Eduard Drenth, Software Architekt ed...@fr... Doelestrjitte 8 8911 DX Ljouwert +31 58 234 30 47 gpg: https://sks-keyservers.net/pks/lookup?op=get&search=0x065EF82A1E02CC43 ________________________________________ From: Joe Wicentowski <jo...@gm...> Sent: Tuesday, March 21, 2017 2:24 PM To: Eduard Drenth Cc: exi...@li... Subject: Re: [Exist-development] collection.xconf duplicate? Hi Eduard, What you observe is typical of eXist apps distributed via EXPath Package mechanism. All assets in an EXPath Package are stored in a single zip-compressed .xar file, and during installation, these assets are stored into eXist according to the directives in the package metadata—typically into a collection inside /db/apps. Many apps depend on collections being created, collection index and trigger configurations being installed into /db/system/config, etc., so the package metadata allows a script to be run before any other files are uploaded to the database. This script is conventionally called pre-install.xql. In the TEI Publisher apps, the pre-install.xql script copies the app's index configuration into /db/system/config, so that when the rest of the app is installed, the collection's indexes and triggers are in place. Similarly, a post-install.xql script can also be invoked. This is typically used to set permissions on the now-installed collections and resources. So you're right in your observation that you see two collection.xconf files in the TEI Publisher apps. These are not kept in sync by the database, so if you need to make a change to the active collection configuration file, you would alter the one in /db/system and then reindex the affected collection to apply it to any already-stored resources. eXide has a convenient feature to help users who edit a collection.xconf file in a /db/apps subcollection: upon save, eXide offers to copy the file to /db/system and reindex for you. To reinforce the points above, there is nothing that prevents you or your app (e.g., post-install.xql) from deleting the collection.xconf file in /db/apps. Joe On Tue, Mar 21, 2017 at 8:45 AM, Eduard Drenth <ed...@fr...> wrote: > Dear all, > > When creating an app (via teipublisher) I get two collection.xconf: > > - one in system/config/db/<collection> > - one in apps/<collection> > > Why is that? Should I keep this in sync? Are they merged? Is some config read from one xconf and other config from the other? > > Eduard Drenth, Software Architekt > > ed...@fr... > > Doelestrjitte 8 > 8911 DX Ljouwert > +31 58 234 30 47 > > gpg: https://sks-keyservers.net/pks/lookup?op=get&search=0x065EF82A1E02CC43 > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development |
From: Joe W. <jo...@gm...> - 2017-03-21 13:25:13
|
Hi Eduard, What you observe is typical of eXist apps distributed via EXPath Package mechanism. All assets in an EXPath Package are stored in a single zip-compressed .xar file, and during installation, these assets are stored into eXist according to the directives in the package metadata—typically into a collection inside /db/apps. Many apps depend on collections being created, collection index and trigger configurations being installed into /db/system/config, etc., so the package metadata allows a script to be run before any other files are uploaded to the database. This script is conventionally called pre-install.xql. In the TEI Publisher apps, the pre-install.xql script copies the app's index configuration into /db/system/config, so that when the rest of the app is installed, the collection's indexes and triggers are in place. Similarly, a post-install.xql script can also be invoked. This is typically used to set permissions on the now-installed collections and resources. So you're right in your observation that you see two collection.xconf files in the TEI Publisher apps. These are not kept in sync by the database, so if you need to make a change to the active collection configuration file, you would alter the one in /db/system and then reindex the affected collection to apply it to any already-stored resources. eXide has a convenient feature to help users who edit a collection.xconf file in a /db/apps subcollection: upon save, eXide offers to copy the file to /db/system and reindex for you. To reinforce the points above, there is nothing that prevents you or your app (e.g., post-install.xql) from deleting the collection.xconf file in /db/apps. Joe On Tue, Mar 21, 2017 at 8:45 AM, Eduard Drenth <ed...@fr...> wrote: > Dear all, > > When creating an app (via teipublisher) I get two collection.xconf: > > - one in system/config/db/<collection> > - one in apps/<collection> > > Why is that? Should I keep this in sync? Are they merged? Is some config read from one xconf and other config from the other? > > Eduard Drenth, Software Architekt > > ed...@fr... > > Doelestrjitte 8 > 8911 DX Ljouwert > +31 58 234 30 47 > > gpg: https://sks-keyservers.net/pks/lookup?op=get&search=0x065EF82A1E02CC43 > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development |
From: Eduard D. <ed...@fr...> - 2017-03-21 12:45:27
|
Dear all, When creating an app (via teipublisher) I get two collection.xconf: - one in system/config/db/<collection> - one in apps/<collection> Why is that? Should I keep this in sync? Are they merged? Is some config read from one xconf and other config from the other? Eduard Drenth, Software Architekt ed...@fr... Doelestrjitte 8 8911 DX Ljouwert +31 58 234 30 47 gpg: https://sks-keyservers.net/pks/lookup?op=get&search=0x065EF82A1E02CC43 |
From: Dmitriy S. <sha...@gm...> - 2017-03-21 08:25:09
|
On Tue, Mar 21, 2017 at 9:32 AM, Joe Wicentowski <jo...@gm...> wrote: > > > *III. These apps have some PRs awaiting review, so we could release these > if the PRs can be reviewed* > > - https://github.com/eXist-db/dashboard: v0.4.6 released Feb 5 2017; > no commits since then, though 5 PRs are open and unreviewed/unresolved > > I did try to address DOJO issue but fail under complexity of change. I did try to copy DOJO build from Betterform ... too complicated, any other option? p.s. These other apps (not included in the default installer) have received > recent updates and thus could be candidates for review, update, and release: > > - https://github.com/eXist-db/demo-apps: v0.4.0 released Mar 20 2017 > - https://github.com/eXist-db/xquery-versioning-module: v1.1.2 > released Mar 19 2017; 2 commits since then > - https://github.com/eXist-db/public-xar-repo: v0.6.0 released Mar 17 > 2017 > - https://github.com/eXist-db/xquery-xproc-xmlcalabash-module: v0.9 > released Mar 5 2017; 5 commits since then; 1 minor PR awaiting merge > > I'll release xmlcalabash module. -- Dmitriy Shabanov |
From: Joe W. <jo...@gm...> - 2017-03-21 06:33:23
|
Hi all, One topic that came up in yesterday's call was the status of the apps included in the eXist installer and whether any new releases would be included in the eXist 3.1.1 bugfix release this week. I went through the list of these apps and checked into their status. The 7 apps included in the default installer (according to https://github.com/eXist-db/exist/blob/develop/installer/apps.properties) and their current status are as follows. Please take a look and see if there are any apps you would like to help advance to release so they can be included in 3.1.1! We can slot these 7 apps into 4 groups, as I see it: *I. These apps are ready to release, all they need is my release PR to be merged* - https://github.com/eXist-db/shared-resources: v0.4.0 released July 21 2014; PR #20 for new version v0.4.1 ready to be merged; then ready for release - https://github.com/exist-db/documentation: v0.4.7 released Feb 8 2017; PR #104 for new version v0.4.8 ready to be merged; then ready for release ... Can anyone review my release PRs? *II. These apps have had some valuable commits since the last release, so a new release could easily be prepared* - https://github.com/wolfgangmm/monex: v0.9.7 released Mar 16 2017; 1 enhancement PR has been merged since then; so we could issue a new release with this - https://github.com/wolfgangmm/exist-markdown: v0.5 released Mar 5 2017; 1 enhancement commit since then; could be prepped for new release *... *I'm happy to prepare these for release PR, if time allows before the 3.1.1 release, especially if any of these are high priority for anyone to be included with 3.1.1. *III. These apps have some PRs awaiting review, so we could release these if the PRs can be reviewed* - https://github.com/eXist-db/dashboard: v0.4.6 released Feb 5 2017; no commits since then, though 5 PRs are open and unreviewed/unresolved - https://github.com/wolfgangmm/eXide: v2.3.2 released Feb 25 2017; no commits since then, though 2 bugfix/enhancement PRs are ready for review ... The 2 eXide PRs are mine, so I'd appreciate review of these if possible. If any PRs in these apps are included I'll prepare new releases. *IV. This app has seen no action, so no need for new release* - https://github.com/exist-db/function-documentation: v0.8 released Mar 5 2017; no significant commits since then, no PRs; no need for new release Of course, any apps that aren't released before 3.1.1 will be bumped to 3.2.0. Thanks in advance for helping get these updates into the hands of the community! Joe p.s. These other apps (not included in the default installer) have received recent updates and thus could be candidates for review, update, and release: - https://github.com/eXist-db/demo-apps: v0.4.0 released Mar 20 2017 - https://github.com/eXist-db/xquery-versioning-module: v1.1.2 released Mar 19 2017; 2 commits since then - https://github.com/eXist-db/public-xar-repo: v0.6.0 released Mar 17 2017 - https://github.com/eXist-db/xquery-xproc-xmlcalabash-module: v0.9 released Mar 5 2017; 5 commits since then; 1 minor PR awaiting merge - https://github.com/eXist-db/messaging-replication: v0.30.2 released Jan 8 2017; 3 commits since then - https://github.com/eXist-db/tamboti: v1.4.0 released Jun 12 2014; 1 commit since then for 3.1.0 compatibility |
From: Eduard D. <ed...@fr...> - 2017-03-17 15:18:28
|
Agreed that golden tools don't exist, but with maven aspects like dependency management, modular project setup, build and test lifecycle, releasing, publishing, IDE integration (at least for netbeans and intellij) will certainly improve (promise!). Eduard Drenth, Software Architekt ed...@fr... Doelestrjitte 8 8911 DX Ljouwert +31 58 234 30 47 gpg: https://sks-keyservers.net/pks/lookup?op=get&search=0x065EF82A1E02CC43 ________________________________ From: di...@ex... <di...@ex...> on behalf of Dannes Wessels <da...@ex...> Sent: Friday, March 17, 2017 3:19 PM To: Eduard Drenth Cc: exi...@li... Subject: Re: [Exist-development] exist-db in netbeans ide Hi, On Thu, Mar 16, 2017 at 2:13 PM, Eduard Drenth <ed...@fr...<mailto:ed...@fr...>> wrote: intellij is ok out of the box :-) netbeans isn't, I fixed project.properties for this, see https://github.com/eXist-db/exist/issues/1355 great! what kind of changes did you make? of course when maven is in place problems like these will be history for sure some issues disappear ! But others can and will appear (depending on the exact context and use case), it is too simple to assume it is a golden tool.... :-) D. |
From: Dannes W. <da...@ex...> - 2017-03-17 14:19:46
|
Hi, On Thu, Mar 16, 2017 at 2:13 PM, Eduard Drenth <ed...@fr...> wrote: > intellij is ok out of the box > :-) > netbeans isn't, I fixed project.properties for this, see > https://github.com/eXist-db/exist/issues/1355 > > > great! what kind of changes did you make? > of course when maven is in place problems like these will be history > for sure some issues disappear ! But others can and will appear (depending on the exact context and use case), it is too simple to assume it is a golden tool.... :-) D. |
From: Eduard D. <ed...@fr...> - 2017-03-16 13:13:57
|
intellij is ok out of the box netbeans isn't, I fixed project.properties for this, see https://github.com/eXist-db/exist/issues/1355 of course when maven is in place problems like these will be history Eduard Drenth, Software Architekt ed...@fr... Doelestrjitte 8 8911 DX Ljouwert +31 58 234 30 47 gpg: https://sks-keyservers.net/pks/lookup?op=get&search=0x065EF82A1E02CC43 ________________________________ From: Eduard Drenth <ed...@fr...> Sent: Thursday, March 16, 2017 10:29 AM To: Dannes Wessels Cc: exi...@li... Subject: Re: [Exist-development] exist-db in netbeans ide thnx.. I'll try again Eduard Drenth, Software Architekt ed...@fr... Doelestrjitte 8 8911 DX Ljouwert +31 58 234 30 47 gpg: https://sks-keyservers.net/pks/lookup?op=get&search=0x065EF82A1E02CC43 ________________________________ From: Dannes Wessels <di...@ex...> on behalf of Dannes Wessels <da...@ex...> Sent: Wednesday, March 15, 2017 10:25 PM To: Eduard Drenth Cc: exi...@li... Subject: Re: [Exist-development] exist-db in netbeans ide On 15 Mar 2017, at 7:28 , Eduard Drenth <ed...@fr...<mailto:ed...@fr...>> wrote: Thanks, but is there a document/wiki page describing in detail how to setup a development and/or test environment? no :-/ but actually the provided IDE files used to work; at least in the 3.x branche (i did maintain it) so... which version of exist-db are using? I don't dare to say anything for 2.x anymore.... Not just the git setup and procedure I found, but also IDE/environment/dependecies, etc. It took me half a day until I could run a debug session.\ that is bad, since for me netbeans used to work just perfect and easy to setup. After running build.sh initially, that is the trick. The eclipse files have been problematic ; nobody maintains these :-( Anyway, most of us moved to Intellij these days, these project files are maintained for sure. regards Dannes |
From: Eduard D. <ed...@fr...> - 2017-03-16 09:29:36
|
thnx.. I'll try again Eduard Drenth, Software Architekt ed...@fr... Doelestrjitte 8 8911 DX Ljouwert +31 58 234 30 47 gpg: https://sks-keyservers.net/pks/lookup?op=get&search=0x065EF82A1E02CC43 ________________________________ From: Dannes Wessels <di...@ex...> on behalf of Dannes Wessels <da...@ex...> Sent: Wednesday, March 15, 2017 10:25 PM To: Eduard Drenth Cc: exi...@li... Subject: Re: [Exist-development] exist-db in netbeans ide On 15 Mar 2017, at 7:28 , Eduard Drenth <ed...@fr...<mailto:ed...@fr...>> wrote: Thanks, but is there a document/wiki page describing in detail how to setup a development and/or test environment? no :-/ but actually the provided IDE files used to work; at least in the 3.x branche (i did maintain it) so... which version of exist-db are using? I don't dare to say anything for 2.x anymore.... Not just the git setup and procedure I found, but also IDE/environment/dependecies, etc. It took me half a day until I could run a debug session.\ that is bad, since for me netbeans used to work just perfect and easy to setup. After running build.sh initially, that is the trick. The eclipse files have been problematic ; nobody maintains these :-( Anyway, most of us moved to Intellij these days, these project files are maintained for sure. regards Dannes |
From: Dannes W. <da...@ex...> - 2017-03-15 21:26:00
|
> On 15 Mar 2017, at 7:28 , Eduard Drenth <ed...@fr...> wrote: > > Thanks, but is there a document/wiki page describing in detail how to setup a development and/or test environment? no :-/ but actually the provided IDE files used to work; at least in the 3.x branche (i did maintain it) so… which version of exist-db are using? I don’t dare to say anything for 2.x anymore…. > > Not just the git setup and procedure I found, but also IDE/environment/dependecies, etc. > > It took me half a day until I could run a debug session.\ that is bad, since for me netbeans used to work just perfect and easy to setup. After running build.sh initially, that is the trick. The eclipse files have been problematic ; nobody maintains these :-( Anyway, most of us moved to Intellij these days, these project files are maintained for sure. regards Dannes |
From: Eduard D. <ed...@fr...> - 2017-03-15 06:28:13
|
Thanks, but is there a document/wiki page describing in detail how to setup a development and/or test environment? Not just the git setup and procedure I found, but also IDE/environment/dependecies, etc. It took me half a day until I could run a debug session. Bye, Eduard ________________________________ From: Dannes Wessels <di...@ex...> on behalf of Dannes Wessels <da...@ex...> Sent: Tuesday, March 14, 2017 9:35 PM To: Eduard Drenth Cc: exi...@li... Subject: Re: [Exist-development] exist-db in netbeans ide Hi, you need to run build.sh / build.bat first to download jar files. cheers Dannes eXist-db Native XML Database http://www.exist-db.org On 14 Mar 2017, at 10:06 , Eduard Drenth <ed...@fr...<mailto:ed...@fr...>> wrote: Am I missing something here? Is this the process at the moment? |
From: Dannes W. <da...@ex...> - 2017-03-14 20:35:23
|
Hi, you need to run build.sh / build.bat first to download jar files. cheers Dannes eXist-db Native XML Database http://www.exist-db.org > On 14 Mar 2017, at 10:06 , Eduard Drenth <ed...@fr...> wrote: > > Am I missing something here? Is this the process at the moment? |
From: Dannes W. <da...@ex...> - 2017-03-14 20:34:40
|
eXist-db Native XML Database http://www.exist-db.org > On 14 Mar 2017, at 10:06 , Eduard Drenth <ed...@fr...> wrote: > > Am I missing something here? Is this the process at the moment? |
From: Eduard D. <ed...@fr...> - 2017-03-14 09:35:29
|
Dear all, In order to be able to develop, debug, contribute I would like to load exis-db project into netbeans. Netbeans provides good ant support via free form project. But then I run into a process of deciding which src and test directories to include and which jars to add to the classpath in order to get rid of the red crosses. Using jarfind and linux find I am able to find the jars, which are scattered all over the project(s) / modules. Am I missing something here? Is this the process at the moment? Longing for maven..... Eduard Drenth, Software Architekt ed...@fr... Doelestrjitte 8 8911 DX Ljouwert +31 58 234 30 47 gpg: https://sks-keyservers.net/pks/lookup?op=get&search=0x065EF82A1E02CC43 |
From: Adam R. <ad...@ex...> - 2017-03-08 00:53:16
|
Thanks to everyone for respecting the code freeze from 12:00 UTC 2017-03-05. We have now released eXist-db 3.1.0 and so the code freeze is again lifted. :-) Cheers Adam. -- Adam Retter eXist Developer { United Kingdom } ad...@ex... irc://irc.freenode.net/existdb |