quality@glassfish.java.net

Re: Deployment of our JEE 5 app on GFv3.1

From: Wouter van Reeven <wouter_at_van.reeven.nl>
Date: Tue, 2 Nov 2010 11:39:08 +0100

Hi Richard,

On Tue, Nov 02, 2010 at 12:35:16PM +0200, Richard Kolb wrote:
> Weird...
> Are you using Maven to build your EAR ?

I am.

> If not, can you send your application.xml

Well, Maven generates an application.xml file:

<?xml version="1.0" encoding="UTF-8"?>
<application xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd" version="5">
  <display-name>my-ear</display-name>
  <module>
    <web>
      <web-uri>my-web.war</web-uri>
      <context-root>/my</context-root>
    </web>
  </module>
  <module>
    <ejb>my-ejb.jar</ejb>
  </module>
  <module>
    <ejb>my-ws.jar</ejb>
  </module>
</application>

Besides these module artifacts there are several jar files in the EAR
that are needed for the application. It looks like these jars aren't
loaded properly.

Thanks, Wouter

-- 
It does not do to dwell on dreams and forget to live.
[Professor Dumbledore in Harry Potter and the Philospher's Stone]
Skype: wvreeven
Facebook: wvreeven
Twitter: wvreeven