I've come across some strangeness.
I created some beans on a dev win7 machine and persisted to and SDB
model using jenabean. One of them has an id with a space char.
I can retrieve the beans with my app, OK, on the same dev machine. Here
I use jenabean source from
svn.(http://jenabean.googlecode.com/svn/trunk/basic)
If I retrieve the beans from a Win Vista machine, using the 1.0.6
binary, I get a NotFoundException on that bean with the id having a
space char.
If I export a compiled version of the svn source to the Vista machine,
things are OK.
Has something changed to do with urlencoding ids perhaps between 1.0.6
and the trunk ?