0 Replies Latest reply on Apr 8, 2002 5:52 PM by norm32

    defining different data types

    norm32

      Example:

      You have a table in Oracle defined as:
      Empno NUMBER(4,2),
      deptno NUMBER(5,3);

      both of these columns are floats but obviously they have different precisions. How do I map this difference in jaws.xml? I tried creating my own classes that represent the different precisions, but now jboss is unable to find the classes. Should they be somewhere else other than lib/ext.