Hi, On Feb 1, 2008 12:19 AM, Alex Lukin <[EMAIL PROTECTED]> wrote: > JCR api jar is missing in war distro of 1.4 > Looks strange and causes problems for new users. > Is sere some impossible stupid copyright reason or it is just distribution > bug?
No. The reason for not putting the JCR API jar inside the webapp is that the API really belongs to a shared classloader so that more than one webapp can access the same repository. The preferred deployment model is for you to have the repository implementation in one webapp (or in a global JNDI configuration) and your client application in a separate webapp. This is not possible if the JCR API jar is bundled with the Jackrabbit webapp. BR, Jukka Zitting
