Huditsch, Roman (LNG-VIE) wrote: > > We just upgraded from Version 2.9 to 3.3 and now I am getting binding > errors, > which seem very odd to me. > It seems that all of my bindings are not valid any more, since I get the > following error message, when I open a document: > > Configuration "normen" includes invalid bindings. > Command triggered by "F4" is unknown. > (translated from German) > > By the way, I need to open a document twice to get this error message, > because no document opens on the first try.... >
--> After removing <include location="common.incl"/> (you didn't send me this file) and changing all the icon="XXX" attributes, I get no configuration errors at all. Therefore I cannot help you very much. --> Don't worry, the problem you have cannot be very serious: [1] Modify the xxe.bat or xxe.jstart in order to use "java" instead of "javaw". This way you'll be able see error messages (for use by a developer, not by the end user). [2] If you have written custom commands in Java[tm], please recompile them against latest xxe.jar and xxe_app.jar. Otherwise you may have *link* *errors* displayed on the console. [3] Please read the "Possible incompatibilities:" sections from release 2.9 to release 3.3 as found in this document http://www.xmlmind.com/xmleditor/changes.html and adjust your configurations accordingly. Example of important information: as of v3.2: "Table editing commands com.xmlmind.xmleditapp.docbook.TableColumn and com.xmlmind.xmleditapp.docbook.TableRow have been replaced by command com.xmlmind.xmleditapp.docbook.DBTableEdit." --> If you cannot solve the problem yourself, I'll need a *self-contained* distribution of your extensions in order to be able to help you more.

