Re: A typo error in WebRuleSet

2010-07-29 Thread Mark Thomas
On 29/07/2010 08:10, Ivan wrote: > Hi, > It seems that there is one typo error on the line 523 of WebRuleSet > file, it should be > configureInjectionRules(digester, "web-app/ejb-local-ref/"); ---> > configureInjectionRules(digester, "web-app/resource-env-ref/"); Fixed: http://svn.apache.o

A typo error in WebRuleSet

2010-07-29 Thread Ivan
Hi, It seems that there is one typo error on the line 523 of WebRuleSet file, it should be configureInjectionRules(digester, "web-app/ejb-local-ref/"); ---> configureInjectionRules(digester, "web-app/resource-env-ref/"); -- Ivan