Search found 69 matches

by manojdcoder
Tue Feb 13, 2024 4:12 pm
Forum: Common Problems
Topic: How to disable reference resolver
Replies: 2
Views: 150

Re: How to disable reference resolver

I see there is expand.map.refs.in.author.page option but don't see a way to enforce it only for a particular editor session rather than globally for all users / editor sessions. And even when expand.map.refs.in.author.page is set to false in options.xml, I see multiple hits on URL handle, one for ea...
by manojdcoder
Tue Feb 13, 2024 3:22 pm
Forum: Common Problems
Topic: How to disable reference resolver
Replies: 2
Views: 150

How to disable reference resolver

There are times a user may want to open a document (topic, concept, or map etc.,) in editor without resolving any references (xrefs, conrefs, mapref etc.,) The document could have 100s or references and it could take forever to resolve all the references, by disabling reference resolvers user can lo...
by manojdcoder
Fri Jul 01, 2022 3:11 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Error seen when using WebAuthor - ro.sync.servlet.ServletDocumentModelCache
Replies: 7
Views: 4508

Re: Error seen when using WebAuthor - ro.sync.servlet.ServletDocumentModelCache

No, Web Author always runs on its own domain, an Apache Tomcat with only Web Author installation on an Azure VM. When I said we have multiple Web Author applications, I meant having multiple Web Author installations each installed on their own domain / server running the same version, plugins, code....
by manojdcoder
Fri Jul 01, 2022 5:31 am
Forum: SDK-API, Frameworks - Document Types
Topic: Error seen when using WebAuthor - ro.sync.servlet.ServletDocumentModelCache
Replies: 7
Views: 4508

Re: Error seen when using WebAuthor - ro.sync.servlet.ServletDocumentModelCache

We have multiple deployments but seeing the above issue with this one only. With all other deployments the Average usage time is a valid positive number, but with this particular deployment, the Average usage time is -41 seconds. Also, all the license seats are consumed by single user when the user ...
by manojdcoder
Thu Jun 30, 2022 8:36 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Error seen when using WebAuthor - ro.sync.servlet.ServletDocumentModelCache
Replies: 7
Views: 4508

Re: Error seen when using WebAuthor - ro.sync.servlet.ServletDocumentModelCache

In our case Web Author is not deployed at ROOT context. e.g https://oxygen.domain.com/web-author-component-integration/ The tomcat logs show both random user id (user-5941103954281694114) and the email (username). Where / How do I override the cookie? Which Network call I'm looking for, could you gi...
by manojdcoder
Thu Jun 30, 2022 4:27 am
Forum: SDK-API, Frameworks - Document Types
Topic: Error seen when using WebAuthor - ro.sync.servlet.ServletDocumentModelCache
Replies: 7
Views: 4508

Re: Error seen when using WebAuthor - ro.sync.servlet.ServletDocumentModelCache

Is this still a issue with Oxygen Web Author v24.0.0.3? We are getting similar errors, ERROR ro.sync.servlet.ServletDocumentModelCache - User with id user-5941103954281694114 is trying to access a document that belongs to user email@domain.com ERROR ro.sync.servlet.errors.DefaultExceptionHandler - j...
by manojdcoder
Fri Mar 26, 2021 6:22 pm
Forum: Common Problems
Topic: Override default profiling attribute styles - deliveryTarget
Replies: 5
Views: 1571

Re: Override default profiling attribute styles - deliveryTarget

I was hoping that we can configure the style somehow so we wouldn't have to write this for every profiling attributes.
Thank you anyways!
by manojdcoder
Wed Mar 24, 2021 5:40 pm
Forum: Common Problems
Topic: Override default profiling attribute styles - deliveryTarget
Replies: 5
Views: 1571

Re: Override default profiling attribute styles - deliveryTarget

Thank you Cristi, but I have already deleted that file. It helped to get rid of some profiling attributes like audience, product etc., but didn't help for deliveryTarget. We managed to hide the borders for deliveryTarget by setting `show.profiling.attributes` option to false (we don't really want an...
by manojdcoder
Tue Mar 23, 2021 7:13 pm
Forum: Common Problems
Topic: Override default profiling attribute styles - deliveryTarget
Replies: 5
Views: 1571

Override default profiling attribute styles - deliveryTarget

When declaring deliveryTarget attribute a green outline appears on the element, is it possible to remove that?
Where may I find the corresponding CSS?
by manojdcoder
Tue Mar 23, 2021 12:39 am
Forum: Common Problems
Topic: How to get display name of AuthorElement
Replies: 1
Views: 847

How to get display name of AuthorElement

I would like to find all possible attributes of selected element along with its display name. I was able to use createWhatAttributesCanGoHereContext to find all possible attributes, but not sure how to get the display name. It always returns the xml name. i.e if a topicref is selected I would like t...
by manojdcoder
Wed Feb 24, 2021 6:10 pm
Forum: Common Problems
Topic: URL Handler: Concurrent requests fail
Replies: 2
Views: 1424

Re: URL Handler: Concurrent requests fail

I have emailed you the HAR file.
by manojdcoder
Tue Feb 23, 2021 11:22 pm
Forum: Common Problems
Topic: URL Handler: Concurrent requests fail
Replies: 2
Views: 1424

URL Handler: Concurrent requests fail

I have a URL Handler in my plugin, it works perfectly fine, the document and images / references within are rendered properly in the editor. Our users can switch between different documents (listed beside the editor) as they like. The problem occurs when the editor has loaded the first document but ...
by manojdcoder
Thu Feb 04, 2021 5:39 am
Forum: Common Problems
Topic: Is it possible add CSS at runtime?
Replies: 2
Views: 1349

Re: Is it possible add CSS at runtime?

Any update here?
by manojdcoder
Wed Jan 27, 2021 12:36 am
Forum: Common Problems
Topic: Is it possible add CSS at runtime?
Replies: 2
Views: 1349

Is it possible add CSS at runtime?

I noticed DITA and DocBook defines CSS for built-in profiling attributes, for example following is the CSS from DITA for audience *[audience] { border: 1px solid green; } *[audience]:after(1000003) { font-size: 0.75em; content: ' (if audience is ' oxy_label(text, oxy_concat("'", oxy_replac...
by manojdcoder
Tue Jan 12, 2021 8:58 pm
Forum: Common Problems
Topic: How to get marker content
Replies: 3
Views: 1509

Re: How to get marker content

From the fragment, we get access to all first level AuthorNode(s), not sure how to traverse through child nodes from there. Any pointers?
by manojdcoder
Tue Jan 12, 2021 12:13 pm
Forum: Common Problems
Topic: How to get marker content
Replies: 3
Views: 1509

How to get marker content

When a change marker is being removed, I would like to read the content of the marker. The code below gives me the plain text between the offsets, is it possible to get the actual XML content thats being removed or added by marker Or perhaps the HTML content in editor for this marker? Segment chars ...
by manojdcoder
Thu Jan 07, 2021 6:02 pm
Forum: Common Problems
Topic: How to filter content for given profiling attribute
Replies: 5
Views: 1923

Re: How to filter content for given profiling attribute

Thank you mihael.

Does Oxygen have something similar for DocBook, filter by profile attributes?
by manojdcoder
Thu Jan 07, 2021 1:46 am
Forum: Common Problems
Topic: How to filter content for given profiling attribute
Replies: 5
Views: 1923

Re: How to filter content for given profiling attribute

Lets say we have an editor action in the toolbar using which user can pick the attributes he wants to show / hide.
Is it possible to pass the DITAVAL content as parameters instead of file url? Would you suggest implementing a servlet that would return the DITAVAL content?
by manojdcoder
Wed Jan 06, 2021 7:07 pm
Forum: Common Problems
Topic: How to filter content for given profiling attribute
Replies: 5
Views: 1923

How to filter content for given profiling attribute

Is it possible to filter document content by one or more profiling attributes?

For example if I have content for two different country, I would like to allow user to filter content for one country, so the other one is hidden.
by manojdcoder
Wed Jan 06, 2021 6:36 pm
Forum: Common Problems
Topic: Configuring Options not working
Replies: 2
Views: 1220

Re: Configuring Options not working

Thank you the prompt reply. I realize that I was using wrong value for track.changes.initial.state , I wanted to turn it off always, I suppose to use 2 but I used 0 (assuming 0 = false). I was not using custom profiling attributes in my document, all were built-in. Let me try using custom ones and s...
by manojdcoder
Wed Jan 06, 2021 5:06 am
Forum: Common Problems
Topic: Configuring Options not working
Replies: 2
Views: 1220

Configuring Options not working

I'm using Oxygen Component Integration v23, placed following content in options.xml as zip in src/main/weapp/WEB-INF <?xml version="1.0" encoding="UTF-8"?> <serialized version="23.0" xml:space="preserve"> <serializableOrderedMap> <entry> <String>author.show.co...
by manojdcoder
Mon Jan 04, 2021 5:55 pm
Forum: Common Problems
Topic: How to customize remove comment action
Replies: 4
Views: 1727

Re: How to customize remove comment action

When a comment is removed or changes are accepted / rejected by reviewer, we want to show a dialog with a text area where user can enter reason, then same is recorded in our backend with comment id, parent id, what was written in comment or whats the change set etc., The comment action has a marker ...
by manojdcoder
Thu Dec 31, 2020 11:28 pm
Forum: Common Problems
Topic: How to customize remove comment action
Replies: 4
Views: 1727

How to customize remove comment action

We would like to customize remove comment action, I understand we can override any built-in action by registering custom action with same action id in actions loaded event. But not sure how to access the current comment, for example retrieving details like comment id, parent id, comment text etc., w...
by manojdcoder
Thu Dec 24, 2020 11:08 pm
Forum: Common Problems
Topic: Save Action for review mode
Replies: 6
Views: 2029

Re: Save Action for review mode

I think its only oxygen-sdk hit 23.0.0.1 not web-author-component, so the bug still stays.
by manojdcoder
Thu Dec 24, 2020 6:55 pm
Forum: Common Problems
Topic: Save Action for review mode
Replies: 6
Views: 2029

Re: Save Action for review mode

I see Oxygen SDK 23.0.0.1 is out, does it fix this issue?
by manojdcoder
Thu Dec 24, 2020 6:54 pm
Forum: Common Problems
Topic: How to compute the node for href
Replies: 6
Views: 2223

Re: How to compute the node for href

Hello Cristi, I'm not referring to the transformation type, but how it renders in the document on the screen. image.png In the above screenshot, 1. The first link points to a title, by default it renders empty link 2. The second link points to a table row, by default it renders empty link 3. The thi...
by manojdcoder
Wed Dec 23, 2020 6:11 pm
Forum: Common Problems
Topic: How to compute the node for href
Replies: 6
Views: 2223

Re: How to compute the node for href

We identified the issue with following elements so far, 1. Title 2. Table Row 3. Table Cell We expected Table Row / Cell to work similar to List Item or Step, where it shows the count of that element form its parent. Parsing the DITA content on our own seems difficult & challenging at this point...
by manojdcoder
Tue Dec 22, 2020 10:50 pm
Forum: Common Problems
Topic: How to compute the node for href
Replies: 6
Views: 2223

How to compute the node for href

When a xref (cross reference) points to a title element, Oxygen doesn't render the content of title. Document <xref href="a1_45845187-1b96-4f91-96d8-7cd07871849f.xml#a1/v461323"/> a1_45845187-1b96-4f91-96d8-7cd07871849f.xml <?xml version="1.0" encoding="utf-8"?> <!DOCTY...
by manojdcoder
Fri Dec 18, 2020 5:39 am
Forum: Common Problems
Topic: How to extend built-in frameworks
Replies: 3
Views: 1616

Re: How to extend built-in frameworks

For the outline configuration, it is also looked up in the classpath. To override the one in the base framework, just add the outline configuration file in a folder and add that folder to the classpath of your framework. Do you have an example? I'm using the web-author-component-integration[1] proj...
by manojdcoder
Thu Dec 17, 2020 1:14 am
Forum: Common Problems
Topic: How to extend built-in frameworks
Replies: 3
Views: 1616

How to extend built-in frameworks

I would like to customize the built-in framework, for example 1. Extending DITA & DocBook Link Resolvers [1] 2. Configure certain options in framework (for instance enabling / disabling outline pane or certain tools) I understand that I could download the original framework form Oxygen repo, mak...