[
https://issues.jboss.org/browse/JBIDE-11850?page=com.atlassian.jira.plugi...
]
Max Rydahl Andersen commented on JBIDE-11850:
---------------------------------------------
and we would do what with it ? just be able to warn the user since in some cases its
perfectly valid.
Again, i'm not seeing why this warning related to the server adapter - the server
adapter is not changing anything remotely, it is just changing the project which will mean
it also starts committing to a different repository.
It is not changing any type or mixing anything unless the user have deployed individual
files to the server that is not from a git repository.
error when changing to ruby project and deploying
-------------------------------------------------
Key: JBIDE-11850
URL:
https://issues.jboss.org/browse/JBIDE-11850
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: JBossAS/Servers, openshift
Affects Versions: 3.3.0.Beta3
Reporter: Stefan Bunciak
Assignee: Rob Stryker
Priority: Critical
Fix For: 3.3.0.CR1
From my point of view does not make sense to allow users to switch deploy project from
JBoss app to for example Ruby and vice versa. Furthermore when tried to deploy Ruby app
instead of JBoss a NPE was thrown:
{code}
java.lang.NullPointerException
at
org.jboss.tools.openshift.express.internal.core.behaviour.ExpressPublishMethod.publishModule(ExpressPublishMethod.java:122)
at
org.jboss.ide.eclipse.as.core.server.internal.DeployableServerBehavior.publishModule(DeployableServerBehavior.java:119)
at
org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDelegate.java:1046)
at
org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModules(ServerBehaviourDelegate.java:1138)
at
org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:955)
at
org.jboss.tools.openshift.express.internal.core.behaviour.ExpressBehaviour.publish(ExpressBehaviour.java:27)
at
org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
at
org.jboss.tools.openshift.express.internal.core.behaviour.ExpressBehaviour.publish(ExpressBehaviour.java:34)
at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3087)
at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
{code}
--
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