I've seen this error posted,but have not seen an answer. Any help would be
gretly appreciated.
I created a java class to query our db and return an arraylist of
propertyshort objects for use in a datawindow. I'm using pb 10 and a 1.42
jvm. a returns 256 on the second code line. I get the error "Failed to find
the proxy to represent the Java class: PropertyShort.
It implements the following interfaces: java.io.Serializable; " on the first
line inside the for loop. My proxy objects appear to be generated correctly.
long a, l_row
arraylist a_props
propertyshort p
a_props = n_prop.getproperties()
a = a_props.size()
for a = 1 to a_props.size()
p = a_props.get(a - 1)
l_row = dw_2.InsertRow(0)
dw_2.Object.prop_id[l_row] = p.getid()
dw_2.Object.prop_name[l_row] = p.getname()
dw_2.Object.prop_file_no[l_row] = p.getfileno()
next
Thanks an avance,
Rich
I've the same problem.
My app use different types, but behaviour is the same.
I'm using PB 10.2.1 and J2SE 1.4.2_05.
Could anyone tell me if this is a Powerbuilder bug or if I'm
coding wrong?
Thanks a lot