[JBoss JIRA] (JBIDE-22375) Implement HCR OpenShift
by Thomas Mäder (JIRA)
Thomas Mäder created JBIDE-22375:
------------------------------------
Summary: Implement HCR OpenShift
Key: JBIDE-22375
URL: https://issues.jboss.org/browse/JBIDE-22375
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.3.1.Beta2
Reporter: Fred Bricon
Assignee: Thomas Mäder
Priority: Blocker
Fix For: 4.4.x
When enabling debug mode on an EAP server deployed on OpenShift, locally changing a class file will :
- work sometimes when only the content of the method changed, but could fail in some other occasions with the Debugger saying the JDK is out of sync
- will always fail if a method signature changed, the debugger saying JDK is out of sync
Restarting the deployed module (with the .dodeploy flag) doesn't fixes the issue (as opposed to the same tweak ahen running on a local EAP server)
This may be caused by running OpenJDK? Does it support the same level of debugging as Oracle JDK?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22375) Implement HCR OpenShift
by Thomas Mäder (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22375?page=com.atlassian.jira.plugi... ]
Thomas Mäder updated JBIDE-22375:
---------------------------------
Issue Type: Epic (was: Bug)
> Implement HCR OpenShift
> -----------------------
>
> Key: JBIDE-22375
> URL: https://issues.jboss.org/browse/JBIDE-22375
> Project: Tools (JBoss Tools)
> Issue Type: Epic
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Fred Bricon
> Assignee: Thomas Mäder
> Priority: Blocker
> Fix For: 4.4.x
>
>
> When enabling debug mode on an EAP server deployed on OpenShift, locally changing a class file will :
> - work sometimes when only the content of the method changed, but could fail in some other occasions with the Debugger saying the JDK is out of sync
> - will always fail if a method signature changed, the debugger saying JDK is out of sync
> Restarting the deployed module (with the .dodeploy flag) doesn't fixes the issue (as opposed to the same tweak ahen running on a local EAP server)
> This may be caused by running OpenJDK? Does it support the same level of debugging as Oracle JDK?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22374) Last changes in hibernate tools broke Seam 2 tools.
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22374?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-22374:
-----------------------------------
Sprint: devex #114 May 2016
> 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)
9 years, 11 months
[JBoss JIRA] (JBIDE-22374) Last changes in hibernate tools broke Seam 2 tools.
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22374?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-22374:
-----------------------------------
Fix Version/s: 4.4.0.Alpha2
> 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)
9 years, 11 months
[JBoss JIRA] (JBIDE-22374) Last changes in hibernate tools broke Seam 2 tools.
by Alexey Kazakov (JIRA)
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)
9 years, 11 months
[JBoss JIRA] (JBIDE-22374) Last changes in hibernate tools broke Seam 2 tools.
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22374?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-22374:
--------------------------------------
Assignee: Koen Aers
> 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
>
> {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)
9 years, 11 months