I have the start of support for the EJB3 ejb-jar.xml worked in using
JAXB. It's working great and the itests run, the only trick is it
*only* supports ejb3 descriptors, i.e. you *must* have this at the
top of your ejb-jar.xml
<ejb-jar xmlns="http://java.sun.com/xml/ns/javaee" ...>
Using the previous namespace or using no namespace at all no longer
works. This might be easy to solve, but I'm quite a JAXB novice.
The namespace info comes from an annotation in a package-info.java
class. Don't know if there is some other way to specify it or
override the annotation.
Any know how we might do this?
-David