Hi Audrey, On Thu, Nov 5, 2009 at 1:34 PM, Audrey Colbrant <[email protected]> wrote: > ...Since yesterday, I need to integrate to my project > org.apache.jackrabbit.core > in order to connect to the repository, and some google librarys....
Are you trying to connect to an existing repository via JNDI or RMI? In that case you need the contrib/jcr/jackrabbit-client bundle. > ...I have modified my pom.xml, constructed the bundle, installed it, but no > way to start > it because of some non-imported packages.... It is probably easier to try installing bundles via /system/console/bundles. I usually try to add one bundle at a time, and check for any missing dependencies before going further. I might be better to first solve your repository connection problem, and then look at the google libraries issue. -Bertrand
