Hi Team,
Can anybody let me know about the below issue which I am facing when running a Jspx page.
Issue description: I migrated the ADF code from jdev 11.1.1.7 to 12.2.1.3. It got successfully migrated. When I am tring to the run the main page it is thowing me the below error.
Jdev version using: 12.2.1.3
[05:55:25 PM] Redeploying Application...
<30 Apr, 2019 5:55:41,002 PM IST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID "16437243543900" for task "0" on [partition-name: DOMAIN]. Error is: "weblogic.management.DeploymentException: CDI deployment failure:Error instantiating class org.hibernate.validator.internal.cdi.ValidationExtension"
weblogic.management.DeploymentException: CDI deployment failure:Error instantiating class org.hibernate.validator.internal.cdi.ValidationExtension
at com.oracle.injection.integration.CDIAppDeploymentExtension.initCdi(CDIAppDeploymentExtension.java:95)
at com.oracle.injection.integration.CDIAppDeploymentExtension.activate(CDIAppDeploymentExtension.java:43)
at weblogic.application.internal.flow.AppDeploymentExtensionFlow.activate(AppDeploymentExtensionFlow.java:39)
at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:752)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:45)
Truncated. see log file for complete stacktrace
Caused By: java.util.ServiceConfigurationError: javax.xml.stream.XMLInputFactory: Provider com.ibm.xml.xlxp.api.stax.XMLInputFactoryImpl not a subtype
at java.util.ServiceLoader.fail(ServiceLoader.java:239)
at java.util.ServiceLoader.access$300(ServiceLoader.java:185)
at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:376)
at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404)
at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
Truncated. see log file for complete stacktrace
>
Thanks
Abhishek