Greetings!
I’m currently trying to create a JAR file based on POJOs which have been generated by the IS Service Wizard. For example, I want to create a Logging tool that has several types of loggers (Log4J, JournalLogger, etc…) and I wanted to make its methods generic and shareable between my other projects. To do that, I simply create an AppPlatform service for each Logger and then I would create an extra AppPlatform to connect them all together (almost seen as a Factory design pattern).
By the end, everything compiles properly and without any error. Afterwards, I simply export it as a JAR file: picture in the attachments.
However, when I try to call it in another AppPlatform and run it, I get the following exception:
“Could not run ‘TestingJAR’
java.lang.reflect.InvocationTargetException: com/softwareag/applatform/pls/is/services/ServiceWrapperFactory”
How could we try to fix this? Is there a workaround to try to make use of my project idea?
Thanks,
Rui Gomes
f1bpmsd4_5555@GF_NPI_Morning_GF_NPI_Morning.services_SendLotTra.png" data-base62-sha1="p5RMZTAja2FHxfIj1F7ih5dnlpK" width="337" height="381">
#Integration-Server-and-ESB#webMethods#Application-Platform#webMethods-General