I created a war file from my web application using NetBeans 7.2 (on Windows 7!), Which works correctly during the testing phase with the GlassFish 3.1.2 server in the NetBeans context.
The specific namespace in the file is package-info.javacorrectly added to my XML file.
However, when I deploy the war file on a separately running GlassFish server on a Linux machine, is the default namespace set to ns1 and NOT, which is defined in the package-info.java file?
What am I doing wrong?
Regards, Gerard
source
share