2 Replies Latest reply on Oct 9, 2012 10:16 AM by kieselhorst

    Could not find PropertyEditor for type class interface org.w3c.dom.Element

    oyesiji77

      Hello,

      I am migrating an application running on Jboss 6 to Jboss 7. I am getting some errors with the Seam cache Module, whenever I try to start the application is get

       

       

      Caused by: org.jboss.cache.ConfigureException: Could not find PropertyEditor for type class interface org.w3c.dom.Element

                at org.jboss.cache.PropertyConfigurator.configure(PropertyConfigurator.java:245) [jboss-cache.jar:1.4.1.SP9]

                at org.jboss.seam.cache.JbossCacheProvider.create(JbossCacheProvider.java:47) [jboss-seam.jar:2.3.0.Beta1]

                ... 47 more

       

      And i have had to add some Library jar to the application (Note: This jars were not needed in Jboss 6/Seam 2.2) the jars are

       

      jboss-system.jar

      jboss-jmx.jar

      concurrent.jar

       

      Please any suggestions will be appreciated