Hello, I have a problem to deploy an ear on websphere 5.0. I use Eclipse, maven, jboss on my local pc and think goes well for testing but the deployment to websphere 5.0 goes actually completly wrong and I don't know where to lead my investigations.
Maven helped me create an ear files thats contains my web application, my ejbs et some jars. When I run AAT on this ear , I have the following error : *** ERROR *** Mon Mar 01 18:10:19 CET 2004 caller: at com.ibm.etools.archive.impl.LoadStrategyImpl.openNestedArchive(LoadStrategyI mpl.java:390) com.ibm.etools.archive.exception.OpenFailureException: IWAE0023E Unable to open module file "vpc-donnees-1.0.jar" in EAR file "/u04/product/vpc/vpcv2.7/vpc-ear-1.0.ear" Stack trace of nested exception: com.ibm.etools.archive.exception.OpenFailureException: IWAE0006E Archive is not a valid Application Client JAR File because the deployment descriptor can not be found (case sensitive): META-INF/application-client.xml Ok, it seems that META-INF/application-client.xml is missing, but how to generate this file, for what ? If someone would show me the path ... Thanks François