On 8/20/05, Iñigo <[EMAIL PROTECTED]> wrote: > Well, at last I got the application that used MySQL working!! Thanks > again for the help. Now, I have another question, is it possible to > integrate Geronimo with Hibernate?
That's great! Geronimo does not have to know that your app is using Hibernate - it just supplies the DataSource and transaction management. Unless, by "integrate," you mean like JBoss does - container-managed Hibernate sessions?
