April 2019

Screenshots of JDeveloper https credential configurationto fix SunCertPathBuilderException

How to configure JDeveloper to trust an SSL certificate and fix PKIX path building failed when connecting to an Https URL?

There are multiple reasons to want your JDeveloper 11g/12c installation to connect to an HTTPS URL. You could, for example, need an application you’re developing to connect to a web service over SSL or configure a Maven install that connect to an HTTPS nexus URL. I you try to do so with the default installation […]

How to configure JDeveloper to trust an SSL certificate and fix PKIX path building failed when connecting to an Https URL? Read More »

How to migrate an SVN repository to GIT and your company Gitlab?

Companies often want to implement a Jenkins or Gitlab pipeline to improve their development quality and automate their continuous testing. Companies will then often migrate their source control software from SVN to GIT and Gitlab. Following John Albin great article available here https://john.albin.net/git/convert-subversion-to-git and Gitlab documentation I migrated a couple of SVN repository to GIT […]

How to migrate an SVN repository to GIT and your company Gitlab? Read More »

How to fix Unresolved Webapp Library references defined in weblogic.xml Extension-Name: adf.oracle.domain.webapp, exact-match: false when deploying ADF application in Weblogic?

The following error can occur when deploying an Oracle ADF to a newly installed weblogic 12c or 11g server : Most of the times this error is simply occurring because your WebLogic server wasn’t installed with the Oracle ADF Runtime libraries. To fix this, install the following on top of your fresh WebLogic server installation:

How to fix Unresolved Webapp Library references defined in weblogic.xml Extension-Name: adf.oracle.domain.webapp, exact-match: false when deploying ADF application in Weblogic? Read More »

Scroll to Top