-
Bug
-
Resolution: Done
-
Major
-
jbossws-native-3.0.1, jbossws-native-3.0.2, jbossws-native-3.0.3, jbossws-native-3.0.4
-
None
When JBossWS starts a JaxWS web service for a POJO annotated with @WebService it does not invoke the method tagged with @PostConstruct. SImilarly, when it shuts down the JaxWS web service it does not invoke the method tagged with @PreDestroy. These actions are required by JSR109 v1.2 (section 5.3.2.4) and this is noted as being the appropriate life cycle model for JaxWS services in the JaxWS spec 2.1mrel2 (section 11.1.2).