-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
JBoss 7.1.0.CR1-SNAPSHOT, Win7 64Bit, JDK 1.6.0-29 64Bit
I have a servlet that defines a loadOnStartup value using an annotation.
Additionally I have a web.xml that mentions this servlet but does not contain a load-on-startup element and is not metadata-complete.
Then the annotated value is ignored and the loadOnStartup value falls back to a "default" of 0 (instead of -1 being the predefined default).
I already found the bug and will attach a pull request