users@glassfish.java.net

Application name not set?

From: Oliver B. Fischer <mailsink_at_swe-blog.net>
Date: Fri, 15 Jun 2012 14:42:55 +0200

Hi,

what are the minimal requirements for application.xml? I have EAR with
the following application.xml there the application name is not used by
GlassFish:

<?xml version="1.0" encoding="UTF-8"?>
<application ....>

     <application-name>MetaDataApplication</application-name>

     <module>
         <ejb>resources.metadata.jar</ejb>
     </module>
</application>

GlassFish does not use MetaDataApplication as application name but the
name of the archive without file suffix.

So, why is my application name ignored?

Bye,

Oliver