2 Replies Latest reply on Nov 20, 2012 2:23 AM by debasisj

    Oracle XD XMLType data type not mapped to setter method

    debasisj

      We are using apache commons DD utils to run and mapping the data into the a bean.

      In the bean setter method the class name is oracle.xdb.XMLType and the oracle Data type is XML Type.

      In tomcat it's mapped to setter methdo but when the application deployed in JBOSS then it does not map to the setter method and the result is NullPointerException when access that unmapped data.

      Is there any issue related new class loading concepts in this context?