Skip to main content



      Home
Home » Modeling » Sphinx » Problem with classifierWrapperElement
Problem with classifierWrapperElement [message #1775281] Fri, 27 October 2017 03:48
Eclipse UserFriend
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 08:21] by Moderator

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


Current Time: Tue May 13 08:06:21 EDT 2025

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

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

Back to the top