anonymous wrote : Why would you like to make the changes in the .xsl file?
When a -ds.xml is deployed, the XSLSubDeployer constucts MBeans.
createService() and init(DeploymentInfo) methods in this class transform
-ds.xml into something like this
|
|
|...
|
|
|
Hi all.
jbossjca-servce.xml has XslSubDeployer MBean. This Mbean has XslUrl attribute
with default value "stylesheets/ConnectionFactoryTemplate.xsl".
Does somebody know how can change this value on my template.xsl?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic
>Have your MBean depend on the data source MBean so that it is started in the
>correct order?
Yes, i have. First of all starts deploy of JCA Connectors and initialization of
JCA Mbeans, after that initializes my MBean and starts my service.
View the original post :
http://www.jboss.com/index.ht
I can't remove -ds.xml. Access for -ds.xml is banned for me.
I can create new JMX service that contain in attributes needed JCA MBEAn's
attributers, and persist it. When Service is started, I give persistence data
and set up it in JCA MBeans.(past this logic in startService() method )
public c
Sorry for cross-port.
Persistence of the attributes is necessary to I have a possibility to edit JCA
connector's parameters and that after reboot JBoss this changes remained.
I think to do this something like this
http://www.jboss.org/community/docs/DOC-12775.
But, when I specifi the Delegati
Hi all.
I have a JCA Connector. When JBoss 4.2.2 GA is started it made four beans for
this connector:
1)jboss.jca:name='rarname.rar', service=RARDeployment
2)jboss.jca:name='myJndiname', service=ConnectionFactoryBinding
3)jboss.jca:name='myJndiname', service=ManagedConnectionFactory
4)jboss.jca:na
Hi all.
I have a JCA Connector. When JBoss 4.2.2 GA is started it made four beans for
this connector:
1)jboss.jca:name='rarname.rar', service=RARDeployment
2)jboss.jca:name='myJndiname', service=ConnectionFactoryBinding
3)jboss.jca:name='myJndiname', service=Mana