<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I have committed a workaround for this upstream, and created a JIRA:<div><br></div><div><a href="https://issues.jboss.org/browse/AS7-2205">https://issues.jboss.org/browse/AS7-2205</a></div><div><br></div><div>Stuart<br><div><br></div><div><br></div><div><br><div><div>On 22/10/2011, at 5:04 AM, Scott Stark wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>If I remove the jmx subsystem from the current JBoss AS <br>7.1.0.Alpha2-SNAPSHOT build, I see the webservices deployer fail with <br>the following NPE on startup:<br><br><br>Caused by: java.lang.NullPointerException<br> at <br>org.jboss.as.webservices.deployers.EndpointRecordProcessorDeploymentAspect.<init>(EndpointRecordProcessorDeploymentAspect.java:54)<br> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native <br>Method) [:1.6.0_26]<br> at <br>sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) <br>[:1.6.0_26]<br> at <br>sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) <br>[:1.6.0_26]<br> at java.lang.reflect.Constructor.newInstance(Constructor.java:513) <br>[:1.6.0_26]<br> at java.lang.Class.newInstance0(Class.java:355) [:1.6.0_26]<br> at java.lang.Class.newInstance(Class.java:308) [:1.6.0_26]<br> at <br>org.jboss.as.webservices.parser.WSDeploymentAspectParser.parseDeploymentAspect(WSDeploymentAspectParser.java:140)<br> ... 187 more<br><br>There is an implicit dependency on the jboss.mbean.server service being <br>used on the NPE line:<br><br> setMbeanServer((MBeanServer) <br>WSServices.getContainerRegistry().getService(ServiceName.JBOSS.append("mbean", <br>"server"))<br> .getService().getValue());<br><br>Shouldn't this be an externalized dependency declared to the msc via <br>injection?<br><br>_______________________________________________<br>jboss-as7-dev mailing list<br><a href="mailto:jboss-as7-dev@lists.jboss.org">jboss-as7-dev@lists.jboss.org</a><br>https://lists.jboss.org/mailman/listinfo/jboss-as7-dev<br></div></blockquote></div><br></div></div></body></html>