https://issues.apache.org/bugzilla/show_bug.cgi?id=52545

Eugene Petrenko <eugene.petre...@jetbrains.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |

--- Comment #2 from Eugene Petrenko <eugene.petre...@jetbrains.com> 2012-01-29 
19:10:23 UTC ---
I saw the code. Default value of the flag to ignore attributes is false. As
parse code is never called, the value is false at the end (i.e. setter code was
not called). 

What I did was to check with debugger that the option to scan annotation was
not disabled for 2.4 application.

To workaround the bug I had to upgrade to 2.5 and explicitly specify
metadata-complete attribute with value="true"

PS. Annotation scanning mechanism uses too much synchronizations and thus slows
down the application.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to