Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PowerBuilder EJB Error ! ! ! Urgent Help ! ! ! !

Status
Not open for further replies.

carumugam

Programmer
Jan 4, 2013
1
US
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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top