Changeset 3191


Ignore:
Timestamp:
07/25/13 09:29:09 (11 years ago)
Author:
peterwithers
Message:

refs #348
Added temporary creation of JAXBElement in the unit test to make it clear where the jaxb root node issues stem from. This should be removed and replaced by the same as returned by the ObjectFactory? when cause of it not being auto generated is resolved.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/src/test/java/eu/dasish/annotation/backend/rest/NotebooksTest.java

    r3190 r3191  
    218218        // this JAXBElement should be returned by the generated ObjectFactory, however it is not. This could be due to name space polution in the schema?
    219219        // todo: this JAXBElement should be removed and replaced by the same as returned by the ObjectFactory when cause of it not being auto generated is resolved, in the mean time this line below makes it clear where the issue starts from.
     220        // see ticket #348
    220221        final JAXBElement<Notebook> jaxbElement = new JAXBElement<Notebook>(new QName("http://www.dasish.eu/ns/addit", "notebook"), Notebook.class, null, notebook);
    221222        notebook.setTitle("a title");
Note: See TracChangeset for help on using the changeset viewer.