[
http://jira.jboss.com/jira/browse/JBIDE-633?page=comments#action_12372472 ]
Viacheslav Kabanovich commented on JBIDE-633:
---------------------------------------------
I committed changes that avoid initialization of XModel when this button is used.
The button is implemented with
org.jboss.tools.jst.web.ui.action.server.SelectServerActionDelegate
This class used XModel not directly but through
org.jboss.tools.jst.web.server.ServerManager
which used it only to store user selection for server in
preferences implemented with XModel.
I have switched that to using Eclipse preferences
so that now the button does not depend on XModel.
Changed is only org.jboss.tools.jst.web.server.ServerManager.
Image for the action is
org.jboss.tools.jst.web.ui/images/xstudio/actions/tomcat/tomcat.gif
and is referenced by org.jboss.tools.jst.web.ui/plugin.xml.
Two toolbar entries for similar WTP server handling
---------------------------------------------------
Key: JBIDE-633
URL:
http://jira.jboss.com/jira/browse/JBIDE-633
Project: JBoss Tools
Issue Type: Bug
Components: JBossAS
Affects Versions: 2.0.0.Beta3
Reporter: Max Andersen
Assigned To: Rob Stryker
There are two toolbar entries for managing WTP server.
One seem to be jbossas specific though.
Rob Stryker did a thread on this earlier.
Related issues to the "exadel" toolbar:
The default icon is for Tomcat - lets change that to something more neutral.
Clicking on it the first time makes eclipse freeze (probably because of xmodel
startup...can we avoid this?!), the JBoss one is instant.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira