I’d like to get more information on how to get java.sql.Connection created in IS in java service.
So far I gathered some information like this
java.sql.Connection conn =
(java.sql.Connection)IDataUtil.get(pipeline.getCursor(),
com.wm.adapter.wmjdbc.services.ExecuteService.PIPELINE_CONNECTION);
Somehow I couldn’t find the class com.wm.adapter.wmjdbc.services.ExecuteService in my designer 10.1 env.
Also I found some other code like
try{
ConnectionDataNode node = ConnectionDataNodeManager.getConnectionDataNode(connName);
ConnectionResource resource = null;
if (node != null) {
resource = node.getConnectionResource();
}
I couldn’t find ConnectionDataNode in my designer 10.1 either.
Please help.
regards,
Hwuii
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services