[jboss-dev-forums] [Design of JCA on JBoss] - Re: Programmatic deployment--Redux
scott.stark@jboss.org
do-not-reply at jboss.com
Mon Nov 27 19:41:36 EST 2006
Right, so the ServiceDeploymentDeployer sees a non-null/non-empty services list and then adds these as components to be deployed without doing any parsing:
| if (services == null || services.isEmpty())
| return;
|
| for (ServiceMetaData service : services)
| addServiceComponent(unit, service);
|
If you populate the ServiceDeployment services and bypass the xml config this should still work. I don't see why it would not.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989131#3989131
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989131
More information about the jboss-dev-forums
mailing list