2012-05-31 TOMMY TYNJÄ In JBoss 7.0.x there was no convenient way to bind an arbitrary java.lang.String to JNDI. This is however possible in JBoss 7.1.x. Just add your binding to the …
WRITING INTEGRATION TESTS IN JAVA WITH ARQUILLIAN
2012-04-22 TOMMY TYNJÄ Arquillian is a JBoss project that focuses on integration testing for Java. It’s an Open Source project I’m contributing to and using on the current project I’m working …
CONFIGURE DATASOURCES IN JBOSS AS 7.1
2012-02-22 TOMMY TYNJÄ JBoss released their latest application server 7.1.0 last week which is a full fledged Java EE 6 server (full Java EE 6 profile certified). As I wanted to …