The ``link error'' below cannot happen with the stock DITA configuration
bundled with XXE v5.9.
In your working environment, XXE v5.9 seems to pick an obsolete DITA
configuration or, may be, an obsolete dita.jar hidden somewhere in your
user preferences directory.
Note that XXE v5.9's "Help|About XMLmind XML Editor" menu item displays
extensive information about what configuration files have been loaded by
the application at startup time.
---
PS: The ``link error'' below is caused by the fact that, as of v5.9,
com.xmlmind.xmleditext.dita.TopicSet must implement the following new
DocumentSet methods:
public String getSpecificationName()
public String getSpecificationLabel()
public String getSpecificationShortLabel(int maxLength)
public String getEditOptionsLabel()
public Icon getEditOptionsIcon()
public Element findOutlineElement(Document outline, URL memberURL)
This is of course the case with the com.xmlmind.xmleditext.dita.TopicSet
contained in the stock dita.jar bundled with XXE v5.9.
See
http://www.xmlmind.com/xmleditor/_distrib/doc/api/com/xmlmind/xmleditapp/docset/DocumentSet.html
See also
http://www.xmlmind.com/xmleditor/_distrib/doc/api/com/xmlmind/xmleditapp/docset/DocumentSetBase.html
On 03/27/2014 05:34 PM, Jeff Hooker wrote:
When I attempt to open a ditamap in the new Navigation Pane view, the
document appears to load (i.e. I get the dialog with all the scrolling
file names as XXE reads in the files) but then it fails silently. When I
open XXE using the xxe-c.bat file I see this in the console:
Saving Quick Start info to
"C:\Users\hookerje\AppData\Roaming\XMLmind\XMLEditor5
\cache\start\start.ser"...
Cleared Quick Start cache.
Cleared Schema cache.
Exception in thread "AWT-EventQueue-0" java.lang.AbstractMethodError:
com.xmlmin
d.xmleditext.dita.TopicSet.getSpecificationName()Ljava/lang/String;
at
com.xmlmind.xmleditapp.app.part.NavigationPane.<init>(NavigationPane.
java:145)
at
com.xmlmind.xmleditapp.app.part.OpenNavigationPaneAction.open(OpenNav
igationPaneAction.java:269)
at
com.xmlmind.xmleditapp.app.part.OpenNavigationPaneAction.exec(OpenNav
igationPaneAction.java:224)
at
com.xmlmind.xmleditapp.kit.LengthyAction$1.actionPerformed(LengthyAct
ion.java:42)
at javax.swing.Timer.fireActionPerformed(Unknown Source)
at javax.swing.Timer$DoPostEvent.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown
Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
I installed the xxe-eval-5_9_0-setup.exe on a Windows 7 box.
--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support