[
https://jira.jboss.org/jira/browse/JBIDE-3094?page=com.atlassian.jira.plu...
]
Alexey Kazakov resolved JBIDE-3094.
-----------------------------------
Resolution: Done
The issue seems to be fixed.
Now we check if a project has ESB faset and try to find jboss-esb.xml:
IVirtualComponent component = ComponentCore.createComponent(project);
IPath path = component.getRootFolder().getProjectRelativePath();
IFile f =
project.getFile(path.append("META-INF").append("jboss-esb.xml"));
It works on projects which we created by New ESB Project Wizard.
If it is enough then the issue is fixed.
The "finger touch" should touch jboss-esb.xml when done on
an esb module
------------------------------------------------------------------------
Key: JBIDE-3094
URL:
https://jira.jboss.org/jira/browse/JBIDE-3094
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: esb
Reporter: Max Rydahl Andersen
Assignee: Alexey Kazakov
Fix For: 3.0.0.cr1
From Bryan when asked if esb supports hot-deployment:
We do have hot deployment, it is tied to the touching of the jboss-esb.xml, much like the
web.xml in a .WAR or application.xml in an EAR.
We should make sure our "touch" finger knows this for the ESB module type.
Similar if we deployment of esb we should touch jboss-esb.xml's ( I think we do that
for AS deployments for war's - but that might be a seperate issue)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira