Hi Marcel,For me the issue was that BO libraries ( especially com.rsa.* ) were not loading them into class path though those were part of the BOOT_INF/WEB_INF when packaged.So how I solved it is by placing the all the BO libraries in lib\external dir...
Hi Issac,I am also having the same problem when I BO libraries to make a connection to BO from spring boot application (java8/java11). Works absolutely fine from Eclipse and deployed weblogic but having problem when I dockerize as you did. Were you a...
I am also running into exactly same problem when I dockerize spring boot app with Java11/Java8 and have BO libraries you have mentioned. Have you been able to figure this out? However, it runs fine locally or deploy to weblogic systems.