Hi, I have ear application bundled with ejb which are exposed as webservices. When I deploy this application, webservices are not getting deployed. I am getting below exception. *20160226 22:04:34 ERROR (ws) org.apache.openejb.server.webservices.WsService [deployApp]:Error deploying JAX-WS Web Service for EJB DataReplicationBean java.lang.NullPointerException*
what am I dong wrong here? TomEE version Server version: Apache Tomcat (TomEE)/8.0.29 (7.0.0-SNAPSHOT) Server built: Nov 20 2015 09:18:00 UTC Server number: 8.0.29.0 OS Name: Windows 8.1 OS Version: 6.3 Architecture: amd64 Java Home: C:\Java\jdk1.8.0_20\jre Structure of ear : app.ear META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com.acme/ META-INF/maven/com.acme/earapp-ear/ earapp-ejb-1.0-SNAPSHOT.jar earappWeb.war META-INF/application.xml META-INF/glassfish-application.xml META-INF/maven/com.acme/earapp-ear/pom.xml META-INF/maven/com.acme/earapp-ear/pom.properties -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/WebServices-are-not-getting-deployed-from-app-ear-tp4677696.html Sent from the TomEE Users mailing list archive at Nabble.com.
