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

Nick Boldt (JIRA) jira-events at lists.jboss.org
Thu Mar 10 18:15:45 EST 2011


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

Nick Boldt updated JBIDE-8557:
------------------------------

       Assignee: Max Rydahl Andersen  (was: Rob Stryker)
    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!)

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

[ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-compiler-plugin:0.10.0:compile (default-compile) on project org.jboss.ide.eclipse.as.core: Compilation failure: Compilation failure:
[ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_3.3.indigo.continuous/sources/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/events/ServerLog.java (at line 18):[-1,-1]
[ERROR] import org.eclipse.core.runtime.adaptor.EclipseLog;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.core.runtime.adaptor.EclipseLog cannot be resolved
[ERROR] 
[ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_3.3.indigo.continuous/sources/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/events/ServerLog.java (at line 21):[-1,-1]
[ERROR] public class ServerLog extends EclipseLog {
[ERROR] ^^^^^^^^^^
[ERROR] EclipseLog cannot be resolved to a type
[ERROR] 
[ERROR] /qa/hudson_ws/workspace/jbosstools-3.3_3.3.indigo.continuous/sources/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/extensions/events/ServerLog.java (at line 27):[-1,-1]
[ERROR] log(getLog(status));
[ERROR] ^^^
[ERROR] The method log(IStatus) in the type ServerLog is not applicable for the arguments (FrameworkLogEntry)
[ERROR] -> [Help 1]


    Component/s: Hibernate
                     (was: JBossAS)


> 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: Max Rydahl Andersen
>
> 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