Oh, and here's the one that works...
I've found the problem. In the EAR, dvd-ejb appears twice, once in the root and once in /lib. This was corrected a long time (relatively) ago in the POM, but a Maven "clean" had never been done and the old file was physically present in the "target" directory'
If I correct that, it still doesn't deploy, but that's because I'm getting the error described in http://community.jboss.org/thread/160503 due to the fact that the ejb-ejb JAR is an EJB jar itself and contains a persistence.xml file.
jaikiran pai, there is no indication in http://community.jboss.org/thread/160503 that the OP entered a JIRA issue for this. Do you know if he did ? If not, I can enter one and provide a reproducible case.
Frank Griffin wrote:
jaikiran pai, there is no indication in http://community.jboss.org/thread/160503 that the OP entered a JIRA issue for this. Do you know if he did ? If not, I can enter one and provide a reproducible case.
Yes, please create a JIRA with a (that?) sample app.
OK, entered as https://issues.jboss.org/browse/JBAS-8803