Hi,

There seems to be problems with the latest check in for SQLDecimal and 
BigDecimal.

The following is the errors I am getting while building the workspace.

compile:
    [javac] Compiling 292 source files to /space/derby/Jan07/trunk/classes
    [javac] 
/space/derby/Jan07/trunk/java/engine/org/apache/derby/impl/sql/execute/AvgAggregator.java:116:
 org.apache.derby.iapi.types.SQLDecimal is not public in 
org.apache.derby.iapi.types; cannot
be accessed from outside package
    [javac]                     value = new 
org.apache.derby.iapi.types.SQLDecimal(value.getBigDecimal());
    [javac]                                                                ^
    [javac] 
/space/derby/Jan07/trunk/java/engine/org/apache/derby/impl/sql/execute/AvgAggregator.java:116:
 cannot resolve symbol
    [javac] symbol  : constructor SQLDecimal (java.math.BigDecimal)
    [javac] location: class org.apache.derby.iapi.types.SQLDecimal
    [javac]                     value = new 
org.apache.derby.iapi.types.SQLDecimal(value.getBigDecimal());
    [javac]                                 ^
    [javac] 2 errors
    [javac] Compile failed; see the compiler error output for details.
     [copy] Copying 1 file to 
/space/derby/Jan07/trunk/classes/org/apache/derby/impl/sql/catalog


Is anybody else also getting ?

thanks,
Amit




Reply via email to