From: John P. <jpr...@ho...> - 2021-03-07 07:07:10
|
Joe requested my JDK: it is javac 1.8.0_121 Regards, John Preimonas M: 0478936636 jpr...@ho... The exhilaration of flying is too keen, the pleasure too great, for it to be neglected as a sport.— Orville Wright > On 6 Mar 2021, at 10:33 pm, exi...@li... wrote: > > Send Exist-open mailing list submissions to > exi...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/exist-open > or, via email, send a message with subject or body 'help' to > exi...@li... > > You can reach the person managing the list at > exi...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Exist-open digest..." > > > Today's Topics: > > 1. Exception Stacktrace message (John Preimonas) > 2. Re: Recommended IDE for eXist-db development (Dannes Wessels) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 6 Mar 2021 14:57:45 +1000 > From: John Preimonas <jpr...@ho...> > To: exist-open <exi...@li...> > Subject: [Exist-open] Exception Stacktrace message > Message-ID: > <PSX...@PS...> > > Content-Type: text/plain; charset="us-ascii" > > Hello exist-open folk, > Why do I constantly get the following message when I am in Java Admin Client, deleting files: > > org.xmldb.api.base.XMLDBException: > at org.exist.xmldb.RemoteCollection.execute(RemoteCollection.java:122) > at org.exist.xmldb.RemoteCollection.listChildCollections(RemoteCollection.java:306) > at org.exist.client.InteractiveClient.getResources(InteractiveClient.java:369) > at org.exist.client.ClientFrame.lambda$33(ClientFrame.java:753) > at java.lang.Thread.run(Thread.java:748) > The file is still deleted, because I see that it is gone after a refresh. > Is there a setting I need to set to cease receiving this message? > > Also, why does existdb server stop functioning after 10 or so hours of inactivity (e.g. overnight). I need to close it down and restart existdb again? > > I am using existdb v5.2.0 on macOS Big Sur v11.2.2, > > Regards, > John Preimonas > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 2 > Date: Sat, 6 Mar 2021 10:07:53 +0100 > From: Dannes Wessels <di...@ex...> > To: Jo Calder <Jo....@ha...> > Cc: Exi...@li... > Subject: Re: [Exist-open] Recommended IDE for eXist-db development > Message-ID: <CDC...@ex...> > Content-Type: text/plain; charset=utf-8 > > Hi, > > In the past we maintained the Netbeans project file pretty well; that was needed as we were using ant as build tool and there was no convention for the sources layout. > > These days we build using maven (look for Pom.xml), which makes life much easier: as long your IDE supports maven, it is possible to develop! > > Netbeans wil perfectly work I expect, most of us use IntelliJ these days. > > Regards > > Dannes > > >> On 2 Mar 2021, at 15:42, Jo Calder <Jo....@ha...> wrote: >> >> ? >> Hi all, >> >> I think I recall NetBeans as being the IDE of choice for eXist dev work. Is that so? I have a specific interest in writing Java extension code for XQuery modules. >> >> Best regards, -- Jo >> >> >> _______________________________________________ >> Exist-open mailing list >> Exi...@li... >> https://lists.sourceforge.net/lists/listinfo/exist-open > > > > ------------------------------ > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > Exist-open mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-open > > > ------------------------------ > > End of Exist-open Digest, Vol 179, Issue 6 > ****************************************** |