[hibernate-dev] Re: junit test fail (Steve Ebersole)

Mario Ds Briggs mario.briggs at in.ibm.com
Tue Dec 18 01:04:43 EST 2007


I have seen some of the failures that you have reported too with DB2. Here
is the list i have seen. The first 3 are reported by the hibernate QA
results too and all have nothing to do with the DB/db driver.

ASTParserLoadingTest
CriteriaHQLAlignmentTest
HQLTest
SQLLoaderTest [alias for the column name in get is bogus]
ReadOnlyTest  [Instance is not associated with the session. Given how the
TC is coded, it will fail]
NativeSQLQueriesTest [column not found for property product.id.orgid ]





                                                                           
             hibernate-dev-req                                             
             uest at lists.jboss.                                             
             org                                                        To 
             Sent by:                  hibernate-dev at lists.jboss.org       
             hibernate-dev-bou                                          cc 
             nces at lists.jboss.                                             
             org                                                   Subject 
                                       hibernate-dev Digest, Vol 18, Issue 
                                       10                                  
             18/12/2007 03:16                                              
                                                                           
                                                                           
             Please respond to                                             
             hibernate-dev at lis                                             
               ts.jboss.org                                                
                                                                           
                                                                           




Send hibernate-dev mailing list submissions to
             hibernate-dev at lists.jboss.org

To subscribe or unsubscribe via the World Wide Web, visit
             https://lists.jboss.org/mailman/listinfo/hibernate-dev
or, via email, send a message with subject or body 'help' to
             hibernate-dev-request at lists.jboss.org

You can reach the person managing the list at
             hibernate-dev-owner at lists.jboss.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of hibernate-dev digest..."


Today's Topics:

   1. Re: junit test fail (Steve Ebersole)


----------------------------------------------------------------------

Message: 1
Date: Mon, 17 Dec 2007 15:45:49 -0600
From: Steve Ebersole <steve at hibernate.org>
Subject: Re: [hibernate-dev] junit test fail
To: Hibernate Dev <hibernate-dev at lists.jboss.org>
Message-ID: <D68451FA-250D-4BEC-8D52-4BBCCF9065D2 at hibernate.org>
Content-Type: text/plain; charset="us-ascii"

The log file is not attached.  I would assume the issue is simply not
filtering out expected failure tests. Are you setting the
'hibernate.test.validatefailureexpected' system property?

On Dec 13, 2007, at 6:48 AM, Julius Stroffek wrote:

> Hi All,
>
> when I run junit tests on 3.2 branch, some tests fail/have errors:
> BidirectionalOneToManyCascadeTest
> ASTParserLoadingTest
> CriteriaHQLAlignmentTest
> HQLTest
> EagerKeyManyToOneTest
> SQLLoaderTest
> ReadOnlyTest
> NativeSQLQueriesTest
> WhereTest
> InstrumentTest
>
> The log file is attached.
>
> Is there an issue or I have mis configured something? I have not
> changed anything I just executed
> ant
> ant junitreport
>
> as described at http://www.hibernate.org/6.html#A5
>
> Thanks for your suggestions.
>
> Cheers
>
> Julo
> Buildfile: build.xml
>  [taskdef] Could not load definitions from resource clovertasks. It
> could not be found.
>
> splash:
>
> init:
>     [echo] Build Hibernate-3.2.5.ga (2007-12-13 11:09:55)
>     [echo] JDK version: 1.5
>
> cleantestdb:
>
> init.antlr:
>
> antlr:
>
> compile:
>
> compiletest:
>    [mkdir] Created dir: /zfs/hibernate/core/build/testclasses
>    [javac] Compiling 816 source files to /zfs/hibernate/core/build/
> testclasses
>    [javac] Note: Some input files use or override a deprecated API.
>    [javac] Note: Recompile with -Xlint:deprecation for details.
>     [copy] Copying 258 files to /zfs/hibernate/core/build/testclasses
>
> junit.prepare:
>    [mkdir] Created dir: /zfs/hibernate/core/build/testout
>
> junit:
>  [taskdef] Could not load definitions from resource clovertasks. It
> could not be found.
>
> splash:
>
> init:
>     [echo] Build Hibernate-3.2.5.ga (2007-12-13 11:09:55)
>     [echo] JDK version: 1.5
>
> cleantestdb:
>
> init.antlr:
>
> antlr:
>
> compile:
>
> compiletest:
>
> junit.prepare:
>   [delete] Deleting directory /zfs/hibernate/core/build/testout
>    [mkdir] Created dir: /zfs/hibernate/core/build/testout
>
> junit.standard:
>    [junit] 11:10:18,501  INFO Environment:514 - Hibernate 3.2.5
>    [junit] 11:10:18,520  INFO Environment:532 - loaded properties
> from resource hibernate.properties:
> {hibernate.connection.driver_class=org.hsqldb.jdbcDriver,
> hibernate
> .cache.provider_class=org.hibernate.cache.HashtableCacheProvider,
> hibernate.max_fetch_depth=1,
> hibernate.dialect=org.hibernate.dialect.HSQLDialect,
> hibernate.jdbc.use_streams_for_binary=true,
> hibernate.format_sql=true, hibernate.query.substitutions=yes 'Y', no
> 'N', hibernate.proxool.pool_alias=pool1,
> hibernate.connection.username=sa,
> hibernate.cache.region_prefix=hibernate.test,
> hibernate.connection.url=jdbc:hsqldb:./build/db/hsqldb/hibernate,
> hibernate.bytecode.use_reflection_optimizer=false,
> hibernate.connection.password=****,
> hibernate.jdbc.batch_versioned_data=true,
> hibernate.connection.pool_size=1}
>    [junit] 11:10:18,528  INFO Environment:563 - using java.io
> streams to persist binary types
>    [junit] 11:10:18,532  INFO Environment:681 - Bytecode provider
> name : cglib
>    [junit] 11:10:18,545  INFO Environment:598 - using JDK 1.4
> java.sql.Timestamp handling
>    [junit] 11:10:18,551  INFO DriverManagerConnectionProvider:41 -
> Using Hibernate built-in connection pool (not for production use!)
>    [junit] 11:10:18,553  INFO DriverManagerConnectionProvider:42 -
> Hibernate connection pool size: 1
>    [junit] 11:10:18,555  INFO DriverManagerConnectionProvider:45 -
> autocommit mode: false
>    [junit] 11:10:18,561  INFO DriverManagerConnectionProvider:80 -
> using driver: org.hsqldb.jdbcDriver at URL: jdbc:hsqldb:./build/db/
> hsqldb/hibernate
>    [junit] 11:10:18,563  INFO DriverManagerConnectionProvider:86 -
> connection properties: {user=sa, password=****}
>    [junit] 11:10:18,565  INFO DriverManagerConnectionProvider:41 -
> Using Hibernate built-in connection pool (not for production use!)
>    [junit] 11:10:18,567  INFO DriverManagerConnectionProvider:42 -
> Hibernate connection pool size: 1
>    [junit] 11:10:18,569  INFO DriverManagerConnectionProvider:45 -
> autocommit mode: false
>    [junit] 11:10:18,571  INFO DriverManagerConnectionProvider:80 -
> using driver: org.hsqldb.jdbcDriver at URL: jdbc:hsqldb:./build/db/
> hsqldb/hibernate
>    [junit] 11:10:18,573  INFO DriverManagerConnectionProvider:86 -
> connection properties: {user=sa, password=****}
>    [junit] 11:10:18,575  INFO DriverManagerConnectionProvider:41 -
> Using Hibernate built-in connection pool (not for production use!)
>    [junit] 11:10:18,577  INFO DriverManagerConnectionProvider:42 -
> Hibernate connection pool size: 1
>    [junit] 11:10:18,581  INFO DriverManagerConnectionProvider:45 -
> autocommit mode: false
>    [junit] 11:10:18,583  INFO DriverManagerConnectionProvider:80 -
> using driver: org.hsqldb.jdbcDriver at URL: jdbc:hsqldb:./build/db/
> hsqldb/hibernate
>    [junit] 11:10:18,585  INFO DriverManagerConnectionProvider:86 -
> connection properties: {user=sa, password=****}
>    [junit] 11:10:18,587  INFO DriverManagerConnectionProvider:41 -
> Using Hibernate built-in connection pool (not for production use!)
>    [junit] 11:10:18,589  INFO DriverManagerConnectionProvider:42 -
> Hibernate connection pool size: 1
>    [junit] 11:10:18,591  INFO DriverManagerConnectionProvider:45 -
> autocommit mode: false
>    [junit] 11:10:18,593  INFO DriverManagerConnectionProvider:80 -
> using driver: org.hsqldb.jdbcDriver at URL: jdbc:hsqldb:./build/db/
> hsqldb/hibernate
>    [junit] 11:10:18,595  INFO DriverManagerConnectionProvider:86 -
> connection properties: {user=sa, password=****}
>    [junit] 11:10:18,597  INFO DriverManagerConnectionProvider:41 -
> Using Hibernate built-in connection pool (not for production use!)
>    [junit] 11:10:18,599  INFO DriverManagerConnectionProvider:42 -
> Hibernate connection pool size: 1
>    [junit] 11:10:18,601  INFO DriverManagerConnectionProvider:45 -
> autocommit mode: false
>    [junit] 11:10:18,603  INFO DriverManagerConnectionProvider:80 -
> using driver: org.hsqldb.jdbcDriver at URL: jdbc:hsqldb:./build/db/
> hsqldb/hibernate
>    [junit] 11:10:18,605  INFO DriverManagerConnectionProvider:86 -
> connection properties: {user=sa, password=****}
>    [junit] 11:10:18,607  INFO DriverManagerConnectionProvider:41 -
> Using Hibernate built-in connection pool (not for production use!)
>    [junit] 11:10:18,609  INFO DriverManagerConnectionProvider:42 -
> Hibernate connection pool size: 1
>    [junit] 11:10:18,611  INFO DriverManagerConnectionProvider:45 -
> autocommit mode: false
>    [junit] 11:10:18,613  INFO DriverManagerConnectionProvider:80 -
> using driver: org.hsqldb.jdbcDriver at URL: jdbc:hsqldb:./build/db/
> hsqldb/hibernate
>    [junit] 11:10:18,615  INFO DriverManagerConnectionProvider:86 -
> connection properties: {user=sa, password=****}
>    [junit] 11:10:18,965  INFO Dialect:152 - Using dialect:
> org.hibernate.dialect.SybaseDialect
>    [junit] 11:10:19,116  INFO Dialect:152 - Using dialect:
> org.hibernate.dialect.SQLServerDialect
>    [junit] 11:10:19,199  INFO Dialect:152 - Using dialect:
> org.hibernate.dialect.HSQLDialect
>    [junit] 11:10:19,430  INFO Dialect:152 - Using dialect:
> org.hibernate.dialect.HSQLDialect
> 11:10:19,508  INFO DriverManagerConnectionProvider:147 - cleaning up
> connection pool: jdbc:hsqldb:./build/db/hsqldb/hibernate
> 11:10:19,509  INFO DriverManagerConnectionProvider:147 - cleaning up
> connection pool: jdbc:hsqldb:./build/db/hsqldb/hibernate
> 11:10:19,510  INFO DriverManagerConnectionProvider:147 - cleaning up
> connection pool: jdbc:hsqldb:./build/db/hsqldb/hibernate
> 11:10:19,510  INFO DriverManagerConnectionProvider:147 - cleaning up
> connection pool: jdbc:hsqldb:./build/db/hsqldb/hibernate
> 11:10:19,510  INFO DriverManagerConnectionProvider:147 - cleaning up
> connection pool: jdbc:hsqldb:./build/db/hsqldb/hibernate
> 11:10:19,511  INFO DriverManagerConnectionProvider:147 - cleaning up
> connection pool: jdbc:hsqldb:./build/db/hsqldb/hibernate
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.479
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.314
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.178
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.159
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.021
> sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.013
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.211
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.183
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.231
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.134
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.135
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.191
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.179
> sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.505
> sec
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.84
> sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.412
> sec
>    [junit] Tests run: 4, Failures: 0, Errors: 1, Time elapsed: 0.391
> sec
>    [junit] TEST
> org.hibernate.test.cascade.BidirectionalOneToManyCascadeTest FAILED
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.282
> sec
>    [junit] Tests run: 24, Failures: 0, Errors: 0, Time elapsed:
> 0.043 sec
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.354
> sec
>    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.497
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.236
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.186
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.083
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.073
> sec
>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.256
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.219
> sec
>    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.49
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.161
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.097
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.326
> sec
>    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed:
> 0.637 sec
>    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.087
> sec
>    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed:
> 0.244 sec
>    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.195
> sec
>    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.427
> sec
>    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 1.09
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.348
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.427
> sec
>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.098
> sec
>    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed:
> 0.019 sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.005
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.003
> sec
>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.165
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.268
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.136
> sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.078
> sec
>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.172
> sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.495
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.203
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.168
> sec
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.317
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.213
> sec
>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.405
> sec
>    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed:
> 1.439 sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.113
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.006
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.004
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.004
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.004
> sec
>    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.189
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.004
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.004
> sec
>    [junit] Tests run: 70, Failures: 0, Errors: 1, Time elapsed:
> 7.431 sec
>    [junit] TEST org.hibernate.test.hql.ASTParserLoadingTest FAILED
>    [junit] Tests run: 38, Failures: 0, Errors: 0, Time elapsed:
> 4.441 sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.447
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.87
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 1.799
> sec
>    [junit] TEST org.hibernate.test.hql.CriteriaHQLAlignmentTest FAILED
>    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 1.327
> sec
>    [junit] Tests run: 169, Failures: 5, Errors: 0, Time elapsed:
> 9.208 sec
>    [junit] TEST org.hibernate.test.hql.HQLTest FAILED
>    [junit] Tests run: 49, Failures: 0, Errors: 0, Time elapsed:
> 0.641 sec
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.338
> sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.251
> sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.105
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.064
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.055
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.177
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.06
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.206
> sec
>    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 4.178
> sec
>    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 3.456
> sec
>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.118
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.371
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.096
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.313
> sec
>    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.067
> sec
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.13
> sec
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.307
> sec
>    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.163
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.124
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.08
> sec
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.276
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.061
> sec
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.106
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.115
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.059
> sec
>    [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 0.12
> sec
>    [junit] TEST
> org
> .hibernate.test.keymanytoone.bidir.component.EagerKeyManyToOneTest
> FAILED
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.1 sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.084
> sec
>    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.155
> sec
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.1 sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.464
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.1 sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.048
> sec
>    [junit] Tests run: 101, Failures: 0, Errors: 0, Time elapsed:
> 6.728 sec
>    [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed:
> 2.203 sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.242
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.044
> sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.132
> sec
>    [junit] Tests run: 26, Failures: 0, Errors: 0, Time elapsed:
> 0.665 sec
>    [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed:
> 0.579 sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.038
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.17
> sec
>    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed:
> 1.156 sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.051
> sec
>    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed:
> 0.259 sec
>    [junit] Tests run: 18, Failures: 0, Errors: 1, Time elapsed:
> 0.295 sec
>    [junit] TEST org.hibernate.test.legacy.SQLLoaderTest FAILED
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.084
> sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.063
> sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.069
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.04
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.072
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.084
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.078
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.051
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.004
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.005
> sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.221
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.335
> sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.165
> sec
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.101
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.113
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.113
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.096
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.282
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.102
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.087
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.07
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.132
> sec
>    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.365
> sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.143
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.109
> sec
>    [junit] Tests run: 17, Failures: 0, Errors: 0, Time elapsed:
> 0.508 sec
>    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.191
> sec
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.074
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.099
> sec
>    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.077
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.064
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.049
> sec
>    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.165
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.053
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.052
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.09
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.058
> sec
>    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.155
> sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.128
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0.198
> sec
>    [junit] TEST org.hibernate.test.readonly.ReadOnlyTest FAILED
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.051
> sec
>    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.122
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.004
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.044
> sec
>    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.029
> sec
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.007
> sec
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.006
> sec
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.006
> sec
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.007
> sec
>    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.007
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.048
> sec
>    [junit] Tests run: 9, Failures: 0, Errors: 1, Time elapsed: 0.32
> sec
>    [junit] TEST
> org.hibernate.test.sql.hand.query.NativeSQLQueriesTest FAILED
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.047
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.191
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.075
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.084
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.063
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.056
> sec
>    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.203
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.076
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.063
> sec
>    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 2.208
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.066
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.062
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.069
> sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.047
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.062
> sec
>    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.204
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.125
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.065
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.046
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.004
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.003
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.017
> sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.075
> sec
>    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.09
> sec
>    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.006
> sec
>    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.047
> sec
>    [junit] java.io.FileNotFoundException: /zfs/hibernate/core/
> junitvmwatcher1801281546.properties (No such file or directory)
>    [junit]             at java.io.FileInputStream.open(Native Method)
>    [junit]             at
java.io.FileInputStream.<init>(FileInputStream.java:
> 106)
>    [junit]             at java.io.FileReader.<init>(FileReader.java:55)
>    [junit]             at
> org
> .apache
> .tools
> .ant
> .taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:
> 1028)
>    [junit]             at
> org
> .apache
> .tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:
> 859)
>    [junit]             at
> org
> .apache
> .tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:
> 782)
>    [junit]             at
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
>    [junit]             at
sun.reflect.GeneratedMethodAccessor2.invoke(Unknown
> Source)
>    [junit]             at
> sun
> .reflect
> .DelegatingMethodAccessorImpl
> .invoke(DelegatingMethodAccessorImpl.java:25)
>    [junit]             at
java.lang.reflect.Method.invoke(Method.java:585)
>    [junit]             at
> org
> .apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:
> 105)
>    [junit]             at
org.apache.tools.ant.Task.perform(Task.java:348)
>    [junit]             at
org.apache.tools.ant.Target.execute(Target.java:357)
>    [junit]             at
org.apache.tools.ant.Target.performTasks(Target.java:
> 385)
>    [junit]             at
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
>    [junit]             at
> org
> .apache
> .tools
> .ant
> .helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:
> 38)
>    [junit]             at
> org.apache.tools.ant.Project.executeTargets(Project.java:1181)
>    [junit]             at
org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
>    [junit]             at
> org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
>    [junit]             at
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
>    [junit]             at
sun.reflect.GeneratedMethodAccessor2.invoke(Unknown
> Source)
>    [junit]             at
> sun
> .reflect
> .DelegatingMethodAccessorImpl
> .invoke(DelegatingMethodAccessorImpl.java:25)
>    [junit]             at
java.lang.reflect.Method.invoke(Method.java:585)
>    [junit]             at
> org
> .apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:
> 105)
>    [junit]             at
org.apache.tools.ant.Task.perform(Task.java:348)
>    [junit]             at
> org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:62)
>    [junit]             at
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
>    [junit]             at
sun.reflect.GeneratedMethodAccessor2.invoke(Unknown
> Source)
>    [junit]             at
> sun
> .reflect
> .DelegatingMethodAccessorImpl
> .invoke(DelegatingMethodAccessorImpl.java:25)
>    [junit]             at
java.lang.reflect.Method.invoke(Method.java:585)
>    [junit]             at
> org
> .apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:
> 105)
>    [junit]             at
org.apache.tools.ant.Task.perform(Task.java:348)
>    [junit]             at
org.apache.tools.ant.Target.execute(Target.java:357)
>    [junit]             at
org.apache.tools.ant.Target.performTasks(Target.java:
> 385)
>    [junit]             at
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
>    [junit]             at
> org.apache.tools.ant.Project.executeTarget(Project.java:1298)
>    [junit]             at
> org
> .apache
> .tools
> .ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>    [junit]             at
> org.apache.tools.ant.Project.executeTargets(Project.java:1181)
>    [junit]             at
org.apache.tools.ant.Main.runBuild(Main.java:698)
>    [junit]             at
org.apache.tools.ant.Main.startAnt(Main.java:199)
>    [junit]             at
> org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
>    [junit]             at
> org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
>    [junit] Running org.hibernate.test.where.WhereTest
>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>    [junit] Tests FAILED (crashed)
>  [taskdef] Could not load definitions from resource clovertasks. It
> could not be found.
>
> instrument.prepare:
>
> splash:
>
> init:
>     [echo] Build Hibernate-3.2.5.ga (2007-12-13 11:09:55)
>     [echo] JDK version: 1.5
>
> init.antlr:
>
> antlr:
>
> compile:
>
> compiletest:
>    [javac] Compiling 9 source files to /zfs/hibernate/core/build/
> testclasses
>
> instrument.cglib:
> [instrument] starting instrumentation
> [instrument] Starting class file : file:/zfs/hibernate/core/build/
> testclasses/org/hibernate/test/instrument/domain/CustomBlobType.class
> [instrument] processing class
> [org.hibernate.test.instrument.domain.CustomBlobType]; file = file:/
> zfs/hibernate/core/build/testclasses/org/hibernate/test/instrument/
> domain/CustomBlobType.class
> [instrument] log4j:WARN No appenders could be found for logger
> (org.hibernate.bytecode.cglib.CglibClassTransformer).
> [instrument] log4j:WARN Please initialize the log4j system properly.
> [instrument] Starting class file : file:/zfs/hibernate/core/build/
> testclasses/org/hibernate/test/instrument/domain/Document.class
> [instrument] processing class
> [org.hibernate.test.instrument.domain.Document]; file = file:/zfs/
> hibernate/core/build/testclasses/org/hibernate/test/instrument/
> domain/Document.class
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.upperCaseName]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.upperCaseName]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.summary]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.summary]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.text]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.text]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.owner]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.owner]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.folder]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.folder]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.lastTextModification]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.lastTextModification]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.lastTextModification]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.folder]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.folder]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.owner]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.owner]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.summary]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.summary]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.text]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.text]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.upperCaseName]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.upperCaseName]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.text]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.text]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Document.lastTextModification]
> [instrument] Starting class file : file:/zfs/hibernate/core/build/
> testclasses/org/hibernate/test/instrument/domain/Entity.class
> [instrument] processing class
> [org.hibernate.test.instrument.domain.Entity]; file = file:/zfs/
> hibernate/core/build/testclasses/org/hibernate/test/instrument/
> domain/Entity.class
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Entity.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Entity.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Entity.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Entity.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Entity.child]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Entity.child]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Entity.sibling]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Entity.sibling]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Entity.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Entity.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Entity.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Entity.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Entity.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Entity.child]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Entity.child]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Entity.sibling]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Entity.sibling]
> [instrument] Starting class file : file:/zfs/hibernate/core/build/
> testclasses/org/hibernate/test/instrument/domain/
> EntityWithOneToOnes.class
> [instrument] processing class
> [org.hibernate.test.instrument.domain.EntityWithOneToOnes]; file =
> file:/zfs/hibernate/core/build/testclasses/org/hibernate/test/
> instrument/domain/EntityWithOneToOnes.class
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.EntityWithOneToOnes.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.EntityWithOneToOnes.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.EntityWithOneToOnes.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.EntityWithOneToOnes.name]
> [instrument] accepting transformation of field access
> [org
> .hibernate.test.instrument.domain.EntityWithOneToOnes.oneToOneNoProxy]
> [instrument] accepting transformation of field access
> [org
> .hibernate.test.instrument.domain.EntityWithOneToOnes.oneToOneNoProxy]
> [instrument] accepting transformation of field access
> [org
> .hibernate.test.instrument.domain.EntityWithOneToOnes.oneToOneProxy]
> [instrument] accepting transformation of field access
> [org
> .hibernate.test.instrument.domain.EntityWithOneToOnes.oneToOneProxy]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.EntityWithOneToOnes.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.EntityWithOneToOnes.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.EntityWithOneToOnes.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.EntityWithOneToOnes.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.EntityWithOneToOnes.name]
> [instrument] accepting transformation of field access
> [org
> .hibernate.test.instrument.domain.EntityWithOneToOnes.oneToOneNoProxy]
> [instrument] accepting transformation of field access
> [org
> .hibernate.test.instrument.domain.EntityWithOneToOnes.oneToOneNoProxy]
> [instrument] accepting transformation of field access
> [org
> .hibernate.test.instrument.domain.EntityWithOneToOnes.oneToOneProxy]
> [instrument] accepting transformation of field access
> [org
> .hibernate.test.instrument.domain.EntityWithOneToOnes.oneToOneProxy]
> [instrument] Starting class file : file:/zfs/hibernate/core/build/
> testclasses/org/hibernate/test/instrument/domain/Folder.class
> [instrument] processing class
> [org.hibernate.test.instrument.domain.Folder]; file = file:/zfs/
> hibernate/core/build/testclasses/org/hibernate/test/instrument/
> domain/Folder.class
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.parent]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.parent]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.subfolders]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.subfolders]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.documents]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.documents]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.nameWasread]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.nameWasread]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.subfolders]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.documents]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.nameWasread]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.documents]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.documents]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.parent]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.parent]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.subfolders]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Folder.subfolders]
> [instrument] Starting class file : file:/zfs/hibernate/core/build/
> testclasses/org/hibernate/test/instrument/domain/OneToOneNoProxy.class
> [instrument] processing class
> [org.hibernate.test.instrument.domain.OneToOneNoProxy]; file = file:/
> zfs/hibernate/core/build/testclasses/org/hibernate/test/instrument/
> domain/OneToOneNoProxy.class
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneNoProxy.entityId]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneNoProxy.entityId]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneNoProxy.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneNoProxy.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneNoProxy.entity]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneNoProxy.entity]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneNoProxy.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneNoProxy.entityId]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneNoProxy.entityId]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneNoProxy.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneNoProxy.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneNoProxy.entity]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneNoProxy.entity]
> [instrument] Starting class file : file:/zfs/hibernate/core/build/
> testclasses/org/hibernate/test/instrument/domain/OneToOneProxy.class
> [instrument] processing class
> [org.hibernate.test.instrument.domain.OneToOneProxy]; file = file:/
> zfs/hibernate/core/build/testclasses/org/hibernate/test/instrument/
> domain/OneToOneProxy.class
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneProxy.entityId]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneProxy.entityId]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneProxy.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneProxy.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneProxy.entity]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneProxy.entity]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneProxy.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneProxy.entityId]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneProxy.entityId]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneProxy.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneProxy.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneProxy.entity]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.OneToOneProxy.entity]
> [instrument] Starting class file : file:/zfs/hibernate/core/build/
> testclasses/org/hibernate/test/instrument/domain/Owner.class
> [instrument] processing class
> [org.hibernate.test.instrument.domain.Owner]; file = file:/zfs/
> hibernate/core/build/testclasses/org/hibernate/test/instrument/
> domain/Owner.class
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Owner.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Owner.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Owner.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Owner.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Owner.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Owner.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Owner.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Owner.name]
> [instrument] Starting class file : file:/zfs/hibernate/core/build/
> testclasses/org/hibernate/test/instrument/domain/Problematic
> $Representation.class
> [instrument] processing class
> [org.hibernate.test.instrument.domain.Problematic$Representation];
> file = file:/zfs/hibernate/core/build/testclasses/org/hibernate/test/
> instrument/domain/Problematic$Representation.class
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic
> $Representation.bytes]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic
> $Representation.bytes]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic
> $Representation.bytes]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic
> $Representation.bytes]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic
> $Representation.bytes]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic
> $Representation.bytes]
> [instrument] Starting class file : file:/zfs/hibernate/core/build/
> testclasses/org/hibernate/test/instrument/domain/Problematic.class
> [instrument] processing class
> [org.hibernate.test.instrument.domain.Problematic]; file = file:/zfs/
> hibernate/core/build/testclasses/org/hibernate/test/instrument/
> domain/Problematic.class
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic.bytes]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic.bytes]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic.representation]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic.representation]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic.id]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic.name]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic.bytes]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic.bytes]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic.representation]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic.bytes]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic.bytes]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic.representation]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic.representation]
> [instrument] accepting transformation of field access
> [org.hibernate.test.instrument.domain.Problematic.bytes]
>
> junit.instrument.cglib:
>    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed:
> 12.594 sec
>    [junit] java.io.FileNotFoundException: /zfs/hibernate/core/
> junitvmwatcher341564053.properties (No such file or directory)
>    [junit]             at java.io.FileInputStream.open(Native Method)
>    [junit]             at
java.io.FileInputStream.<init>(FileInputStream.java:
> 106)
>    [junit]             at java.io.FileReader.<init>(FileReader.java:55)
>    [junit]             at
> org
> .apache
> .tools
> .ant
> .taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:
> 1028)
>    [junit]             at
> org
> .apache
> .tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:
> 817)
>    [junit]             at
> org
> .apache
> .tools
> .ant.taskdefs.optional.junit.JUnitTask.executeOrQueue(JUnitTask.java:
> 1657)
>    [junit]             at
> org
> .apache
> .tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:
> 764)
>    [junit]             at
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
>    [junit]             at
sun.reflect.GeneratedMethodAccessor2.invoke(Unknown
> Source)
>    [junit]             at
> sun
> .reflect
> .DelegatingMethodAccessorImpl
> .invoke(DelegatingMethodAccessorImpl.java:25)
>    [junit]             at
java.lang.reflect.Method.invoke(Method.java:585)
>    [junit]             at
> org
> .apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:
> 105)
>    [junit]             at
org.apache.tools.ant.Task.perform(Task.java:348)
>    [junit]             at
org.apache.tools.ant.Target.execute(Target.java:357)
>    [junit]             at
org.apache.tools.ant.Target.performTasks(Target.java:
> 385)
>    [junit]             at
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
>    [junit]             at
> org
> .apache
> .tools
> .ant
> .helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:
> 38)
>    [junit]             at
> org.apache.tools.ant.Project.executeTargets(Project.java:1181)
>    [junit]             at
org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
>    [junit]             at
> org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
>    [junit]             at
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
>    [junit]             at
sun.reflect.GeneratedMethodAccessor2.invoke(Unknown
> Source)
>    [junit]             at
> sun
> .reflect
> .DelegatingMethodAccessorImpl
> .invoke(DelegatingMethodAccessorImpl.java:25)
>    [junit]             at
java.lang.reflect.Method.invoke(Method.java:585)
>    [junit]             at
> org
> .apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:
> 105)
>    [junit]             at
org.apache.tools.ant.Task.perform(Task.java:348)
>    [junit]             at
> org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:62)
>    [junit]             at
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
>    [junit]             at
sun.reflect.GeneratedMethodAccessor2.invoke(Unknown
> Source)
>    [junit]             at
> sun
> .reflect
> .DelegatingMethodAccessorImpl
> .invoke(DelegatingMethodAccessorImpl.java:25)
>    [junit]             at
java.lang.reflect.Method.invoke(Method.java:585)
>    [junit]             at
> org
> .apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:
> 105)
>    [junit]             at
org.apache.tools.ant.Task.perform(Task.java:348)
>    [junit]             at
org.apache.tools.ant.Target.execute(Target.java:357)
>    [junit]             at
org.apache.tools.ant.Target.performTasks(Target.java:
> 385)
>    [junit]             at
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
>    [junit]             at
> org.apache.tools.ant.Project.executeTarget(Project.java:1298)
>    [junit]             at
> org
> .apache
> .tools
> .ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>    [junit]             at
> org.apache.tools.ant.Project.executeTargets(Project.java:1181)
>    [junit]             at
org.apache.tools.ant.Main.runBuild(Main.java:698)
>    [junit]             at
org.apache.tools.ant.Main.startAnt(Main.java:199)
>    [junit]             at
> org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
>    [junit]             at
> org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
>    [junit] Running
> org.hibernate.test.instrument.buildtime.InstrumentTest
>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>    [junit] Test
> org.hibernate.test.instrument.buildtime.InstrumentTest FAILED
> (crashed)
>  [taskdef] Could not load definitions from resource clovertasks. It
> could not be found.
>
> instrument.prepare:
>
> splash:
>
> init:
>     [echo] Build Hibernate-3.2.5.ga (2007-12-13 11:09:55)
>     [echo] JDK version: 1.5
>
> init.antlr:
>
> antlr:
>
> compile:
>
> compiletest:
>    [javac] Compiling 9 source files to /zfs/hibernate/core/build/
> testclasses
>
> instrument.javassist:
> [instrument] starting instrumentation
> [instrument] Starting class file : file:/zfs/hibernate/core/build/
> testclasses/org/hibernate/test/instrument/domain/CustomBlobType.class
> [instrument] processing class
> [org.hibernate.test.instrument.domain.CustomBlobType]; file = file:/
> zfs/hibernate/core/build/testclasses/org/hibernate/test/instrument/
> domain/CustomBlobType.class
> [instrument] log4j:WARN No appenders could be found for logger
> (org.hibernate.bytecode.javassist.JavassistClassTransformer).
> [instrument] log4j:WARN Please initialize the log4j system properly.
> [instrument] Starting class file : file:/zfs/hibernate/core/build/
> testclasses/org/hibernate/test/instrument/domain/Document.class
> [instrument] processing class
> [org.hibernate.test.instrument.domain.Document]; file = file:/zfs/
> hibernate/core/build/testclasses/org/hibernate/test/instrument/
> domain/Document.class
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Document.id]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Document.id]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Document.name]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Document.name]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Document.upperCaseName]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Document.upperCaseName]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Document.summary]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Document.summary]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Document.text]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Document.text]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Document.owner]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Document.owner]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Document.folder]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Document.folder]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Document.lastTextModification]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Document.lastTextModification]
> [instrument] Starting class file : file:/zfs/hibernate/core/build/
> testclasses/org/hibernate/test/instrument/domain/Entity.class
> [instrument] processing class
> [org.hibernate.test.instrument.domain.Entity]; file = file:/zfs/
> hibernate/core/build/testclasses/org/hibernate/test/instrument/
> domain/Entity.class
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Entity.id]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Entity.id]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Entity.name]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Entity.name]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Entity.child]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Entity.child]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Entity.sibling]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Entity.sibling]
> [instrument] Starting class file : file:/zfs/hibernate/core/build/
> testclasses/org/hibernate/test/instrument/domain/
> EntityWithOneToOnes.class
> [instrument] processing class
> [org.hibernate.test.instrument.domain.EntityWithOneToOnes]; file =
> file:/zfs/hibernate/core/build/testclasses/org/hibernate/test/
> instrument/domain/EntityWithOneToOnes.class
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.EntityWithOneToOnes.id]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.EntityWithOneToOnes.id]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.EntityWithOneToOnes.name]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.EntityWithOneToOnes.name]
> [instrument] accepting transformation of field
> [org
> .hibernate.test.instrument.domain.EntityWithOneToOnes.oneToOneNoProxy]
> [instrument] accepting transformation of field
> [org
> .hibernate.test.instrument.domain.EntityWithOneToOnes.oneToOneNoProxy]
> [instrument] accepting transformation of field
> [org
> .hibernate.test.instrument.domain.EntityWithOneToOnes.oneToOneProxy]
> [instrument] accepting transformation of field
> [org
> .hibernate.test.instrument.domain.EntityWithOneToOnes.oneToOneProxy]
> [instrument] Starting class file : file:/zfs/hibernate/core/build/
> testclasses/org/hibernate/test/instrument/domain/Folder.class
> [instrument] processing class
> [org.hibernate.test.instrument.domain.Folder]; file = file:/zfs/
> hibernate/core/build/testclasses/org/hibernate/test/instrument/
> domain/Folder.class
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Folder.id]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Folder.id]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Folder.name]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Folder.name]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Folder.parent]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Folder.parent]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Folder.subfolders]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Folder.subfolders]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Folder.documents]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Folder.documents]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Folder.nameWasread]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Folder.nameWasread]
> [instrument] Starting class file : file:/zfs/hibernate/core/build/
> testclasses/org/hibernate/test/instrument/domain/OneToOneNoProxy.class
> [instrument] processing class
> [org.hibernate.test.instrument.domain.OneToOneNoProxy]; file = file:/
> zfs/hibernate/core/build/testclasses/org/hibernate/test/instrument/
> domain/OneToOneNoProxy.class
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.OneToOneNoProxy.entityId]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.OneToOneNoProxy.entityId]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.OneToOneNoProxy.name]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.OneToOneNoProxy.name]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.OneToOneNoProxy.entity]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.OneToOneNoProxy.entity]
> [instrument] Starting class file : file:/zfs/hibernate/core/build/
> testclasses/org/hibernate/test/instrument/domain/OneToOneProxy.class
> [instrument] processing class
> [org.hibernate.test.instrument.domain.OneToOneProxy]; file = file:/
> zfs/hibernate/core/build/testclasses/org/hibernate/test/instrument/
> domain/OneToOneProxy.class
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.OneToOneProxy.entityId]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.OneToOneProxy.entityId]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.OneToOneProxy.name]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.OneToOneProxy.name]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.OneToOneProxy.entity]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.OneToOneProxy.entity]
> [instrument] Starting class file : file:/zfs/hibernate/core/build/
> testclasses/org/hibernate/test/instrument/domain/Owner.class
> [instrument] processing class
> [org.hibernate.test.instrument.domain.Owner]; file = file:/zfs/
> hibernate/core/build/testclasses/org/hibernate/test/instrument/
> domain/Owner.class
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Owner.id]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Owner.id]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Owner.name]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Owner.name]
> [instrument] Starting class file : file:/zfs/hibernate/core/build/
> testclasses/org/hibernate/test/instrument/domain/Problematic
> $Representation.class
> [instrument] processing class
> [org.hibernate.test.instrument.domain.Problematic$Representation];
> file = file:/zfs/hibernate/core/build/testclasses/org/hibernate/test/
> instrument/domain/Problematic$Representation.class
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Problematic
> $Representation.bytes]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Problematic
> $Representation.bytes]
> [instrument] Starting class file : file:/zfs/hibernate/core/build/
> testclasses/org/hibernate/test/instrument/domain/Problematic.class
> [instrument] processing class
> [org.hibernate.test.instrument.domain.Problematic]; file = file:/zfs/
> hibernate/core/build/testclasses/org/hibernate/test/instrument/
> domain/Problematic.class
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Problematic.id]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Problematic.id]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Problematic.name]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Problematic.name]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Problematic.bytes]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Problematic.bytes]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Problematic.representation]
> [instrument] accepting transformation of field
> [org.hibernate.test.instrument.domain.Problematic.representation]
>
> junit.instrument.javassist:
>    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 9.196
> sec
>    [junit] java.io.FileNotFoundException: /zfs/hibernate/core/
> junitvmwatcher1945112681.properties (No such file or directory)
>    [junit]             at java.io.FileInputStream.open(Native Method)
>    [junit]             at
java.io.FileInputStream.<init>(FileInputStream.java:
> 106)
>    [junit]             at java.io.FileReader.<init>(FileReader.java:55)
>    [junit]             at
> org
> .apache
> .tools
> .ant
> .taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:
> 1028)
>    [junit]             at
> org
> .apache
> .tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:
> 817)
>    [junit]             at
> org
> .apache
> .tools
> .ant.taskdefs.optional.junit.JUnitTask.executeOrQueue(JUnitTask.java:
> 1657)
>    [junit]             at
> org
> .apache
> .tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:
> 764)
>    [junit]             at
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
>    [junit]             at
sun.reflect.GeneratedMethodAccessor2.invoke(Unknown
> Source)
>    [junit]             at
> sun
> .reflect
> .DelegatingMethodAccessorImpl
> .invoke(DelegatingMethodAccessorImpl.java:25)
>    [junit]             at
java.lang.reflect.Method.invoke(Method.java:585)
>    [junit]             at
> org
> .apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:
> 105)
>    [junit]             at
org.apache.tools.ant.Task.perform(Task.java:348)
>    [junit]             at
org.apache.tools.ant.Target.execute(Target.java:357)
>    [junit]             at
org.apache.tools.ant.Target.performTasks(Target.java:
> 385)
>    [junit]             at
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
>    [junit]             at
> org
> .apache
> .tools
> .ant
> .helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:
> 38)
>    [junit]             at
> org.apache.tools.ant.Project.executeTargets(Project.java:1181)
>    [junit]             at
org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
>    [junit]             at
> org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
>    [junit]             at
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
>    [junit]             at
sun.reflect.GeneratedMethodAccessor2.invoke(Unknown
> Source)
>    [junit]             at
> sun
> .reflect
> .DelegatingMethodAccessorImpl
> .invoke(DelegatingMethodAccessorImpl.java:25)
>    [junit]             at
java.lang.reflect.Method.invoke(Method.java:585)
>    [junit]             at
> org
> .apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:
> 105)
>    [junit]             at
org.apache.tools.ant.Task.perform(Task.java:348)
>    [junit]             at
> org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:62)
>    [junit]             at
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
>    [junit]             at
sun.reflect.GeneratedMethodAccessor2.invoke(Unknown
> Source)
>    [junit]             at
> sun
> .reflect
> .DelegatingMethodAccessorImpl
> .invoke(DelegatingMethodAccessorImpl.java:25)
>    [junit]             at
java.lang.reflect.Method.invoke(Method.java:585)
>    [junit]             at
> org
> .apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:
> 105)
>    [junit]             at
org.apache.tools.ant.Task.perform(Task.java:348)
>    [junit]             at
org.apache.tools.ant.Target.execute(Target.java:357)
>    [junit]             at
org.apache.tools.ant.Target.performTasks(Target.java:
> 385)
>    [junit]             at
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
>    [junit]             at
> org.apache.tools.ant.Project.executeTarget(Project.java:1298)
>    [junit]             at
> org
> .apache
> .tools
> .ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>    [junit]             at
> org.apache.tools.ant.Project.executeTargets(Project.java:1181)
>    [junit]             at
org.apache.tools.ant.Main.runBuild(Main.java:698)
>    [junit]             at
org.apache.tools.ant.Main.startAnt(Main.java:199)
>    [junit]             at
> org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
>    [junit]             at
> org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
>    [junit] Running
> org.hibernate.test.instrument.buildtime.InstrumentTest
>    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>    [junit] Test
> org.hibernate.test.instrument.buildtime.InstrumentTest FAILED
> (crashed)
>
> junitreport:
>    [mkdir] Created dir: /zfs/hibernate/core/build/test-reports
> [junitreport] Processing /zfs/hibernate/core/build/test-reports/
> TESTS-TestSuites.xml to /var/tmp/null1956478860
> [junitreport] Loading stylesheet jar:file:/opt/JSWsupp/indiv/apache-
> ant-1.7.0/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/
> junit/xsl/junit-frames.xsl
> [junitreport] Transform time: 9653ms
> [junitreport] Deleting: /var/tmp/null1956478860
>
> BUILD SUCCESSFUL
> Total time: 2 minutes 51 seconds
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.jboss.org/pipermail/hibernate-dev/attachments/20071217/bee52e77/attachment.html


------------------------------

_______________________________________________
hibernate-dev mailing list
hibernate-dev at lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


End of hibernate-dev Digest, Vol 18, Issue 10
*********************************************






More information about the hibernate-dev mailing list