|
It is not possible to configure outboundConnection/connection@jndiName. The tooling instead provides configuration of outboundInteraction/processor/property@name=connectionFactoryJNDIName. The property is not taken into account by the runtime. So, the first should be added to the tooling and the second should be removed.
(10:28:01 AM) igarashitm: trohovsk: I intended to use outboundConnection/connection@jndiName since it's defined in SCA-JCA spec (10:28:50 AM) igarashitm: trohovsk: but it's passed to the processor as a property, and accidentally it's configurable in tooling (10:29:10 AM) igarashitm: as a outboundInteraction/processor/property@name=connectionFactoryJNDIName (10:29:44 AM) igarashitm: trohovsk: which is ignored since it's overwritten by outboundConnection/connection@jndiName (10:29:55 AM) trohovsk: igarashitm: so it should be removed from the tooling and provided to configure outboundConnection/connection@jndiName as before? (10:30:05 AM) igarashitm: trohovsk: right
|