From users-return-6811-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Mon Mar 17 11:18:13 2008 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 73158 invoked from network); 17 Mar 2008 11:18:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Mar 2008 11:18:12 -0000 Received: (qmail 82798 invoked by uid 500); 17 Mar 2008 11:18:09 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 82560 invoked by uid 500); 17 Mar 2008 11:18:09 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 82551 invoked by uid 99); 17 Mar 2008 11:18:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Mar 2008 04:18:09 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Mar 2008 11:17:17 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JbDLW-0002ru-2J for users@jackrabbit.apache.org; Mon, 17 Mar 2008 04:17:38 -0700 Message-ID: <16092035.post@talk.nabble.com> Date: Mon, 17 Mar 2008 04:17:38 -0700 (PDT) From: sktkaur To: users@jackrabbit.apache.org Subject: Re: [ANNOUNCE] jackrabbit-core 1.4.1 released In-Reply-To: <16048041.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: sumanjeet23@gmail.com References: <510143ac0802201018r3d7983eam48ebab146feca327@mail.gmail.com> <15607285.post@talk.nabble.com> <510143ac0802210335n446ba536u14d458e77028696@mail.gmail.com> <15628785.post@talk.nabble.com> <510143ac0802220035g29ff273bxd7df77a2965362fe@mail.gmail.com> <15630379.post@talk.nabble.com> <15706870.post@talk.nabble.com> <510143ac0802270003v550b3a8eh1e910828d11d6f87@mail.gmail.com> <15709397.post@talk.nabble.com> <510143ac0802270143h5af9db51r41de0afbe35f6890@mail.gmail.com> <15975647.post@talk.nabble.com> <15975657.post@talk.nabble.com> <510143ac0803110134h6fbcf7a7gcdb74b95d1ac443a@mail.gmail.com> <16048041.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, I didnt get the answer of my question.Please help me out.With the exception by webdav java.lang.NullPointerException org.apache.jackrabbit.webdav.jcr.JcrDavException.(JcrDavException.java:111) org.apache.jackrabbit.webdav.simple.DavSessionProviderImpl.attachSession(DavSessionProviderImpl.java:99) org.apache.jackrabbit.webdav.server.AbstractWebdavServlet.service(AbstractWebdavServlet.java:182) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) i am getting the error *ERROR* RepositoryAccessServlet: Error while retrieving repo sitory using JNDI (name=jackrabbit.repository): javax.naming.NameNotFoundException. Where is my mistake?What should i do now?How to proceed? Somebody help me out by giving the answer. sktkaur wrote: > > Hi, > I acquired the repository through RMI.Now what to do next? > When i use the > url="http://localhost:8080/jackrabbit-webapp-1.4/repository/default" > it asks for Username and password and i simply press ok and then > it gives an exception as: > > java.lang.NullPointerException > > org.apache.jackrabbit.webdav.jcr.JcrDavException.(JcrDavException.java:111) > > org.apache.jackrabbit.webdav.simple.DavSessionProviderImpl.attachSession(DavSessionProviderImpl.java:99) > > org.apache.jackrabbit.webdav.server.AbstractWebdavServlet.service(AbstractWebdavServlet.java:182) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > > I want to know where i am wrong? > I want to develope a CMS for my work. > How to do that? > > > > Greg Klebus wrote: >> >> Hi >> >> On Tue, Mar 11, 2008 at 9:34 AM, Jukka Zitting >> wrote: >>> On Tue, Mar 11, 2008 at 9:06 AM, sktkaur wrote: >>> > Now i want to know what to do after running repository? >>> > How to proceed further? >>> > I know that: >>> > "Using a content repository allows an application to deal with an >>> > arbitrarily large hierarchical space in a scalable manner >>> automatically >>> > profiting from the repository services such as versioning, query, >>> > transactions or namespaces which make a content repository an ideal >>> data >>> > store for many applications". >>> > How a content repository can be seen as a data storage? >>> > How to store,retrive and change data? >>> >>> The easiest way to get started with that is to mount the WebDAV view >>> of the default workspace as a network disk to your file system. If you >>> have the Jackrabbit webapp running, you should see the WebDAV >>> instructions when you point your browser to the webapp. >>> >>> Alternatively, you can use the "Populate" and "Search" features of the >>> Jackrabbit webapp to experiment with the repository. >> >> I agree with Jukka here. If you want to use the repository, the first >> steps I'd recommend are the following >> >> - use WebDAV to store and access the content (desktop integration) >> - use Search to find the content >> - use a content browser to view / edit the content on JCR level >> (nodes, properties, nodetypes etc). For this, you currently need an >> external application (see wiki page [1]) >> >> Current rough plans for Jackrabbit 1.5 should lower the barrier to >> start using the repository for the first time users (self-runnable >> jar, content browser, etc), I think it's the right focus. >> >>> > What are the steps to proceed? >>> >>> Once you've done the above steps, you should take a look at the JCR >>> specification to see how you can achieve the above operations (and >>> much more) programmatically using the JCR API. >> >> The First Hops page [2] comes to mind if you want to start writing >> applications for JCR, after you've learned about the standard itself. >> >> Also, the SLING project [3] (currently in incubator) comes to mind to >> jump-start web development on top of JCR repository - "Discover Sling >> in 15 minutes" [4] is a nice introduction here. >> >> [1] http://wiki.apache.org/jackrabbit/JcrLinks >> [2] http://jackrabbit.apache.org/first-hops.html >> [3] http://incubator.apache.org/sling/ >> [4] >> http://incubator.apache.org/sling/site/discover-sling-in-15-minutes.html >> >> Cheers >> Greg >> >> -- >> -- Greg Klebus | http://day.com | http://dev.day.com >> -- Best open-source JCR repository: http://jacrkabbit.apache.org >> >> > > -- View this message in context: http://www.nabble.com/-ANNOUNCE--jackrabbit-core-1.4.1-released-tp15595369p16092035.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.