Problem with classifierWrapperElement [message #1775281] |
Fri, 27 October 2017 07:48 |
Denis Latyshev Messages: 1 Registered: October 2017 |
Junior Member |
|
|
Hello!
I want to create reference with following serialized style:
<FEATURE-NAME>
<CLASSIFIER-WRAPPER>
<CLASSIFIER-NAME>
</CLASSIFIER-NAME>
</CLASSIFIER-WRAPPER>
</FEATURE-NAME>
In feature reference XMLPersistenceMappingExtendedMetaData annotation I setup following:
wrapperName -> FEATURE-NAMES
xmlAttribute -> false
featureWrapperElement -> false
featureElement -> true
classifierWrapperElement -> true
classifierElement -> true
in ExtendedMetaData annotation following:
name -> FEATURE-NAME
namespace -> ......
kind -> element
In classifier object I setup XMLPersistenceMappingExtendedMetaData annotation I setup following:
wrapperName -> CLASSIFIER-WRAPPER
in ExtendedMetaData annotation following:
name -> CLASSIFIER-NAME
kind -> elementOnly
But model editor show error: "Class 'CLASSIFIER-WRAPPER' is not found or is abstract."
What is wrong?
Sphinx version 0.11.0 release
Eclipse Oxygen 1a
[Updated on: Sat, 28 October 2017 12:21] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.02764 seconds