[jboss-user] [Microcontainer] - Re: Alternate .war deployment

2008-09-12 Thread alesj
"BobMcWhirter" wrote : | 1) Am I off-base thinking that the RailsDeployer could/should create a WebMetaData, for consumption by the typical .war deployer already baked into AS5? | That's one way of doing it. You can either pick-up the WMD we already create and fill it with your info. Or you

[jboss-user] [Microcontainer] - Re: Alternate .war deployment

2008-09-12 Thread bob.mcwhirter
"alesj" wrote : | "BobMcWhirter" wrote : | | 3) If I should create a WebMetaData, should I attach it as an attachment to the VFSDeploymentUnit my RailsDeployer is handed? | | | Yes. | But, like I already said, you have different scopes of attachments. | Pick the one that suites

[jboss-user] [Microcontainer] - Re: Alternate .war deployment

2008-09-12 Thread alesj
"bob.mcwhirter" wrote : | At this point, my web.xml is super-easy, and my code just programmatically assembles it. | Does this mean you're assembling WMD or web.xml? I guess WMD should do it. "bob.mcwhirter" wrote : | I also an building a ClassLoadingMetaData (well, a VFSClassLoaderFac

[jboss-user] [Microcontainer] - Re: Alternate .war deployment

2008-09-12 Thread bob.mcwhirter
"alesj" wrote : "bob.mcwhirter" wrote : | | At this point, my web.xml is super-easy, and my code just programmatically assembles it. | | | Does this mean you're assembling WMD or web.xml? | I guess WMD should do it. | Yes, a WebMetaData is what I'm building, not a web.xml file.

[jboss-user] [Microcontainer] - Re: Alternate .war deployment

2008-09-12 Thread alesj
"bob.mcwhirter" wrote : | Those exist by default, looking for any CLMD to deploy into my unit? I noticed an explicit WarClassLoaderDeployer in the codebase. Was not sure if I needed to mirror that for my own, or if I can count on a standard CLDeployer in the mix with the 'default' config.