Search found 6 matches

by tzimnoch
Wed Apr 27, 2016 10:40 pm
Forum: Other Issues
Topic: Create new element when user types where text is not allowed
Replies: 2
Views: 1660

Re: Create new element when user types where text is not allowed

Thank you. I have a working implementation of the functionality I wanted. I really must say that oXygen has been impressively easy to work with given the size of the application. I never know where to start, but once pointed at the right page of documentation it's been easy to see a task to completi...
by tzimnoch
Wed Apr 27, 2016 12:35 am
Forum: Other Issues
Topic: Create new element when user types where text is not allowed
Replies: 2
Views: 1660

Create new element when user types where text is not allowed

The default behavior of AuthorComponentSampleApplet when the user tries to enter text where text is not allowed is a warning message saying "Text is not allowed in element 'elementName' (element only or empty or fixed content)". I'd like to customize the behavior in some elements so that a...
by tzimnoch
Fri Jan 08, 2016 12:19 am
Forum: SDK-API, Frameworks - Document Types
Topic: API control over features
Replies: 1
Views: 1838

API control over features

What is the proper way to select and/or disable features through the API, specifically for Track Changes and Accept Changes? I'm using the AuthorComponentSample as a starting point for an applet. Based on external factors (business workflow/specific user, rather than document type), I need to be abl...
by tzimnoch
Thu Apr 09, 2015 9:44 pm
Forum: Common Problems
Topic: Mirroring oxygen maven repository
Replies: 1
Views: 1152

Mirroring oxygen maven repository

Due to security restrictions on my employer's network, I needed to request security exceptions to get oxygen's maven poms to work. I have the necessary security exceptions for myself, but I need the build process to work for all users without having them jump through special hoops. Would it be allow...
by tzimnoch
Wed Dec 03, 2014 8:32 pm
Forum: Common Problems
Topic: Expected serverHost string for license servlet
Replies: 2
Views: 1662

Re: Expected serverHost string for license servlet

Thank you. That cut out a lot of run around. I have it working now. In my SSO test environment, which uses WebSphere's user repository, I supplied the user's name with "" as the password. license-servlet/report updated with 1 used license and at the bottom of the page showed my user name, ...
by tzimnoch
Wed Dec 03, 2014 1:57 am
Forum: Common Problems
Topic: Expected serverHost string for license servlet
Replies: 2
Views: 1662

Expected serverHost string for license servlet

For deployment with a larger application I want to run the license servlet on WebSphere 8.5. I downloaded the .war file, unpacked it, deleted the message digest and RSA information from META-INF, added license.txt to WEB-INF/license, edit the role-names to match my application's users, and so on, th...