[jboss-dev-forums] [IronJacamar Development] - Re: Management of IronJacamar

Jesper Pedersen do-not-reply at jboss.com
Thu Nov 15 07:29:19 EST 2012


Jesper Pedersen [https://community.jboss.org/people/jesper.pedersen] created the discussion

"Re: Management of IronJacamar"

To view the discussion, visit: https://community.jboss.org/message/776658#776658

--------------------------------------------------------------
Its a service within AS with a name of ConnectorServices.IRONJACAMAR_MDR, so you need to add a dependency on it from your code and get it injected - ...addDependency(ConnectorServices.IRONJACAMAR_MDR, AS7MetadataRepository.class, service.getMdrInjector()).

First you need to hook up the MDR to the DMR model under subsystem/jca/mdr, and make operations available to query it. Then the domain model infrastructure will take care of the rest, and you can have your standalone client access it that way.

I would start here -  https://community.jboss.org/docs/DOC-16317 https://community.jboss.org/wiki/DetypedDescriptionOfTheAS7ManagementModel
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/776658#776658]

Start a new discussion in IronJacamar Development at Community
[https://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/20121115/8a4aa230/attachment.html 


More information about the jboss-dev-forums mailing list