Apache Jackrabbit Questions and Answers

New to Jackrabbit

See the Official Jackrabbit FAQ.

Questions

Please ask questions on the Jackrabbit mailing lists. Use the users list for questions around using JCR and Jackrabbit. Use the dev list for the development of Jackrabbit itself.

Reporting Problems

When reporting problems, please provide:

If you are sure it's a bug, please create a new issue in Jira. If possible, bug reports should also include a simple, standalone test case that reproduces the problem. It would be great if the test case does not have any dependencies except Jackrabbit and can be run using the main(String... args) method. Please include any initialization code in the Java class.

Mailing List Archives

The mailing list archives contain a lot of knowledge around JCR and Jackrabbit:

Stackoverflow.com

A very nice site for programming questions is Stackoverflow, which also has some questions about JCR and Jackrabbit.

Frequently Asked Questions

Monetary Values

Q: How do I store monetary values?

A: For JCR 1.0, use string, or multiply by 100 and use long. For JCR 2.0, use decimal. Using double is not recommended, because of rounding problems : Java Ranch Java Practices.

QuestionsAndAnswers (last edited 2009-11-13 09:10:52 by ThomasMueller)