The last instructions seem to have solved the update problem, however, I still can not deploy the ear to any of the domains.
I get this:
[#|2010-08-23T20:35:37.812-0700|SEVERE|oracle-glassfish3.0.1|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=42;_ThreadName=Thread-1;|Module type not recognized|#]
[#|2010-08-23T20:35:37.812-0700|SEVERE|oracle-glassfish3.0.1|javax.enterprise.system.core.com.sun.enterprise.v3.server|_ThreadID=42;_ThreadName=Thread-1;|Exception while invoking class org.glassfish.javaee.full.deployment.EarDeployer prepare method
org.glassfish.deployment.common.DeploymentException
Caused by: java.lang.NullPointerException
at com.sun.enterprise.v3.server.ApplicationLifecycle.prepareModule(ApplicationLifecycle.java:638)
at org.glassfish.javaee.full.deployment.EarDeployer.prepareBundle(EarDeployer.java:269)
at org.glassfish.javaee.full.deployment.EarDeployer.access$200(EarDeployer.java:79)
at org.glassfish.javaee.full.deployment.EarDeployer$1.doBundle(EarDeployer.java:131)
at org.glassfish.javaee.full.deployment.EarDeployer$1.doBundle(EarDeployer.java:129)
at org.glassfish.javaee.full.deployment.EarDeployer.doOnBundles(EarDeployer.java:197)
at org.glassfish.javaee.full.deployment.EarDeployer.doOnAllBundles(EarDeployer.java:248)
at org.glassfish.javaee.full.deployment.EarDeployer.prepare(EarDeployer.java:129)
... 63 more
|#]
According to the application.xml xsd javaModule should be allowed - is this not the case?
<module>
<java>server.base.dao-1.0.1-SNAPSHOT.jar</java>
</module>
[Message sent by forum member 'javamonkey79']
http://forums.java.net/jive/thread.jspa?messageID=480852