Author |
Message
|
Omuch |
Posted: Thu May 16, 2013 12:18 am Post subject: Deploy Mset with regular expression to broker 8 |
|
|
Acolyte
Joined: 23 Mar 2012 Posts: 54
|
Hi
I have Message set with regular expressions that works fine in broker 6.1.0.7
I'm trying to deploy it to broker 8 but i get error while deploying:
regularExpressionImpl.java parseCharClassEsc
anybody? |
|
Back to top |
|
 |
kimbert |
Posted: Thu May 16, 2013 1:16 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5543 Location: Southampton
|
The validation of regular expressions was tightened up somewhere between v6.1 and v8. If you post your regex and give the full text of the error then I may be able to assist. |
|
Back to top |
|
 |
Omuch |
Posted: Thu May 16, 2013 1:26 am Post subject: |
|
|
Acolyte
Joined: 23 Mar 2012 Posts: 54
|
kimbert wrote: |
The validation of regular expressions was tightened up somewhere between v6.1 and v8. If you post your regex and give the full text of the error then I may be able to assist. |
The problem is not validating, the broker compiled it successfully
to the bar file
the problem is to deploy it. |
|
Back to top |
|
 |
kimbert |
Posted: Thu May 16, 2013 4:43 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5543 Location: Southampton
|
The broker runtime performs its own validation of regular expressions. Post the regex - it's hard to suggest a fix without that information  |
|
Back to top |
|
 |
Omuch |
Posted: Sun May 19, 2013 12:33 am Post subject: |
|
|
Acolyte
Joined: 23 Mar 2012 Posts: 54
|
Ok
here it is:
<xs:pattern value="(-|\,|\s|\d|\i|\\|\||\.|\^|\?|\*|\+|\{|\}|\(|\)|\[|\]|\p{IsHebrew}")* "/> |
|
Back to top |
|
 |
kimbert |
Posted: Mon May 20, 2013 12:43 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5543 Location: Southampton
|
I cannot immediately see the problem. Did the error message contain any more information? If not, then I suggest that you take a trace of the EG to get a more detailed error. |
|
Back to top |
|
 |
|