Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
1 reply
Subscribers
7 subscribers
Views
4024 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
How can I check the Datasource Connection pool being used currently in my system
abubakers
over 9 years ago
How can I check the Datasource Connection pool being used currently in my system. When I use the JBoss Cli to get that information, I get '"undefined"
[standalone@localhost:9999 /] /subsystem=datasources:read-resource
{
"outcome" => "success",
"result" => {
"data-source" => undefined,
"jdbc-driver" => {
"com.mysql.jdbc" => undefined,
"oracle.jdbc" => undefined,
"com.microsoft.sqlserver.jdbc" => undefined,
"com.ibm.db2.jcc" => undefined
},
"xa-data-source" => undefined
}
}
[standalone@localhost:9999 /]
OriginalPostID-190169
OriginalPostID-190169
Discussion posts and replies are publicly visible
0
Tom Ryan
Appian Employee
over 9 years ago
Based on the JBoss docs you should be able to do this if you specify the datasource name:
/subsystem=datasources/data-source=ExampleDS:read-resource(include-runtime=true,recursive=true)
see
docs.jboss.org/.../CLI Recipes
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel