[
https://jira.jboss.org/jira/browse/JBESB-2655?page=com.atlassian.jira.plu...
]
Ales Justin commented on JBESB-2655:
------------------------------------
I wouldn't go this path:
-
http://fisheye.jboss.org/browse/~raw,r=28753/JBossESB/trunk/product/roset...
as the whole purpose of deprecating / not including directory structure is b/c it's
horribly slow - it checks every directory, including class packages.
Though you added .esb check, this will be ran against all deployments, not just .esb,
so you must do a quick short-circuit; e.g. root::name.endsWith(.esb) or something like
that
Like I posted on the forum, I think you should be better off extending JarStructure, and
properly overriding its candidate visitor.
And I guess the ModificationTypeMatcher approach didn't work?
AS5 Deployer: Add StructureDeployer to support subdeployments in
subdirectories and not only the root or the esb archive
------------------------------------------------------------------------------------------------------------------------
Key: JBESB-2655
URL:
https://jira.jboss.org/jira/browse/JBESB-2655
Project: JBoss ESB
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Documentation, Rosetta
Affects Versions: 4.6
Reporter: Daniel Bevenius
Assignee: Daniel Bevenius
Fix For: 4.7
There seems to be an issue where subdeployments, for example a .war archive, not being
deployed if it is not placed in the root of the .esb archive. We need to test this and add
support for this situation.
--
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