I'm really desperate right now, because I'm building a little application that is split up into several projects. There is a web application that uses Vaadin and an EJB container that ...
I'm using NetBeans 6.1 and maven to generate ear package from maven project modules. The packaging works fine with Codehaus' mevenide but the deployment fails. The mevenide runs "package org.codehaus.mevenide:netbeans-deploy-plugin:1.2.4:deploy" goals when I use "run" from the ear project. The package is then deplyed into GlassFish but as an webmodule instead of enterprise application. If I manually depoly the ear package ...
I am having trouble with an EAR being deployed in Glassfish v2ur2 (and Glassfish v2). If I create an EAR with Netbeans, by importing the WSDL, I can deploy and access the WSDL. If I create the EAR with Maven, I can deploy but receive a 500 error when accessing the WSDL with the following message:
I am migrating from tomcat to a Glassfish cluster. My current application is a spring based web app, packaged as a .war. I have various packages, built as .jar files which are dependencies in the build for the web app. I'm using maven to build each jar package and the web app .war.