When I use a "char" as one of the fields in my CMP, I get an error from
orion:
EntityBeanWrapper0.java:986: Method getChar(int) not found in interface
java.sql.ResultSet.
this.object.namespace = set.getChar(3);
^
EntityHomeWrapper1.java:400: Method getChar(int) not found in interface
java.sql.ResultSet.
value.object.namespace =
set.getChar(4);
^
2 errors
Error compiling file:/E:/work/citysearch/com/citysearch/ejb/ClassType/:
Syntax error in source
Orion/0.9.4 initialized
The namespace is defined as "char namespace" in my class. Changing to
String works, but it should really be a char.
Thanks.
-AP_