[
https://issues.jboss.org/browse/JBIDE-17118?page=com.atlassian.jira.plugi...
]
Rob Stryker commented on JBIDE-17118:
-------------------------------------
Well... I've updated the unit test to test basically exactly what you're
reporting, and, I can't replicate it at all.
AllSubsystemResolutionTest has had a few changes:
1) I added IDeploymentOptionsController as a subsystem to be tested
2) I added modes "local.mgmt" and "rse.mgmt" to the test
This test runs a full matrix of each server type to each subsystem, and it attempts to
resolve it. It also makes sure to resolve it the way all clients should be resolving it,
rather than digging deep into the inner api.
No failures as far as I can see.
Can you get a stacktrace at all?
Errors when deploying to local servers using management api
-----------------------------------------------------------
Key: JBIDE-17118
URL:
https://issues.jboss.org/browse/JBIDE-17118
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.2.0.Beta1
Reporter: Martin Malina
Assignee: Rob Stryker
Priority: Critical
Fix For: 4.2.0.Beta2
When you try to deploy an app to as7/wf8/eap6 using a server with management enabled, the
app deploys, but you get some errors in the error log:
{code}
!ENTRY org.jboss.ide.eclipse.as.wtp.core 4 0 2014-04-15 17:35:59.050
!MESSAGE Unable to choose a subsystem. Multiple subsystems found for servertype
org.jboss.ide.eclipse.as.71 and system type deploymentOptions
!ENTRY org.jboss.ide.eclipse.as.wtp.core 4 0 2014-04-15 17:35:59.050
!MESSAGE Unable to choose a subsystem. Multiple subsystems found for servertype
org.jboss.ide.eclipse.as.71 and system type deploymentOptions
{code}
When you then remove the deployment from the server view, it stays deployed. So you
cannot get rid of it from Eclipse anymore - you have to either use web console, or jboss
cli.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira