is a double not ok for you? see javax.jcr.Node
public Property setProperty(String name, double value) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException; Ard On Mon, Oct 5, 2009 at 10:11 AM, Ben Short <[email protected]> wrote: > Hi, > I have been evaluating Jackrabbit and noticed that you can't have a float > property. Is this something thats planed in JSR 283? > The way i got around the problem was to create a price node on my product > node with 2 integer properties, pounds and pence. This might make querying > and sorting pretty hard though. > > Are there any other ways to store a float value? > > Regards > > Ben Short >
