Hello,
I have a strange problem with my JBoss in Eclipse. I have a war file which has a lot of dependencies to other *.jar's in the POM- file.
When I deploy the war- File on JBoss, I get this at the bottom - a corrupt war file with only one dependency: "spring-web".
But when I have a look at ${JBOSS_HOME}/standalone/deployments -> everything is deployed fine and it also works -> JBoss Console output in Eclipse is also fine with no exceptions or warnings.
I have no idea how to solve this red X.
Has anybody any idea what I can do in order to remove this red X and maybe that all jars are added to the deployed war file.
Thanks a lot for your help and all the best.
Generic1