Chad--
In giving the petstoreWeb build a shot without XMLBeans, I've run
into a problem with the JdbcControl. Because the JdbcControlChecker
has a binary dependence on TypeMappingsFactory which has these lines:
_typeMap.put(org.apache.xmlbeans.StringEnumAbstractBase.class,
new Integer(TYPE_XMLBEAN_ENUM));
the JdbcControl currently requires XMLBeans to be present in order to
run (build or runtime).
Would you see any issues with late-loading this class if it's
available and just skipping this type mapping wire-up otherwise?
Eddie