Loading

Tag Archives: apache

Derby 10.5 “OFFSET/FETCH” and JPA

It seems that no current JPA implementation is able to paginate the result using Apache Derby 10.5 “OFFSET/FETCH” mechanism. So javax.persistence.Query setFirstResult and setMaxResults don’t really translate into proper pagination with “OFFSET/FETCH”

TopLink/EclipseLink org.eclipse.persistence.platform.database.DerbyPlatform
Hibernate org.hibernate.dialect.DerbyDialect
OpenJPA. org.apache.openjpa.jdbc.sql.DerbyDictionary

Bookmark It

Hide Sites

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

How to get information on UNIQUE keys on Apache Derby

It´s not easy to get information on derby keys once you created them. I was looking for a command like “SHOW CREATE TABLE <tablename>” but no luck. I realized that the answer should lay in SYS tables. After googling a while I found the following bit of wisdom:

The following query will give [...]

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}) });

Source code for Statistical Visualizer plugin for Apache Jmeter 2.2

I just released the source code for the *other* Apache Jmeter plugin that I host here. Just go to the end of this page to download the file and get instructions.

Bookmark It

Hide Sites

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

Source code for enhanced jdbc sampler released

I released the Enhanced JDBC Sampler for Apache JMeter 2.2 source code today. See the bottom of this page to find the downloadable zip and instructions.

Bookmark It

Hide Sites

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

Enhanced JDBC Sampler for Apache JMeter

I’ve moved this post to the following page.
**UPDATE**: The files here will only run in JRE 1.6. I will try to provide JRE 1.5-compatible files as soon as possible. Thanks to Daniel for pointing this out.
Some time ago I posted a bug report for Apache JMeter benchmarking utility (you can find my other jmeter [...]

Better JMeter Graphs

I’ve moved this post to the following location
**UPDATE**: The files here will only run in JRE 1.6. I will try to provide JRE 1.5-compatible files as soon as possible. Thanks to Daniel for pointing this out.
If you are tired of the old “Graph Results” listener that JMeter provides

Click on the above image or here [...]

Apache JMeter bugs

I’ve been working with Apache JMeter 2.2 mainly for JDBC benchmarks and I found a couple of bugs.

Bookmark It

Hide Sites

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