>  I have run into the same issue. I solved it with brute force by
>  writing a regexp to capture all the inner classes from the Pattern
>  class and inserting them into my terracotta config's dso section. It
>  is not the most elegant solution but it will get you past this issue.

Why not just writing a validator that keeps a reference to the regex
string rather than the Pattern, and create the pattern object just
when you need it? There is some overhead in that, but it shouldn't be
too bad considering that you'll only use a few of those objects a
request at most?

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to