Support for eXist-db 7.0.0 Snapshot and XML-RPC
Having trouble installing Oxygen? Got a bug to report? Post it all here.
-
- Posts: 87
- Joined: Fri Dec 19, 2003 6:02 pm
Support for eXist-db 7.0.0 Snapshot and XML-RPC
Hi.
I'm trying to connect via XML-RPC to an instance of eXist-db 7.0.0 Snapshot, my login credentials are accepted, but I still can't go beyond the /db collection. Instead, I get
What's the status of oXygen support for connecting to eXist-db 7.0.0 Snapshot? I'm using oXygen 26, build 2023111306
All best,
Toma
I'm trying to connect via XML-RPC to an instance of eXist-db 7.0.0 Snapshot, my login credentials are accepted, but I still can't go beyond the /db collection. Instead, I get
Code: Select all
'java.lang.String[] org.xmldb.api.base.Collection.listChildCollections()'
All best,
Toma
-
- Posts: 9418
- Joined: Fri Jul 09, 2004 5:18 pm
Re: Support for eXist-db 7.0.0 Snapshot and XML-RPC
Hi Toma,
As with any unreleased third party software, we do not officially support shapshot versions. We officially tested our connector with Exist 6.2.0 from what I remember.
This method "org.xmldb.api.base.Collection.listChildCollections()" seems to be used in 4 places in our code and initially it returned an array of strings but now it seems to return a list of strings:
https://github.com/xmldb-org/xmldb-api/ ... ction.java
So we probably need to support both ways of calling the API in our code.
If we make a fix on our side would you be willing to test an Oxygen 26.1 nightly build on your side with the fix in place to see if you encounter other possible problems?
Regards,
Radu
As with any unreleased third party software, we do not officially support shapshot versions. We officially tested our connector with Exist 6.2.0 from what I remember.
This method "org.xmldb.api.base.Collection.listChildCollections()" seems to be used in 4 places in our code and initially it returned an array of strings but now it seems to return a list of strings:
https://github.com/xmldb-org/xmldb-api/ ... ction.java
So we probably need to support both ways of calling the API in our code.
If we make a fix on our side would you be willing to test an Oxygen 26.1 nightly build on your side with the fix in place to see if you encounter other possible problems?
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
<oXygen/> XML Editor
http://www.oxygenxml.com
-
- Posts: 9418
- Joined: Fri Jul 09, 2004 5:18 pm
Re: Support for eXist-db 7.0.0 Snapshot and XML-RPC
Hi Toma,
We have a beta page on which you can freely register:
https://www.oxygenxml.com/oxygen_beta_p ... ister.html
and then in the page you can go to the "Nightly builds" tab and get a nightly build of Oxygen.
I made some small changes in our code but did not test the implementation myself with 7.0.0. Maybe on Wednesday you can download an Oxygen 26.1 nightly build kit from our web site and give it a try.
Regards,
Radu
We have a beta page on which you can freely register:
https://www.oxygenxml.com/oxygen_beta_p ... ister.html
and then in the page you can go to the "Nightly builds" tab and get a nightly build of Oxygen.
I made some small changes in our code but did not test the implementation myself with 7.0.0. Maybe on Wednesday you can download an Oxygen 26.1 nightly build kit from our web site and give it a try.
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
<oXygen/> XML Editor
http://www.oxygenxml.com
-
- Posts: 9418
- Joined: Fri Jul 09, 2004 5:18 pm
Re: Support for eXist-db 7.0.0 Snapshot and XML-RPC
Hello Toma,
Great, thanks for testing this!
If you encounter more problems when performing other operations like creating resources, deleting them, editing, saving please let us know.
The small fixes I made will be available in Oxygen 26.1 (which we plan to release about March this year).
Regards,
Radu
Great, thanks for testing this!
If you encounter more problems when performing other operations like creating resources, deleting them, editing, saving please let us know.
The small fixes I made will be available in Oxygen 26.1 (which we plan to release about March this year).
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
<oXygen/> XML Editor
http://www.oxygenxml.com
-
- Posts: 87
- Joined: Fri Dec 19, 2003 6:02 pm
Re: Support for eXist-db 7.0.0 Snapshot and XML-RPC
Hey Radu, I think I spoke too soon. I'm using build no. 2024022805. There are no errors when opening the first couple of levels of directories, but ultimately, when I get to a directory that has some content, I get stuck opening it, with a "Pending..." message.
Let me know if you need some additional information from me.
All best,
Toma

Let me know if you need some additional information from me.
All best,
Toma

-
- Posts: 78
- Joined: Wed Jun 22, 2016 2:48 pm
Re: Support for eXist-db 7.0.0 Snapshot and XML-RPC
Post by adrian_sorop »
Hi,
Radu is out of office, so I'll take over.
You can try to start Oxygen from command line and check if there are any exceptions there.
If no exception is printed, you could enable logging and check for exceptions in the logging file.
Here is a documentation topic about enabling logging in Oxygen:
https://www.oxygenxml.com/doc/versions/ ... -form.html
The logging might contain sensitive or private information info, so don't publicly share it without reviewing it.
Let me know if you find anything,
Adrian S.
Radu is out of office, so I'll take over.
You can try to start Oxygen from command line and check if there are any exceptions there.
If no exception is printed, you could enable logging and check for exceptions in the logging file.
Here is a documentation topic about enabling logging in Oxygen:
https://www.oxygenxml.com/doc/versions/ ... -form.html
The logging might contain sensitive or private information info, so don't publicly share it without reviewing it.
Let me know if you find anything,
Adrian S.
Adrian Sorop
<oXygen/> XML Editor
http://www.oxygenxml.com
<oXygen/> XML Editor
http://www.oxygenxml.com
-
- Posts: 9418
- Joined: Fri Jul 09, 2004 5:18 pm
Re: Support for eXist-db 7.0.0 Snapshot and XML-RPC
Hi,
We released Oxygen 26.1 which should incorporate these initial changes I made to support Exist 7.0.0.
https://www.oxygenxml.com/xml_editor/whats_new.html
Regards,
Radu
We released Oxygen 26.1 which should incorporate these initial changes I made to support Exist 7.0.0.
https://www.oxygenxml.com/xml_editor/whats_new.html
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
<oXygen/> XML Editor
http://www.oxygenxml.com
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service