[jboss-user] [jBPM] - Re: Issues oryx to jbpm
Tihomir Surdilovic
do-not-reply at jboss.com
Fri Aug 26 21:44:21 EDT 2011
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&containerType=14&container=2034]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110826/9d58f8e0/attachment.html
More information about the jboss-user
mailing list