[
https://jira.jboss.org/jira/browse/JBESB-2912?page=com.atlassian.jira.plu...
]
Burr Sutter commented on JBESB-2912:
------------------------------------
Steps to reproduce (not this is a problem for ALL .esb archives, no hot deployment)
1) Start the SOA-P Server
2) Modify the helloworld quickstart build.xml to be "exploded"
<property name="deploy.exploded" value="true"/>
(see attached)
3) "ant deploy" helloworld
look inside your deploy directory, you should see
Quickstart_helloworld.esb as an unzipped archive, a directory
4) "ant runtest" helloworld
see 2 Hello World messages printed to the server console by the 2 actions defined in the
jboss-esb.xml
5) Using a text editor, modify deploy\Quickstart_helloworld.esb\META-INF\jboss-esb.xml
Simply copy action1 and make it action3, the result should be Hello World printing 3 times
now.
(see attached)
But the change to jboss-esb.xml is not detected.
No re-deployment of an altered package
--------------------------------------
Key: JBESB-2912
URL:
https://jira.jboss.org/jira/browse/JBESB-2912
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Deployment
Affects Versions: 4.7
Reporter: Lukáš Petrovický
Assignee: Tom Fennelly
Fix For: 4.7 CP1
Attachments: build.xml, dotNET.esb, FilePollerProject.tgz, jboss-esb.xml
When deploying an ESB archive of a webservice_consumer1 QS, everything goes well.
However, when I update the ESB archive by deleting WEB-INF/jboss-web.xml in the WAR inside
and then overwrite the already deployed ESB with this new one, the deployer doesn't
pick it up and re-deployment never happens.
I also tried updating the index.jsp inside the WAR inside the ESB archive, and the
re-deployment didn't happen as well. When I delete the whole WAR from inside the ESB,
the re-deployment does happen. (And fails, which is expected.)
From these experiments I conclude that the re-deployment doesn't happen when you only
alter the WAR file inside the ESB archive and nothing else.
If necessary, I can attach both the original and altered ESB archives - didn't do so,
because they're both very easy to create.
--
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