How does the XSLSubDeployer tell the MainDeployer that it's a necessary SubDeployer? I 
see the addDeployer(SubDeployer) but I don't see where it's called to add the XSL.

I'm just tracing through the code of XSLSubDeployer starting with its createService() 
method, but I don't see how its init(DeploymentInfo) method is called. Does something 
else register XSLSubDeployer

OH. There it is. Parent class SubDeployerSupport has the mainDeployer. Duh.

RARDeployer extends SubDeployerSupport, so instead of using XSLSubDeployer we want 
ConnectionFactoryDeployer to extend SubDeployerSupport as well.

Who creates a DeploymentInfo object? Is it something that is created when a file is 
found under the deploy directory?

I'll keep looking :) Maybe I'm a masochist, but I'm actually enjoying this.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836567#3836567

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836567



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to