]
Alexey Kazakov updated JBIDE-17729:
-----------------------------------
Priority: Blocker (was: Major)
compile failure in Seam (JavaEE)
--------------------------------
Key: JBIDE-17729
URL:
https://issues.jboss.org/browse/JBIDE-17729
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: hibernate, seam2
Affects Versions: 4.2.0.Beta3
Reporter: Daniel Azarov
Priority: Blocker
{code}
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.20.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/views/DBTablesViewer.java:[247]
[ERROR] Settings newSettings = cfg.buildSettings();
[ERROR] ^^^^^^^^^^^^^^^^^^^
[ERROR] Type mismatch: cannot convert from ISettings to Settings
[ERROR] 1 problem (1 error)
{code}