cancel
Showing results for 
Search instead for 
Did you mean: 

EJB PowerBuilder Error - Urgent !!!!! Pls Help.

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190719
Active Contributor
0 Kudos

You might want to post this over in the PowerBuilder Developer Center.