reset password
Author Message
cbly80
Posts: 8
Posted 13:12 Nov 12, 2012 |

Over the weekend I kept getting the same error when trying to run csns2.  I tried updating and cleaning the project.  I even tried replacing everything with the latest from the repository (which was working fine), but still keep getting this:

 Illegal repetition near index 28

^csns\.importer\.parser\.(?!${app.school})\..*$
                            ^ applicationContext.xml /csns2/src/main/webapp/WEB-INF line 102
 
I've tried everything I can think of over the weekend to resolve it, but with no luck.  Google searches haven't helped much either.
 
 
If anyone has had the same problem and can offer some advice, I would appreciate it.
cysun
Posts: 2935
Posted 16:38 Nov 12, 2012 |

Try removing the line containing that regex in applicationContext.xml (i.e. "<context:exclude-filer type="regex" ...") and see if it works.