Tihomir Surdilovic [
http://community.jboss.org/people/tsurdilovic] created the discussion
"Re: Issues oryx to jbpm"
To view the discussion, visit:
http://community.jboss.org/message/623292#623292
--------------------------------------------------------------
I understand the reason behind issue #3 now. It has to do with how EMF spits out elements
when there is node inheritance going on. For example if in your ecore model you have
NodeA -> NodeB (extends node B)
a
b
NodeB (abstract = true)
x
y
the output XML becomes:
<A>
<x/>
<y/>
<a/>
<b/>
</A>
instead of
<A>
<a/>
<b/>
<x/>
<y/>
</A>
Looking into EMF docs to see if there is any setting that may help here. For now please
disable schema validation when testing in Eclipse env.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/623292#623292]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]