Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Sphinx » Problem with classifierWrapperElement
Problem with classifierWrapperElement [message #1775281] Fri, 27 October 2017 07:48
Denis Latyshev is currently offline Denis LatyshevFriend
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

Previous Topic:How to skip invalid elements during model loading
Next Topic:How to register modelDescriptor in sphinx
Goto Forum:
  


Current Time: Tue Apr 16 14:38:22 GMT 2024

Powered by FUDForum. Page generated in 1.07164 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top