Jesper Pedersen [
http://community.jboss.org/people/jesper.pedersen] created the
discussion
"Re: IronJacamar RHQ plugin development"
To view the discussion, visit:
http://community.jboss.org/message/582369#582369
--------------------------------------------------------------
You need to use the resource adapters from IronJacamar:
https://repository.jboss.org/nexus/content/groups/public/org/jboss/ironja...
https://repository.jboss.org/nexus/content/groups/public/org/jboss/ironja...
jdbc-local and jdbc-xa.
Also you need to use the new datasource XSD for defining a datasource:
http://anonsvn.jboss.org/repos/jbossas/projects/jboss-jca/trunk/common/sr...
http://anonsvn.jboss.org/repos/jbossas/projects/jboss-jca/trunk/common/sr...
You can check out the H2TestCase on how to deploy a datasource:
http://anonsvn.jboss.org/repos/jbossas/projects/jboss-jca/trunk/adapters/...
http://anonsvn.jboss.org/repos/jbossas/projects/jboss-jca/trunk/adapters/...
Having said that, start with a standard resource adapter (!= datasource) - you can create
one using the code generator in docs/codegenerator - the key is to create a JCA 1.6
resource adapter with confidential and dynamic properties and which is bidirectional.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/582369#582369]
Start a new discussion in IronJacamar Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]