[jboss-user] [IronJacamar] - Connection config-properties are ignored

Dmitri Voronov do-not-reply at jboss.com
Mon Feb 6 10:53:22 EST 2012


Dmitri Voronov [https://community.jboss.org/people/dimonv] created the discussion

"Connection config-properties are ignored"

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

--------------------------------------------------------------
Hi all,

I have a problem with our resource adapter resp. it's deploymen in JBoss 7.1.0.CR1b: the <config-property> tags are ignored. In the source code I've seen that the part handling these properties is commented; class org.jboss.as.connector.subsystems.resourceadapters.RaOperationUtil

> ...
> public static ModifiableConnDef buildConnectionDefinitionObject(final OperationContext context, final ModelNode operation, final String poolName) throws OperationFailedException, ValidateException {
> Map<String, String> configProperties = new HashMap<String, String>(0);
> // if (operation.hasDefined(CONFIG_PROPERTIES.getName())) {
> //     configProperties = new HashMap<String, String>(operation.get(CONFIG_PROPERTIES.getName()).asList().size());
> //      for (ModelNode property : operation.get(CONFIG_PROPERTIES.getName()).asList()) {
> ....
Other is documented on  https://docs.jboss.org/author/display/AS7/Resource+adapters https://docs.jboss.org/author/display/AS7/Resource+adapters

Could anybode explain why the connection properties no more supported?

Thanks
--------------------------------------------------------------

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

Start a new discussion in IronJacamar at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2098]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120206/88e34862/attachment.html 


More information about the jboss-user mailing list