Has anyone else seen this exception? It shows up sporatically when the
asset service is being ask if it is managing a resource. Oro blows up
trying to compile the 'tapestry/*' string. 'tapestry/*' is the first
unprotected resource. The path being matched against is
'/dojo/src/widget/templates/images/timeIcon.gif'


java.lang.ArrayIndexOutOfBoundsException: 30
        at org.apache.oro.text.regex.Perl5Compiler.__emitNode(Unknown Source)
        at org.apache.oro.text.regex.Perl5Compiler.__parseExpression(Unknown 
Source)
        at org.apache.oro.text.regex.Perl5Compiler.compile(Unknown Source)
        at org.apache.oro.text.regex.Perl5Compiler.compile(Unknown Source)
        at 
org.apache.tapestry.util.RegexpMatcher.compilePattern(RegexpMatcher.java:57)
        at 
org.apache.tapestry.util.RegexpMatcher.getCompiledPattern(RegexpMatcher.java:71)
        at 
org.apache.tapestry.util.RegexpMatcher.contains(RegexpMatcher.java:104)
        at 
org.apache.tapestry.asset.ResourceMatcherImpl.containsResource(ResourceMatcherImpl.java:64)
        at 
$ResourceMatcher_10e9802d900.containsResource($ResourceMatcher_10e9802d900.java)
        at org.apache.tapestry.asset.AssetService.getLink(AssetService.java:177)
        at $IEngineService_10e9802d7f4.getLink($IEngineService_10e9802d7f4.java)

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

Reply via email to