[jboss-jira] [JBoss JIRA] (WFLY-13375) JNDI view does not show implementation classes for connection factories and destinations registered by 3rd party resource adapters
Ilia Vassilev (Jira)
issues at jboss.org
Wed Apr 22 10:24:17 EDT 2020
[ https://issues.redhat.com/browse/WFLY-13375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ilia Vassilev updated WFLY-13375:
---------------------------------
Labels: downstream_dependency (was: )
> JNDI view does not show implementation classes for connection factories and destinations registered by 3rd party resource adapters
> -----------------------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-13375
> URL: https://issues.redhat.com/browse/WFLY-13375
> Project: WildFly
> Issue Type: Bug
> Components: Naming
> Reporter: Parul Sharma
> Assignee: Parul Sharma
> Priority: Major
> Labels: downstream_dependency
> Fix For: 20.0.0.Beta1
>
> Attachments: standalone-full.xml, wmq.jmsra.rar
>
>
> If connection factory or JMS destination is configured for third party resource adapter (like IBMMQ 8/9, AMQ 6) then the {{value}} for registered implementation class is {{?}} - see:
> {code}
> [standalone at localhost:9990 /] /subsystem=naming:jndi-view
> {
> "outcome" => "success",
> "result" => {
> "java: contexts" => {
> "java:" => {
> ...
> },
> "jms" => {
> "class-name" => "javax.naming.Context",
> "children" => {
> "CF" => {
> "class-name" => "java.lang.Object",
> "value" => "?"
> },
> "NmvtisSendQ" => {
> "class-name" => "java.lang.Object",
> "value" => "?"
> },
> "topic" => {
> "class-name" => "javax.naming.Context",
> "children" => {
> "T1RHEL6X86_64DYNAMICLARGEOPENJDK18" => {
> "class-name" => "java.lang.Object",
> "value" => "?"
> },
> "T2RHEL6X86_64DYNAMICLARGEOPENJDK18" => {
> "class-name" => "java.lang.Object",
> "value" => "?"
> }
> }
> }
> {code}
> There should be provided valid {{value}}, for example {{com.ibm.mq.connector.outbound.ManagedConnectionFactoryImpl}} for "CF" connection factory for IBMMQ.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list