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
^
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
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
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