» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with Gotchas + Java

[#SEC-239] Concerns regarding Acegi ACL support - Spring Framework

Experienced user listing some of the shortcomings of the current (1.0) Acegi ACL implementation. A redesign is expected for 1.0.1.

Acegi: del.icio.us tag/acegi

Using hibernate.hbm2ddl.auto=update and HSQL in Equinox

I ran into a few issues when upgrading Equinox to use Spring 1.2 RC1 and Hibernate 3. The main problem is that hibernate.hbm2ddl.auto=update does not work with an in-memory HSQL version that allows more than one connection. Since Equinox represents all th

Hibernate: del.icio.us tag/hibernate