Search found 10 matches

by TimWallace
Tue Feb 21, 2012 9:04 pm
Forum: Other Issues
Topic: Debug Oxygen Java Plugin
Replies: 17
Views: 9221

Re: Debug Oxygen Java Plugin

I got it working. I had to add back in another JAR beyond what was listed.
by TimWallace
Tue Feb 21, 2012 9:04 pm
Forum: Common Problems
Topic: debug a workspace plugin
Replies: 3
Views: 1696

Re: debug a workspace plugin

I got it working. I had to add back in another JAR beyond what was listed.

Thanks.
by TimWallace
Tue Feb 21, 2012 8:55 pm
Forum: Common Problems
Topic: debug a workspace plugin
Replies: 3
Views: 1696

Re: debug a workspace plugin

I performed the steps outlined in the second link you provided, but I still get an error. I replied to that thread.
by TimWallace
Tue Feb 21, 2012 8:54 pm
Forum: Other Issues
Topic: Debug Oxygen Java Plugin
Replies: 17
Views: 9221

Re: Debug Oxygen Java Plugin

I followed all of the above steps and I still get an error indicating that org.apache.log4j.Logger is being searched for. Here is a capture of the error: java.lang.NoClassDefFoundError: org/apache/log4j/Logger at ro.sync.util.ib.d(Unknown Source) at ro.sync.util.ib.b(Unknown Source) at ro.sync.ui.ap...
by TimWallace
Fri Feb 17, 2012 10:04 pm
Forum: Common Problems
Topic: debug a workspace plugin
Replies: 3
Views: 1696

debug a workspace plugin

I am using Eclipse to write a workspace plugin. The plugin works when I put it in the Author plugin folder. However, I need to be able to debug the plugin. How do I set up the Eclipse debug configuration to be able to debug my Oxygen plugin in Eclipse?

Tim
by TimWallace
Wed Dec 14, 2011 8:11 pm
Forum: Common Problems
Topic: http authentication
Replies: 8
Views: 6785

Re: http authentication

Dan:

Did you ever resolve this?

Tim
by TimWallace
Wed Dec 14, 2011 8:09 pm
Forum: Common Problems
Topic: WSDL SOAP Analyser - Problems with Security
Replies: 4
Views: 4488

Re: WSDL SOAP Analyser - Problems with Security

Radu: I have some Java code that is used with the web browser component that needs to POST to a page in our web application. That web app uses authentication. I need to be able to read the cookies in the browser in order to be able to sent the authentication cookies as part of the POST. We can modif...
by TimWallace
Wed Dec 14, 2011 7:22 pm
Forum: Other Issues
Topic: get filename of open document
Replies: 3
Views: 1564

Re: get filename of open document

I was able to get the info I needed using AuthorAccess.getDocumentController().getAuthorDocumentNode().getSystemID(). While I am finding your tool to be powerful, I find your documentation a bit lacking and not the least bit user friendly. Finding what objects are required to perform various functio...
by TimWallace
Mon Dec 12, 2011 11:41 pm
Forum: Other Issues
Topic: get filename of open document
Replies: 3
Views: 1564

get filename of open document

I have looked through the documentation and cannot find the means by which one can determine the name of the document currently opened in the editor. I need to be able to get this data from the client/server app and the browser plug-in. Can someone please point me in the right direction? Thanks, Tim
by TimWallace
Thu Nov 17, 2011 10:54 pm
Forum: Other Issues
Topic: modifying text content via API
Replies: 1
Views: 1320

modifying text content via API

I have a client who wants custom operations to edit certain content types (I have actions that build windows to maintain certain types of data that is part of the document). I have run into a problem being able to replace the text content of various AuthorNodes. I have no problem setting attributes,...