[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-8557) Compilation failure for 3.3.indigo branch :: hibernatetools

Denis Golovin (JIRA) jira-events at lists.jboss.org
Wed Mar 30 15:20:38 EDT 2011


     [ https://issues.jboss.org/browse/JBIDE-8557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Golovin updated JBIDE-8557:
---------------------------------

    Fix Version/s: 3.3.0.M1


> Compilation failure for 3.3.indigo branch :: hibernatetools
> -----------------------------------------------------------
>
>                 Key: JBIDE-8557
>                 URL: https://issues.jboss.org/browse/JBIDE-8557
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Hibernate
>    Affects Versions: 3.3.0.M1
>            Reporter: Nick Boldt
>            Assignee: Dmitry Geraskov
>             Fix For: 3.3.0.M1
>
>
> 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!)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list