Hi,
I've just commited the new metadata package in CVS. All the metadata
related to ejb-jar.xml and jboss.xml is now read by this package, and
there is no more dependencies on ejx classes.
jboss now loads the xml files is the following order:
- META-INF/ejb-jar.xml (always)
- defaultjboss.xml (always)
- META-INF/jboss.xml (if provided)
This means that the defaults are always loaded, and that you no longer
have to provide a jboss.xml file.
Furthermore, if you do provide the jboss.xml file, you no longer have to
copy/paste all the container-configuration stuff: only give what differs
from the default behaviour. A jboss.xml DTD will be provided soon.
What remains to be done is
- update the docs
- continue with jaws.xml, so that we no longer need the
org.jboss.ejb.deployment package, at least for jboss.
I've tested the new stuff with TestBeans.jar and it seems to work, but
please report any new bugs that will probably appear, we love new bugs
:)
Regards,
Sebastien
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]