[jboss-dev] Deployment chains

Kabir Khan kabir.khan at jboss.com
Tue Oct 7 11:58:37 EDT 2008


> I have tried to do the following
>
>    public AOPClassLoaderDeployer(int xmlRelativeOrder)
>    {
>       setStage(DeploymentStages.CLASSLOADER);
> -      //This needs to come after the classloader deployer
> -      setRelativeOrder(xmlRelativeOrder + 1);
> +
> +      //This makes it come after the ClassLoaderDeployer
> +      setInput(ClassLoader.class);
>    }
This is just for trying it out, once it works I'll obviously remove  
the constructor parameter



More information about the jboss-development mailing list