It appears that the last commit on that class (o.j.p.channels.sqlquery.XmlRowMapper) refers to java.sql.Types that do not exist in Java 5.
Specifically: ROWID, NCLOB, and SQLXML. Reference: http://java.sun.com/j2se/1.5.0/docs/api/java/sql/Types.html I've committed a change on trunk and rel-3.1-patches that allows the build to complete, I've just commented out references to those 3 types. On Sat, Nov 28, 2009 at 10:12 AM, Eric Dalquist <[email protected]> wrote: > Bamboo is reporting build failures for trunk and 3.1-patches: > > http://developer.jasig.org/bamboo/browse/UP-TRUNK-188 > http://developer.jasig.org/bamboo/browse/UP-31PATCHES-83 > > Looks like both failures were caused by: > > Adam Rybicki > UP-2455: Get all supported column types as String by letting the JDBC do the > conversion. > > > -Eric > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/uportal-dev
