You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by Eddie O'Neil <ek...@gmail.com> on 2005/09/16 20:21:04 UTC

JdbcControl TypeMappingsFactory

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