BPELtools / bpelscript

BPELscript is a compact syntax for WS-BPEL 2.0
http://bpeltools.github.io/bpelscript/
Apache License 2.0
3 stars 0 forks source link

BPEL NCNames vs. BPELscript IDs #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
- using a 'real' NCName with points in BPELscript and translate it. (refer
to the example of issue 1)

What is the expected output? What do you see instead?
- The translated NCName should appear in the resulting BPEL code.
- mismatched input '.' expecting '{'

Solution:
- replace faulty ID handling by proper NCName support

Original issue reported on code.google.com by mc.bisc...@googlemail.com on 15 Dec 2008 at 7:07