Search found 13 matches

by nhenel_sog
Fri Jun 28, 2019 12:13 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Paste feature
Replies: 4
Views: 1918

Re: Paste feature

Dear Radu,
Thanks for the answer.
We will wait to use the 21 et stay with 20.
Regards,
Nhenel
by nhenel_sog
Thu Jun 27, 2019 4:19 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Paste feature
Replies: 4
Views: 1918

Re: Paste feature

Dear Radu,
Thank for your fast answer.
Regards,
Nhenel
by nhenel_sog
Thu Jun 27, 2019 11:48 am
Forum: SDK-API, Frameworks - Document Types
Topic: Paste feature
Replies: 4
Views: 1918

Paste feature

Hi, I have a issue with copy/paste. So, mostly with paste. I must catch the paste event to modify the fragment and do some actions after paste. To modify on the copy, I using a custom ClipboardFragmentProcessor, it's not a problem. Using version 20.X, I'm doing my actions in a custom AuthorDocumentF...
by nhenel_sog
Mon May 13, 2019 3:18 pm
Forum: SDK-API, Frameworks - Document Types
Topic: SOAP Client
Replies: 10
Views: 6947

Re: SOAP Client

Hello,
Sorry for the long time, my turn to go away for vacations :)
I copy exactly the "lib" directory.
But in the root directory, there are some anotherworking directories.
So, now it's done.
Thanks for the help.
Best regards,
Nhenel
by nhenel_sog
Tue May 07, 2019 6:46 pm
Forum: SDK-API, Frameworks - Document Types
Topic: SOAP Client
Replies: 10
Views: 6947

Re: SOAP Client

Hello Alex, During I make the sample project, I have found a new ‎line of thought. So, I play with my maven's scopes and copied libs. I using your hack with class loader, but not with the WorkspaceAccesPluginExtension extended class but with my generated by JAXB WebService interface. And last, but n...
by nhenel_sog
Thu Apr 25, 2019 12:47 pm
Forum: SDK-API, Frameworks - Document Types
Topic: SOAP Client
Replies: 10
Views: 6947

Re: SOAP Client

Hi, Thanks for the trick, but it doesn't fix my issue; When I add the libraries to my project, the complete and the example, I have this new issue: java.util.ServiceConfigurationError: javax.xml.ws.spi.Provider: Provider com.sun.xml.ws.spi.ProviderImpl could not be instantiated at java.util.ServiceL...
by nhenel_sog
Wed Apr 17, 2019 6:06 pm
Forum: SDK-API, Frameworks - Document Types
Topic: SOAP Client
Replies: 10
Views: 6947

Re: SOAP Client

Thanks for the reply and the help.
IT works now. But my current client is now more compatible with your library.
I will looking for a solution for this new issue.

Thanks again,
Nhenel
by nhenel_sog
Mon Apr 15, 2019 12:13 pm
Forum: SDK-API, Frameworks - Document Types
Topic: SOAP Client
Replies: 10
Views: 6947

Re: SOAP Client

Hi Radu, I have tried with a minimal project and have the same issue. Here my pom.xml: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http...
by nhenel_sog
Fri Apr 12, 2019 6:39 pm
Forum: SDK-API, Frameworks - Document Types
Topic: SOAP Client
Replies: 10
Views: 6947

SOAP Client

Hi, I'm writing a plugin using some SOAP WS as client. I have updated my oXygen's version from 20.1 to 21. Now, my SOAP client throws an exception when I create the service: java.lang.Error: javax.xml.soap.SOAPException: Unable to create SAAJ meta-factorycom.sun.xml.messaging.saaj.soap.SAAJMetaFacto...
by nhenel_sog
Fri Jul 06, 2018 5:37 pm
Forum: SDK-API, Frameworks - Document Types
Topic: DnD DTD aware
Replies: 1
Views: 1904

DnD DTD aware

Hi all, I'm trying to make a Drag And Drop component. I have a special view with drag and dropable elements, inserting xml fragment, an AuthorDndListener working fine and DTD. But I don't found how check if my fragment is authorizzed in my DnD in the AuthorDndListener.authorDragOver method. Could yo...
by nhenel_sog
Tue Jun 12, 2018 12:31 pm
Forum: General XML Questions
Topic: Manage editor tab
Replies: 5
Views: 3501

Re: Manage editor tab

Too bad :/
Thanks for the help.
by nhenel_sog
Mon Jun 04, 2018 5:53 pm
Forum: General XML Questions
Topic: Manage editor tab
Replies: 5
Views: 3501

Re: Manage editor tab

Hi, Thanks for the answer and the help. I test this and it's works... except when I load a document. I will explain my case with more details: I want to always hide Grid and Text, but I want to have the option to show, or hide, Text dynamically. It's work fine for Grid. But I have some issue with Te...
by nhenel_sog
Thu May 31, 2018 4:48 pm
Forum: General XML Questions
Topic: Manage editor tab
Replies: 5
Views: 3501

Manage editor tab

Hi all, I'm writing a cutomizer plugin for Oxygen. I looking for create an option to hide, and show, editors's page. Not just open to default, but really hide the tab, and the editor. I'm talking about "Text", "Author", "Grid", etc. Could you help me please? I need to m...