Interesting idea, jason. We already have default overrides in a lot of places:
ra.xml for a resource adapter can have default values for ManagedConnectionFactoryProperties, the ConnectionFactoryLoader supplies specific values. Defaults are generated for cmp mapping stuff, jbosscmp-jdbc.xml can override any or all of this. Even Sun thought of this a bit, the ear spec indicates that you can include alternative dd's to replace those in ejb jars, although this is more a replacement than default + override. My guess is that if my idea of combining all the (associated) dd's using xslt ever gets off the ground, this would be pretty easy to do with xslt. The transformation scripts would probably have to specify just which elements were overridable, but I think it would be pretty straightforward. ______________________________________________________________________ View this jboss-dev thread in the online forums: http://jboss.org/forums/thread.jsp?forum=66&thread=5576 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
