Java: Set the Jboss Connection Pool size
Example XML snippet to set min-pool-size, max-pool-size and prefill for a JBoss datasource.
Read →Blog
Practical reminders, fixes, and implementation notes collected while building Java, Spring, cloud, and developer-tooling systems.
Latest Posts
Newest articles first, keeping the existing Jekyll pagination and post archive behavior.
Example XML snippet to set min-pool-size, max-pool-size and prefill for a JBoss datasource.
Read →Workaround to prevent known_hosts validation errors in JSch: set session.setConfig(“StrictHostKeyChecking”, “no”).
Read →Use xjc -dtd -d example.dtd to generate Java classes from an XML DTD.
Read →Spring configuration for JavaMailSenderImpl and a mail utility wrapper for sending plain text emails.
Read →Swagger Maven plugin error occurs when @Api is present but no @ApiOperation; add @ApiOperation to fix.
Read →