Hello,
I create a java service in a package to read an excel file. For this I needed some jars files (for your information these jars are poi* from 3.17 versions).
In my development environment I have no problem :
- A project was created in my workspace and this project refer to this jars file
- In Integration server, in my package I have my jars files in lib folder. So in runtime that’s work.
But when I deploy my project in preprod environment, I found my jars in lib libraries of packages in integration server (so no problem). But when I debugg my flow service which use my java service I have a could not initialise class exception.
You have to know that in Development server SAG was installed on :\app\softwareag folder and in preproduction server it is installed on (the same):\app\SoftwareAG folder (in camel casing). I don"t expect a problem of casing but just in cas I ask.
My SAG Version is 9.10
Thanks
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods