[
https://issues.jboss.org/browse/JBIDE-22374?page=com.atlassian.jira.plugi...
]
Rastislav Wagner closed JBIDE-22374.
------------------------------------
verified in Devstudio 10.0.0.Alpha3-v20160529-2224-B5466
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
Assignee: Koen Aers
Priority: Blocker
Fix For: 4.4.0.Alpha2
{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)