Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-8557

Compilation failure for 3.3.indigo branch :: hibernatetools

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 3.3.0.M1
    • 3.3.0.M1
    • hibernate
    • None

    Description

      http://hudson.qa.jboss.com/hudson/job/jbosstools-3.3_3.3.indigo.continuous/23/console

      [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_3.3.indigo.continuous/sources/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/HibernateJpaPlatform.java (at line 34):[-1,-1]
      [ERROR] for (ResourceDefinition resourceDefinition : CollectionTools.iterable(resourceDefinitions())) {
      [ERROR] ^^^^^^^^^^^^^^^^^^^
      [ERROR] The method resourceDefinitions() is undefined for the type HibernateJpaPlatform
      [ERROR]
      [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_3.3.indigo.continuous/sources/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/orm/jpa2/HibernateOrmOneToManyRelationshipReference2_0.java (at line 13):[-1,-1]
      [ERROR] import org.eclipse.jpt.core.context.orm.OrmJoinTableJoiningStrategy;
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The import org.eclipse.jpt.core.context.orm.OrmJoinTableJoiningStrategy cannot be resolved
      [ERROR]
      [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_3.3.indigo.continuous/sources/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/orm/jpa2/HibernateOrmOneToManyRelationshipReference2_0.java (at line 15):[-1,-1]
      [ERROR] import org.eclipse.jpt.core.internal.jpa2.context.orm.GenericOrmOneToManyRelationshipReference2_0;
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The import org.eclipse.jpt.core.internal.jpa2.context.orm.GenericOrmOneToManyRelationshipReference2_0 cannot be resolved
      [ERROR]
      [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_3.3.indigo.continuous/sources/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/orm/jpa2/HibernateOrmOneToManyRelationshipReference2_0.java (at line 24):[-1,-1]
      [ERROR] GenericOrmOneToManyRelationshipReference2_0 {
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] GenericOrmOneToManyRelationshipReference2_0 cannot be resolved to a type
      [ERROR]
      [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_3.3.indigo.continuous/sources/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/orm/jpa2/HibernateOrmOneToManyRelationshipReference2_0.java (at line 36):[-1,-1]
      [ERROR] protected OrmJoinTableJoiningStrategy buildJoinTableJoiningStrategy() {
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] OrmJoinTableJoiningStrategy cannot be resolved to a type
      [ERROR]
      [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_3.3.indigo.continuous/sources/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/orm/jpa2/HibernateOrmOneToManyRelationshipReference2_0.java (at line 36):[-1,-1]
      [ERROR] protected OrmJoinTableJoiningStrategy buildJoinTableJoiningStrategy() {
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The method buildJoinTableJoiningStrategy() of type HibernateOrmOneToManyRelationshipReference2_0 must override a superclass method
      [ERROR]
      [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_3.3.indigo.continuous/sources/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/orm/jpa2/HibernateOrmOneToManyRelationshipReference2_0.java (at line 37):[-1,-1]
      [ERROR] return new HibernateOrmJoinTableJoiningStrategy(this, getResourceMapping());
      [ERROR] ^^^^^^^^^^^^^^^^^^
      [ERROR] The method getResourceMapping() is undefined for the type HibernateOrmOneToManyRelationshipReference2_0
      [ERROR]
      [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_3.3.indigo.continuous/sources/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/java/HibernateJavaTableImpl.java (at line 39):[-1,-1]
      [ERROR] super(parent);
      [ERROR] ^^^^^^^^^^^^^^
      [ERROR] The constructor GenericJavaTable(JavaEntity) is undefined
      [ERROR]
      [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_3.3.indigo.continuous/sources/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/java/HibernateJavaTableImpl.java (at line 43):[-1,-1]
      [ERROR] public void initialize(JavaResourcePersistentMember pr) {
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The method initialize(JavaResourcePersistentMember) of type HibernateJavaTableImpl must override a superclass method
      [ERROR]
      [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_3.3.indigo.continuous/sources/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/java/HibernateJavaTableImpl.java (at line 44):[-1,-1]
      [ERROR] super.initialize(pr);
      [ERROR] ^^^^^^^^^^
      [ERROR] The method initialize(JavaResourcePersistentMember) is undefined for the type GenericJavaTable
      [ERROR]
      [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_3.3.indigo.continuous/sources/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/java/HibernateJavaTableImpl.java (at line 49):[-1,-1]
      [ERROR] public void update(JavaResourcePersistentMember jrpm) {
      [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      [ERROR] The method update(JavaResourcePersistentMember) of type HibernateJavaTableImpl must override a superclass method
      [ERROR]
      [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_3.3.indigo.continuous/sources/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/java/HibernateJavaTableImpl.java (at line 50):[-1,-1]
      [ERROR] super.update(jrpm);
      [ERROR] ^^^^^^
      [ERROR] The method update() in the type AbstractJavaTable<TableAnnotation> is not applicable for the arguments (JavaResourcePersistentMember)
      [ERROR]
      [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_3.3.indigo.continuous/sources/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/java/HibernateJavaTableImpl.java (at line 111):[-1,-1]
      [ERROR] if ( ! this.hasResolvedCatalog()) {
      [ERROR] ^^^^^^^^^^^^^^^^^^
      [ERROR] The method hasResolvedCatalog() is undefined for the type HibernateJavaTableImpl
      [ERROR]
      [ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_3.3.indigo.continuous/sources/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/java/HibernateJavaTableImpl.java (at line 124):[-1,-1]
      [ERROR] if ( ! this.hasResolvedSchema()) {
      [ERROR] ^^^^^^^^^^^^^^^^^
      [ERROR] The method hasResolvedSchema() is undefined for the type HibernateJavaTableImpl

      (and many more!)

      Attachments

        Issue Links

          Activity

            People

              dgeraskov Dmitry Geraskov (Inactive)
              nickboldt Nick Boldt
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: