[jbosstools-issues] [JBoss JIRA] (JBIDE-22374) Last changes in hibernate tools broke Seam 2 tools.

Alexey Kazakov (JIRA) issues at jboss.org
Tue May 17 22:55:00 EDT 2016


Alexey Kazakov created JBIDE-22374:
--------------------------------------

             Summary: Last changes in hibernate tools broke Seam 2 tools. 
                 Key: JBIDE-22374
                 URL: https://issues.jboss.org/browse/JBIDE-22374
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: hibernate, seam2
    Affects Versions: 4.4.0.Alpha2
            Reporter: Alexey Kazakov
            Priority: Blocker


{code}
[INFO] org.jboss.tools.seam.ui ............................ FAILURE [  1.079 s]
 
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.25.0:compile (default-compile) on project org.jboss.tools.seam.ui: Compilation failure: Compilation failure:
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-javaee/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/DBTableFilterView.java:[71]
[ERROR] filter = revEngDef.createTableFilter();
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method createTableFilter(ConsoleConfiguration) in the type IReverseEngineeringDefinition is not applicable for the arguments ()
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-javaee/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/DBTableFilterView.java:[84]
[ERROR] filter = revEngDef.createTableFilter();
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method createTableFilter(ConsoleConfiguration) in the type IReverseEngineeringDefinition is not applicable for the arguments ()
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-javaee/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/DBTableFilterView.java:[96]
[ERROR] filter = revEngDef.createTableFilter();
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method createTableFilter(ConsoleConfiguration) in the type IReverseEngineeringDefinition is not applicable for the arguments ()
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-javaee/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/views/DBTableFilterView.java:[106]
[ERROR] ITableFilter filter = revEngDef.createTableFilter();
[ERROR] ^^^^^^^^^^^^^^^^^
[ERROR] The method createTableFilter(ConsoleConfiguration) in the type IReverseEngineeringDefinition is not applicable for the arguments ()
[ERROR] /home/nboldt/eclipse/workspace-jboss/jbosstools-github-master/jbosstools-javaee/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamGenerateEntitiesTablesWizardPage.java:[56]
[ERROR] model = new ReverseEngineeringDefinitionImpl(new IConsoleConfigurationNameProvider() {
[ERROR] @Override
[ERROR] public String getConsoleConfigurationName() {
[ERROR] return cfgName;
[ERROR] }
[ERROR] });
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor ReverseEngineeringDefinitionImpl(new IConsoleConfigurationNameProvider(){}) is undefined
[ERROR] 5 problems (5 errors)
{code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list