Hi,
I'm using EJB and Webshpere in my Powerbuilder. I'm getting error message while I try to return a list to a java proxy.
Please help !!!. How to solve this error.
Also what EJB_PB_MAPPING structure will do and what is tghe use of this object. It was created while I create proxy.
Below is my code.
for ll_loop = 0 to lnv_edmsquicksearchretun.size( ) - 1 ------This is the List
try
lnv_edmsquicksearchreturnvo = lnv_edmsquicksearchretun.get(ll_loop ) -----I'm getting the below error message tin this line.
"Failed to find the proxy to represent the Java class: com.acs.enterprise.common.cots.edms.common.vo.EDMSQuickSearchReturnVO.
It implements the following interfaces:"
Thanks,
Aru