Is there any active development in the area of the JBoss deployers at the moment?
The reason that I am asking is because I have been looking at the following issue: - http://jira.jboss.com/jira/browse/JBAS-1517 The solution requires a period to be added to all of the suffixes defined in the class SuffixOrderHelper. There are two additional deployers that add their suffixes to the list, these need amending to include a period in the suffix added to the list in SuffixOrderHelper. The DeploymentSorter class should also have the list of defaults removed as these are no longer really used, at runtime they are replaced by the suffices in SuffixOrderHelper. For completeness it looks as if all deployers should specify the suffixes of the files that they can deploy. e.g. It should be the ear deployer that specifies that ears can be deployed. Making each deployer return the suffixes of the items that it can deploy seems to be a fairly small task, there are only 11 deployers in the default configuration and 2 of these already do specify their suffixes. With the current architecture this then leads to another issue, what happens to ordering if multiple deployers can deploy items with the same suffix? Ideally I would imagine that the suffix would be used to determine what is deployable but then the associated deployer would be determined to work out the order of deployment. e.g. EJBs and Clients are both packaged in jars but it makes sense that the EJBs are deployed first. >From Wednesday this week I have a some days free that I could use to look at >this but I would first like to check if this conflicts with any current >development and if people think that this approach would be appropriate. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3870902#3870902 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870902 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
