Hi,
I have got the "Failed to find the proxy to represent the Java class: com.acs.enterprise.common.cots.edms.common.vo.EDMSQuickSearchReturnVO.
It implements the following interfaces:" exception message while I try retuen the Java List into a java class(Proxy).
Below is my code. Please let me know, if you have solution for this issue.
for ll_loop = 1 to lnv_edmsquicksearchretun.size( )
try
lnv_edmsquicksearchreturnvo = lnv_edmsquicksearchretun.get(ll_loop)---I'm getting error Here( lnv_edmsquicksearchretun is Java List and it has 1104 size)----lnv_edmsquicksearchreturnvo is Proxy object and it is present in the pbl.
catch (Exception gen_exp_dearch)
MessageBox("Search Exception", gen_exp_dearch.getmessage() )
end try
Next
Thanks,
Arumugam C
I have got the "Failed to find the proxy to represent the Java class: com.acs.enterprise.common.cots.edms.common.vo.EDMSQuickSearchReturnVO.
It implements the following interfaces:" exception message while I try retuen the Java List into a java class(Proxy).
Below is my code. Please let me know, if you have solution for this issue.
for ll_loop = 1 to lnv_edmsquicksearchretun.size( )
try
lnv_edmsquicksearchreturnvo = lnv_edmsquicksearchretun.get(ll_loop)---I'm getting error Here( lnv_edmsquicksearchretun is Java List and it has 1104 size)----lnv_edmsquicksearchreturnvo is Proxy object and it is present in the pbl.
catch (Exception gen_exp_dearch)
MessageBox("Search Exception", gen_exp_dearch.getmessage() )
end try
Next
Thanks,
Arumugam C