atom feed7 messages in net.java.dev.glassfish.usersproblems deploying ear in GF3
FromSent OnAttachments
Felipe GaúchoFeb 6, 2010 6:36 am 
glas...@javadesktop.orgFeb 6, 2010 7:02 am 
Felipe GaúchoFeb 6, 2010 8:05 am 
Xavier CallejasFeb 6, 2010 8:21 am 
Felipe GaúchoFeb 6, 2010 9:55 am 
Hong ZhangFeb 8, 2010 6:09 am 
Felipe GaúchoFeb 8, 2010 9:39 am 
Subject:problems deploying ear in GF3
From:Felipe Gaúcho (fgau@gmail.com)
Date:Feb 6, 2010 6:36:21 am
List:net.java.dev.glassfish.users

I am having problems to deploy an EAR containning some ejb-modules...

The strange problem now is: the ejb-module itself deploy without any problem, GF recognize the file and deploys perfectly.. but when I include the same ejb-module in an EAR package it fails..

just in case you have time to help:

the ejb-module: https://cejug-classifieds.dev.java.net/files/documents/8128/147710/cejug-classifieds-ws-1.0-SNAPSHOT.jar the ear package: https://cejug-classifieds.dev.java.net/files/documents/8128/147709/cejug-classifieds-ear-1.0-SNAPSHOT.ear

this works: asadmin deploy cejug-classifieds-ws-1.0-SNAPSHOT.jar

this fails: asadmin deploy cejug-classifieds-ear-1.0-SNAPSHOT.ear

any hint ?