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