Any ideas?
Hm, not really. Could you forward us what db:system() returns under JBoss?
On Thu, Feb 7, 2019 at 6:08 PM Bondeson, Carl Carl.Bondeson@ct.gov wrote:
I run this in query in the development environment (IntelliJ) and get
[DEBUG] 2019-02-07 11:15:52.455 [main] - BaseXInit: loadBus begin BaseX Version: 9.1
I deploy under JBoss as a war file and get
[DEBUG] 2019-02-07 11:55:02.775 [ServerService Thread Pool -- 65] - BaseXInit: loadBus begin BaseX Version: 0.0.2
Any ideas?
Carl R Bondeson
IT Analyst 3
Department of Public Health
Operation & Support Services
Information Technology
Phone: 860-509-7434
Carl.Bondeson@ct.gov
From: Christian Grün [mailto:christian.gruen@gmail.com] Sent: Thursday, February 07, 2019 10:44 AM To: Bondeson, Carl Carl.Bondeson@ct.gov Cc: basex-talk@mailman.uni-konstanz.de Subject: Re: [basex-talk] Version
Hi Carl,
The following query returns a string with the current version:
data(db:system()//version)
Best,
Christian
On Thu, Feb 7, 2019 at 4:26 PM Bondeson, Carl Carl.Bondeson@ct.gov wrote:
Is there a method in a Java client/server architecture to get the current version of BaseX (i.e. 9.1.2)? I could not find it anywhere. ClientSession.info is always blank.
Thanks
Carl R Bondeson
IT Analyst 3
Department of Public Health
Operation & Support Services
Information Technology
Phone: 860-509-7434
Carl.Bondeson@ct.gov