1 Reply Latest reply on Nov 30, 2011 12:47 AM by asinghal223

    servicemix 4.4.1 giving error when switch frm felix to equinox

    asinghal223

      Hi,

      I am new to using fuse esb (using apache-servicemix-4.4.1-fuse-01-06) and wrote a simple Spring DSL that moves file from one directory to other. The code works fine but since we are using equinox for implementing our other application bundles, as soon as I switch from felix to equinox in the etc/config.properties file, i start getting the below mentioned error. The only thing I have done after installing fuse esb is to activate the activemq-web-console. My Spring DSL file (FileCopy.xml) is attached below and I just dropped this into the deploy folder for running this:-

       

      FileCopy.xml

      ******************

       

      ******************

      This works fine for felix but with equinox, its starts giving this erroe:-

       

      org.apache.xerces.parsers.ObjectFactory$ConfigurationError: Provider org.apache.xerces.parsers.XIncludeAwareParserConfiguration could not be instantiated: org.apache.xerces.impl.dv.DVFactoryException: DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory.

       

      Any pointers on how to resolve this would be really appreciated as I need to come with a PoC on using fuse esb for our project asap.

       

      Thanks,

      Aashish