Categories
Development

Weird VM bug to take note of

A weird bug in the hotspot compiler. These are the kind of bugs you don’t want to run into. I usually have enough trouble tracking down my own bugs. 😉 There’s a bugreport here. It looks like it only affects the Solaris version.

Categories
Development

DNS insanity with Java

Note to self. Don’t trust long running Java apps when it comes to changing DNS.

Categories
Development

Hibernate as an JTA participant

Java.net has an article on using Hibernate within container managed transactions here.