User bio
404 bio not found
Member since Nov 9, 2015
Posts:
Replies:
Hi,
It seems the code was using a deprecated image name.
I've just updated it to use intersystemsdc/jgw
.
Please, try again.
Hi,
Try using ..%Process to access the actual business process instance (BPL).
Set SourceConfigName = ..%Process.%PrimaryRequestHeader.SourceConfigName
Open Exchange applications:
Followers:
Following:
Alberto has not followed anybody yet.
Global Masters badges:







Hi Tirthankar,
You probably need to set up the Object Gateway classpath correctly.
I've just got it working as follows:
I've copied them from the jgw container:
You can also generate your .jar files, just make sure it contains all the required dependencies.
127.0.0.1
4444
/shared/FirstDemo.jar:/shared/gson-2.8.5.jar:/shared/intersystems-utils-3.1.0.jar
After that, start your Object Gateway, you should see something like:
Executing O.S. command: java -Xrs -classpath /shared/FirstDemo.jar:/shared/gson-2.8.5.jar:/shared/intersystems-utils-3.1.0.jar:/usr/irissys/dev/java/lib/JDK18/intersystems-gateway-3.1.0.jar:/usr/irissys/dev/java/lib/JDK18/intersystems-jdbc-3.1.0.jar com.intersystems.gateway.JavaGateway 4444 "" "" 127.0.0.1 ""
FirstOperation
:localhost
4444
That should work.