Search found 10 matches

by tarinisunil
Tue Mar 14, 2023 7:22 am
Forum: Common Problems
Topic: Unable to use proxy in oxygen XML Author
Replies: 1
Views: 414

Unable to use proxy in oxygen XML Author

One of our customers is trying to use proxy in oxygen XML Author and facing issues with it ro.sync.security.manager.SandboxSecurityManager - Security permission exception: Connection to http://proxyconfig.xyz.corp/proxy.pac was blocked for security reasons. java.security.AccessControlException: Conn...
by tarinisunil
Fri Feb 24, 2023 3:13 pm
Forum: Other Issues
Topic: How to write Automated UI test i.e E2E test for custom plugin for oxygen XML editor
Replies: 4
Views: 766

Re: How to write Automated UI test i.e E2E test for custom plugin for oxygen XML editor

Hello Adrian, thankyou for your reply. We are looking at integration testing . An example would be as follows. Integration Test Case: Open settings dialog, enter credential and user is able to login and fetch Repository. On opening oxygen author we create a panel from our plugin Image Shared in Adob...
by tarinisunil
Fri Feb 24, 2023 7:25 am
Forum: Other Issues
Topic: How to write Automated UI test i.e E2E test for custom plugin for oxygen XML editor
Replies: 4
Views: 766

How to write Automated UI test i.e E2E test for custom plugin for oxygen XML editor

Hi, we have a complex plugin for oxygen XML editor. There are many UI flows involved in there and each cycle requires manual effort. Is there a way we can automated the UI flow test (E2E) e.g opening the connection pop (for our plugin for login) etc Since https://www.oxygenxml.com/doc/versions/25.0/...
by tarinisunil
Fri Dec 16, 2022 9:55 am
Forum: Common Problems
Topic: Definition for Direct and Indirect Reference for A map
Replies: 1
Views: 398

Definition for Direct and Indirect Reference for A map

Hi I have a clear understand that when an image is referred inside a topic, and that topic is referred inside a map, the image is indirect for the map. But say we have a bookmap, it has a image referred in its title in the image tag & and image referred as a chapter also. As per my understanding...
by tarinisunil
Thu Oct 20, 2022 8:21 am
Forum: Common Problems
Topic: unable to generate application logs
Replies: 2
Views: 486

Re: unable to generate application logs

Thankyou so much Radu
by tarinisunil
Wed Oct 19, 2022 8:31 pm
Forum: Common Problems
Topic: unable to generate application logs
Replies: 2
Views: 486

unable to generate application logs

Hi, I followed the steps mentioned in https://www.oxygenxml.com/doc/versions/20.1/ug-editor/topics/problem-report-submitted-on-technical-support-form.html and copied the same log4j.properties and placed in the "C:/program files/oxygen install dir". But still, I am not getting any log file ...
by tarinisunil
Mon Apr 04, 2022 6:23 pm
Forum: Common Problems
Topic: Custom JDK options , how to make them default to be picked up by the app
Replies: 2
Views: 629

Custom JDK options , how to make them default to be picked up by the app

Hi I have some custom JDK options which are required by my custom plugin. (need access to some private api in java) I am using oxygen 24.1. I have written them in the env.sh/env.bat and oxygenAuthor.sh/oxygenAuthor.bat As i see the script env.sh is picked up by the script oxygenAuthor.sh/oxygenAutho...
by tarinisunil
Wed Mar 10, 2021 11:19 am
Forum: Other Issues
Topic: Need to open a browser for SSO login in oxygen
Replies: 3
Views: 1545

Re: Need to open a browser for SSO login in oxygen

Hello ,

I had one more query, is it possible to have a plugin which is a mix of java and javascript? Like the main plugin is maven based but a small part of it is javascript based.
Is there any sample documentation around it

Thanks
Regards
Tarini
by tarinisunil
Thu Mar 04, 2021 9:27 am
Forum: Other Issues
Topic: Need to open a browser for SSO login in oxygen
Replies: 3
Views: 1545

Need to open a browser for SSO login in oxygen

Hi, We create a plugin which works with oxygen & CMS. We have a specific requirement to open a browser for SSO login for the user to login into a specific CMS for access. Earlier we did this with JavaFX WebView but due to some issues it is not opening in windows correctly. It works fine in Mac. ...