Petals CLI SNAPSHOT

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History

{note}
The {{\{}} and {{\}}} are special in Java's regex dialect: they are the opening and closing tokens for the repetition quantifier {{\{n,m\}}} where {{n}} and {{m}} are integers. Hence the error message: "Illegal repetition".

You should escape them: "\\\\\{http://petals.ow2.org/\\\\}Service". "\\\{http://petals.ow2.org/\\}Service".
{note}