Here goes:

jar -tf imaginears.ear:
    META-INF/
    META-INF/MANIFEST.MF
    META-INF/application.xml
    imaginears.war
    imaginears.jar
    client.jar

application.xml:
<?xml version="1.0" encoding="ISO-8859-1"?>
<application>
    <display-name>ImaginearsApp</display-name>
    <module>
        <web>
            <web-uri>imaginears.war</web-uri>
            <context-root>/imagine</context-root>
        </web>
    </module>
    <module>
        <ejb>imaginears.jar</ejb>
    </module>
</application>

Could it have something to do with the client.jar?
I can't deploy the EAR with just the ejb definition
or just the web definition in the application.xml.

Thanks a bunch.
Jacek


Tom Acree wrote:

where is the war file located within the ear?  Also, what does your
application.xml file look like?  It would help to show the directory
structure inside the ear as well.  It is probably something simple since you
have deployed jars and wars, just going to need some more info.

Tom


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to