>[...] > Is JCA the way to go with Hibernate/JBoss integration? Or do you all > have a different, more preferred way of integration.
IMHO JCA is OK. The problems I personally encountered in JBoss 3.2.1 with Hibernate was: 1. Conflicts between hibernate.rar libraries and jboss libraries (class linking errors etc). Now, when the projects are related, we could probably benefit from better integration, right? For example - I've had some hard to find problems related to different log4j versions. 2. JBoss loads classes using diffrent classloader than the one used in runtime. A few months ago I've sent some patches to lazy-init JCA. By delaying initialization I could use runtime classloader during JCA startup. So I don't have to use any dirty tricks to make sure that hibernate has access to it's mapping files. I hope to see this patch integrated. Or maybe there is some other solution. -- Mike ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ hibernate-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hibernate-devel