Right now, we're not writing totally valid XML documents for the
deployment descriptors (this is mainly an EJX issue). Namely, we need to
include a DOCTYPE, which means we need to decide on IDs. I would suggest
something like:
<!DOCTYPE jboss PUBLIC '-//JBoss//DTD jBoss 2.0//EN'
'http://www.jboss.org/jboss.dtd'>
If that's OK, I'll try to make the change to EJX.
So, assuming that is done, we may also want to consider using a
validating parser (or at least making that an option) - that way we won't
have to deal with errors caused by malformed handwritten config files.
Aaron