Hi,
Can somebody help me to figure out this problem. I tried to implement the same idea as the
sample workflowtable. But I always ended-up missing one row on the output xform table.
I checked the server data using bpms-console and it seemed perfectly correct.
Message: server8realdbGetcollectionResponseMsgPart: parameters
<getcollection.Response xmlns:axis2ns62="http://intalio.com/connectors/jdbc" xmlns="http://intalio.com/connectors/jdbc" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<rows>
<row>
<entity_name>JAPA, HANNANIAH F.</entity_name>
<proj_name>EASTWIND HOMES</proj_name>
<description>EH PH 2 BK 2 LT 2</description>
<pay_desc>CASH</pay_desc>
<part_desc>RESERVATION</part_desc>
<amt_pay>5000.0000</amt_pay>
<receipt_no>000014</receipt_no>
</row>
<row>
<entity_name>ESTO, EMER E.</entity_name>
<proj_name>EASTWOOD RESIDENCES</proj_name>
<description>ER PH 5 BK 5 LT 5</description>
<pay_desc>CASH</pay_desc>
<part_desc>RESERVATION</part_desc>
<amt_pay>5000.0000</amt_pay>
<receipt_no>000015</receipt_no>
</row>
</rows>
</getcollection.Response>
But only one row was displayed in my browser. see attached image file.
I added more records on my mysql table. I always missing one row on the output xform table
Any ideas?
Thanks
romeo