[jboss-dev-forums] [IronJacamar Development] - Re: IronJacamar RHQ plugin development
Jesper Pedersen
do-not-reply at jboss.com
Fri Jan 21 09:23:40 EST 2011
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/ironjacamar/ https://repository.jboss.org/nexus/content/groups/public/org/jboss/ironjacamar/
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/src/main/resources/schema/datasources_1_0.xsd http://anonsvn.jboss.org/repos/jbossas/projects/jboss-jca/trunk/common/src/main/resources/schema/datasources_1_0.xsd
You can check out the H2TestCase on how to deploy a datasource:
http://anonsvn.jboss.org/repos/jbossas/projects/jboss-jca/trunk/adapters/src/test/java/org/jboss/jca/adapters/jdbc/unit/H2TestCase.java http://anonsvn.jboss.org/repos/jbossas/projects/jboss-jca/trunk/adapters/src/test/java/org/jboss/jca/adapters/jdbc/unit/H2TestCase.java
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&containerType=14&container=2099]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20110121/15388e96/attachment.html
More information about the jboss-dev-forums
mailing list