Showing posts with label AS6. Show all posts
Showing posts with label AS6. Show all posts

Friday, April 01, 2011

Custom JBoss AS Deployment Ordering

Sometimes you need to deploy complex applications which touch different standards/platform, for instance a SLEE application which interacts with a Java EE component, and in such case it is important that each part of the system deploys (and undeploys) in correct order. In JBoss AS5 and 6 it is possible to setup a custom deploy order by using some specific meta data, and I just create an article on how to do it, check it out.