I got when running ant:
Buildfile: E:\wsad_work\workspace\Hibernate2\build.xml
[taskdef] Could not load definitions from resource clovertasks. It could not be found.
splash:
init:
[echo] Build Hibernate-2.1 (2004-01-19 12:59:12)
compile:
[javac] Compiling 44 source files to E:\wsad_work\workspace\Hibernate2\build
[javac] ----------
[javac] 1. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\PropertyValueException.java (at line 36)
[javac] StringHelper.qualify( persistentClass.getName(), propertyName );
[javac] ^^^^^^^
[javac] The method qualify(String, String) is undefined for the type StringHelper
[javac] ----------
[javac] ----------
[javac] 2. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cache\CacheFactory.java (at line 37)
[javac] ccs = new ReadOnlyCache();
[javac] ^^^^^^^^^^^^^^^^^^^
[javac] The constructor ReadOnlyCache() is undefined
[javac] ----------
[javac] 3. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cache\CacheFactory.java (at line 40)
[javac] ccs = new ReadWriteCache();
[javac] ^^^^^^^^^^^^^^^^^^^^
[javac] The constructor ReadWriteCache() is undefined
[javac] ----------
[javac] 4. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cache\CacheFactory.java (at line 43)
[javac] ccs = new NonstrictReadWriteCache();
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The constructor NonstrictReadWriteCache() is undefined
[javac] ----------
[javac] ----------
[javac] 5. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cache\HashtableCache.java (at line 11)
[javac] public class HashtableCache implements Cache {
[javac] ^^^^^^^^^^^^^^
[javac] Class must implement the inherited abstract method Cache.setRegion(String)
[javac] ----------
[javac] ----------
[javac] 6. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cache\JCSCacheProvider.java (at line 14)
[javac] return new JCSCache(regionName, properties);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The constructor JCSCache(String, Properties) is undefined
[javac] ----------
[javac] ----------
[javac] 7. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cache\OSCache.java (at line 10)
[javac] public class OSCache implements Cache {
[javac] ^^^^^^^
[javac] Class must implement the inherited abstract method Cache.setRegion(String)
[javac] ----------
[javac] ----------
[javac] 8. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cache\OSCacheProvider.java (at line 48)
[javac] StringHelper.qualify(region, OSCACHE_REFRESH_PERIOD),
[javac] ^^^^^^^
[javac] The method qualify(String, String) is undefined for the type StringHelper
[javac] ----------
[javac] 9. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cache\OSCacheProvider.java (at line 52)
[javac] String cron = OSCACHE_PROPERTIES.getProperty( StringHelper.qualify(region, OSCACHE_CRON) );
[javac] ^^^^^^^
[javac] The method qualify(String, String) is undefined for the type StringHelper
[javac] ----------
[javac] 10. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cache\OSCacheProvider.java (at line 57)
[javac] Integer capacity = PropertiesHelper.getInteger( StringHelper.qualify(region, OSCACHE_CAPACITY), OSCACHE_PROPERTIES);
[javac] ^^^^^^^
[javac] The method qualify(String, String) is undefined for the type StringHelper
[javac] ----------
[javac] ----------
[javac] 11. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cache\QueryCache.java (at line 54)
[javac] cacheable.add( TypeFactory.disassemble( (Object[]) result.get(i), returnTypes, session ) );
[javac] ^^^^^^^^^^^
[javac] The method disassemble(Object[], Type[], SessionImplementor) is undefined for the type TypeFactory
[javac] ----------
[javac] 12. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cache\QueryCache.java (at line 79)
[javac] result.add( TypeFactory.assemble( (Serializable[]) cacheable.get(i), returnTypes, session, null ) );
[javac] ^^^^^^^^
[javac] The method assemble(Serializable[], Type[], SessionImplementor, null) is undefined for the type TypeFactory
[javac] ----------
[javac] ----------
[javac] 13. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cache\SwarmCache.java (at line 11)
[javac] public class SwarmCache implements Cache {
[javac] ^^^^^^^^^^
[javac] Class must implement the inherited abstract method Cache.setRegion(String)
[javac] ----------
[javac] ----------
[javac] 14. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cache\TransactionalCache.java (at line 15)
[javac] public class TransactionalCache implements CacheConcurrencyStrategy {
[javac] ^^^^^^^^^^^^^^^^^^
[javac] Class must implement the inherited abstract method CacheConcurrencyStrategy.release(Object)
[javac] ----------
[javac] 15. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cache\TransactionalCache.java (at line 15)
[javac] public class TransactionalCache implements CacheConcurrencyStrategy {
[javac] ^^^^^^^^^^^^^^^^^^
[javac] Class must implement the inherited abstract method CacheConcurrencyStrategy.lock(Object)
[javac] ----------
[javac] 16. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cache\TransactionalCache.java (at line 40)
[javac] public SoftLock lock(Object key) throws CacheException {
[javac] ^^^^^^^^
[javac] SoftLock cannot be resolved (or is not a valid return type) for the method lock
[javac] ----------
[javac] 17. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cache\TransactionalCache.java (at line 48)
[javac] public void release(Object key, SoftLock clientLock) throws CacheException {
[javac] ^^^^^^^^
[javac] SoftLock cannot be resolved (or is not a valid type) for the argument clientLock of the method release
[javac] ----------
[javac] 18. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cache\TransactionalCache.java (at line 99)
[javac] public void afterUpdate(Object key, Object value, SoftLock clientLock) throws CacheException {
[javac] ^^^^^^^^
[javac] SoftLock cannot be resolved (or is not a valid type) for the argument clientLock of the method afterUpdate
[javac] ----------
[javac] ----------
[javac] 19. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cache\TreeCache.java (at line 15)
[javac] public class TreeCache implements Cache {
[javac] ^^^^^^^^^
[javac] Class must implement the inherited abstract method Cache.setRegion(String)
[javac] ----------
[javac] ----------
[javac] 20. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cache\UpdateTimestampsCache.java (at line 40)
[javac] Long ts = new Long( updateTimestamps.nextTimestamp() + updateTimestamps.getTimeout() );
[javac] ^^^^^^^^^^^^^
[javac] The method nextTimestamp() is undefined for the type Cache
[javac] ----------
[javac] 21. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cache\UpdateTimestampsCache.java (at line 40)
[javac] Long ts = new Long( updateTimestamps.nextTimestamp() + updateTimestamps.getTimeout() );
[javac] ^^^^^^^^^^
[javac] The method getTimeout() is undefined for the type Cache
[javac] ----------
[javac] 22. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cache\UpdateTimestampsCache.java (at line 45)
[javac] Long ts = new Long( updateTimestamps.nextTimestamp() );
[javac] ^^^^^^^^^^^^^
[javac] The method nextTimestamp() is undefined for the type Cache
[javac] ----------
[javac] ----------
[javac] 23. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cfg\SettingsFactory.java (at line 57)
[javac] Integer maxFetchDepth = PropertiesHelper.getInteger(Environment.MAX_FETCH_DEPTH, properties);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Environment.MAX_FETCH_DEPTH cannot be resolved
[javac] ----------
[javac] 24. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cfg\SettingsFactory.java (at line 77)
[javac] if ( Environment.jvmSupportsGetGeneratedKeys() ) {
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The method jvmSupportsGetGeneratedKeys() is undefined for the type Environment
[javac] ----------
[javac] 25. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cfg\SettingsFactory.java (at line 101)
[javac] boolean useScrollableResultSets = PropertiesHelper.getBoolean(Environment.USE_SCROLLABLE_RESULTSET, properties, metaSupportsScrollable);
[javac] ^^^^^^^^^^
[javac] The method getBoolean(String, Properties) in the type PropertiesHelper is not applicable for the arguments (String, Properties, boolean)
[javac] ----------
[javac] 26. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cfg\SettingsFactory.java (at line 104)
[javac] boolean useGetGeneratedKeys = PropertiesHelper.getBoolean(Environment.USE_GET_GENERATED_KEYS, properties, metaSupportsGetGeneratedKeys);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Environment.USE_GET_GENERATED_KEYS cannot be resolved
[javac] ----------
[javac] 27. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cfg\SettingsFactory.java (at line 116)
[javac] String autoSchemaExport = properties.getProperty(Environment.HBM2DDL_AUTO);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Environment.HBM2DDL_AUTO cannot be resolved
[javac] ----------
[javac] 28. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cfg\SettingsFactory.java (at line 124)
[javac] String cacheClassName = PropertiesHelper.getString(Environment.CACHE_PROVIDER, properties, "net.sf.ehcache.hibernate.Provider");
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Environment.CACHE_PROVIDER cannot be resolved
[javac] ----------
[javac] 29. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\cfg\SettingsFactory.java (at line 133)
[javac] boolean useQueryCache = PropertiesHelper.getBoolean(Environment.USE_QUERY_CACHE, properties);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Environment.USE_QUERY_CACHE cannot be resolved
[javac] ----------
[javac] ----------
[javac] 30. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\AbstractCollectionPersister.java (at line 53)
[javac] public abstract class AbstractCollectionPersister implements CollectionMetadata, QueryableCollection {
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The hierarchy of the type AbstractCollectionPersister is inconsistent
[javac] ----------
[javac] 31. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\AbstractCollectionPersister.java (at line 117)
[javac] collectionType = collection.getCollectionType();
[javac] ^^^^^^^^^^^^^^^^^
[javac] The method getCollectionType() is undefined for the type Collection
[javac] ----------
[javac] 32. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\AbstractCollectionPersister.java (at line 131)
[javac] batchSize = collection.getBatchSize();
[javac] ^^^^^^^^^^^^
[javac] The method getBatchSize() is undefined for the type Collection
[javac] ----------
[javac] 33. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\AbstractCollectionPersister.java (at line 159)
[javac] Table table = collection.getCollectionTable();
[javac] ^^^^^^^^^^^^^^^^^^
[javac] The method getCollectionTable() is undefined for the type Collection
[javac] ----------
[javac] 34. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\AbstractCollectionPersister.java (at line 166)
[javac] elementPersister = factory.getPersister( ( (EntityType) elementType ).getAssociatedClass() );
[javac] ^^^^^^^^^^^^^^^^^^
[javac] The method getAssociatedClass() is undefined for the type EntityType
[javac] ----------
[javac] 35. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\AbstractCollectionPersister.java (at line 271)
[javac] ClassPersister persister = factory.getPersister( ( (EntityType) elementType ).getAssociatedClass() );
[javac] ^^^^^^^^^^^^^^^^^^
[javac] The method getAssociatedClass() is undefined for the type EntityType
[javac] ----------
[javac] 36. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\AbstractCollectionPersister.java (at line 284)
[javac] initializer.initialize(key, session);
[javac] ^^^^^^^^^^
[javac] The method initialize(Serializable, PersistentCollection, Object, SessionImplementor) in the type CollectionInitializer is not applicable for the arguments (Serializable, SessionImplementor)
[javac] ----------
[javac] 37. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\AbstractCollectionPersister.java (at line 288)
[javac] "could not initialize collection: " + MessageHelper.infoString(this, key), sqle
[javac] ^^^^^^^^^^
[javac] The method infoString(Class, Serializable) in the type MessageHelper is not applicable for the arguments (AbstractCollectionPersister, Serializable)
[javac] ----------
[javac] 38. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\AbstractCollectionPersister.java (at line 491)
[javac] if ( log.isDebugEnabled() ) log.debug( "Deleting collection: " + MessageHelper.infoString(this, id) );
[javac] ^^^^^^^^^^
[javac] The method infoString(Class, Serializable) in the type MessageHelper is not applicable for the arguments (AbstractCollectionPersister, Serializable)
[javac] ----------
[javac] 39. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\AbstractCollectionPersister.java (at line 510)
[javac] throw new JDBCException("could not delete collection: " + MessageHelper.infoString(this, id), sqle );
[javac] ^^^^^^^^^^
[javac] The method infoString(Class, Serializable) in the type MessageHelper is not applicable for the arguments (AbstractCollectionPersister, Serializable)
[javac] ----------
[javac] 40. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\AbstractCollectionPersister.java (at line 522)
[javac] if ( log.isDebugEnabled() ) log.debug( "Inserting collection: " + MessageHelper.infoString(this, id) );
[javac] ^^^^^^^^^^
[javac] The method infoString(Class, Serializable) in the type MessageHelper is not applicable for the arguments (AbstractCollectionPersister, Serializable)
[javac] ----------
[javac] 41. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\AbstractCollectionPersister.java (at line 529)
[javac] collection.preInsert(this);
[javac] ^^^^^^^^^
[javac] The method preInsert(CollectionPersister, Object, int) in the type PersistentCollection is not applicable for the arguments (AbstractCollectionPersister)
[javac] ----------
[javac] 42. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\AbstractCollectionPersister.java (at line 537)
[javac] collection.writeTo(st, this, entry, i, false);
[javac] ^^^^^^^
[javac] The method writeTo(PreparedStatement, CollectionPersister, Object, int, boolean) in the type PersistentCollection is not applicable for the arguments (PreparedStatement, AbstractCollectionPersister, Object, int, boolean)
[javac] ----------
[javac] 43. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\AbstractCollectionPersister.java (at line 539)
[javac] collection.afterRowInsert(this, entry, i);
[javac] ^^^^^^^^^^^^^^
[javac] The method afterRowInsert(AbstractCollectionPersister, Object, int) is undefined for the type PersistentCollection
[javac] ----------
[javac] 44. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\AbstractCollectionPersister.java (at line 557)
[javac] throw new JDBCException("could not insert collection: " + MessageHelper.infoString(this, id), sqle );
[javac] ^^^^^^^^^^
[javac] The method infoString(Class, Serializable) in the type MessageHelper is not applicable for the arguments (AbstractCollectionPersister, Serializable)
[javac] ----------
[javac] 45. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\AbstractCollectionPersister.java (at line 567)
[javac] if ( log.isDebugEnabled() ) log.debug( "Deleting rows of collection: " + MessageHelper.infoString(this, id) );
[javac] ^^^^^^^^^^
[javac] The method infoString(Class, Serializable) in the type MessageHelper is not applicable for the arguments (AbstractCollectionPersister, Serializable)
[javac] ----------
[javac] 46. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\AbstractCollectionPersister.java (at line 596)
[javac] throw new JDBCException("could not delete collection rows: " + MessageHelper.infoString(this, id), sqle );
[javac] ^^^^^^^^^^
[javac] The method infoString(Class, Serializable) in the type MessageHelper is not applicable for the arguments (AbstractCollectionPersister, Serializable)
[javac] ----------
[javac] 47. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\AbstractCollectionPersister.java (at line 606)
[javac] if ( log.isDebugEnabled() ) log.debug( "Inserting rows of collection: " + MessageHelper.infoString(this, id) );
[javac] ^^^^^^^^^^
[javac] The method infoString(Class, Serializable) in the type MessageHelper is not applicable for the arguments (AbstractCollectionPersister, Serializable)
[javac] ----------
[javac] 48. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\AbstractCollectionPersister.java (at line 612)
[javac] collection.preInsert(this);
[javac] ^^^^^^^^^
[javac] The method preInsert(CollectionPersister, Object, int) in the type PersistentCollection is not applicable for the arguments (AbstractCollectionPersister)
[javac] ----------
[javac] 49. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\AbstractCollectionPersister.java (at line 621)
[javac] collection.writeTo( st, this, entry, i, false );
[javac] ^^^^^^^
[javac] The method writeTo(PreparedStatement, CollectionPersister, Object, int, boolean) in the type PersistentCollection is not applicable for the arguments (PreparedStatement, AbstractCollectionPersister, Object, int, boolean)
[javac] ----------
[javac] 50. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\AbstractCollectionPersister.java (at line 623)
[javac] collection.afterRowInsert(this, entry, i);
[javac] ^^^^^^^^^^^^^^
[javac] The method afterRowInsert(AbstractCollectionPersister, Object, int) is undefined for the type PersistentCollection
[javac] ----------
[javac] 51. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\AbstractCollectionPersister.java (at line 636)
[javac] throw new JDBCException("could not insert collection rows: " + MessageHelper.infoString(this, id), sqle );
[javac] ^^^^^^^^^^
[javac] The method infoString(Class, Serializable) in the type MessageHelper is not applicable for the arguments (AbstractCollectionPersister, Serializable)
[javac] ----------
[javac] 52. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\AbstractCollectionPersister.java (at line 685)
[javac] return StringHelper.qualify(alias, indexColumnNames);
[javac] ^^^^^^^
[javac] The method qualify(String, String[]) is undefined for the type StringHelper
[javac] ----------
[javac] ----------
[javac] 53. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\BasicCollectionPersister.java (at line 31)
[javac] public final class BasicCollectionPersister extends AbstractCollectionPersister {
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The hierarchy of the type BasicCollectionPersister is inconsistent
[javac] ----------
[javac] 54. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\BasicCollectionPersister.java (at line 121)
[javac] collection.writeTo( st, this, entry, i, true );
[javac] ^^^^^^^
[javac] The method writeTo(PreparedStatement, CollectionPersister, Object, int, boolean) in the type PersistentCollection is not applicable for the arguments (PreparedStatement, BasicCollectionPersister, Object, int, boolean)
[javac] ----------
[javac] 55. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\BasicCollectionPersister.java (at line 135)
[javac] throw new JDBCException("could not update collection rows: " + MessageHelper.infoString(this, id), sqle );
[javac] ^^^^^^^^^^
[javac] The method infoString(Class, Serializable) in the type MessageHelper is not applicable for the arguments (BasicCollectionPersister, Serializable)
[javac] ----------
[javac] 56. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\BasicCollectionPersister.java (at line 148)
[javac] Loader nonbatchLoader = new CollectionLoader(this, factory);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The constructor CollectionLoader(BasicCollectionPersister, SessionFactoryImplementor) is undefined
[javac] ----------
[javac] 57. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\BasicCollectionPersister.java (at line 150)
[javac] Loader batchLoader = new CollectionLoader(this, batchSize, factory);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The constructor CollectionLoader(BasicCollectionPersister, int, SessionFactoryImplementor) is undefined
[javac] ----------
[javac] 58. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\BasicCollectionPersister.java (at line 152)
[javac] Loader smallBatchLoader = new CollectionLoader(this, smallBatchSize, factory);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The constructor CollectionLoader(BasicCollectionPersister, int, SessionFactoryImplementor) is undefined
[javac] ----------
[javac] 59. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\BasicCollectionPersister.java (at line 154)
[javac] return new BatchingCollectionInitializer(this, batchSize, batchLoader, smallBatchSize, smallBatchLoader, nonbatchLoader);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The constructor BatchingCollectionInitializer(BasicCollectionPersister, int, Loader, int, Loader, Loader) is undefined
[javac] ----------
[javac] ----------
[javac] 60. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\CollectionPropertyMapping.java (at line 30)
[javac] return memberPersister.getElementType();
[javac] ^^^^^^^^^^^^^^
[javac] The method getElementType() is undefined for the type QueryableCollection
[javac] ----------
[javac] 61. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\CollectionPropertyMapping.java (at line 33)
[javac] if ( !memberPersister.hasIndex() ) throw new QueryException("unindexed collection before .indices");
[javac] ^^^^^^^^
[javac] The method hasIndex() is undefined for the type QueryableCollection
[javac] ----------
[javac] 62. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\CollectionPropertyMapping.java (at line 34)
[javac] return memberPersister.getIndexType();
[javac] ^^^^^^^^^^^^
[javac] The method getIndexType() is undefined for the type QueryableCollection
[javac] ----------
[javac] 63. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\CollectionPropertyMapping.java (at line 40)
[javac] return memberPersister.getIndexType();
[javac] ^^^^^^^^^^^^
[javac] The method getIndexType() is undefined for the type QueryableCollection
[javac] ----------
[javac] 64. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\CollectionPropertyMapping.java (at line 43)
[javac] return memberPersister.getIndexType();
[javac] ^^^^^^^^^^^^
[javac] The method getIndexType() is undefined for the type QueryableCollection
[javac] ----------
[javac] 65. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\CollectionPropertyMapping.java (at line 46)
[javac] return memberPersister.getElementType();
[javac] ^^^^^^^^^^^^^^
[javac] The method getElementType() is undefined for the type QueryableCollection
[javac] ----------
[javac] 66. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\CollectionPropertyMapping.java (at line 49)
[javac] return memberPersister.getElementType();
[javac] ^^^^^^^^^^^^^^
[javac] The method getElementType() is undefined for the type QueryableCollection
[javac] ----------
[javac] 67. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\CollectionPropertyMapping.java (at line 60)
[javac] return StringHelper.qualify(alias, cols);
[javac] ^^^^^^^
[javac] The method qualify(String, String[]) is undefined for the type StringHelper
[javac] ----------
[javac] 68. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\CollectionPropertyMapping.java (at line 63)
[javac] if ( !memberPersister.hasIndex() ) throw new QueryException("unindexed collection before .indices");
[javac] ^^^^^^^^
[javac] The method hasIndex() is undefined for the type QueryableCollection
[javac] ----------
[javac] 69. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\CollectionPropertyMapping.java (at line 65)
[javac] return StringHelper.qualify(alias, cols);
[javac] ^^^^^^^
[javac] The method qualify(String, String[]) is undefined for the type StringHelper
[javac] ----------
[javac] 70. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\CollectionPropertyMapping.java (at line 71)
[javac] if ( !memberPersister.hasIndex() ) throw new QueryException("unindexed collection before .maxIndex");
[javac] ^^^^^^^^
[javac] The method hasIndex() is undefined for the type QueryableCollection
[javac] ----------
[javac] 71. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\CollectionPropertyMapping.java (at line 77)
[javac] if ( !memberPersister.hasIndex() ) throw new QueryException("unindexed collection before .minIndex");
[javac] ^^^^^^^^
[javac] The method hasIndex() is undefined for the type QueryableCollection
[javac] ----------
[javac] 72. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\CollectionPropertyMapping.java (at line 100)
[javac] return memberPersister.getCollectionType();
[javac] ^^^^^^^^^^^^^^^^^
[javac] The method getCollectionType() is undefined for the type QueryableCollection
[javac] ----------
[javac] ----------
[javac] 73. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\ElementPropertyMapping.java (at line 34)
[javac] return StringHelper.qualify(alias, elementColumns);
[javac] ^^^^^^^
[javac] The method qualify(String, String[]) is undefined for the type StringHelper
[javac] ----------
[javac] ----------
[javac] 74. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\OneToManyPersister.java (at line 31)
[javac] public class OneToManyPersister extends AbstractCollectionPersister {
[javac] ^^^^^^^^^^^^^^^^^^
[javac] The hierarchy of the type OneToManyPersister is inconsistent
[javac] ----------
[javac] 75. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\OneToManyPersister.java (at line 145)
[javac] collection.writeTo(st, this, entry, i, false);
[javac] ^^^^^^^
[javac] The method writeTo(PreparedStatement, CollectionPersister, Object, int, boolean) in the type PersistentCollection is not applicable for the arguments (PreparedStatement, OneToManyPersister, Object, int, boolean)
[javac] ----------
[javac] 76. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\OneToManyPersister.java (at line 159)
[javac] throw new JDBCException("could not update collection rows: " + MessageHelper.infoString(this, id), sqle );
[javac] ^^^^^^^^^^
[javac] The method infoString(Class, Serializable) in the type MessageHelper is not applicable for the arguments (OneToManyPersister, Serializable)
[javac] ----------
[javac] 77. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\OneToManyPersister.java (at line 181)
[javac] Loader nonbatchLoader = new OneToManyLoader(this, factory);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The constructor OneToManyLoader(OneToManyPersister, SessionFactoryImplementor) is undefined
[javac] ----------
[javac] 78. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\OneToManyPersister.java (at line 183)
[javac] Loader batchLoader = new OneToManyLoader(this, batchSize, factory);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The constructor OneToManyLoader(OneToManyPersister, int, SessionFactoryImplementor) is undefined
[javac] ----------
[javac] 79. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\OneToManyPersister.java (at line 185)
[javac] Loader smallBatchLoader = new OneToManyLoader(this, smallBatchSize, factory);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The constructor OneToManyLoader(OneToManyPersister, int, SessionFactoryImplementor) is undefined
[javac] ----------
[javac] 80. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\OneToManyPersister.java (at line 187)
[javac] return new BatchingCollectionInitializer(this, batchSize, batchLoader, smallBatchSize, smallBatchLoader, nonbatchLoader);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The constructor BatchingCollectionInitializer(OneToManyPersister, int, Loader, int, Loader, Loader) is undefined
[javac] ----------
[javac] ----------
[javac] 81. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\collection\QueryableCollection.java (at line 12)
[javac] public interface QueryableCollection extends PropertyMapping, Joinable, CollectionPersister {
[javac] ^^^^^^^^^^^^^^^^^^^
[javac] The class CollectionPersister cannot be a superinterface of QueryableCollection; a superinterface must be an interface
[javac] ----------
[javac] ----------
[javac] 82. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\engine\CacheSynchronization.java (at line 29)
[javac] session.afterTransactionCompletion(status==Status.STATUS_COMMITTED);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The method afterTransactionCompletion() in the type SessionImplementor is not applicable for the arguments (boolean)
[javac] ----------
[javac] ----------
[javac] 83. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\exception\ExceptionUtils.java (at line 284)
[javac] return (Throwable) method.invoke(throwable, ArrayHelper.EMPTY_OBJECT_ARRAY);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] ArrayHelper.EMPTY_OBJECT_ARRAY cannot be resolved
[javac] ----------
[javac] 84. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\exception\ExceptionUtils.java (at line 569)
[javac] return ArrayHelper.EMPTY_STRING_ARRAY;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] ArrayHelper.EMPTY_STRING_ARRAY cannot be resolved
[javac] ----------
[javac] 85. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\exception\ExceptionUtils.java (at line 667)
[javac] return ArrayHelper.EMPTY_STRING_ARRAY;
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] ArrayHelper.EMPTY_STRING_ARRAY cannot be resolved
[javac] ----------
[javac] ----------
[javac] 86. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\expression\AbstractCriterion.java (at line 47)
[javac] return new TypedValue( ( (Queryable) sessionFactory.getPersister(persistentClass) ).toType(propertyName), value );
[javac] ^^^^^^
[javac] The method toType(String) is undefined for the type Queryable
[javac] ----------
[javac] ----------
[javac] 87. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\expression\Example.java (at line 170)
[javac] boolean isPropertyIncluded = i!=meta.getVersionProperty() &&
[javac] ^^^^^^^^^^^^^^^^^^
[javac] The method getVersionProperty() is undefined for the type ClassMetadata
[javac] ----------
[javac] 88. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\expression\Example.java (at line 220)
[javac] boolean isPropertyIncluded = i!=meta.getVersionProperty() &&
[javac] ^^^^^^^^^^^^^^^^^^
[javac] The method getVersionProperty() is undefined for the type ClassMetadata
[javac] ----------
[javac] 89. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\expression\Example.java (at line 253)
[javac] Object[] values = type.getPropertyValues(component);
[javac] ^^^^^^^^^^^^^^^^^
[javac] The method getPropertyValues(Object, SessionImplementor) in the type AbstractComponentType is not applicable for the arguments (Object)
[javac] ----------
[javac] 90. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\expression\Example.java (at line 257)
[javac] String subpath = StringHelper.qualify( path, propertyNames[i] );
[javac] ^^^^^^^
[javac] The method qualify(String, String) is undefined for the type StringHelper
[javac] ----------
[javac] 91. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\expression\Example.java (at line 284)
[javac] (Criterion) new LikeExpression( propertyName, propertyValue, isIgnoreCaseEnabled ) :
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The constructor LikeExpression(String, Object, boolean) is undefined
[javac] ----------
[javac] 92. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\expression\Example.java (at line 285)
[javac] (Criterion) new EqExpression( propertyName, propertyValue, isIgnoreCaseEnabled && isString );
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The constructor EqExpression(String, Object, boolean) is undefined
[javac] ----------
[javac] 93. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\expression\Example.java (at line 289)
[javac] crit = new NullExpression(propertyName);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Type mismatch: cannot convert from NullExpression to Criterion
[javac] ----------
[javac] 94. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\expression\Example.java (at line 307)
[javac] Object[] values = type.getPropertyValues(component);
[javac] ^^^^^^^^^^^^^^^^^
[javac] The method getPropertyValues(Object, SessionImplementor) in the type AbstractComponentType is not applicable for the arguments (Object)
[javac] ----------
[javac] 95. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\expression\Example.java (at line 310)
[javac] String subpath = StringHelper.qualify( path, propertyNames[i] );
[javac] ^^^^^^^
[javac] The method qualify(String, String) is undefined for the type StringHelper
[javac] ----------
[javac] ----------
[javac] 96. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\AbstractQueryImpl.java (at line 87)
[javac] throw new QueryException( "Not all named parameters have been set: " + missingParams, getQueryString() );
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The constructor QueryException(String, String) is undefined
[javac] ----------
[javac] 97. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\AbstractQueryImpl.java (at line 91)
[javac] throw new QueryException( "Not all positional parameters have been set. Expected " + positionalParameterCount + ", set " + values, getQueryString() );
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The constructor QueryException(String, String) is undefined
[javac] ----------
[javac] 98. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\AbstractQueryImpl.java (at line 96)
[javac] throw new QueryException( "Not all positional parameters have been set. Found unset parameter at position " + i, getQueryString() );
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The constructor QueryException(String, String) is undefined
[javac] ----------
[javac] 99. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\AbstractQueryImpl.java (at line 210)
[javac] setParameter(position, val, Hibernate.TEXT);
[javac] ^^^^^^^^^^^^^^
[javac] Hibernate.TEXT cannot be resolved
[javac] ----------
[javac] 100. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\AbstractQueryImpl.java (at line 265)
[javac] setParameter(name, val, Hibernate.TEXT);
[javac] ^^^^^^^^^^^^^^
[javac] Hibernate.TEXT cannot be resolved
[javac] ----------
[javac] 101. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\AbstractQueryImpl.java (at line 396)
[javac] Type type = TypeFactory.heuristicType(typename);
[javac] ^^^^^^^^^^^^^
[javac] The method heuristicType(String) is undefined for the type TypeFactory
[javac] ----------
[javac] 102. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\AbstractQueryImpl.java (at line 452)
[javac] return StringHelper.replace( query, ParserHelper.HQL_VARIABLE_PREFIX + name, list.toString(), true );
[javac] ^^^^^^^
[javac] The method replace(String, String, String) in the type StringHelper is not applicable for the arguments (String, String, String, boolean)
[javac] ----------
[javac] 103. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\AbstractQueryImpl.java (at line 485)
[javac] positionalParameterCount = StringHelper.countUnquoted(queryString, '?');
[javac] ^^^^^^^^^^^^^
[javac] The method countUnquoted(String, char) is undefined for the type StringHelper
[javac] ----------
[javac] 104. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\AbstractQueryImpl.java (at line 494)
[javac] Getter getter = ReflectHelper.getGetter(clazz, namedParam);
[javac] ^^^^^^
[javac] Type mismatch: cannot convert from ReflectHelper.Getter to Getter
[javac] ----------
[javac] 105. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\AbstractQueryImpl.java (at line 546)
[javac] return (Type[]) getTypes().toArray(ArrayHelper.EMPTY_TYPE_ARRAY);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] ArrayHelper.EMPTY_TYPE_ARRAY cannot be resolved
[javac] ----------
[javac] ----------
[javac] 106. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\DirtyCollectionSearchVisitor.java (at line 50)
[javac] if ( session.collectionIsDirty(coll) ) {
[javac] ^^^^^^^^^^^^^^^^^
[javac] The method collectionIsDirty(PersistentCollection) from the type SessionImpl is not visible
[javac] ----------
[javac] ----------
[javac] 107. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\EvictVisitor.java (at line 23)
[javac] if (collection!=null) getSession().evictCollection(collection, type);
[javac] ^^^^^^^^^^^^^^^
[javac] The method evictCollection(Object, PersistentCollectionType) is undefined for the type SessionImpl
[javac] ----------
[javac] ----------
[javac] 108. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\FlushVisitor.java (at line 32)
[javac] session.updateReachableCollection(coll, type, owner);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The method updateReachableCollection(PersistentCollection, Type, Object) from the type SessionImpl is not visible
[javac] ----------
[javac] ----------
[javac] 109. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\OnLockVisitor.java (at line 33)
[javac] CollectionPersister persister = session.getCollectionPersister( type.getRole() );
[javac] ^^^^^^^^^^^^^^^^^^^^^^
[javac] The method getCollectionPersister(String) from the type SessionImpl is not visible
[javac] ----------
[javac] 110. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\OnLockVisitor.java (at line 41)
[javac] if ( coll.setCurrentSession(session) ) {
[javac] ^^^^^^^^^^^^^^^^^
[javac] The method setCurrentSession(SessionImpl) is undefined for the type PersistentCollection
[javac] ----------
[javac] 111. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\OnLockVisitor.java (at line 44)
[javac] if ( SessionImpl.isOwnerUnchanged( snapshot, persister, getKey() ) ) {
[javac] ^^^^^^^^^^^^^^^^
[javac] The method isOwnerUnchanged(CollectionSnapshot, CollectionPersister, Serializable) is undefined for the type SessionImpl
[javac] ----------
[javac] 112. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\OnLockVisitor.java (at line 49)
[javac] session.reattachCollection(coll, snapshot);
[javac] ^^^^^^^^^^^^^^^^^^
[javac] The method reattachCollection(PersistentCollection, CollectionSnapshot) is undefined for the type SessionImpl
[javac] ----------
[javac] ----------
[javac] 113. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\OnReplicateVisitor.java (at line 32)
[javac] CollectionPersister persister = session.getCollectionPersister( type.getRole() );
[javac] ^^^^^^^^^^^^^^^^^^^^^^
[javac] The method getCollectionPersister(String) from the type SessionImpl is not visible
[javac] ----------
[javac] 114. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\OnReplicateVisitor.java (at line 34)
[javac] session.removeCollection(persister, key);
[javac] ^^^^^^^^^^^^^^^^
[javac] The method removeCollection(CollectionPersister, Serializable) from the type SessionImpl is not visible
[javac] ----------
[javac] 115. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\OnReplicateVisitor.java (at line 37)
[javac] wrapper.setCurrentSession(session);
[javac] ^^^^^^^^^^^^^^^^^
[javac] The method setCurrentSession(SessionImpl) is undefined for the type PersistentCollection
[javac] ----------
[javac] 116. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\OnReplicateVisitor.java (at line 38)
[javac] session.addNewCollection(wrapper);
[javac] ^^^^^^^^^^^^^^^^
[javac] The method addNewCollection(PersistentCollection) from the type SessionImpl is not visible
[javac] ----------
[javac] ----------
[javac] 117. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\OnUpdateVisitor.java (at line 33)
[javac] CollectionPersister persister = session.getCollectionPersister( type.getRole() );
[javac] ^^^^^^^^^^^^^^^^^^^^^^
[javac] The method getCollectionPersister(String) from the type SessionImpl is not visible
[javac] ----------
[javac] 118. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\OnUpdateVisitor.java (at line 38)
[javac] if ( wrapper.setCurrentSession(session) ) {
[javac] ^^^^^^^^^^^^^^^^^
[javac] The method setCurrentSession(SessionImpl) is undefined for the type PersistentCollection
[javac] ----------
[javac] 119. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\OnUpdateVisitor.java (at line 42)
[javac] if ( !SessionImpl.isOwnerUnchanged(snapshot, persister, key) ) {
[javac] ^^^^^^^^^^^^^^^^
[javac] The method isOwnerUnchanged(CollectionSnapshot, CollectionPersister, Serializable) is undefined for the type SessionImpl
[javac] ----------
[javac] 120. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\OnUpdateVisitor.java (at line 45)
[javac] session.removeCollection(persister, key);
[javac] ^^^^^^^^^^^^^^^^
[javac] The method removeCollection(CollectionPersister, Serializable) from the type SessionImpl is not visible
[javac] ----------
[javac] 121. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\OnUpdateVisitor.java (at line 48)
[javac] session.reattachCollection(wrapper, snapshot);
[javac] ^^^^^^^^^^^^^^^^^^
[javac] The method reattachCollection(PersistentCollection, CollectionSnapshot) is undefined for the type SessionImpl
[javac] ----------
[javac] 122. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\OnUpdateVisitor.java (at line 54)
[javac] session.removeCollection(persister, key);
[javac] ^^^^^^^^^^^^^^^^
[javac] The method removeCollection(CollectionPersister, Serializable) from the type SessionImpl is not visible
[javac] ----------
[javac] 123. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\OnUpdateVisitor.java (at line 62)
[javac] session.removeCollection(persister, key);
[javac] ^^^^^^^^^^^^^^^^
[javac] The method removeCollection(CollectionPersister, Serializable) from the type SessionImpl is not visible
[javac] ----------
[javac] ----------
[javac] 124. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\Printer.java (at line 38)
[javac] if ( cm.hasIdentifierProperty() ) {
[javac] ^^^^^^^^^^^^^^^^^^^^^
[javac] The method hasIdentifierProperty() is undefined for the type ClassMetadata
[javac] ----------
[javac] 125. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\Printer.java (at line 41)
[javac] cm.getIdentifierType().toString( cm.getIdentifier(entity), factory )
[javac] ^^^^^^^^
[javac] The method toString() in the type Object is not applicable for the arguments (Serializable, SessionFactoryImplementor)
[javac] ----------
[javac] 126. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\Printer.java (at line 49)
[javac] result.put( names[i], types[i].toString( values[i], factory ) );
[javac] ^^^^^^^^
[javac] The method toString() in the type Object is not applicable for the arguments (Object, SessionFactoryImplementor)
[javac] ----------
[javac] 127. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\Printer.java (at line 57)
[javac] if ( types[i]!=null )list.add( types[i].toString( values[i], factory ) );
[javac] ^^^^^^^^
[javac] The method toString() in the type Object is not applicable for the arguments (Object, SessionFactoryImplementor)
[javac] ----------
[javac] 128. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\Printer.java (at line 68)
[javac] result.put( me.getKey(), tv.getType().toString( tv.getValue(), factory ) );
[javac] ^^^^^^^^
[javac] The method toString() in the type Object is not applicable for the arguments (Object, SessionFactoryImplementor)
[javac] ----------
[javac] ----------
[javac] 129. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\ProxyVisitor.java (at line 21)
[javac] getSession().reassociateIfUninitializedProxy(value);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The method reassociateIfUninitializedProxy(Object) is undefined for the type SessionImpl
[javac] ----------
[javac] ----------
[javac] 130. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\SQLQueryImpl.java (at line 52)
[javac] return getSession().findBySQL( bindParameterLists(namedParams), returnAliases, returnClasses, getQueryParameters(namedParams), querySpaces );
[javac] ^^^^^^^^^
[javac] The method findBySQL(String, String[], Class[], QueryParameters, Collection) is undefined for the type SessionImplementor
[javac] ----------
[javac] ----------
[javac] 131. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\WrapVisitor.java (at line 41)
[javac] if ( coll.setCurrentSession(session) ) {
[javac] ^^^^^^^^^^^^^^^^^
[javac] The method setCurrentSession(SessionImpl) is undefined for the type PersistentCollection
[javac] ----------
[javac] 132. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\WrapVisitor.java (at line 42)
[javac] session.reattachCollection( coll, coll.getCollectionSnapshot() );
[javac] ^^^^^^^^^^^^^^^^^^
[javac] The method reattachCollection(PersistentCollection, CollectionSnapshot) is undefined for the type SessionImpl
[javac] ----------
[javac] 133. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\WrapVisitor.java (at line 66)
[javac] session.addNewCollection(ah);
[javac] ^^^^^^^^^^^^^^^^
[javac] The method addNewCollection(PersistentCollection) from the type SessionImpl is not visible
[javac] ----------
[javac] 134. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\impl\WrapVisitor.java (at line 74)
[javac] session.addNewCollection(persistentCollection);
[javac] ^^^^^^^^^^^^^^^^
[javac] The method addNewCollection(PersistentCollection) from the type SessionImpl is not visible
[javac] ----------
[javac] ----------
[javac] 135. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\loader\BatchingCollectionInitializer.java (at line 21)
[javac] public class BatchingCollectionInitializer implements CollectionInitializer {
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] Class must implement the inherited abstract method CollectionInitializer.initialize(Serializable, PersistentCollection, Object, SessionImplementor)
[javac] ----------
[javac] 136. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\loader\BatchingCollectionInitializer.java (at line 43)
[javac] Serializable[] batch = session.getCollectionBatch(collectionPersister, id, batchSize);
[javac] ^^^^^^^^^^^^^^^^^^
[javac] The method getCollectionBatch(CollectionPersister, Serializable, int) is undefined for the type SessionImplementor
[javac] ----------
[javac] 137. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\loader\BatchingCollectionInitializer.java (at line 45)
[javac] nonBatchLoader.loadCollection( session, id, collectionPersister.getKeyType() );
[javac] ^^^^^^^^^^^^^^
[javac] The method loadCollection(SessionImplementor, Serializable, Type, Object, PersistentCollection) in the type Loader is not applicable for the arguments (SessionImplementor, Serializable, Type)
[javac] ----------
[javac] 138. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\loader\BatchingCollectionInitializer.java (at line 51)
[javac] smallBatchLoader.loadCollectionBatch( session, smallBatch, collectionPersister.getKeyType() );
[javac] ^^^^^^^^^^^^^^^^^^^
[javac] The method loadCollectionBatch(SessionImplementor, Serializable[], Type) is undefined for the type Loader
[javac] ----------
[javac] 139. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\loader\BatchingCollectionInitializer.java (at line 56)
[javac] batchLoader.loadCollectionBatch( session, batch, collectionPersister.getKeyType() );
[javac] ^^^^^^^^^^^^^^^^^^^
[javac] The method loadCollectionBatch(SessionImplementor, Serializable[], Type) is undefined for the type Loader
[javac] ----------
[javac] ----------
[javac] 140. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\loader\BatchingEntityLoader.java (at line 47)
[javac] Serializable[] batch = session.getClassBatch( persister.getMappedClass(), id, batchSize );
[javac] ^^^^^^^^^^^^^
[javac] The method getClassBatch(Class, Serializable, int) is undefined for the type SessionImplementor
[javac] ----------
[javac] 141. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\loader\BatchingEntityLoader.java (at line 56)
[javac] list = smallBatchLoader.loadEntityBatch(session, smallBatch, idType, optionalObject, id);
[javac] ^^^^^^^^^^^^^^^
[javac] The method loadEntityBatch(SessionImplementor, Serializable[], Type, Object, Serializable) is undefined for the type Loader
[javac] ----------
[javac] 142. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\loader\BatchingEntityLoader.java (at line 61)
[javac] list = batchLoader.loadEntityBatch(session, batch, idType, optionalObject, id);
[javac] ^^^^^^^^^^^^^^^
[javac] The method loadEntityBatch(SessionImplementor, Serializable[], Type, Object, Serializable) is undefined for the type Loader
[javac] ----------
[javac] ----------
[javac] 143. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\loader\SQLLoader.java (at line 65)
[javac] ArrayHelper.addAll( querySpaces, persister.getPropertySpaces() ); //TODO: Does not consider any other tables referenced in the query
[javac] ^^^^^^
[javac] The method addAll(Set, Serializable[]) is undefined for the type ArrayHelper
[javac] ----------
[javac] 144. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\loader\SQLLoader.java (at line 69)
[javac] resultTypes = (Type[]) resultTypeList.toArray(ArrayHelper.EMPTY_TYPE_ARRAY);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] ArrayHelper.EMPTY_TYPE_ARRAY cannot be resolved
[javac] ----------
[javac] 145. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\loader\SQLLoader.java (at line 81)
[javac] suffixes = generateSuffixes(loadables);
[javac] ^^^^^^^^^^^^^^^^
[javac] The method generateSuffixes(int) is undefined for the type SQLLoader
[javac] ----------
[javac] 146. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\loader\SQLLoader.java (at line 92)
[javac] return list(session, queryParameters, querySpaces, resultTypes);
[javac] ^^^^
[javac] The method list(SessionImplementor, QueryParameters) in the type SQLLoader is not applicable for the arguments (SessionImplementor, QueryParameters, Set, Type[])
[javac] ----------
[javac] 147. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\loader\SQLLoader.java (at line 124)
[javac] throw new QueryException("Unmatched braces for alias path", sqlString);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The constructor QueryException(String, String) is undefined
[javac] ----------
[javac] 148. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\loader\SQLLoader.java (at line 133)
[javac] ArrayHelper.asString(aliases) + "}", sqlQuery
[javac] ^^^^^^^^
[javac] The method asString(String[]) is undefined for the type ArrayHelper
[javac] ----------
[javac] 149. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\loader\SQLLoader.java (at line 144)
[javac] if ( !aliasName.equals( aliases[currentPersisterIndex] ) ) throw new QueryException(
[javac] "Alias [" + aliasName + "] does not correspond to return alias " +
[javac] aliases[currentPersisterIndex], sqlQuery
[javac] );
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The constructor QueryException(String, String) is undefined
[javac] ----------
[javac] 150. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\loader\SQLLoader.java (at line 172)
[javac] throw new QueryException("No column name found for property [" + propertyName + "]", sqlQuery);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The constructor QueryException(String, String) is undefined
[javac] ----------
[javac] 151. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\loader\SQLLoader.java (at line 175)
[javac] throw new QueryException("SQL queries only support properties mapped to a single column. Property [" + propertyName + "] is mapped to " + columnAliases.length + " columns.", sqlQuery);
[javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[javac] The constructor QueryException(String, String) is undefined
[javac] ----------
[javac] 152. ERROR in E:\wsad_work\workspace\Hibernate2\src\net\sf\hibernate\loader\SQLLoader.java (at line 209)
[javac] right = StringHelper.firstIndexOfChar(sqlString, ParserHelper.HQL_SEPARATORS, left + 1
|