1 Reply Latest reply on Dec 17, 2008 11:47 AM by peterj

    persist  attributes of JCA Mbeans

    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:name='myJndiname', service=ManagedConnectionPool.
      Could anyone please tell me the steps to persist the attributes for this beans using PersistenceManager , if it is possible.