[JBoss JIRA] (JBIDE-13365) Maven Hibernate plugin fails to build against Kepler
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13365?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-13365:
-------------------------------------
This is caused by Dali breaking their (provisional) API, again. The hibernate configurator requires a significant rewrite to work against kepler.
> Maven Hibernate plugin fails to build against Kepler
> ----------------------------------------------------
>
> Key: JBIDE-13365
> URL: https://issues.jboss.org/browse/JBIDE-13365
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: maven
> Reporter: Mickael Istria
> Assignee: Fred Bricon
> Priority: Blocker
> Fix For: 4.1.0.Alpha1
>
>
> Using TP from JBIDE-13336 which contain:
> {code}
> <unit id="org.eclipse.jpt.common.feature.feature.group" version="1.3.0.v201210121950-67A-AkF7BFAM7P7EQM"/>
> <unit id="org.eclipse.jpt.common.eclipselink.feature.feature.group" version="1.3.0.v201210121950-35-8s73574E3D38C8"/>
> <unit id="org.eclipse.jpt.jpa.eclipselink.feature.feature.group" version="3.3.0.v201210121950-7K7P0EVVFNVKhJeGepg6NHG"/>
> <unit id="org.eclipse.jpt.jpa.feature.feature.group" version="3.3.0.v201210121950-7W7W4FBBoParY-XLUG4H6NHG"/>
> <unit id="org.eclipse.jpt.jaxb.feature.feature.group" version="1.3.0.v201210121950-57A-AkF7BFAM7P7EQM"/>
> {code},
> I couldn't build the maven/central component because of an issue in org.jboss.tools.maven.hibernate bundle
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.16.0:compile (default-compile) on project org.jboss.tools.maven.hibernate: Compilation failure: Compilation failure:
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[15,0]
> [ERROR] import org.eclipse.jpt.common.core.JptCommonCorePlugin;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The import org.eclipse.jpt.common.core.JptCommonCorePlugin cannot be resolved
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[18,0]
> [ERROR] import org.eclipse.jpt.jpa.core.platform.JpaPlatformDescription;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The import org.eclipse.jpt.jpa.core.platform.JpaPlatformDescription cannot be resolved
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[25,0]
> [ERROR] public class MavenHibernateLibraryProviderInstallOperationConfig extends MavenLibraryProviderInstallOperationConfig implements JpaLibraryProviderInstallOperationConfig {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The type MavenHibernateLibraryProviderInstallOperationConfig must implement the inherited abstract method JpaLibraryProviderInstallOperationConfig.setJpaPlatformConfig(JpaPlatformConfig)
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[25,0]
> [ERROR] public class MavenHibernateLibraryProviderInstallOperationConfig extends MavenLibraryProviderInstallOperationConfig implements JpaLibraryProviderInstallOperationConfig {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The type MavenHibernateLibraryProviderInstallOperationConfig must implement the inherited abstract method JpaLibraryProviderInstallOperationConfig.getJpaPlatformConfig()
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[27,0]
> [ERROR] private JpaPlatformDescription jpaPlatformDescription;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] JpaPlatformDescription cannot be resolved to a type
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[29,0]
> [ERROR] public JpaPlatformDescription getJpaPlatform() {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] JpaPlatformDescription cannot be resolved to a type
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[30,0]
> [ERROR] return jpaPlatformDescription;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] JpaPlatformDescription cannot be resolved to a type
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[33,0]
> [ERROR] public void setJpaPlatform(JpaPlatformDescription jpaPlatform) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] JpaPlatformDescription cannot be resolved to a type
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[34,0]
> [ERROR] this.jpaPlatformDescription = jpaPlatform;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] JpaPlatformDescription cannot be resolved to a type
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[43,0]
> [ERROR] if (getJpaPlatform() != null) {
> [ERROR] ^^^^^^^^^^^^^^
> [ERROR] The method getJpaPlatform() from the type MavenHibernateLibraryProviderInstallOperationConfig refers to the missing type JpaPlatformDescription
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[44,0]
> [ERROR] for (LibraryValidator libraryValidator : JptCommonCorePlugin.getLibraryValidators(this)) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^
> [ERROR] JptCommonCorePlugin cannot be resolved
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/HibernateLibValidator.java:[26,0]
> [ERROR] if (jpaConfig.getJpaPlatform().getId().contains("hibernate")) {
> [ERROR] ^^^^^^^^^^^^^^
> [ERROR] The method getJpaPlatform() is undefined for the type JpaLibraryProviderInstallOperationConfig
> [ERROR] 12 problems (12 errors)
> {code}
> Please re-assign this issue to me if you think we should use and ship another version of JBT.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (JBIDE-13365) Maven Hibernate plugin fails to build against Kepler
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13365?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-13365:
--------------------------------
Priority: Blocker (was: Major)
> Maven Hibernate plugin fails to build against Kepler
> ----------------------------------------------------
>
> Key: JBIDE-13365
> URL: https://issues.jboss.org/browse/JBIDE-13365
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: maven
> Reporter: Mickael Istria
> Assignee: Fred Bricon
> Priority: Blocker
> Fix For: 4.1.0.Alpha1
>
>
> Using TP from JBIDE-13336 which contain:
> {code}
> <unit id="org.eclipse.jpt.common.feature.feature.group" version="1.3.0.v201210121950-67A-AkF7BFAM7P7EQM"/>
> <unit id="org.eclipse.jpt.common.eclipselink.feature.feature.group" version="1.3.0.v201210121950-35-8s73574E3D38C8"/>
> <unit id="org.eclipse.jpt.jpa.eclipselink.feature.feature.group" version="3.3.0.v201210121950-7K7P0EVVFNVKhJeGepg6NHG"/>
> <unit id="org.eclipse.jpt.jpa.feature.feature.group" version="3.3.0.v201210121950-7W7W4FBBoParY-XLUG4H6NHG"/>
> <unit id="org.eclipse.jpt.jaxb.feature.feature.group" version="1.3.0.v201210121950-57A-AkF7BFAM7P7EQM"/>
> {code},
> I couldn't build the maven/central component because of an issue in org.jboss.tools.maven.hibernate bundle
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.16.0:compile (default-compile) on project org.jboss.tools.maven.hibernate: Compilation failure: Compilation failure:
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[15,0]
> [ERROR] import org.eclipse.jpt.common.core.JptCommonCorePlugin;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The import org.eclipse.jpt.common.core.JptCommonCorePlugin cannot be resolved
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[18,0]
> [ERROR] import org.eclipse.jpt.jpa.core.platform.JpaPlatformDescription;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The import org.eclipse.jpt.jpa.core.platform.JpaPlatformDescription cannot be resolved
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[25,0]
> [ERROR] public class MavenHibernateLibraryProviderInstallOperationConfig extends MavenLibraryProviderInstallOperationConfig implements JpaLibraryProviderInstallOperationConfig {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The type MavenHibernateLibraryProviderInstallOperationConfig must implement the inherited abstract method JpaLibraryProviderInstallOperationConfig.setJpaPlatformConfig(JpaPlatformConfig)
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[25,0]
> [ERROR] public class MavenHibernateLibraryProviderInstallOperationConfig extends MavenLibraryProviderInstallOperationConfig implements JpaLibraryProviderInstallOperationConfig {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The type MavenHibernateLibraryProviderInstallOperationConfig must implement the inherited abstract method JpaLibraryProviderInstallOperationConfig.getJpaPlatformConfig()
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[27,0]
> [ERROR] private JpaPlatformDescription jpaPlatformDescription;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] JpaPlatformDescription cannot be resolved to a type
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[29,0]
> [ERROR] public JpaPlatformDescription getJpaPlatform() {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] JpaPlatformDescription cannot be resolved to a type
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[30,0]
> [ERROR] return jpaPlatformDescription;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] JpaPlatformDescription cannot be resolved to a type
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[33,0]
> [ERROR] public void setJpaPlatform(JpaPlatformDescription jpaPlatform) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] JpaPlatformDescription cannot be resolved to a type
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[34,0]
> [ERROR] this.jpaPlatformDescription = jpaPlatform;
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] JpaPlatformDescription cannot be resolved to a type
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[43,0]
> [ERROR] if (getJpaPlatform() != null) {
> [ERROR] ^^^^^^^^^^^^^^
> [ERROR] The method getJpaPlatform() from the type MavenHibernateLibraryProviderInstallOperationConfig refers to the missing type JpaPlatformDescription
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[44,0]
> [ERROR] for (LibraryValidator libraryValidator : JptCommonCorePlugin.getLibraryValidators(this)) {
> [ERROR] ^^^^^^^^^^^^^^^^^^^
> [ERROR] JptCommonCorePlugin cannot be resolved
> [ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/HibernateLibValidator.java:[26,0]
> [ERROR] if (jpaConfig.getJpaPlatform().getId().contains("hibernate")) {
> [ERROR] ^^^^^^^^^^^^^^
> [ERROR] The method getJpaPlatform() is undefined for the type JpaLibraryProviderInstallOperationConfig
> [ERROR] 12 problems (12 errors)
> {code}
> Please re-assign this issue to me if you think we should use and ship another version of JBT.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (JBIDE-13365) Maven Hibernate plugin fails to build against Kepler
by Mickael Istria (JIRA)
Mickael Istria created JBIDE-13365:
--------------------------------------
Summary: Maven Hibernate plugin fails to build against Kepler
Key: JBIDE-13365
URL: https://issues.jboss.org/browse/JBIDE-13365
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: maven
Reporter: Mickael Istria
Assignee: Fred Bricon
Fix For: 4.1.0.Alpha1
Using TP from JBIDE-13336 which contain:
{code}
<unit id="org.eclipse.jpt.common.feature.feature.group" version="1.3.0.v201210121950-67A-AkF7BFAM7P7EQM"/>
<unit id="org.eclipse.jpt.common.eclipselink.feature.feature.group" version="1.3.0.v201210121950-35-8s73574E3D38C8"/>
<unit id="org.eclipse.jpt.jpa.eclipselink.feature.feature.group" version="3.3.0.v201210121950-7K7P0EVVFNVKhJeGepg6NHG"/>
<unit id="org.eclipse.jpt.jpa.feature.feature.group" version="3.3.0.v201210121950-7W7W4FBBoParY-XLUG4H6NHG"/>
<unit id="org.eclipse.jpt.jaxb.feature.feature.group" version="1.3.0.v201210121950-57A-AkF7BFAM7P7EQM"/>
{code},
I couldn't build the maven/central component because of an issue in org.jboss.tools.maven.hibernate bundle
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.16.0:compile (default-compile) on project org.jboss.tools.maven.hibernate: Compilation failure: Compilation failure:
[ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[15,0]
[ERROR] import org.eclipse.jpt.common.core.JptCommonCorePlugin;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.jpt.common.core.JptCommonCorePlugin cannot be resolved
[ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[18,0]
[ERROR] import org.eclipse.jpt.jpa.core.platform.JpaPlatformDescription;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.eclipse.jpt.jpa.core.platform.JpaPlatformDescription cannot be resolved
[ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[25,0]
[ERROR] public class MavenHibernateLibraryProviderInstallOperationConfig extends MavenLibraryProviderInstallOperationConfig implements JpaLibraryProviderInstallOperationConfig {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The type MavenHibernateLibraryProviderInstallOperationConfig must implement the inherited abstract method JpaLibraryProviderInstallOperationConfig.setJpaPlatformConfig(JpaPlatformConfig)
[ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[25,0]
[ERROR] public class MavenHibernateLibraryProviderInstallOperationConfig extends MavenLibraryProviderInstallOperationConfig implements JpaLibraryProviderInstallOperationConfig {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The type MavenHibernateLibraryProviderInstallOperationConfig must implement the inherited abstract method JpaLibraryProviderInstallOperationConfig.getJpaPlatformConfig()
[ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[27,0]
[ERROR] private JpaPlatformDescription jpaPlatformDescription;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] JpaPlatformDescription cannot be resolved to a type
[ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[29,0]
[ERROR] public JpaPlatformDescription getJpaPlatform() {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] JpaPlatformDescription cannot be resolved to a type
[ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[30,0]
[ERROR] return jpaPlatformDescription;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] JpaPlatformDescription cannot be resolved to a type
[ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[33,0]
[ERROR] public void setJpaPlatform(JpaPlatformDescription jpaPlatform) {
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^
[ERROR] JpaPlatformDescription cannot be resolved to a type
[ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[34,0]
[ERROR] this.jpaPlatformDescription = jpaPlatform;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] JpaPlatformDescription cannot be resolved to a type
[ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[43,0]
[ERROR] if (getJpaPlatform() != null) {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The method getJpaPlatform() from the type MavenHibernateLibraryProviderInstallOperationConfig refers to the missing type JpaPlatformDescription
[ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/MavenHibernateLibraryProviderInstallOperationConfig.java:[44,0]
[ERROR] for (LibraryValidator libraryValidator : JptCommonCorePlugin.getLibraryValidators(this)) {
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] JptCommonCorePlugin cannot be resolved
[ERROR] /home/mistria/git/jbosstools-central/maven/plugins/org.jboss.tools.maven.hibernate/src/org/jboss/tools/maven/hibernate/libprov/HibernateLibValidator.java:[26,0]
[ERROR] if (jpaConfig.getJpaPlatform().getId().contains("hibernate")) {
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The method getJpaPlatform() is undefined for the type JpaLibraryProviderInstallOperationConfig
[ERROR] 12 problems (12 errors)
{code}
Please re-assign this issue to me if you think we should use and ship another version of JBT.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (JBIDE-12431) Unsatisfied jpa dependency for JPA ui bot test
by Jiri Peterka (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12431?page=com.atlassian.jira.plugi... ]
Jiri Peterka closed JBIDE-12431.
--------------------------------
Resolution: Done
Not an issue anymore
> Unsatisfied jpa dependency for JPA ui bot test
> ----------------------------------------------
>
> Key: JBIDE-12431
> URL: https://issues.jboss.org/browse/JBIDE-12431
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Build/Releng
> Affects Versions: 3.3.1
> Reporter: Jiri Peterka
> Assignee: Jiri Peterka
> Fix For: 3.3.2
>
> Attachments: pom.xml
>
>
> This is related to SWTBot test execution:
> jpa.feature.group cannot be installed because of missing dependencies
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.15.0:test (default-test) on project org.jboss.tools.hibernate.ui.bot.test: Execution default-test of goal org.eclipse.tycho:tycho-surefire-plugin:0.15.0:test failed: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from tycho-extra-1345033352138 0.0.0.1345033352138 to org.eclipse.jpt.jpa.feature 0.0.0.", "Unable to satisfy dependency from tycho-1345033352195 0.0.0.1345033352195 to org.eclipse.jpt.jpa.feature 0.0.0.", "No solution found because the problem is unsatisfiable."] -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.15.0:test (default-test) on project org.jboss.tools.hibernate.ui.bot.test: Execution default-test of goal org.eclipse.tycho:tycho-surefire-plugin:0.15.0:test failed: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from tycho-extra-1345033352138 0.0.0.1345033352138 to org.eclipse.jpt.jpa.feature 0.0.0.", "Unable to satisfy dependency from tycho-1345033352195 0.0.0.1345033352195 to org.eclipse.jpt.jpa.feature 0.0.0.", "No solution found because the problem is unsatisfiable."]
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
> 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:319)
> 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: org.apache.maven.plugin.PluginExecutionException: Execution default-test of goal org.eclipse.tycho:tycho-surefire-plugin:0.15.0:test failed: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from tycho-extra-1345033352138 0.0.0.1345033352138 to org.eclipse.jpt.jpa.feature 0.0.0.", "Unable to satisfy dependency from tycho-1345033352195 0.0.0.1345033352195 to org.eclipse.jpt.jpa.feature 0.0.0.", "No solution found because the problem is unsatisfiable."]
> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
> ... 19 more
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (JBIDE-13213) Simple adding/removing Project Archives capabilities into project
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13213?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen updated JBIDE-13213:
----------------------------------------
Fix Version/s: 4.0.x
(was: 3.3.2)
> Simple adding/removing Project Archives capabilities into project
> -----------------------------------------------------------------
>
> Key: JBIDE-13213
> URL: https://issues.jboss.org/browse/JBIDE-13213
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: Archives
> Reporter: Vlado Pakan
> Assignee: Rob Stryker
> Fix For: 4.0.x
>
>
> It would be useful if we have "Configure -> Add/Remove Project Archive support" option. This option would add/remove Project Archive explorer into project in Project Explorer. Now, Project Archive explorer is visible only after creation of archive with Project Archives view. To remove Project Archives explorer now, .packages files has to be deleted. This approach is not much user friendly.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (JBIDE-13213) Simple adding/removing Project Archives capabilities into project
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13213?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-13213:
---------------------------------------------
minor, not crucial for 3.3.2
> Simple adding/removing Project Archives capabilities into project
> -----------------------------------------------------------------
>
> Key: JBIDE-13213
> URL: https://issues.jboss.org/browse/JBIDE-13213
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: Archives
> Reporter: Vlado Pakan
> Assignee: Rob Stryker
> Fix For: 4.0.x
>
>
> It would be useful if we have "Configure -> Add/Remove Project Archive support" option. This option would add/remove Project Archive explorer into project in Project Explorer. Now, Project Archive explorer is visible only after creation of archive with Project Archives view. To remove Project Archives explorer now, .packages files has to be deleted. This approach is not much user friendly.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (JBIDE-12347) Unable to invoke SOAP web service when using Java 7
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12347?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-12347:
---------------------------------------------
okey - so on Java 7 with *any* SOAP 1.1 service it fails ?
> Unable to invoke SOAP web service when using Java 7
> ---------------------------------------------------
>
> Key: JBIDE-12347
> URL: https://issues.jboss.org/browse/JBIDE-12347
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Webservices
> Affects Versions: 3.3.1
> Environment: Java 7
> Reporter: Jaroslav Jankovič
> Assignee: Brian Fitzpatrick
> Fix For: 3.3.2
>
>
> I am unable to invoke SOAP web service in WS Tester from http://www.webservicex.net/BibleWebservice.asmx?WSDL.
> In Response Body of WS Tester I got the message:
> {code}
> javax.xml.ws.soap.SOAPFaultException: System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: .
> at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest()
> at System.Web.Services.Protocols.SoapServerProtocol.RouteRequest(SoapServerMessage message)
> at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
> at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)
> {code}
> In error log I got the error:
> {code}
> java.lang.Exception: javax.xml.ws.soap.SOAPFaultException: System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: .
> at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest()
> at System.Web.Services.Protocols.SoapServerProtocol.RouteRequest(SoapServerMessage message)
> at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
> at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)
> at org.jboss.tools.ws.ui.utils.JAXWSTester2.doTest(JAXWSTester2.java:205)
> at org.jboss.tools.ws.ui.views.JAXRSWSTestView2.handleWSTest(JAXRSWSTestView2.java:1803)
> at org.jboss.tools.ws.ui.views.JAXRSWSTestView2.access$34(JAXRSWSTestView2.java:1789)
> at org.jboss.tools.ws.ui.views.JAXRSWSTestView2$21.run(JAXRSWSTestView2.java:1706)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> Caused by: javax.xml.ws.soap.SOAPFaultException: System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: .
> at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest()
> at System.Web.Services.Protocols.SoapServerProtocol.RouteRequest(SoapServerMessage message)
> at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
> at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)
> at com.sun.xml.internal.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:178)
> at com.sun.xml.internal.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:111)
> at com.sun.xml.internal.ws.client.dispatch.DispatchImpl$DispatchAsyncInvoker$1.onCompletion(DispatchImpl.java:450)
> at com.sun.xml.internal.ws.client.Stub$1.onCompletion(Stub.java:381)
> at com.sun.xml.internal.ws.api.pipe.Fiber.completionCheck(Fiber.java:502)
> at com.sun.xml.internal.ws.api.pipe.Fiber.run(Fiber.java:420)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
> at java.lang.Thread.run(Thread.java:722)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months