[Bug 57274] Annotation scanning can cause classes to skip class transformation

2014-12-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57274 --- Comment #3 from Nick Williams nicho...@nicholaswilliams.net --- I will think about this some. Off the top of my head, I don't know what the answer is, but it sure would be nice if there were a solution. -- You are receiving this mail

[Bug 57274] Annotation scanning can cause classes to skip class transformation

2014-12-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57274 --- Comment #4 from Phillip pverhey...@broadleafcommerce.com --- The solution that I had was to completely disable the scanning by adding an empty absolute-ordering / tag into my web.xml. This obviously means that there is no way to have

[Bug 57274] Annotation scanning can cause classes to skip class transformation

2014-12-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57274 --- Comment #5 from Mark Thomas ma...@apache.org --- (In reply to Phillip from comment #4) Mark, what do you mean by delay the transformation until the the class is declared? Does this mean moving the transformation code from

[Bug 57274] Annotation scanning can cause classes to skip class transformation

2014-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57274 --- Comment #2 from Mark Thomas ma...@apache.org --- Happy to leave this closed but I wanted to add the following comments: 1. If the transformation attempts to make a change that would trigger something in the annotation scanning then

[Bug 57274] Annotation scanning can cause classes to skip class transformation

2014-11-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57274 --- Comment #1 from Phillip pverhey...@broadleafcommerce.com --- I think that this issue can be closed. The problems that I highlighted below are a necessary outcome of Tomcat needing to scan for ServletContainerInitializers in the web

[Bug 57274] Annotation scanning can cause classes to skip class transformation

2014-11-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57274 Phillip pverhey...@broadleafcommerce.com changed: What|Removed |Added Status|NEW |RESOLVED