[
https://issues.jboss.org/browse/JBIDE-10768?page=com.atlassian.jira.plugi...
]
Rob Stryker resolved JBIDE-10768.
---------------------------------
Resolution: Done
Having no attribute set is consistent with desired behavior, allowing the defaults to take
precedence. This is essential for backwards compatability. So this is working as intended
:)
Deploy only server error on publishing, lack of tests
-----------------------------------------------------
Key: JBIDE-10768
URL:
https://issues.jboss.org/browse/JBIDE-10768
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 3.3.0.M5
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 3.3.0.Beta1
at
org.jboss.ide.eclipse.as.core.server.internal.BehaviourModel.getPublishMethodType(BehaviourModel.java:39)
at
org.jboss.ide.eclipse.as.core.util.DeploymentPreferenceLoader.getCurrentDeploymentMethodType(DeploymentPreferenceLoader.java:54)
at
org.jboss.ide.eclipse.as.core.util.DeploymentPreferenceLoader.getCurrentDeploymentMethodType(DeploymentPreferenceLoader.java:50)
at
org.jboss.ide.eclipse.as.core.server.internal.DeployableServerBehavior.createPublishMethod(DeployableServerBehavior.java:130)
at
org.jboss.ide.eclipse.as.core.server.internal.DeployableServerBehavior.getOrCreatePublishMethod(DeployableServerBehavior.java:77)
Adding tests. DeployOnlyServer does not explicitly set its default publish type to
"local". Since older deploy-only servers will not have this attribute, simply
adding it as a new param is not sufficient. Older servers must continue to work. This
requires new tests and minor code changes to ensure defaults are provided.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira