compile failure in Seam (JavaEE)
--------------------------------
Key: JBIDE-17980
URL:
https://issues.jboss.org/browse/JBIDE-17980
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: hibernate, seam2
Affects Versions: 4.2.0.CR1
Reporter: Daniel Azarov
Assignee: Koen Aers
Priority: Blocker
Fix For: 4.2.0.CR1
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.21.0:compile
(default-compile) on project org.jboss.tools.seam.ui: Compilation failure: Compilation
failure:
[ERROR]
/home/daniel/git/jbosstools-javaee/seam/plugins/org.jboss.tools.seam.ui/src/org/jboss/tools/seam/ui/wizard/SeamGenerateEntitiesTablesWizardPage.java:[55]
[ERROR] model = new ReverseEngineeringDefinitionImpl();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The constructor ReverseEngineeringDefinitionImpl() is undefined
[ERROR] 1 problem (1 error)
{code}
Reason is -
https://github.com/jbosstools/jbosstools-hibernate/commit/10836ebce9a023b...
After adding new constructor, default constructor became invisible