Search found 18 matches
- Fri Mar 05, 2021 1:46 am
- Forum: XML Schemas
- Topic: solving conflicting ID-types in RNG without disabling content-completeion?
- Replies: 4
- Views: 78
Re: solving conflicting ID-types in RNG without disabling content-completeion?
FYI - adding the namespace declarations directly into the RNG file worked. Hopefully the folks at TEI-C will fix the problem at source (in customization) but this is a clean patch. Thanks!
- Thu Mar 04, 2021 11:35 pm
- Forum: XML Schemas
- Topic: solving conflicting ID-types in RNG without disabling content-completeion?
- Replies: 4
- Views: 78
Re: solving conflicting ID-types in RNG without disabling content-completeion?
I have no problem trying a patch on the RNG. Thanks for the tip - we'll see how it goes!
- Thu Mar 04, 2021 12:02 pm
- Forum: XML Schemas
- Topic: solving conflicting ID-types in RNG without disabling content-completeion?
- Replies: 4
- Views: 78
solving conflicting ID-types in RNG without disabling content-completeion?
In Oxygen 23 I am editing TEI documents. I'm introducing a new elements in a new namespace via a customization of the TEI schema. While trying to use this new schema (RNG XML format), I've stumbled upon the problem well-described by Syd Bauman at https://journals.openedition.org/jtei/2573#annexe reg...
- Mon Aug 31, 2020 1:40 pm
- Forum: Common Problems
- Topic: obtaining complete error messages
- Replies: 1
- Views: 256
obtaining complete error messages
In eXist-db 5 I am using XEP for PDF creation. Everything works fine on my local instance, but on the production server the identical code is not functioning. This could be linked to a number of configuration issues, but I can't identify which. As such, I am depending on the error message to help me...
- Mon Jun 15, 2020 3:42 pm
- Forum: Common Problems
- Topic: connection error: Could not instantiate: ro.sync.db.nxd.exist.ExistSession
- Replies: 4
- Views: 482
Re: connection error: Could not instantiate: ro.sync.db.nxd.exist.ExistSession
I resolved the remote server problem - I removed the port number from the config wizard and then deleted the two files in the connection as mentioned above.
Thanks again!
Thanks again!
- Mon Jun 15, 2020 3:25 pm
- Forum: Common Problems
- Topic: connection error: Could not instantiate: ro.sync.db.nxd.exist.ExistSession
- Replies: 4
- Views: 482
Re: connection error: Could not instantiate: ro.sync.db.nxd.exist.ExistSession
Dear Radu, I deleted all old connections and rebuilt them. My two localhost connections (5.2 and 4.7) are now fine, thanks! However I still have a problem with the remote two different servers (4.7 and 3.x). When I try to rebuild the connection through the wizard Oxygen eventually has a time out err...
- Mon Jun 15, 2020 2:48 pm
- Forum: Common Problems
- Topic: connection error: Could not instantiate: ro.sync.db.nxd.exist.ExistSession
- Replies: 4
- Views: 482
connection error: Could not instantiate: ro.sync.db.nxd.exist.ExistSession
In Oxygen 22.1 I am receiving the error below for a connection to eXist 4.7 (see full error message at bottom of post): Could not instantiate: ro.sync.db.nxd.exist.ExistSession due to: java.lang.NoClassDefFoundError: Could not initialize class ro.sync.db.nxd.exist.ExistSession This message is surpri...
- Wed Sep 11, 2019 12:37 pm
- Forum: Other Issues
- Topic: eXist API error: Failed to invoke method parseLocalExt
- Replies: 1
- Views: 393
eXist API error: Failed to invoke method parseLocalExt
In Oxygen 18.1 I connect to eXist-db 4.7. Most of the time this poses no problems. But at times when I try to save an .xql file I've been editing, Oxygen will report back: Cannot save the file: API error: Failed to invoke method parseLocalExt in class org.exist.xmlrpc.RpcConnection: Invalid handle s...
- Mon Jun 17, 2019 4:03 pm
- Forum: Other Issues
- Topic: xinclude pointing to other eXist collections
- Replies: 1
- Views: 726
xinclude pointing to other eXist collections
In my eXist database, I have a collection hierarchy that looks something like this: >db/apps/foo/data/common >db/apps/foo/data/TC0001 >db/apps/foo/data/TC0002 >db/apps/foo/data/TC0003 Within each /data/TCxxxx collection... are XML files that contain xincludes that need to point to a given XMLl file ...
- Sat May 11, 2019 3:00 pm
- Forum: Common Problems
- Topic: bulk associate documents to a schema
- Replies: 1
- Views: 560
bulk associate documents to a schema
I have about 1000 XML documents that I'd like to associate with a single customized schema (.rng file). Is there a method in Oxygen for associating a collection of XML documents with a specific schema? Or do I have to do this one by one? Or perhaps there a way to add an attribute in the XML document...
- Mon Apr 15, 2019 1:03 pm
- Forum: Common Problems
- Topic: Oxygen eXistDB error: No such handler
- Replies: 5
- Views: 1137
Re: Oxygen eXistDB error: No such handler
1. I have version 18.1, build 2017020917. My local connection is eXist 4.4 and works without problems. The production server is 3.6 and gives the connection error through the wizard.
2. The error message has no link.
3. I've sent an .m4v to the support address showing the steps I take.
Cheers.
2. The error message has no link.
3. I've sent an .m4v to the support address showing the steps I take.
Cheers.
- Fri Apr 12, 2019 8:23 pm
- Forum: Common Problems
- Topic: Oxygen eXistDB error: No such handler
- Replies: 5
- Views: 1137
Re: Oxygen eXistDB error: No such handler
Oxygen reports a very unhelpful error when I initially tried do it through the wizard:
So, I had to establish the connection manually. If you have suggestions for debugging this wizard error I would be grateful.Error
For input string "Exist"
- Fri Apr 12, 2019 12:56 pm
- Forum: Common Problems
- Topic: Oxygen eXistDB error: No such handler
- Replies: 5
- Views: 1137
Oxygen eXistDB error: No such handler
My Oxygen is connected to two eXistDB instances: one on my local laptop (test) and one at the production server. I can edit documents and toggle between local and server documents without issue. I can also execute Xquery modules against the local eXistDBwith the transformer, no problem. However I ca...
- Mon Dec 10, 2018 2:31 pm
- Forum: Common Problems
- Topic: Debug transform errors from XSLT dynamically created in XQuery
- Replies: 1
- Views: 782
Debug transform errors from XSLT dynamically created in XQuery
I am using Oxygen connected to eXist-db. Within eXist I have a module which does a large dynamically-constructed XSLT transformation of an XML document, using transform:transform() . I am now trying to debug errors that are coming through from the transformer, but I am only getting superficial detai...
- Tue Nov 13, 2018 8:05 pm
- Forum: XSLT and FOP
- Topic: XSL FO disable Xinclude processing
- Replies: 3
- Views: 1433
Re: XSL FO disable Xinclude processing
It does, thanks. But I'd like not to have to switch it on/off each time depending on context. I'd rather configure it in the XSLT file as needed...
- Tue Nov 13, 2018 5:45 pm
- Forum: XSLT and FOP
- Topic: XSL FO disable Xinclude processing
- Replies: 3
- Views: 1433
XSL FO disable Xinclude processing
In Oxygen I am processing XML files with XSL FO using XEP as processor. It is currently spitting out everything from all XInclude documents in my source XML file. I'd like to prevent this if possible through an instruction in the XSL document, but I'd accept turning it off in Oxygen as a second reso...
- Thu Oct 18, 2018 1:17 pm
- Forum: Common Problems
- Topic: changing editor background colour
- Replies: 2
- Views: 1945
Re: changing editor background colour
That did it, perfect!
- Thu Oct 18, 2018 12:02 pm
- Forum: Common Problems
- Topic: changing editor background colour
- Replies: 2
- Views: 1945
changing editor background colour
The answer to this question is probably right under my nose, but my search skills and Oxygen navigation abilities are failing me. I have Oxygen 18.1 on Mac OS X El Capitan where I have configured the theme "graphite" and customized the code colouring. However I want a darker background colour for th...