Loading

Monthly Archives: April 2007

MEDgle – search your symptoms

Interesting medical search engine.
MEDgle – search your symptoms
for everyone

Bookmark It

Hide Sites

$$(‘div.d131′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Compiling and building JMeter with Eclipse 3.2.x

The developer notes on how to compile and debug Jmeter with Eclipse 1 and 2 are very difficult to follow and outdated. If you are interested in modifying Jmeter using Eclipse 3.2 Callisto you can follow the following procedure:
1. Install Subclipse Callisto release (update site: http://subclipse.tigris.org/update_1.2.x)
2. Download optional libraries. Although they’re optional is [...]

Silly Apache JMeter 2.2 bug

The JDBC Sampler always commits (it doesn’t honor the auto-commit = false parameter)
http://issues.apache.org/bugzilla/show_bug.cgi?id=42018. I’ve provided a patch that solved it at Bugzilla

Bookmark It

Hide Sites

$$(‘div.d129′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

New views don’t show up when using Eclipse RCP setSaveAndRestore

If you add a new view to an Eclipse RCP and when launch it the new view is not there you probably hit the problem described in this
CT Arrington’s Weblog post.
The IWorkbenchConfigurer.setSaveAndRestore(true) called from your WorkbenchAdvisor can be the source of the problem. The Eclipse RCP platform is trying to restore the perspective from [...]

Firefox and file:// Windows UNC paths

The correct way to write a link to a Windows UNC path in HTML is to use this syntax:

file://///servername/share/file.txt

But if you try this using Firefox you will quickly find that this type of link only works when using a local html file. If you put the html file in a web server an click [...]

Scrolling fast with the mousewheel triggers history back and forth

I’m observing an strange firefox behavior when I scroll the page using the mouse wheel. It goes back and forth through search history. So I googled a little bit and found that the KVM switch that I’m using it’s producing bogus key press event that firefox misinterprets. If you are running Linux [...]

Enhanced JDBC Sampler code merged into Apache Jmeter

It seems that my patch to the JDBC Sampler in Apache JMeter has been finally merged into the subversion tree . I didn’t check it yet tought.

Bookmark It

Hide Sites

$$(‘div.d123′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

(Tomcat 5.5.x) java.lang.NoClassDefFoundError: javax/servlet/http/HttpSessionListener

Or

java.lang.NoClassDefFoundError: javax/servlet/ServletContextListener

for that matter.
NoClassDefFoundError on HttpSessionListener , ServletListener , ServletContextListener, etc. can be caused by a custom classloader like Sysdeo DevLoader (I use it with Eclipse) in you Context definition in the Tomcat’s server.xml file.

the solution: add
useSystemClassLoaderAsParent=”false”
to the Loader

This should do the trick more information here and here

Bookmark It

Hide Sites

$$(‘div.d122′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) }); [...]