I am using Spring Boot 2.7.2 to create a rest API that communicate with Filenet Content Engine using Filenet APIs and my pom file as follows : The project compiles and starts up fine, but when trying to execute any filenet API I get a log4j error: That is because filenet APIs is using log4j1 classes. The class is :
Tag: filenet
How to convert hexadecimal IDs (from Oracle/DB2) to GUID (FileNet standard)?
Searching for objects directly on the database used by FileNet (Oracle or IBM DB2) provides hexadecimal IDs, like this: How can I convert them in GUID standard, the one used by FileNet, using Java APIs? Example of result: Answer