JBoss Community

Re: Connection config-properties are ignored

created by Stefano Maestri in IronJacamar - View the full discussion

They are supported as subresources. So for example you can add it with a command like this:

 

/subsystem=resource-adapters/resource-adapter=archive.rar_2/config-properties=name:add(value=value)

 

 

or read it:

 

/subsystem=resource-adapters/resource-adapter=archive.rar_2/config-properties=name:read-resource

{

    "outcome" => "success",

    "result" => {"value" => "value"}

}

Of course parser will take care of parse xml and create subresource.
If you still have problem, please provide your configuration and detailed description of what you would expect and that you are not getting
regards
S.

- AS7-2981 Provide consistent behaviour to enable/disable datasources and resource adapters
- AS7-3316 stanalonde.xml, xa-datasource/security, <user-name> cannot be parametrised
- AS7-3349 Data-source add allows adding data sources with non existing JDBC driver
- AS7-3379 ResourceAdapterActivatorService never gets stopped
- AS7-3385 "xa-datasource-properties" "Instance" property validation does not allow empty value
- AS7-3477 If DataSourceDisable fails the stopped/removed services need bringing back to their original state
- AS7-3560 ConnectionFactory not registered/bound for rar deployments inside an ear
- AS7-3572 Changing a DS JNDI name leads to DS that cannot be enabled
- AS7-3578 Errors in data source subsystem checking
- AS7-3598 It's impossible to add and activate resource adapter after .rar deployment

Reply to this message by going to Community

Start a new discussion in IronJacamar at Community