webMethods JDBC Blob output filed

If it's a BLOB as output JDBC type, the output field type should be byte Array to make it serializable.

 All objects which exist in the pipeline must be encoded into a binary format (i.e. serialized).
To resolve the issue, change the "Output Field Type" of the adapter service from java.sql.Blob to "byte array". The resulting output filed will then be passed to a flow service as a byte array.

 

Ref: http://tech.forums.softwareag.com/techjforum/posts/list/23196.page

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章