Hi experts,
as I considered the 'DAS' as a 'configuration tool' only I removed the
http-listeners ..., but this seems this makes it impossible to deploy
Web-Services as EJBs anymore.
[#|2011-10-24T13:11:21.328+0200|SEVERE|glassfish3.1.1|javax.enterprise.system.tools.admin.org.glassfish.deployment.admin|_ThreadID=52;_ThreadName=Thread-2;|Exception
while preparing the app
java.lang.NullPointerException
at
org.glassfish.webservices.WsUtil.getWebServerInfoForDAS(WsUtil.java:1548)
at
org.glassfish.webservices.WebServicesDeployer.doWebServicesDeployment(WebServicesDeployer.java:619)
at
org.glassfish.webservices.WebServicesDeployer.prepare(WebServicesDeployer.java:184)
Looking at the code it's obvious why this is NPE is thrown...
Should I consider this as a bug?
TIA,
Bernhard