the error you show is not effected by the jars it is a difference between the database created by the enitity and the code
guo sent the following on 7/5/2007 5:44 AM:
> postgreSQL 8.2.3
> then ,neither 8.2-505 JDBC 3 nor 8.3dev-600 JDBC 3 does not work.
>
> ERROR: column "priority" is of type numeric but expression is of type
> character varying
>
> the java source as following:
> GenericValue WorkEffort=delegator.makeValidValue("WorkEffort",FieldMap);
> delegator.create(WorkEffort);
