Enabling second level cache in a JBoss when you use JPA 1 is actually relative easy. Understanding how to set its properties is also not to difficult to do. Finding how to specify which configuration file to use when setting the additional configurations is more difficult.
May 10, 2012
July 9, 2010
Maven and JBoss ESB – Hello World
I want to build a Hello World example for JBoss ESB using Maven instead of Ant. The original example bundled with
JBoss ESB is using Ant. I have created a pom.xml that will do all the magic and re-located the example files to fit
into a Maven structure.