Repository containing code belonging to our blog article about connection pool usage with Stardog in Java Application servers
The demo assumes that Stardog is running at localhost and has a store available named 'mystore' with credential 'guest':'readonly' this can be changed in the tomee.xml to match your setup.
To run the demo use:
mvn clean install
The demo has a deliberate error to show how the connection pool works the webapp does not close a connection which will result in a pool error after a number of tries since the connection is not returned.
This can be observed with JConsole see the blog article for more information
the demo will install artifacts in your local .m2 repository if you want to get rid of them, simply remove:
~/.m2/repository/nl/netage/demo