bungeni-org / bungeni-editor

The Bungeni Editor is Drafting and Markup framework for XML production built on the OpenOffice.org platform. It supports different legislative document types (e.g hansard, bill) and supports definition of custom types, and allows markup and storage of metadata within the ODF document.
3 stars 0 forks source link

NoSuchMethodError in console on creating new document #112

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
[REPRODUCE]
1.Start Bungeni Editor with 'windows.bat'
2.Choose any in 'Launch document type'
3.Create new document

[DESCRIPTION]
EXPECTED: no errors in console
ACTUAL:
--- BEGIN ---

INFO: Starting the internal HTTP server on port 44899
Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: 
com.sun.star.rdf.XDocumentMetadataAccess.addMetadataFile(Ljava/lang/String;[Lcom
/s
un/star/rdf/XURI;)Lcom/sun/star/rdf/XURI;
        at org.bungeni.ooo.rdf.RDFMetadata.initDocumentMetadataGraph(RDFMetadata.java:176)
        at org.bungeni.ooo.OOComponentHelper.<init>(OOComponentHelper.java:144)
        at org.bungeni.editor.noa.BungeniNoaFrame$DocumentComposition.setDocument(BungeniNoaFrame.java:771)
        at org.bungeni.editor.noa.BungeniNoaFrame.loadDocumentInPanel(BungeniNoaFrame.java:467)
        at org.bungeni.editor.dialogs.editorApplicationController.launchDocumentInFrame(editorApplicationController.java:922)
        at org.bungeni.editor.dialogs.editorApplicationController.access$700(editorApplicationController.java:64)
        at org.bungeni.editor.dialogs.editorApplicationController$10.run(editorApplicationController.java:1024)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:646)
        at java.awt.EventQueue.access$000(EventQueue.java:84)
        at java.awt.EventQueue$1.run(EventQueue.java:607)
        at java.awt.EventQueue$1.run(EventQueue.java:605)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:616)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

--- END ---

[ENVIRONMENT]
OS: Windows XP
Java: 1.6.0_31
OpenOffice: 3.1.1
Bungeni Editor:  1.1.2292

Original issue reported on code.google.com by sstarovo...@gmail.com on 27 Sep 2013 at 11:17