[jboss-dev] Deployment chains
Ales Justin
ales.justin at gmail.com
Fri Oct 3 11:19:43 EDT 2008
> 3) SEAM
>
> org.jboss.seam.integration.microcontainer.deployers.SeamWebUrlIntegrationDeployer
> doesn't specify any output.
> But I don't know where the source is for that?
> My guess is that this should really be in Describe and specify an
> output of ClassLoadingMetadata since that is where
> classloading dependencies should be constructed.
There are two ways of doing this.
(1) [current usage] adding url/virtual file to VFSDeploymentUnit classpath
(2) once we enable requirements/capabilities, you'll add the right
requirement
So my question is, should (1) really output CLMD, since it doesn't do
anything wrt it.
btw: the source is here:
- http://anonsvn.jboss.org/repos/jbossas/projects/jboss-seam-int/trunk/
More information about the jboss-development
mailing list