jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Trails
  • TRAILS-29

Embedded Editor Broken @PropertyDescriptor(index = 8) collisions

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.0.0
  • Component/s: None
  • Labels:
    None
  • Environment:
    XP Pro, Eclipse, Jetty6x, Java5

Description

2007-03-15 11:16:05,967 [main] ERROR org.springframework.web.context.ContextLoader - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'descriptorService' defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.IndexOutOfBoundsException: Index: 8, Size: 8
Caused by:
java.lang.IndexOutOfBoundsException: Index: 8, Size: 8

PROBLEM: This exception occurs at bootstrap time of the webapp within the eclipse console. It appears the propertydescriptors of the embeddee are colliding with the propertydescriptors of the embeddor.

@PropertyDescriptor(index = 8)

Still unable to get the mebedded editor to render the pojo within the parent editor.

Files are attached.

-----> STACK TRACE FOLLOWS:
[WARN] Unable to get resource from repository trails.codehaus.org (http://trails.codehaus.org/repository)
[WARN] Unable to get resource from repository snapshots.codehaus.org (http://snapshots.repository.codehaus.org/)
[WARN] Unable to get resource from repository howardlewisship.com (http://howardlewisship.com/repository)
[WARN] Unable to get resource from repository www.carmanconsulting.com (http://www.carmanconsulting.com/mvn/)
[WARN] Unable to get resource from repository central (http://repo1.maven.org/maven2)
[INFO] ----------------------------------------------------------------------------
[INFO] Building Trails Example - Roster
[INFO] task-segment: [jetty:run, -P, selenium]
[INFO] ----------------------------------------------------------------------------
[INFO] Searching repository for plugin with prefix: 'jetty'.
[INFO] Preparing jetty:run
[INFO] aspectj:compile {execution: default}
[WARN] advice defined in org.trails.validation.HibernateValidationAspect has not been applied [Xlint:adviceDidNotMatch]
[WARN] advice defined in org.trails.security.DescriptorSecurity has not been applied [Xlint:adviceDidNotMatch]
[WARN] advice defined in org.trails.i18n.DescriptorInternationalization has not been applied [Xlint:adviceDidNotMatch]
[WARN] advice defined in org.trails.i18n.DescriptorInternationalization has not been applied [Xlint:adviceDidNotMatch]
[WARN] advice defined in org.trails.i18n.DescriptorInternationalization has not been applied [Xlint:adviceDidNotMatch]
[WARN] advice defined in org.trails.i18n.DescriptorInternationalization has not been applied [Xlint:adviceDidNotMatch]
[WARN] advice defined in org.trails.validation.ValidateUniqueAspect has not been applied [Xlint:adviceDidNotMatch]
[WARN] advice defined in org.trails.validation.CheckForOrphansAspect has not been applied [Xlint:adviceDidNotMatch]
[INFO] apt:execute {execution: default}
C:\Prototype\Mavenized\Product\trails\trunk\trails\examples\roster/src/main/resources/hibernate.cfg.xml
javax.persistence.Entity
org.trails.demo.Statistic
org.trails.demo.Team
org.trails.demo.Coach
org.trails.demo.Officer
org.trails.demo.Player
org.trails.demo.League
org.trails.demo.Director
org.trails.demo.Organization
org.trails.demo.Year
org.trails.demo.UploadableMedia
Creating destFile: C:\Prototype\Mavenized\Product\trails\trunk\trails\examples\roster/target/generated-sources/resources/hibernate.cfg.xml
[INFO] resources:resources
[INFO] Using default encoding to copy filtered resources.
[INFO] compiler:compile
[INFO] Nothing to compile - all classes are up to date
[INFO] jetty:run
[INFO] Configuring Jetty for project: Trails Example - Roster
[INFO] Webapp source directory = C:\Prototype\Mavenized\Product\trails\trunk\trails\examples\roster\src\main\webapp
[INFO] web.xml file = C:\Prototype\Mavenized\Product\trails\trunk\trails\examples\roster\src\main\webapp\WEB-INF\web.xml
[INFO] Classes = C:\Prototype\Mavenized\Product\trails\trunk\trails\examples\roster\target\classes
[INFO] Property slf4j=false was set
[INFO] Property log4j.configuration=file:C:\Prototype\Mavenized\Product\trails\trunk\trails\examples\roster/target/classes/log4j.properties was set
2007-03-15 11:15:55,706 [main] INFO org.mortbay.log - Logging to org.slf4j.impl.JCLLoggerAdapter@1cb0a16 via org.mortbay.log.Slf4jLog
[INFO] Context path = /
[INFO] Tmp directory = C:\Prototype\Mavenized\Product\trails\trunk\trails\examples\roster\target\work
[INFO] Web defaults = jetty default
[INFO] Web overrides = none
[INFO] Webapp directory = C:\Prototype\Mavenized\Product\trails\trunk\trails\examples\roster\src\main\webapp
[INFO] Starting jetty 6.1.1 ...
2007-03-15 11:15:56,065 [main] INFO org.mortbay.log - jetty-6.1.1
[INFO] Classpath = file:/C:/Prototype/Mavenized/Product/trails/trunk/trails/examples/roster/target/classes/, file:/C:/Tomcat-5.5.17/webapps/m2.repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/org/springframework/spring-support/2.0.2/spring-support-2.0.2.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/log4j/log4j/1.2.12/log4j-1.2.12.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/logkit/logkit/1.0.1/logkit-1.0.1.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/commons-collections/commons-collections/3.1/commons-collections-3.1.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/asm/asm/1.5.3/asm-1.5.3.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/tapestry/tapestry/4.0.1/tapestry-4.0.1.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/commons-dbcp/commons-dbcp/1.2.1/commons-dbcp-1.2.1.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/commons-io/commons-io/1.1/commons-io-1.1.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/net/sf/ehcache/ehcache/1.2.3/ehcache-1.2.3.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/commons-logging/commons-logging/1.1/commons-logging-1.1.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/commons-fileupload/commons-fileupload/1.1/commons-fileupload-1.1.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/hivemind/hivemind-lib/1.1.1/hivemind-lib-1.1.1.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/org/springframework/spring-aop/2.0.2/spring-aop-2.0.2.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/cglib/cglib/2.1_3/cglib-2.1_3.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/asm/asm-attrs/1.5.3/asm-attrs-1.5.3.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/hivemind/hivemind/1.1.1/hivemind-1.1.1.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/aspectj/aspectjrt/1.5.2a/aspectjrt-1.5.2a.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/tapestry/tapestry-contrib/4.0.2/tapestry-contrib-4.0.2.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/com/javaforge/hivemind/hivemind-utils/0.1/hivemind-utils-0.1.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/commons-pool/commons-pool/1.2/commons-pool-1.2.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/org/springframework/spring-remoting/2.0.2/spring-remoting-2.0.2.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/javax/transaction/jta/1.0.1B/jta-1.0.1B.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/junit/junit/3.8.1/junit-3.8.1.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/org/springframework/spring-hibernate3/2.0.2/spring-hibernate3-2.0.2.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/jboss/javassist/3.0/javassist-3.0.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/com/javaforge/tapestry/tapernate/0.1-SNAPSHOT/tapernate-0.1-SNAPSHOT.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/org/springframework/spring-dao/2.0.2/spring-dao-2.0.2.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/org/springframework/spring-core/2.0.2/spring-core-2.0.2.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/commons-lang/commons-lang/2.1/commons-lang-2.1.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/antlr/antlr/2.7.6/antlr-2.7.6.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/org/springframework/spring-beans/2.0.2/spring-beans-2.0.2.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/commons-proxy/commons-proxy/1.0/commons-proxy-1.0.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/com/javaforge/tapestry/tapestry-spring/1.0.0/tapestry-spring-1.0.0.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/org/hibernate/hibernate/3.2.1.ga/hibernate-3.2.1.ga.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/oro/oro/2.0.8/oro-2.0.8.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/com/javaforge/hivemind/hivemind-hibernate3/0.1-SNAPSHOT/hivemind-hibernate3-0.1-SNAPSHOT.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/com/javaforge/hivemind/hivemind-transaction/0.1-SNAPSHOT/hivemind-transaction-0.1-SNAPSHOT.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/javax/persistence/persistence-api/1.0/persistence-api-1.0.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/org/springframework/spring/2.0.2/spring-2.0.2.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/org/hibernate/hibernate-annotations/3.2.1.ga/hibernate-annotations-3.2.1.ga.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/hsqldb/hsqldb/1.8.0.1/hsqldb-1.8.0.1.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/aspectj/aspectjweaver/1.5.2a/aspectjweaver-1.5.2a.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/org/springframework/spring-context/2.0.2/spring-context-2.0.2.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/org/springframework/spring-jdbc/2.0.2/spring-jdbc-2.0.2.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/tapestry/tapestry-annotations/4.0.1/tapestry-annotations-4.0.1.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/org/trailsframework/trails-core/1.0-SNAPSHOT/trails-core-1.0-SNAPSHOT.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/org/springframework/spring-web/2.0.2/spring-web-2.0.2.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/ognl/ognl/2.6.7/ognl-2.6.7.jar, file:/C:/Tomcat-5.5.17/webapps/m2.repository/org/acegisecurity/acegi-security/1.0.3/acegi-security-1.0.3.jar
2007-03-15 11:15:58,158 [main] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization started
2007-03-15 11:15:58,158 [main] INFO / - Loading Spring root WebApplicationContext
2007-03-15 11:15:58,345 [main] INFO org.springframework.core.CollectionFactory - JDK 1.4+ collections available
2007-03-15 11:15:58,345 [main] INFO org.springframework.core.CollectionFactory - Commons Collections 3.x available
2007-03-15 11:15:58,424 [main] INFO org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [applicationContext.xml]
2007-03-15 11:15:59,251 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Bean factory for application context [Root WebApplicationContext]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [org.springframework.aop.config.internalAutoProxyCreator,trailsInterceptor,hibernateProperties,hibernate,messageSource,trailsMessageSource,dataSource,sessionFactory,autoproxy,transactionInterceptor,transactionAdvisor,transactionManager,transactionAttributeSource,persistenceService,descriptorService,descriptorFactory,hibernateDescriptorDecorator,securityService,roleUser,roleManager,user,admin,seedDataInitializer,securityStartup,validateUniqueAspect,descriptorInternationalizationAspect,descriptorSecurity,pageResolver,searchBlockFinder,editorService,localeHolder,validatorTranslatorService]; root of BeanFactory hierarchy
2007-03-15 11:15:59,282 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - 32 beans defined in application context [Root WebApplicationContext]
2007-03-15 11:15:59,532 [main] INFO org.springframework.beans.factory.config.PropertiesFactoryBean - Loading properties file from class path resource [hibernate.properties]
2007-03-15 11:15:59,610 [main] INFO org.springframework.aop.framework.DefaultAopProxyFactory - CGLIB2 available: proxyTargetClass feature enabled
2007-03-15 11:15:59,673 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Bean 'org.springframework.aop.config.internalAutoProxyCreator' is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2007-03-15 11:15:59,767 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Bean 'autoproxy' is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2007-03-15 11:16:00,298 [main] INFO org.hibernate.cfg.annotations.Version - Hibernate Annotations 3.2.1.GA
2007-03-15 11:16:00,329 [main] INFO org.hibernate.cfg.Environment - Hibernate 3.2.1
2007-03-15 11:16:00,329 [main] INFO org.hibernate.cfg.Environment - loaded properties from resource hibernate.properties: {hibernate.connection.driver_class=org.hsqldb.jdbcDriver, hibernate.max_fetch_depth=9, hibernate.dialect=org.hibernate.dialect.HSQLDialect, hibernate.connection.username=sa, hibernate.hbm2ddl.auto=update, hibernate.connection.url=jdbc:hsqldb:mem:test, hibernate.bytecode.use_reflection_optimizer=false, hibernate.show_sql=true, hibernate.connection.password=****, hibernate.jdbc.batch_versioned_data=true}
2007-03-15 11:16:00,344 [main] INFO org.hibernate.cfg.Environment - Bytecode provider name : cglib
2007-03-15 11:16:00,391 [main] INFO org.hibernate.cfg.Environment - using JDK 1.4 java.sql.Timestamp handling
2007-03-15 11:16:00,547 [main] INFO org.hibernate.cfg.Configuration - configuring from url: file:/C:/Prototype/Mavenized/Product/trails/trunk/trails/examples/roster/target/classes/hibernate.cfg.xml
2007-03-15 11:16:00,704 [main] INFO org.hibernate.cfg.Configuration - Configured SessionFactory: null
2007-03-15 11:16:00,719 [main] INFO org.springframework.orm.hibernate3.LocalSessionFactoryBean - Building new Hibernate SessionFactory
2007-03-15 11:16:00,829 [main] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.trails.demo.Statistic
2007-03-15 11:16:00,922 [main] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity org.trails.demo.Statistic on table Statistic
2007-03-15 11:16:01,078 [main] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.trails.demo.Team
2007-03-15 11:16:01,078 [main] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity org.trails.demo.Team on table Team
2007-03-15 11:16:01,203 [main] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.trails.demo.Coach
2007-03-15 11:16:01,203 [main] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity org.trails.demo.Coach on table Coach
2007-03-15 11:16:01,297 [main] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.trails.demo.Officer
2007-03-15 11:16:01,297 [main] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity org.trails.demo.Officer on table Officer
2007-03-15 11:16:01,297 [main] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.trails.demo.Player
2007-03-15 11:16:01,297 [main] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity org.trails.demo.Player on table Player
2007-03-15 11:16:01,313 [main] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.trails.demo.League
2007-03-15 11:16:01,313 [main] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity org.trails.demo.League on table League
2007-03-15 11:16:01,360 [main] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.trails.demo.Director
2007-03-15 11:16:01,360 [main] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity org.trails.demo.Director on table Director
2007-03-15 11:16:01,391 [main] INFO org.hibernate.cfg.annotations.EntityBinder - Adding secondary table to entity org.trails.demo.Director -> OrganizationsDirectors
2007-03-15 11:16:01,406 [main] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.trails.demo.Organization
2007-03-15 11:16:01,406 [main] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity org.trails.demo.Organization on table Organization
2007-03-15 11:16:01,422 [main] INFO org.hibernate.cfg.annotations.EntityBinder - Adding secondary table to entity org.trails.demo.Organization -> OrganizationsDirectors
2007-03-15 11:16:01,422 [main] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.trails.demo.Year
2007-03-15 11:16:01,422 [main] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity org.trails.demo.Year on table Year
2007-03-15 11:16:01,422 [main] INFO org.hibernate.cfg.AnnotationBinder - Binding entity from annotated class: org.trails.demo.UploadableMedia
2007-03-15 11:16:01,422 [main] INFO org.hibernate.cfg.annotations.EntityBinder - Bind entity org.trails.demo.UploadableMedia on table UploadableMedia
2007-03-15 11:16:01,578 [main] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: org.trails.demo.Organization.teams -> Team
2007-03-15 11:16:01,578 [main] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: org.trails.demo.Organization.coaches -> Coach
2007-03-15 11:16:01,578 [main] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: org.trails.demo.League.organizations -> Organization
2007-03-15 11:16:01,578 [main] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: org.trails.demo.League.officers -> Officer
2007-03-15 11:16:01,578 [main] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: org.trails.demo.League.years -> Year
2007-03-15 11:16:01,578 [main] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: org.trails.demo.Player.stats -> Statistic
2007-03-15 11:16:01,578 [main] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: org.trails.demo.Player.clips -> UploadableMedia
2007-03-15 11:16:01,578 [main] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: org.trails.demo.Team.players -> Player
2007-03-15 11:16:01,578 [main] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: org.trails.demo.Team.clips -> UploadableMedia
2007-03-15 11:16:01,578 [main] INFO org.hibernate.cfg.annotations.CollectionBinder - Mapping collection: org.trails.demo.Team.coaches -> Coach
2007-03-15 11:16:01,859 [main] INFO org.hibernate.connection.ConnectionProviderFactory - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
2007-03-15 11:16:02,281 [main] INFO org.hibernate.cfg.SettingsFactory - RDBMS: HSQL Database Engine, version: 1.8.0
2007-03-15 11:16:02,281 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC driver: HSQL Database Engine Driver, version: 1.8.0
2007-03-15 11:16:02,312 [main] INFO org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.HSQLDialect
2007-03-15 11:16:02,328 [main] INFO org.hibernate.transaction.TransactionFactoryFactory - Using default transaction strategy (direct JDBC transactions)
2007-03-15 11:16:02,328 [main] INFO org.hibernate.transaction.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
2007-03-15 11:16:02,328 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled
2007-03-15 11:16:02,328 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled
2007-03-15 11:16:02,328 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch size: 15
2007-03-15 11:16:02,343 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: enabled
2007-03-15 11:16:02,359 [main] INFO org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled
2007-03-15 11:16:02,359 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): disabled
2007-03-15 11:16:02,359 [main] INFO org.hibernate.cfg.SettingsFactory - Connection release mode: on_close
2007-03-15 11:16:02,359 [main] INFO org.hibernate.cfg.SettingsFactory - Maximum outer join fetch depth: 9
2007-03-15 11:16:02,359 [main] INFO org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
2007-03-15 11:16:02,359 [main] INFO org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled
2007-03-15 11:16:02,359 [main] INFO org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled
2007-03-15 11:16:02,359 [main] INFO org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
2007-03-15 11:16:02,359 [main] INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory
2007-03-15 11:16:02,359 [main] INFO org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
2007-03-15 11:16:02,359 [main] INFO org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: disabled
2007-03-15 11:16:02,359 [main] INFO org.hibernate.cfg.SettingsFactory - Second-level cache: enabled
2007-03-15 11:16:02,359 [main] INFO org.hibernate.cfg.SettingsFactory - Query cache: disabled
2007-03-15 11:16:02,359 [main] INFO org.hibernate.cfg.SettingsFactory - Cache provider: org.hibernate.cache.NoCacheProvider
2007-03-15 11:16:02,359 [main] INFO org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
2007-03-15 11:16:02,359 [main] INFO org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: disabled
2007-03-15 11:16:02,375 [main] INFO org.hibernate.cfg.SettingsFactory - Echoing all SQL to stdout
2007-03-15 11:16:02,375 [main] INFO org.hibernate.cfg.SettingsFactory - Statistics: disabled
2007-03-15 11:16:02,375 [main] INFO org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled
2007-03-15 11:16:02,375 [main] INFO org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
2007-03-15 11:16:02,437 [main] INFO org.hibernate.impl.SessionFactoryImpl - building session factory
2007-03-15 11:16:03,687 [main] INFO org.hibernate.impl.SessionFactoryObjectFactory - Not binding factory to JNDI, no JNDI name configured
2007-03-15 11:16:03,687 [main] INFO org.hibernate.tool.hbm2ddl.SchemaUpdate - Running hbm2ddl schema update
2007-03-15 11:16:03,687 [main] INFO org.hibernate.tool.hbm2ddl.SchemaUpdate - fetching database metadata
2007-03-15 11:16:03,718 [main] INFO org.hibernate.tool.hbm2ddl.SchemaUpdate - updating schema
2007-03-15 11:16:03,733 [main] INFO org.hibernate.connection.ConnectionProviderFactory - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - RDBMS: HSQL Database Engine, version: 1.8.0
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC driver: HSQL Database Engine Driver, version: 1.8.0
2007-03-15 11:16:03,733 [main] INFO org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.HSQLDialect
2007-03-15 11:16:03,733 [main] INFO org.hibernate.transaction.TransactionFactoryFactory - Using default transaction strategy (direct JDBC transactions)
2007-03-15 11:16:03,733 [main] INFO org.hibernate.transaction.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch size: 15
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: enabled
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): disabled
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - Connection release mode: on_close
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - Maximum outer join fetch depth: 9
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
2007-03-15 11:16:03,733 [main] INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: disabled
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - Second-level cache: enabled
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - Query cache: disabled
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - Cache provider: org.hibernate.cache.NoCacheProvider
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: disabled
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - Echoing all SQL to stdout
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - Statistics: disabled
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled
2007-03-15 11:16:03,733 [main] INFO org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
2007-03-15 11:16:03,796 [main] INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: Coach
2007-03-15 11:16:03,796 [main] INFO org.hibernate.connection.ConnectionProviderFactory - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
2007-03-15 11:16:03,796 [main] INFO org.hibernate.cfg.SettingsFactory - RDBMS: HSQL Database Engine, version: 1.8.0
2007-03-15 11:16:03,796 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC driver: HSQL Database Engine Driver, version: 1.8.0
2007-03-15 11:16:03,796 [main] INFO org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.HSQLDialect
2007-03-15 11:16:03,796 [main] INFO org.hibernate.transaction.TransactionFactoryFactory - Using default transaction strategy (direct JDBC transactions)
2007-03-15 11:16:03,796 [main] INFO org.hibernate.transaction.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
2007-03-15 11:16:03,796 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled
2007-03-15 11:16:03,796 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled
2007-03-15 11:16:03,796 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch size: 15
2007-03-15 11:16:03,796 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: enabled
2007-03-15 11:16:03,796 [main] INFO org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled
2007-03-15 11:16:03,796 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): disabled
2007-03-15 11:16:03,796 [main] INFO org.hibernate.cfg.SettingsFactory - Connection release mode: on_close
2007-03-15 11:16:03,796 [main] INFO org.hibernate.cfg.SettingsFactory - Maximum outer join fetch depth: 9
2007-03-15 11:16:03,796 [main] INFO org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
2007-03-15 11:16:03,796 [main] INFO org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled
2007-03-15 11:16:03,796 [main] INFO org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled
2007-03-15 11:16:03,796 [main] INFO org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
2007-03-15 11:16:03,796 [main] INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Second-level cache: enabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Query cache: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Cache provider: org.hibernate.cache.NoCacheProvider
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Echoing all SQL to stdout
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Statistics: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
2007-03-15 11:16:03,811 [main] INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: Director
2007-03-15 11:16:03,811 [main] INFO org.hibernate.connection.ConnectionProviderFactory - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - RDBMS: HSQL Database Engine, version: 1.8.0
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC driver: HSQL Database Engine Driver, version: 1.8.0
2007-03-15 11:16:03,811 [main] INFO org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.HSQLDialect
2007-03-15 11:16:03,811 [main] INFO org.hibernate.transaction.TransactionFactoryFactory - Using default transaction strategy (direct JDBC transactions)
2007-03-15 11:16:03,811 [main] INFO org.hibernate.transaction.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch size: 15
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: enabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Connection release mode: on_close
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Maximum outer join fetch depth: 9
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
2007-03-15 11:16:03,811 [main] INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Second-level cache: enabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Query cache: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Cache provider: org.hibernate.cache.NoCacheProvider
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Echoing all SQL to stdout
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Statistics: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
2007-03-15 11:16:03,811 [main] INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: League
2007-03-15 11:16:03,811 [main] INFO org.hibernate.connection.ConnectionProviderFactory - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - RDBMS: HSQL Database Engine, version: 1.8.0
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC driver: HSQL Database Engine Driver, version: 1.8.0
2007-03-15 11:16:03,811 [main] INFO org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.HSQLDialect
2007-03-15 11:16:03,811 [main] INFO org.hibernate.transaction.TransactionFactoryFactory - Using default transaction strategy (direct JDBC transactions)
2007-03-15 11:16:03,811 [main] INFO org.hibernate.transaction.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch size: 15
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: enabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Connection release mode: on_close
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Maximum outer join fetch depth: 9
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
2007-03-15 11:16:03,811 [main] INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Second-level cache: enabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Query cache: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Cache provider: org.hibernate.cache.NoCacheProvider
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Echoing all SQL to stdout
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Statistics: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled
2007-03-15 11:16:03,811 [main] INFO org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
2007-03-15 11:16:03,811 [main] INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: Officer
2007-03-15 11:16:03,811 [main] INFO org.hibernate.connection.ConnectionProviderFactory - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - RDBMS: HSQL Database Engine, version: 1.8.0
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC driver: HSQL Database Engine Driver, version: 1.8.0
2007-03-15 11:16:03,827 [main] INFO org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.HSQLDialect
2007-03-15 11:16:03,827 [main] INFO org.hibernate.transaction.TransactionFactoryFactory - Using default transaction strategy (direct JDBC transactions)
2007-03-15 11:16:03,827 [main] INFO org.hibernate.transaction.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch size: 15
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: enabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Connection release mode: on_close
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Maximum outer join fetch depth: 9
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
2007-03-15 11:16:03,827 [main] INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Second-level cache: enabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Query cache: disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Cache provider: org.hibernate.cache.NoCacheProvider
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Echoing all SQL to stdout
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Statistics: disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
2007-03-15 11:16:03,827 [main] INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: Organization
2007-03-15 11:16:03,827 [main] INFO org.hibernate.connection.ConnectionProviderFactory - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - RDBMS: HSQL Database Engine, version: 1.8.0
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC driver: HSQL Database Engine Driver, version: 1.8.0
2007-03-15 11:16:03,827 [main] INFO org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.HSQLDialect
2007-03-15 11:16:03,827 [main] INFO org.hibernate.transaction.TransactionFactoryFactory - Using default transaction strategy (direct JDBC transactions)
2007-03-15 11:16:03,827 [main] INFO org.hibernate.transaction.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch size: 15
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: enabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Connection release mode: on_close
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Maximum outer join fetch depth: 9
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
2007-03-15 11:16:03,827 [main] INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Second-level cache: enabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Query cache: disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Cache provider: org.hibernate.cache.NoCacheProvider
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Echoing all SQL to stdout
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Statistics: disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
2007-03-15 11:16:03,827 [main] INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: OrganizationsDirectors
2007-03-15 11:16:03,827 [main] INFO org.hibernate.connection.ConnectionProviderFactory - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - RDBMS: HSQL Database Engine, version: 1.8.0
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC driver: HSQL Database Engine Driver, version: 1.8.0
2007-03-15 11:16:03,827 [main] INFO org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.HSQLDialect
2007-03-15 11:16:03,827 [main] INFO org.hibernate.transaction.TransactionFactoryFactory - Using default transaction strategy (direct JDBC transactions)
2007-03-15 11:16:03,827 [main] INFO org.hibernate.transaction.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch size: 15
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: enabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Connection release mode: on_close
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Maximum outer join fetch depth: 9
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
2007-03-15 11:16:03,827 [main] INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Second-level cache: enabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Query cache: disabled
2007-03-15 11:16:03,827 [main] INFO org.hibernate.cfg.SettingsFactory - Cache provider: org.hibernate.cache.NoCacheProvider
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Echoing all SQL to stdout
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Statistics: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
2007-03-15 11:16:03,843 [main] INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: Player
2007-03-15 11:16:03,843 [main] INFO org.hibernate.connection.ConnectionProviderFactory - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - RDBMS: HSQL Database Engine, version: 1.8.0
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC driver: HSQL Database Engine Driver, version: 1.8.0
2007-03-15 11:16:03,843 [main] INFO org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.HSQLDialect
2007-03-15 11:16:03,843 [main] INFO org.hibernate.transaction.TransactionFactoryFactory - Using default transaction strategy (direct JDBC transactions)
2007-03-15 11:16:03,843 [main] INFO org.hibernate.transaction.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch size: 15
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: enabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Connection release mode: on_close
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Maximum outer join fetch depth: 9
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
2007-03-15 11:16:03,843 [main] INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Second-level cache: enabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Query cache: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Cache provider: org.hibernate.cache.NoCacheProvider
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Echoing all SQL to stdout
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Statistics: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
2007-03-15 11:16:03,843 [main] INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: Statistic
2007-03-15 11:16:03,843 [main] INFO org.hibernate.connection.ConnectionProviderFactory - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - RDBMS: HSQL Database Engine, version: 1.8.0
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC driver: HSQL Database Engine Driver, version: 1.8.0
2007-03-15 11:16:03,843 [main] INFO org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.HSQLDialect
2007-03-15 11:16:03,843 [main] INFO org.hibernate.transaction.TransactionFactoryFactory - Using default transaction strategy (direct JDBC transactions)
2007-03-15 11:16:03,843 [main] INFO org.hibernate.transaction.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch size: 15
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: enabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Connection release mode: on_close
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Maximum outer join fetch depth: 9
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
2007-03-15 11:16:03,843 [main] INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Second-level cache: enabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Query cache: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Cache provider: org.hibernate.cache.NoCacheProvider
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Echoing all SQL to stdout
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Statistics: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
2007-03-15 11:16:03,843 [main] INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: Team
2007-03-15 11:16:03,843 [main] INFO org.hibernate.connection.ConnectionProviderFactory - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - RDBMS: HSQL Database Engine, version: 1.8.0
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC driver: HSQL Database Engine Driver, version: 1.8.0
2007-03-15 11:16:03,843 [main] INFO org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.HSQLDialect
2007-03-15 11:16:03,843 [main] INFO org.hibernate.transaction.TransactionFactoryFactory - Using default transaction strategy (direct JDBC transactions)
2007-03-15 11:16:03,843 [main] INFO org.hibernate.transaction.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch size: 15
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: enabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Connection release mode: on_close
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Maximum outer join fetch depth: 9
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
2007-03-15 11:16:03,843 [main] INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Second-level cache: enabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Query cache: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Cache provider: org.hibernate.cache.NoCacheProvider
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Echoing all SQL to stdout
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Statistics: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled
2007-03-15 11:16:03,843 [main] INFO org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
2007-03-15 11:16:03,858 [main] INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: UploadableMedia
2007-03-15 11:16:03,858 [main] INFO org.hibernate.connection.ConnectionProviderFactory - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - RDBMS: HSQL Database Engine, version: 1.8.0
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC driver: HSQL Database Engine Driver, version: 1.8.0
2007-03-15 11:16:03,858 [main] INFO org.hibernate.dialect.Dialect - Using dialect: org.hibernate.dialect.HSQLDialect
2007-03-15 11:16:03,858 [main] INFO org.hibernate.transaction.TransactionFactoryFactory - Using default transaction strategy (direct JDBC transactions)
2007-03-15 11:16:03,858 [main] INFO org.hibernate.transaction.TransactionManagerLookupFactory - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic flush during beforeCompletion(): disabled
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - Automatic session close at end of transaction: disabled
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch size: 15
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC batch updates for versioned data: enabled
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - Scrollable result sets: enabled
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - JDBC3 getGeneratedKeys(): disabled
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - Connection release mode: on_close
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - Maximum outer join fetch depth: 9
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - Default batch fetch size: 1
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - Generate SQL with comments: disabled
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - Order SQL updates by primary key: disabled
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
2007-03-15 11:16:03,858 [main] INFO org.hibernate.hql.ast.ASTQueryTranslatorFactory - Using ASTQueryTranslatorFactory
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - Query language substitutions: {}
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - JPA-QL strict compliance: disabled
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - Second-level cache: enabled
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - Query cache: disabled
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - Cache provider: org.hibernate.cache.NoCacheProvider
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - Optimize cache for minimal puts: disabled
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - Structured second-level cache entries: disabled
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - Echoing all SQL to stdout
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - Statistics: disabled
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - Deleted entity synthetic identifier rollback: disabled
2007-03-15 11:16:03,858 [main] INFO org.hibernate.cfg.SettingsFactory - Default entity-mode: pojo
2007-03-15 11:16:03,858 [main] INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: Year
2007-03-15 11:16:03,858 [main] INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: Coach
2007-03-15 11:16:03,858 [main] INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: Director
2007-03-15 11:16:03,874 [main] INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: League
2007-03-15 11:16:03,874 [main] INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: Officer
2007-03-15 11:16:03,874 [main] INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: Organization
2007-03-15 11:16:03,874 [main] INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: OrganizationsDirectors
2007-03-15 11:16:03,874 [main] INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: Player
2007-03-15 11:16:03,874 [main] INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: Statistic
2007-03-15 11:16:03,874 [main] INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: Team
2007-03-15 11:16:03,874 [main] INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: UploadableMedia
2007-03-15 11:16:03,874 [main] INFO org.hibernate.tool.hbm2ddl.DatabaseMetadata - table not found: Year
2007-03-15 11:16:03,905 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaUpdate - Unsuccessful: create table Player (id integer generated by default as identity (start with 1), password varchar(255), firstName varchar(255), lastName varchar(255), created bigint, accessed bigint, address varchar(255), state varchar(255), country varchar(255), city varchar(255), zip varchar(255), dayPhone varchar(255), cellPhone varchar(255), website varchar(255), ERole varchar(255) not null, dob timestamp, emailAddress varchar(255), applicationRole varchar(255) not null, position varchar(255), playerNumber integer, dexterity varchar(255), photo_id integer, player_team_fk integer, primary key (id), unique (emailAddress))
2007-03-15 11:16:03,905 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaUpdate - Unexpected token: POSITION in statement [create table Player (id integer generated by default as identity (start with 1), password varchar(255), firstName varchar(255), lastName varchar(255), created bigint, accessed bigint, address varchar(255), state varchar(255), country varchar(255), city varchar(255), zip varchar(255), dayPhone varchar(255), cellPhone varchar(255), website varchar(255), ERole varchar(255) not null, dob timestamp, emailAddress varchar(255), applicationRole varchar(255) not null, position]
2007-03-15 11:16:03,921 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaUpdate - Unsuccessful: alter table Player add constraint FK8EA387016E7D71FD foreign key (photo_id) references UploadableMedia
2007-03-15 11:16:03,921 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaUpdate - Table not found: PLAYER in statement [alter table Player]
2007-03-15 11:16:03,921 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaUpdate - Unsuccessful: alter table Player add constraint FK8EA38701C95BD67A foreign key (player_team_fk) references Team
2007-03-15 11:16:03,921 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaUpdate - Table not found: PLAYER in statement [alter table Player]
2007-03-15 11:16:03,921 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaUpdate - Unsuccessful: alter table Statistic add constraint FKFB649930AAE3B6B8 foreign key (stats_player_fk) references Player
2007-03-15 11:16:03,921 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaUpdate - Table not found in statement [alter table Statistic add constraint FKFB649930AAE3B6B8 foreign key (stats_player_fk) references Player]
2007-03-15 11:16:03,921 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaUpdate - Unsuccessful: alter table Statistic add constraint FKFB649930935A0229 foreign key (statistic_player_fk) references Player
2007-03-15 11:16:03,921 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaUpdate - Table not found in statement [alter table Statistic add constraint FKFB649930935A0229 foreign key (statistic_player_fk) references Player]
2007-03-15 11:16:03,921 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaUpdate - Unsuccessful: alter table UploadableMedia add constraint FK67900DA95390643C foreign key (clips_player_fk) references Player
2007-03-15 11:16:03,921 [main] ERROR org.hibernate.tool.hbm2ddl.SchemaUpdate - Table not found in statement [alter table UploadableMedia add constraint FK67900DA95390643C foreign key (clips_player_fk) references Player]
2007-03-15 11:16:03,921 [main] INFO org.hibernate.tool.hbm2ddl.SchemaUpdate - schema update complete
2007-03-15 11:16:04,046 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Using MessageSource [org.springframework.context.support.ResourceBundleMessageSource: basenames=[messages]]
2007-03-15 11:16:04,046 [main] INFO org.springframework.web.context.support.XmlWebApplicationContext - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@66db21]
2007-03-15 11:16:04,046 [main] INFO org.springframework.ui.context.support.UiApplicationContextUtils - Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@141e072]
2007-03-15 11:16:04,061 [main] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [org.springframework.aop.config.internalAutoProxyCreator,trailsInterceptor,hibernateProperties,hibernate,messageSource,trailsMessageSource,dataSource,sessionFactory,autoproxy,transactionInterceptor,transactionAdvisor,transactionManager,transactionAttributeSource,persistenceService,descriptorService,descriptorFactory,hibernateDescriptorDecorator,securityService,roleUser,roleManager,user,admin,seedDataInitializer,securityStartup,validateUniqueAspect,descriptorInternationalizationAspect,descriptorSecurity,pageResolver,searchBlockFinder,editorService,localeHolder,validatorTranslatorService]; root of BeanFactory hierarchy]
2007-03-15 11:16:05,967 [main] INFO org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in {org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [org.springframework.aop.config.internalAutoProxyCreator,trailsInterceptor,hibernateProperties,hibernate,messageSource,trailsMessageSource,dataSource,sessionFactory,autoproxy,transactionInterceptor,transactionAdvisor,transactionManager,transactionAttributeSource,persistenceService,descriptorService,descriptorFactory,hibernateDescriptorDecorator,securityService,roleUser,roleManager,user,admin,seedDataInitializer,securityStartup,validateUniqueAspect,descriptorInternationalizationAspect,descriptorSecurity,pageResolver,searchBlockFinder,editorService,localeHolder,validatorTranslatorService]; root of BeanFactory hierarchy}
2007-03-15 11:16:05,967 [main] INFO org.springframework.orm.hibernate3.LocalSessionFactoryBean - Closing Hibernate SessionFactory
2007-03-15 11:16:05,967 [main] INFO org.hibernate.impl.SessionFactoryImpl - closing
2007-03-15 11:16:05,967 [main] ERROR org.springframework.web.context.ContextLoader - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'descriptorService' defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.IndexOutOfBoundsException: Index: 8, Size: 8
Caused by:
java.lang.IndexOutOfBoundsException: Index: 8, Size: 8
at java.util.ArrayList.RangeCheck(ArrayList.java:546)
at java.util.ArrayList.get(ArrayList.java:321)
at java.util.Collections.swap(Collections.java:474)
at org.trails.descriptor.annotation.AnnotationDecorator.sortDescriptors(AnnotationDecorator.java:94)
at org.trails.descriptor.annotation.AnnotationDecorator.decorate(AnnotationDecorator.java:47)
at org.trails.descriptor.annotation.AnnotationDecorator.decorate(AnnotationDecorator.java:42)
at org.trails.descriptor.TrailsDescriptorService.applyDecorators(TrailsDescriptorService.java:100)
at org.trails.descriptor.TrailsDescriptorService.init(TrailsDescriptorService.java:36)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1160)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1122)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1085)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:429)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:250)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:141)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:247)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:161)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:273)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:346)
at org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:156)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:511)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)
at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1191)
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:481)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:434)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:147)
at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:120)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:147)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:117)
at org.mortbay.jetty.Server.doStart(Server.java:210)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:134)
at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:332)
at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:277)
at org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:195)
at org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:183)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:488)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:458)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:441)
at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:382)
at org.maven.ide.eclipse.Maven2Executor.main(Maven2Executor.java:68)
2007-03-15 11:16:05,982 [main] ERROR org.mortbay.log - Failed startup of context org.mortbay.jetty.webapp.WebAppContext@12eb0b3{/,C:\Prototype\Mavenized\Product\trails\trunk\trails\examples\roster\src\main\webapp}
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'descriptorService' defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.IndexOutOfBoundsException: Index: 8, Size: 8
Caused by:
java.lang.IndexOutOfBoundsException: Index: 8, Size: 8
at java.util.ArrayList.RangeCheck(ArrayList.java:546)
at java.util.ArrayList.get(ArrayList.java:321)
at java.util.Collections.swap(Collections.java:474)
at org.trails.descriptor.annotation.AnnotationDecorator.sortDescriptors(AnnotationDecorator.java:94)
at org.trails.descriptor.annotation.AnnotationDecorator.decorate(AnnotationDecorator.java:47)
at org.trails.descriptor.annotation.AnnotationDecorator.decorate(AnnotationDecorator.java:42)
at org.trails.descriptor.TrailsDescriptorService.applyDecorators(TrailsDescriptorService.java:100)
at org.trails.descriptor.TrailsDescriptorService.init(TrailsDescriptorService.java:36)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1160)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1122)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1085)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:429)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:250)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:141)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:247)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:161)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:273)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:346)
at org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:156)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:511)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)
at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1191)
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:481)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:434)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:147)
at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:120)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:147)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:117)
at org.mortbay.jetty.Server.doStart(Server.java:210)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:134)
at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:332)
at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:277)
at org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:195)
at org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:183)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:488)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:458)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:441)
at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:382)
at org.maven.ide.eclipse.Maven2Executor.main(Maven2Executor.java:68)
2007-03-15 11:16:05,998 [main] ERROR org.mortbay.log - Nested in org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'descriptorService' defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.IndexOutOfBoundsException: Index: 8, Size: 8:
java.lang.IndexOutOfBoundsException: Index: 8, Size: 8
at java.util.ArrayList.RangeCheck(ArrayList.java:546)
at java.util.ArrayList.get(ArrayList.java:321)
at java.util.Collections.swap(Collections.java:474)
at org.trails.descriptor.annotation.AnnotationDecorator.sortDescriptors(AnnotationDecorator.java:94)
at org.trails.descriptor.annotation.AnnotationDecorator.decorate(AnnotationDecorator.java:47)
at org.trails.descriptor.annotation.AnnotationDecorator.decorate(AnnotationDecorator.java:42)
at org.trails.descriptor.TrailsDescriptorService.applyDecorators(TrailsDescriptorService.java:100)
at org.trails.descriptor.TrailsDescriptorService.init(TrailsDescriptorService.java:36)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1160)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1122)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1085)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:429)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:250)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:141)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:247)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:161)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:273)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:346)
at org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:156)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:511)
at org.mortbay.jetty.servlet.Context.startContext(Context.java:135)
at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1191)
at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:481)
at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:434)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:147)
at org.mortbay.jetty.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:120)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at org.mortbay.jetty.handler.HandlerCollection.doStart(HandlerCollection.java:147)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:117)
at org.mortbay.jetty.Server.doStart(Server.java:210)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
at org.mortbay.jetty.plugin.Jetty6PluginServer.start(Jetty6PluginServer.java:134)
at org.mortbay.jetty.plugin.AbstractJettyMojo.startJetty(AbstractJettyMojo.java:332)
at org.mortbay.jetty.plugin.AbstractJettyMojo.execute(AbstractJettyMojo.java:277)
at org.mortbay.jetty.plugin.AbstractJettyRunMojo.execute(AbstractJettyRunMojo.java:195)
at org.mortbay.jetty.plugin.Jetty6RunMojo.execute(Jetty6RunMojo.java:183)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:488)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:458)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:441)
at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:382)
at org.maven.ide.eclipse.Maven2Executor.main(Maven2Executor.java:68)
2007-03-15 11:16:06,154 [main] INFO org.mortbay.log - Started SelectChannelConnector @ 0.0.0.0:8080
[INFO] Started Jetty Server

  • Options
    • Sort By Name
    • Sort By Date
    • Ascending
    • Descending
    • Download All

Attachments

  1. Java Source File
    Demographics.java
    15/Mar/07 10:20 AM
    5 kB
    Ken in nashua
  2. Java Source File
    League.java
    15/Mar/07 10:20 AM
    9 kB
    Ken in nashua

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Ken in nashua added a comment - 15/Mar/07 3:01 PM

Upon closing trails-28, I checked this one again and it still occurs.

So this one is a valid bug.

My workaround is not to specify any indices.

Show
Ken in nashua added a comment - 15/Mar/07 3:01 PM Upon closing trails-28, I checked this one again and it still occurs. So this one is a valid bug. My workaround is not to specify any indices.
Hide
Permalink
Alejandro Scandroli added a comment - 15/Mar/07 5:53 PM

index should start at "0"

Show
Alejandro Scandroli added a comment - 15/Mar/07 5:53 PM index should start at "0"
Hide
Permalink
Ken in nashua added a comment - 02/May/07 2:06 PM

The design could be revisited later but for now appropriate contigous sequencing of indices is recommended.

Show
Ken in nashua added a comment - 02/May/07 2:06 PM The design could be revisited later but for now appropriate contigous sequencing of indices is recommended.

People

  • Assignee:
    Alejandro Scandroli
    Reporter:
    Ken in nashua
Vote (0)
Watch (0)

Dates

  • Created:
    15/Mar/07 10:20 AM
    Updated:
    07/Apr/08 11:34 AM
    Resolved:
    02/May/07 2:06 PM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.