1 2 Previous Next 15 Replies Latest reply on Apr 6, 2017 11:24 AM by jagm1986 Go to original post
      • 15. Re: java.lang.NoClassDefFoundError: oracle/jdbc/OracleDriver
        jagm1986

        you need to put the following tag in standalone.xml

         

        <subsystem xmlns="urn:jboss:domain:ee:4.0">

                    <global-modules>

                        <module name="com.oracle"/>

                    </global-modules>

         

         

        And exlude ojdbc6.jar from package or scope.


        Gretings

         

         

         

         

         

         

         

         

         

         

         

        //import com.google.gson.JsonParser;

        1 2 Previous Next