[jboss-user] [JCA/JBoss] - Re: Changing XslUrl in XslSubDeployer

2008-12-28 Thread makas
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 | | |... | | |

[jboss-user] [JCA/JBoss] - Changing XslUrl in XslSubDeployer

2008-12-28 Thread makas
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

[jboss-user] [JCA/JBoss] - Re: How can persist JCA Mbean's attributes using Persistenc

2008-12-22 Thread makas
>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

[jboss-user] [JCA/JBoss] - Re: How can persist JCA Mbean's attributes using Persistenc

2008-12-19 Thread makas
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

[jboss-user] [JCA/JBoss] - Re: How can persist JCA Mbean's attributes using Persistenc

2008-12-18 Thread makas
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

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - persist attributes of JCA Mbeans

2008-12-17 Thread makas
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

[jboss-user] [JCA/JBoss] - How can persist JCA Mbean's attributes using PersistenceMan

2008-12-17 Thread makas
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