RE: FW: [Hibernate-devel] Getting Collections to pull data from t he cache

2002-08-08 Thread Urberg, John
I updated from cvs this morning. I tried out collection caching and am not getting the results I expect. Here's some detail: I have AddresseeGroups which are made up of AddresseeGroupEntrys of either other AddresseeGroups or Staff. AddresseeGroup --> AddresseeGroupEntry --> Staff ^

Re: [Hibernate-devel] RE: JMX/JBoss

2002-08-08 Thread Christian Meunier
In case it could help http://kb.atlassian.com/content/atlassian/howto/classloaders.jsp Chris - Original Message - From: "Urberg, John" <[EMAIL PROTECTED]> To: ; <[EMAIL PROTECTED]> Sent: Thursday, August 08, 2002 4:04 PM Subject: RE: [Hibernate-devel] RE: JMX/JBoss > > Damn! I really d

Re: [Hibernate-devel] RE: JMX/JBoss

2002-08-08 Thread Jon Lipsky
I've had a similar problem using Orion as the application server and I've been trying to solve it for a while with no luck. I know the required jar's are in the classpath because it can find the classes with no problem, however when I try to load a resource from the same jar it can't find it. Try

Re: [Hibernate-devel] what to do about select distinct.....

2002-08-08 Thread Gavin_King/Cirrus%CIRRUS
Okay, there seems general agreement on this. So last night I actually tried the change out. Two observations: (1) Only three of my tests failed after the change + I have some fairly wierd looking queries in there. I added "distinct" to the three offending queries + all was working again. (2) I t