Category Archives: help notes

Various notes with random bits of useful information

why doesn’t tomcat make it possible to not have jsessionid in urls?

I don’t know either! But fortunately I found this great post.

Posted in help notes, political, technical | Leave a comment

Hibernate’s event system

So I just had an interesting realization, Hibernate uses various default listeners in it’s poorly documented event system to do all of its persistence work. For example, saving an object through a Hibernate Session object quickly goes to the Session.fireSaveOrUpdate, … Continue reading

Posted in amplafi, help notes, hibernate | 6 Comments

some notes on hibernate-annotation

I am now implementing my persistence layer with a vengence. I decided to take a chance with using the hibernate-annotation to define my persistence objects because of all the work with Seam and Trails that is happening to leverage those … Continue reading

Posted in help notes | Leave a comment

maven 2 dependencies

I discovered this neat feature of maven2 that allows a project to specify the minimum version of a dependency but accept any higher version. This allows project writers to not have to hard-coded version dependencies to other projects. This allows … Continue reading

Posted in help notes, technical | Leave a comment

tomcat debugging (5.5.13)

FATAL ERROR in native method: No transports initialized Continue reading

Posted in help notes | Leave a comment