-
taboozizi changed the public information on the vbunitfree project.
2009-11-03 11:52:59 UTC in vbunitfree
-
FYI
We worked around this by making the maxElementsInMemory a lot larger and so not going to disk as often. Obviously, users of ehcache are still exposed to this issue, but in our case we've lessened the chances.
Is it worth logging something in the tracker to address this, or is it already fixed in HEAD / another version?
Cheers,
James.
2009-05-12 11:38:33 UTC in ehcache
-
Hi,
We have been using ehcache for a while in our application and have been very happy users of the library. However, a recent change to our application highlighted a possible issue and I wanted to see if anyone else has seen this or has suggestions for improvements.
We noticed an application slowdown. Thread dumps were taken and revealed the following:
We had 126 (out of our possible...
2009-03-18 21:20:32 UTC in ehcache
-
Sorry, typo in that patch. Corrected version below.
Index: calendar-setup.js
===================================================================
RCS file: /cvsroot/jscalendar/jscalendar/calendar-setup.js,v
retrieving revision 1.26
diff -u -r1.26 calendar-setup.js
--- calendar-setup.js 11 Feb 2006 12:32:59 -0000 1.26
+++ calendar-setup.js 18 Jul 2007 11:06:53 -0000
@@ -157,7 +157,7 @@.
2007-07-18 11:19:27 UTC in The Coolest DHTML Calendar
-
Index: calendar-setup.js
===================================================================
RCS file: /cvsroot/jscalendar/jscalendar/calendar-setup.js,v
retrieving revision 1.26
diff -u -r1.26 calendar-setup.js
--- calendar-setup.js 11 Feb 2006 12:32:59 -0000 1.26
+++ calendar-setup.js 18 Jul 2007 11:06:53 -0000
@@ -157,7 +157,7 @@
var dateFmt = params.inputField ? params.ifFormat ...
2007-07-18 11:08:09 UTC in The Coolest DHTML Calendar
-
+1
I have the same issue, and was going to make the same fix.
I'm unsure as to the application of the LGPL though. If I make this change, does this mean that I need to distribute the source for the rest of my application? I think no, but one of my colleagues thinks differently.
2007-07-18 11:00:57 UTC in The Coolest DHTML Calendar
-
Sorry, illness for both me and one of my kids meant this took a little longer than planned. Then I spent one session trying to do it in Netbeans, but as a five year confirmed Eclipse user, that was just painful. So here's a slightly simpler patch than the original version - if only I'd had internet access when first coding it up!
Cheers for the pointers Stefan. There isn't currently a way of...
2007-01-29 22:31:24 UTC in XML Unit
-
Don't worry about it. The patch was developed over Christmas and I didn't have internet access where I was staying, so it was pretty much developed blind.
Adding the attribute using XSLT and serializing is a good idea; should have thought of that.
So, is JAXP 1.2 the explicit target? I'm happy with that; at work, we build on Java 1.4, and I can use the same or higher for the personal stuff...
2007-01-12 10:52:31 UTC in XML Unit
-
The current implementation assumes that the document being validated already contains a schemaLocation attribute on the root element, in the namespace name "http://www.w3.org/2001/XMLSchema-instance".
This patch allows documents that don't contain such an attribute to have it dynamically added. The basic idea is to check if schema validation is being used and run it through a SAX filter...
2007-01-07 23:57:44 UTC in XML Unit
-
Using SOAPUI snapshot 2006-10-26, Sun JDK 1.5, Ubuntu 6.06.
I have a LoadTest with lots of failures in it which
have been logged. If I filter the view using the 'Show
Steps:' listbox to show a subset of the errors, I
cannot 'Show Results' properly. The 'Show Results'
functionality acts as though the view wasn't filtered.
e.g.
1. I do not get a context menu for the first item in...
2006-11-07 17:57:42 UTC in soapUI