[
https://issues.apache.org/jira/browse/QPID-6505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Syroeshko updated QPID-6505:
----------------------------------
Description:
- Open the "jca\example\conf\qpid-standalone.xml" file.
- Navigate to "urn:jboss:domain:resource-adapters:1.0" subsystem.
- Find an "admin-object" element definition. Make sure it has "pool-name"
attribute. For example:
<admin-object class-name="org.apache.qpid.ra.admin.QpidTopicImpl"
jndi-name="java:jboss/exported/GoodByeTopic" use-java-context="false"
pool-name="GoodByeTopic">
...
</admin-object>
The problem is that Jboss 7 Model has no such attribute at all. See
http://wildscribe.github.io/JBoss%20AS7/7.1.1/subsystem/resource-adapters/resource-adapter/admin-objects/index.html
for the details. WildFly model do not define "pool-name" attribute too.
What is it for? Am I missing something?
was:
- Open the "jca\example\conf\qpid-standalone.xml" file.
- Navigate to "urn:jboss:domain:resource-adapters:1.0" subsystem.
- Find an "admin-object" element definition. Make sure it has "pool-name"
attribute. For example:
<admin-object class-name="org.apache.qpid.ra.admin.QpidTopicImpl"
jndi-name="java:jboss/exported/GoodByeTopic" use-java-context="false"
pool-name="GoodByeTopic">
...
</admin-object>
The problem is that Jboss 7 Model has no such attribute at all. See
http://wildscribe.github.io/JBoss%20AS7/7.1.1/subsystem/resource-adapters/resource-adapter/admin-objects/index.html
for the details. WildFly model do not define "pool-name" attribute too.
What is it for? Am i missing something?
> Unknown "pool-name" attribute defined for administered objects
> --------------------------------------------------------------
>
> Key: QPID-6505
> URL: https://issues.apache.org/jira/browse/QPID-6505
> Project: Qpid
> Issue Type: Bug
> Components: JCA
> Affects Versions: 0.32
> Environment: WildFly 8.2, Qpid JCA 0.32.
> Reporter: Roman Syroeshko
> Priority: Minor
> Labels: configuration, jboss-as7, resource-adapters, wildfly
>
> - Open the "jca\example\conf\qpid-standalone.xml" file.
> - Navigate to "urn:jboss:domain:resource-adapters:1.0" subsystem.
> - Find an "admin-object" element definition. Make sure it has "pool-name"
> attribute. For example:
> <admin-object class-name="org.apache.qpid.ra.admin.QpidTopicImpl"
> jndi-name="java:jboss/exported/GoodByeTopic" use-java-context="false"
> pool-name="GoodByeTopic">
> ...
> </admin-object>
> The problem is that Jboss 7 Model has no such attribute at all. See
> http://wildscribe.github.io/JBoss%20AS7/7.1.1/subsystem/resource-adapters/resource-adapter/admin-objects/index.html
> for the details. WildFly model do not define "pool-name" attribute too.
> What is it for? Am I missing something?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]