[jbosstools-builds] Build failed in Jenkins: jbosstools-4.1_trunk.component--hibernate #240

ci-builds at redhat.com ci-builds at redhat.com
Wed Feb 6 14:15:43 EST 2013


See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/240/>

------------------------------------------
[...truncated 2424 lines...]
[ERROR] protected HibernatePackageInfo transform(HibernateClassRef classRef) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method transform(HibernateClassRef) of type new TransformationIterable<HibernateClassRef,HibernatePackageInfo>(){} must override or implement a supertype method
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/java/jpa2/HibernateJavaElementCollectionMapping2_0.java>:[29,0]
[ERROR] new CompositeIterable<JavaConverter.Adapter>(JavaTypeConverter.Adapter.instance(),
[ERROR] new ArrayIterable<JavaConverter.Adapter>(CONVERTER_ADAPTER_ARRAY));
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor CompositeIterable<JavaConverter.Adapter>(JavaTypeConverter.Adapter, ArrayIterable<JavaConverter.Adapter>) is undefined
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/java/HibernateJavaColumnImpl.java>:[100,0]
[ERROR] return getDefaultTable();
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] The method getDefaultTable() is undefined for the type HibernateJavaColumnImpl
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/java/HibernateJavaColumnImpl.java>:[104,0]
[ERROR] if (getSpecifiedTable() == null) return null;
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method getSpecifiedTable() is undefined for the type HibernateJavaColumnImpl
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/java/HibernateJavaColumnImpl.java>:[108,0]
[ERROR] return ns.tableName(getSpecifiedTable());
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method getSpecifiedTable() is undefined for the type HibernateJavaColumnImpl
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/java/HibernateJavaColumnImpl.java>:[115,0]
[ERROR] return this.getSpecifiedTable();
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method getSpecifiedTable() is undefined for the type HibernateJavaColumnImpl
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/orm/HibernateOrmTableImpl.java>:[124,0]
[ERROR] return new TransformationIterator<Table, String>(tables) {
[ERROR] @Override
[ERROR] protected String transform(Table t) {
[ERROR] if (t instanceof HibernateTable) {
[ERROR] return ((HibernateTable)t).getDBTableName();
[ERROR] } else {
[ERROR] return t.getName();//What is this???
[ERROR] }
[ERROR] }
[ERROR] };
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor TransformationIterator<Table,String>(Iterator<Table>) is undefined
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/orm/HibernateOrmTableImpl.java>:[126,0]
[ERROR] protected String transform(Table t) {
[ERROR] ^^^^^^^^^^^^^^^^^^
[ERROR] The method transform(Table) of type new TransformationIterator<Table,String>(){} must override or implement a supertype method
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/AddGeneratedClassesJob.java>:[112,0]
[ERROR] return new TransformationIterable<IType, String>(
[ERROR] new FilteringIterable<IType>(
[ERROR] new TransformationIterable<String, IType>(
[ERROR] /* FIXME find correct replacement for function below
[ERROR] jpaProject.getMappedJavaSourceClassNames()) {
[ERROR] */
[ERROR] jpaProject.getAnnotatedJavaSourceClassNames()) {
[ERROR] @Override
[ERROR] protected IType transform(String fullyQualifiedName) {
[ERROR] return AddGeneratedClassesJob.this.findType(jpaProject, fullyQualifiedName);
[ERROR] }
[ERROR] }){
[ERROR] @Override
[ERROR] protected boolean accept(IType o) {
[ERROR] for (IResource res : javaFilesToAdd) {
[ERROR] if (res.equals(o.getResource())){
[ERROR] return true;
[ERROR] }
[ERROR] }
[ERROR] return false;
[ERROR] }
[ERROR] }) {
[ERROR] @Override
[ERROR] protected String transform(IType jdtType) {
[ERROR] return jdtType.getFullyQualifiedName(enclosingTypeSeparator);
[ERROR] }
[ERROR] };
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor TransformationIterable<IType,String>(new FilteringIterable<IType>(){}) is undefined
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/AddGeneratedClassesJob.java>:[118,0]
[ERROR] jpaProject.getAnnotatedJavaSourceClassNames()) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method getAnnotatedJavaSourceClassNames() is undefined for the type JpaProject
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/AddGeneratedClassesJob.java>:[120,0]
[ERROR] protected IType transform(String fullyQualifiedName) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method transform(String) of type new TransformationIterable<String,IType>(){} must override or implement a supertype method
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/AddGeneratedClassesJob.java>:[135,0]
[ERROR] protected String transform(IType jdtType) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method transform(IType) of type new TransformationIterable<IType,String>(){} must override or implement a supertype method
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/jpa2/HibernateJpa2_0PlatformFactory.java>:[30,0]
[ERROR] public class HibernateJpa2_0PlatformFactory implements JpaPlatformFactory {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The type HibernateJpa2_0PlatformFactory must implement the inherited abstract method JpaPlatformFactory.buildJpaPlatform(JpaPlatform.Config)
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/orm/HibernateOrmIdMappingImpl.java>:[76,0]
[ERROR] String tableName = this.column.getTable();
[ERROR] ^^^^^^^^
[ERROR] The method getTable() is undefined for the type OrmColumn
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/orm/HibernateOrmIdMappingImpl.java>:[85,0]
[ERROR] this.column.getTableTextRange()
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method getTableTextRange() is undefined for the type OrmColumn
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/orm/HibernateOrmIdMappingImpl.java>:[95,0]
[ERROR] this.column.getTableTextRange()
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method getTableTextRange() is undefined for the type OrmColumn
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/HibernateJpaPlatformFactory.java>:[29,0]
[ERROR] public class HibernateJpaPlatformFactory implements JpaPlatformFactory {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The type HibernateJpaPlatformFactory must implement the inherited abstract method JpaPlatformFactory.buildJpaPlatform(JpaPlatform.Config)
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/HibernateJpaProject.java>:[208,0]
[ERROR] return new TransformationIterable<JpaFile, JavaResourcePackageInfoCompilationUnit>(this.getJavaPackageInfoSourceJpaFiles()) {
[ERROR] @Override
[ERROR] protected JavaResourcePackageInfoCompilationUnit transform(JpaFile jpaFile) {
[ERROR] return (JavaResourcePackageInfoCompilationUnit) jpaFile.getResourceModel();
[ERROR] }
[ERROR] };
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor TransformationIterable<JpaFile,JavaResourcePackageInfoCompilationUnit>(Iterable<JpaFile>) is undefined
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/HibernateJpaProject.java>:[210,0]
[ERROR] protected JavaResourcePackageInfoCompilationUnit transform(JpaFile jpaFile) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method transform(JpaFile) of type new TransformationIterable<JpaFile,JavaResourcePackageInfoCompilationUnit>(){} must override or implement a supertype method
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/HibernateJpaProject.java>:[217,0]
[ERROR] return new TransformationIterable<JavaResourcePackageInfoCompilationUnit, JavaResourcePackage>(this.getInternalJavaResourcePackageInfoCompilationUnits()) {
[ERROR] @Override
[ERROR] protected JavaResourcePackage transform(final JavaResourcePackageInfoCompilationUnit compilationUnit) {
[ERROR] return compilationUnit.getPackage();
[ERROR] }
[ERROR] };
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor TransformationIterable<JavaResourcePackageInfoCompilationUnit,JavaResourcePackage>(Iterable<JavaResourcePackageInfoCompilationUnit>) is undefined
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/HibernateJpaProject.java>:[219,0]
[ERROR] protected JavaResourcePackage transform(final JavaResourcePackageInfoCompilationUnit compilationUnit) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method transform(JavaResourcePackageInfoCompilationUnit) of type new TransformationIterable<JavaResourcePackageInfoCompilationUnit,JavaResourcePackage>(){} must override or implement a supertype method
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/HibernateJpaProject.java>:[244,0]
[ERROR] return new TransformationIterable<JavaResourcePackage, String>(this.getInternalMappedSourceJavaResourcePackages()) {
[ERROR] @Override
[ERROR] protected String transform(JavaResourcePackage jrpPackage) {
[ERROR] return jrpPackage == null ? null :  jrpPackage.getName();
[ERROR] }
[ERROR] };
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor TransformationIterable<JavaResourcePackage,String>(Iterable<JavaResourcePackage>) is undefined
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/HibernateJpaProject.java>:[246,0]
[ERROR] protected String transform(JavaResourcePackage jrpPackage) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method transform(JavaResourcePackage) of type new TransformationIterable<JavaResourcePackage,String>(){} must override or implement a supertype method
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/orm/HibernateOrmEntityImpl.java>:[138,0]
[ERROR] return new TransformationIterable<ReadOnlyTable, String>(tables) {
[ERROR] @Override
[ERROR] protected String transform(ReadOnlyTable t) {
[ERROR] if (t instanceof HibernateTable) {
[ERROR] return ((HibernateTable)t).getDBTableName();
[ERROR] } else {
[ERROR] return t.getName();//What is this???
[ERROR] }
[ERROR] }
[ERROR] };
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor TransformationIterable<ReadOnlyTable,String>(Iterable<ReadOnlyTable>) is undefined
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/orm/HibernateOrmEntityImpl.java>:[140,0]
[ERROR] protected String transform(ReadOnlyTable t) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method transform(ReadOnlyTable) of type new TransformationIterable<ReadOnlyTable,String>(){} must override or implement a supertype method
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/HibernateJpaPlatform.java>:[43,0]
[ERROR] super(id, jpaVersion, jpaFactory, annotationProvider, platformProvider, jpaVariation, jpqlGrammar);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor GenericJpaPlatform(String, JpaPlatform.Version, JpaFactory, AnnotationProvider, JpaPlatformProvider, JpaPlatformVariation, JPQLGrammar) is undefined
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/libval/HibernateUserLibraryValidator.java>:[34,0]
[ERROR] return LibraryValidatorTools.validateClasspathEntries(jpaConfig.resolve(), classNames);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method validateClasspathEntries(Collection<IClasspathEntry>, Set<String>) is undefined for the type LibraryValidatorTools
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/orm/HibernateOrmColumnImpl.java>:[89,0]
[ERROR] return getDefaultTable();
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] The method getDefaultTable() is undefined for the type HibernateOrmColumnImpl
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/orm/HibernateOrmColumnImpl.java>:[94,0]
[ERROR] if (getSpecifiedTable() == null) return null;
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method getSpecifiedTable() is undefined for the type HibernateOrmColumnImpl
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/orm/HibernateOrmColumnImpl.java>:[98,0]
[ERROR] return ns.tableName(getSpecifiedTable());
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method getSpecifiedTable() is undefined for the type HibernateOrmColumnImpl
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/orm/HibernateOrmColumnImpl.java>:[106,0]
[ERROR] return this.getSpecifiedTable();
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method getSpecifiedTable() is undefined for the type HibernateOrmColumnImpl
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/java/HibernateJavaEntityImpl.java>:[276,0]
[ERROR] return new TransformationIterable<ReadOnlyTable, String>(tables) {
[ERROR] @Override
[ERROR] protected String transform(ReadOnlyTable t) {
[ERROR] if (t instanceof HibernateTable) {
[ERROR] return ((HibernateTable)t).getDBTableName();
[ERROR] } else {
[ERROR] return t.getName();//What is this???
[ERROR] }
[ERROR] }
[ERROR] };
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor TransformationIterable<ReadOnlyTable,String>(Iterable<ReadOnlyTable>) is undefined
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/java/HibernateJavaEntityImpl.java>:[278,0]
[ERROR] protected String transform(ReadOnlyTable t) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method transform(ReadOnlyTable) of type new TransformationIterable<ReadOnlyTable,String>(){} must override or implement a supertype method
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.1_trunk.component--hibernate/ws/sources/plugins/org.jboss.tools.hibernate.jpt.core/src/org/jboss/tools/hibernate/jpt/core/internal/context/java/HibernateJavaBasicMappingImpl.java>:[39,0]
[ERROR] new CompositeIterable<JavaConverter.Adapter>(JavaTypeConverter.Adapter.instance(),
[ERROR] new ArrayIterable<JavaConverter.Adapter>(CONVERTER_ADAPTER_ARRAY));
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor CompositeIterable<JavaConverter.Adapter>(JavaTypeConverter.Adapter, ArrayIterable<JavaConverter.Adapter>) is undefined
[ERROR] 38 problems (38 errors)
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.16.0:compile (default-compile) on project org.jboss.tools.hibernate.jpt.core: Compilation failure
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	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:597)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: copied.org.apache.maven.plugin.CompilationFailureException: Compilation failure
	at copied.org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:454)
	at org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo.execute(AbstractOsgiCompilerMojo.java:218)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 19 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.jboss.tools.hibernate.jpt.core
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :28
Killing Xvnc process ID 23714
Archiving artifacts
Recording test results
Description set: 


More information about the jbosstools-builds mailing list