[JBoss JIRA] (JBIDE-25000) Server adapter: starting into debugging fails initially (succeeds on a latter try)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25000?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-25000:
-------------------------------------
Fix Version/s: 4.9.x
(was: 4.9.0.AM1)
> Server adapter: starting into debugging fails initially (succeeds on a latter try)
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-25000
> URL: https://issues.jboss.org/browse/JBIDE-25000
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.0.AM2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: openshift_v3, server_adapter
> Fix For: 4.9.x
>
> Attachments: failed-to-connect-v8-vm.png
>
>
> # ASSERT: have an application running in *[OpenShift Online|https://console.starter-us-east-2.openshift.com/]* based on the "nodejs-mongo-persistent" template
> # ASSERT: have a server adapter for it
> # EXEC/ASSERT: have the adapter started in non-debugging/normal mode
> # EXEC: restart the adapter debugging
> Result:
> !failed-to-connect-v8-vm.png!
> {code}
> java.io.IOException: Failed to get version
> at org.eclipse.wst.jsdt.chromium.internal.v8native.JavascriptVmImpl.newIOException(JavascriptVmImpl.java:114)
> at org.eclipse.wst.jsdt.chromium.internal.standalonev8.StandaloneVmImpl.attachImpl(StandaloneVmImpl.java:132)
> at org.eclipse.wst.jsdt.chromium.internal.standalonev8.StandaloneVmImpl.attach(StandaloneVmImpl.java:79)
> at org.eclipse.wst.jsdt.chromium.debug.core.model.JavascriptVmEmbedderFactory$4$1.attach(JavascriptVmEmbedderFactory.java:207)
> at org.eclipse.wst.jsdt.chromium.debug.core.model.DebugTargetImpl.attach(DebugTargetImpl.java:74)
> at org.eclipse.wst.jsdt.chromium.debug.ui.launcher.LaunchTypeBase.launch(LaunchTypeBase.java:101)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:885)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
> at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1039)
> at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1256)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
> Caused by: java.util.concurrent.ExecutionException: java.io.IOException: End of stream
> at java.util.concurrent.FutureTask.report(FutureTask.java:122)
> at java.util.concurrent.FutureTask.get(FutureTask.java:206)
> at org.eclipse.wst.jsdt.chromium.internal.standalonev8.StandaloneVmImpl.attachImpl(StandaloneVmImpl.java:127)
> ... 9 more
> Caused by: java.io.IOException: End of stream
> at org.eclipse.wst.jsdt.chromium.internal.transport.Handshaker$StandaloneV8Impl$HandshakeTaks.call(Handshaker.java:127)
> at org.eclipse.wst.jsdt.chromium.internal.transport.Handshaker$StandaloneV8Impl$HandshakeTaks.call(Handshaker.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at org.eclipse.wst.jsdt.chromium.internal.transport.Handshaker$StandaloneV8Impl.perform(Handshaker.java:104)
> at org.eclipse.wst.jsdt.chromium.internal.transport.SocketConnection$ReaderThread.run(SocketConnection.java:158)
> {code}
> ps. this can be simulated in the CDK, by having everything set and once the pod is up and ithe adapter is in debug, stopping the port forwarding.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (JBIDE-25000) Server adapter: starting into debugging fails initially (succeeds on a latter try)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-25000?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-25000:
------------------------------------------
There are other possible approaches:
* increase connection timeout via a system variable:
{code}
System.setProperty("org.eclipse.wst.jsdt.chromium.client.connection.timeoutMs", "30000");
{code}
* forcing debugger into foreground thread via launch config attribute
{code}
v8debugLaunch.setAttribute(IDebugUIConstants.ATTR_LAUNCH_IN_BACKGROUND, false);
{code}
But I had no luck so far. I ended up with the debugger not being able to connect at all after a few cycles of starting & restarting the adapter into debug. There must be another problem, ex. several oc binaries still running (JBIDE-26159) or something else.
> Server adapter: starting into debugging fails initially (succeeds on a latter try)
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-25000
> URL: https://issues.jboss.org/browse/JBIDE-25000
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.5.0.AM2
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: openshift_v3, server_adapter
> Fix For: 4.6.0.Final
>
> Attachments: failed-to-connect-v8-vm.png
>
>
> # ASSERT: have an application running in *[OpenShift Online|https://console.starter-us-east-2.openshift.com/]* based on the "nodejs-mongo-persistent" template
> # ASSERT: have a server adapter for it
> # EXEC/ASSERT: have the adapter started in non-debugging/normal mode
> # EXEC: restart the adapter debugging
> Result:
> !failed-to-connect-v8-vm.png!
> {code}
> java.io.IOException: Failed to get version
> at org.eclipse.wst.jsdt.chromium.internal.v8native.JavascriptVmImpl.newIOException(JavascriptVmImpl.java:114)
> at org.eclipse.wst.jsdt.chromium.internal.standalonev8.StandaloneVmImpl.attachImpl(StandaloneVmImpl.java:132)
> at org.eclipse.wst.jsdt.chromium.internal.standalonev8.StandaloneVmImpl.attach(StandaloneVmImpl.java:79)
> at org.eclipse.wst.jsdt.chromium.debug.core.model.JavascriptVmEmbedderFactory$4$1.attach(JavascriptVmEmbedderFactory.java:207)
> at org.eclipse.wst.jsdt.chromium.debug.core.model.DebugTargetImpl.attach(DebugTargetImpl.java:74)
> at org.eclipse.wst.jsdt.chromium.debug.ui.launcher.LaunchTypeBase.launch(LaunchTypeBase.java:101)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:885)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
> at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1039)
> at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1256)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
> Caused by: java.util.concurrent.ExecutionException: java.io.IOException: End of stream
> at java.util.concurrent.FutureTask.report(FutureTask.java:122)
> at java.util.concurrent.FutureTask.get(FutureTask.java:206)
> at org.eclipse.wst.jsdt.chromium.internal.standalonev8.StandaloneVmImpl.attachImpl(StandaloneVmImpl.java:127)
> ... 9 more
> Caused by: java.io.IOException: End of stream
> at org.eclipse.wst.jsdt.chromium.internal.transport.Handshaker$StandaloneV8Impl$HandshakeTaks.call(Handshaker.java:127)
> at org.eclipse.wst.jsdt.chromium.internal.transport.Handshaker$StandaloneV8Impl$HandshakeTaks.call(Handshaker.java:1)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at org.eclipse.wst.jsdt.chromium.internal.transport.Handshaker$StandaloneV8Impl.perform(Handshaker.java:104)
> at org.eclipse.wst.jsdt.chromium.internal.transport.SocketConnection$ReaderThread.run(SocketConnection.java:158)
> {code}
> ps. this can be simulated in the CDK, by having everything set and once the pod is up and ithe adapter is in debug, stopping the port forwarding.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (JBIDE-26171) Delete resources: deleting all causes error "Comparison method violates its general contract!"
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26171?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-26171:
-------------------------------------
Sprint: devex #151 June 2018
> Delete resources: deleting all causes error "Comparison method violates its general contract!"
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-26171
> URL: https://issues.jboss.org/browse/JBIDE-26171
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.6.0.AM3
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: delete_resources
> Fix For: 4.6.0.Final
>
> Attachments: image-2018-07-04-21-50-14-821.png
>
>
> steps:
> # EXEC: create an app based on the nodejs-mongo-persistent template, have project imported and a server adapter for it
> # EXEC: restart server adapter several times in "Debug" then in "Run" then in "Debug" then in "Run" etc
> # ASSERT: have many deployments, replication controllers, deployment configs etc.
> # EXEC: select the project and pick "Delete Resources..." in the context menu
> # ASSERT: delete resources wizard shows up
> # EXEC: select all resources & finish the wizard
> Result:
> !image-2018-07-04-21-50-14-821.png!
> in the Eclipse log you'll find the following
> {code}
> java.lang.IllegalArgumentException: Comparison method violates its general contract!
> at java.base/java.util.TimSort.mergeLo(TimSort.java:777)
> at java.base/java.util.TimSort.mergeAt(TimSort.java:514)
> at java.base/java.util.TimSort.mergeForceCollapse(TimSort.java:457)
> at java.base/java.util.TimSort.sort(TimSort.java:254)
> at java.base/java.util.Arrays.sort(Arrays.java:1514)
> at java.base/java.util.stream.SortedOps$SizedRefSortingSink.end(SortedOps.java:348)
> at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485)
> at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
> at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
> at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
> at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:511)
> at org.jboss.tools.openshift.internal.core.job.DeleteResourcesJob.doRun(DeleteResourcesJob.java:57)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:60)
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (JBIDE-26157) Support for JEE8 projects
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26157?page=com.atlassian.jira.plugi... ]
Jeff MAURY commented on JBIDE-26157:
------------------------------------
[~kret11] Which application server are you using. I fixed the Wildfly 12 and Wildfly 13 so that they support Servlet 4.0 but JEE8 is still not supported
> Support for JEE8 projects
> -------------------------
>
> Key: JBIDE-26157
> URL: https://issues.jboss.org/browse/JBIDE-26157
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: common, server
> Reporter: Dawid Olejnik
> Assignee: Jeff MAURY
> Fix For: 4.9.x
>
> Attachments: screenshot-1.png, screenshot-2.png
>
>
> Need support for EARs version 8 and WARs with servlets 4.0
> Steps to reproduce:
> * create a dynamic web project and set servlet facet version to 4.0
> * create a Wildfly 13 or 12 instance
> * try to add the project to the server and you will get the dialog
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (JBIDE-26171) Delete resources: deleting all causes error "Comparison method violates its general contract!"
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26171?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-26171:
-------------------------------------
Labels: delete_resources (was: )
> Delete resources: deleting all causes error "Comparison method violates its general contract!"
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-26171
> URL: https://issues.jboss.org/browse/JBIDE-26171
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.6.0.AM3
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Labels: delete_resources
> Fix For: 4.6.0.Final
>
> Attachments: image-2018-07-04-21-50-14-821.png
>
>
> steps:
> # EXEC: create an app based on the nodejs-mongo-persistent template, have project imported and a server adapter for it
> # EXEC: restart server adapter several times in "Debug" then in "Run" then in "Debug" then in "Run" etc
> # ASSERT: have many deployments, replication controllers, deployment configs etc.
> # EXEC: select the project and pick "Delete Resources..." in the context menu
> # ASSERT: delete resources wizard shows up
> # EXEC: select all resources & finish the wizard
> Result:
> !image-2018-07-04-21-50-14-821.png!
> in the Eclipse log you'll find the following
> {code}
> java.lang.IllegalArgumentException: Comparison method violates its general contract!
> at java.base/java.util.TimSort.mergeLo(TimSort.java:777)
> at java.base/java.util.TimSort.mergeAt(TimSort.java:514)
> at java.base/java.util.TimSort.mergeForceCollapse(TimSort.java:457)
> at java.base/java.util.TimSort.sort(TimSort.java:254)
> at java.base/java.util.Arrays.sort(Arrays.java:1514)
> at java.base/java.util.stream.SortedOps$SizedRefSortingSink.end(SortedOps.java:348)
> at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485)
> at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
> at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
> at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
> at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:511)
> at org.jboss.tools.openshift.internal.core.job.DeleteResourcesJob.doRun(DeleteResourcesJob.java:57)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:60)
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (JBIDE-26171) Delete resources: deleting all causes error "Comparison method violates its general contract!"
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-26171:
----------------------------------------
Summary: Delete resources: deleting all causes error "Comparison method violates its general contract!"
Key: JBIDE-26171
URL: https://issues.jboss.org/browse/JBIDE-26171
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.6.0.AM3
Reporter: Andre Dietisheim
Attachments: image-2018-07-04-21-50-14-821.png
steps:
# EXEC: create an app based on the nodejs-mongo-persistent template, have project imported and a server adapter for it
# EXEC: restart server adapter several times in "Debug" then in "Run" then in "Debug" then in "Run" etc
# ASSERT: have many deployments, replication controllers, deployment configs etc.
# EXEC: select the project and pick "Delete Resources..." in the context menu
# ASSERT: delete resources wizard shows up
# EXEC: select all resources & finish the wizard
Result:
!image-2018-07-04-21-50-14-821.png!
in the Eclipse log you'll find the following
{code}
java.lang.IllegalArgumentException: Comparison method violates its general contract!
at java.base/java.util.TimSort.mergeLo(TimSort.java:777)
at java.base/java.util.TimSort.mergeAt(TimSort.java:514)
at java.base/java.util.TimSort.mergeForceCollapse(TimSort.java:457)
at java.base/java.util.TimSort.sort(TimSort.java:254)
at java.base/java.util.Arrays.sort(Arrays.java:1514)
at java.base/java.util.stream.SortedOps$SizedRefSortingSink.end(SortedOps.java:348)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:511)
at org.jboss.tools.openshift.internal.core.job.DeleteResourcesJob.doRun(DeleteResourcesJob.java:57)
at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:60)
{code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (JBIDE-26171) Delete resources: deleting all causes error "Comparison method violates its general contract!"
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26171?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-26171:
-------------------------------------
Fix Version/s: 4.6.0.Final
> Delete resources: deleting all causes error "Comparison method violates its general contract!"
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-26171
> URL: https://issues.jboss.org/browse/JBIDE-26171
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.6.0.AM3
> Reporter: Andre Dietisheim
> Fix For: 4.6.0.Final
>
> Attachments: image-2018-07-04-21-50-14-821.png
>
>
> steps:
> # EXEC: create an app based on the nodejs-mongo-persistent template, have project imported and a server adapter for it
> # EXEC: restart server adapter several times in "Debug" then in "Run" then in "Debug" then in "Run" etc
> # ASSERT: have many deployments, replication controllers, deployment configs etc.
> # EXEC: select the project and pick "Delete Resources..." in the context menu
> # ASSERT: delete resources wizard shows up
> # EXEC: select all resources & finish the wizard
> Result:
> !image-2018-07-04-21-50-14-821.png!
> in the Eclipse log you'll find the following
> {code}
> java.lang.IllegalArgumentException: Comparison method violates its general contract!
> at java.base/java.util.TimSort.mergeLo(TimSort.java:777)
> at java.base/java.util.TimSort.mergeAt(TimSort.java:514)
> at java.base/java.util.TimSort.mergeForceCollapse(TimSort.java:457)
> at java.base/java.util.TimSort.sort(TimSort.java:254)
> at java.base/java.util.Arrays.sort(Arrays.java:1514)
> at java.base/java.util.stream.SortedOps$SizedRefSortingSink.end(SortedOps.java:348)
> at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485)
> at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
> at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
> at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
> at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:511)
> at org.jboss.tools.openshift.internal.core.job.DeleteResourcesJob.doRun(DeleteResourcesJob.java:57)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:60)
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (JBIDE-26171) Delete resources: deleting all causes error "Comparison method violates its general contract!"
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26171?page=com.atlassian.jira.plugi... ]
Andre Dietisheim reassigned JBIDE-26171:
----------------------------------------
Assignee: Andre Dietisheim
> Delete resources: deleting all causes error "Comparison method violates its general contract!"
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-26171
> URL: https://issues.jboss.org/browse/JBIDE-26171
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.6.0.AM3
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.6.0.Final
>
> Attachments: image-2018-07-04-21-50-14-821.png
>
>
> steps:
> # EXEC: create an app based on the nodejs-mongo-persistent template, have project imported and a server adapter for it
> # EXEC: restart server adapter several times in "Debug" then in "Run" then in "Debug" then in "Run" etc
> # ASSERT: have many deployments, replication controllers, deployment configs etc.
> # EXEC: select the project and pick "Delete Resources..." in the context menu
> # ASSERT: delete resources wizard shows up
> # EXEC: select all resources & finish the wizard
> Result:
> !image-2018-07-04-21-50-14-821.png!
> in the Eclipse log you'll find the following
> {code}
> java.lang.IllegalArgumentException: Comparison method violates its general contract!
> at java.base/java.util.TimSort.mergeLo(TimSort.java:777)
> at java.base/java.util.TimSort.mergeAt(TimSort.java:514)
> at java.base/java.util.TimSort.mergeForceCollapse(TimSort.java:457)
> at java.base/java.util.TimSort.sort(TimSort.java:254)
> at java.base/java.util.Arrays.sort(Arrays.java:1514)
> at java.base/java.util.stream.SortedOps$SizedRefSortingSink.end(SortedOps.java:348)
> at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485)
> at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
> at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:913)
> at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
> at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:511)
> at org.jboss.tools.openshift.internal.core.job.DeleteResourcesJob.doRun(DeleteResourcesJob.java:57)
> at org.jboss.tools.openshift.internal.common.core.job.AbstractDelegatingMonitorJob.run(AbstractDelegatingMonitorJob.java:37)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:60)
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (JBIDE-26157) Support for JEE8 projects
by Dawid Olejnik (JIRA)
[ https://issues.jboss.org/browse/JBIDE-26157?page=com.atlassian.jira.plugi... ]
Dawid Olejnik updated JBIDE-26157:
----------------------------------
Attachment: screenshot-2.png
> Support for JEE8 projects
> -------------------------
>
> Key: JBIDE-26157
> URL: https://issues.jboss.org/browse/JBIDE-26157
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: common, server
> Reporter: Dawid Olejnik
> Assignee: Jeff MAURY
> Fix For: 4.9.x
>
> Attachments: screenshot-1.png, screenshot-2.png
>
>
> Need support for EARs version 8 and WARs with servlets 4.0
> Steps to reproduce:
> * create a dynamic web project and set servlet facet version to 4.0
> * create a Wildfly 13 or 12 instance
> * try to add the project to the server and you will get the dialog
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months