Re: Dreamweaver to jackrabbit

2006-08-31 Thread Shanmugam Gopal
Hi, I also faced the same problem while working in Dreamweaver with Jackrabbit repository. 1) Finally is it possible to use jackrabbit(1.0.1 war distribution) repository with Dreamweaver through webdav protocol for operation like "CHECKIN" AND "CHECKOUT". ? Is problem with Dreamweaver

FW: Custom Node Types XML

2006-08-24 Thread Shanmugam Gopal
Hi, Since I didn't get any response from users list, I am forwarding this mail to dev list. Pls execuse me. Pls let me know what's the problem with the following code. I am trying to create a custom node by extending nt:resource so that I can add some custom properties to that node. Followi

RE: File node - Version History

2006-08-22 Thread Shanmugam Gopal
d for this ?? From: "Shanmugam Gopal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: file node Date: Mon, 21 Aug 2006 18:59:20 +0530 File file = new File("C:\\gif\\bea.gif"); MimeTable mt = MimeTable.getDefaultTable(); String mi

File node - Version History

2006-08-21 Thread Shanmugam Gopal
d for this ?? From: "Shanmugam Gopal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: file node Date: Mon, 21 Aug 2006 18:59:20 +0530 File file = new File("C:\\gif\\bea.gif"); MimeTable mt = MimeTable.getDefaultTable(); String mi

Re: jackrabbit-server-1.0.1.war distribution

2006-08-14 Thread Shanmugam Gopal
I know whether this war has been tested by using any webdav client like dreamweaver? Please provide detailed response. Regards, Shan From: Angela Schreiber <[EMAIL PROTECTED]> Reply-To: dev@jackrabbit.apache.org To: dev@jackrabbit.apache.org Subject: Re: jackrabbit-server-1.0.1.war d

Re: jackrabbit-server-1.0.1.war distribution

2006-08-13 Thread Shanmugam Gopal
able to see the browser content by using the browser view in index.jsp) 3) How this war distribution is tested ? Regards, Shan From: Angela Schreiber <[EMAIL PROTECTED]> Reply-To: dev@jackrabbit.apache.org To: dev@jackrabbit.apache.org Subject: Re: jackrabbit-server-1.0.1.war distributi

Re: jackrabbit-server-1.0.1.war distribution

2006-08-10 Thread Shanmugam Gopal
we need to do. Regards, Shan From: Angela Schreiber <[EMAIL PROTECTED]> Reply-To: dev@jackrabbit.apache.org To: dev@jackrabbit.apache.org Subject: Re: jackrabbit-server-1.0.1.war distribution Date: Wed, 09 Aug 2006 17:35:02 +0200 Shanmugam Gopal wrote: All, What are all the functionalit

jackrabbit-server-1.0.1.war distribution

2006-08-09 Thread Shanmugam Gopal
All, What are all the functionalities supported by this jackrabbit-server-1.0.1.war distribution. By deploying this war file, can we perform checkin/checkout from webdav client. Otherwise is this only a reference implementation ? Regards, Shan

Spring distributed transaction - Jackrabbit repository with Database

2006-08-09 Thread Shanmugam Gopal
All, I have configured my Jackrabbit repository using Spring Module 0.5 In a single transaction, I have to do some operation in database and jackrabbit repository as well. I am using Spring's HibernateDAO for database access and JcrDAOSupport for accessing jackrabbit repository. How to cont

Re: Accessing Jackrabbit repository from WebDAV Client(Dreamweaver, FrontPage 2003)

2006-07-04 Thread Shanmugam Gopal
ze the http conversation in order to find out whether the server does not send the information regarding non-collection resoures or if you client does not display it (for whatever reason). thanks a lot angela Shanmugam Gopal wrote: Hi, I am not able to understand what you are saying. Can you ela

Re: Accessing Jackrabbit repository from WebDAV Client(Dreamweaver, FrontPage 2003)

2006-07-03 Thread Shanmugam Gopal
ient(Dreamweaver, FrontPage 2003) Date: Mon, 3 Jul 2006 14:35:36 +0800 Hi, have you tried to mount the repository in your system? jeremi On 7/1/06, Shanmugam Gopal <[EMAIL PROTECTED]> wrote: Dear All, I am trying to access jackrabbit repository from Microsoft FrontPage 2003 through the remo

Unable to checkout/checkin file from Jackrabbit repository using Dreamweaver

2006-07-01 Thread Shanmugam Gopal
Dear All, Using Dreamweaver Manage site options, I am able to access Jackrabbit repository. I am getting the repository content correctly. But, while trying to checkout/checkin, it's not happening properly. After making some changes to the file which is checked out, I am trying to checkin the

Unable to Checkin file to Jackrabbit repository from webdav Client

2006-07-01 Thread Shanmugam Gopal
Dear All, I have configured my Dreamweaver to access Jackravbbit repository using Mangaesite Options. Here are the activities I have done...! Let us say I have a folder called "Sample" in Jackrabbit repository 1) Checked out Sample folde to my local folder(Say D:\LocalRepository) using check

Accessing Jackrabbit repository from WebDAV Client(Dreamweaver, FrontPage 2003)

2006-07-01 Thread Shanmugam Gopal
Dear All, I am trying to access jackrabbit repository from Microsoft FrontPage 2003 through the remote website option. But after giving the correct URL, username and password, the remote website doesn't display the repository contents. But the same works fine for Macromedia Dreamweaver 8. Ca

Jackrabbit Authentication/Authorization

2006-06-19 Thread Shanmugam Gopal
Dear All, Any one of you have implemented Authentication/Authorization mechanism using JAAS for jackrabbit repository ?? Otherwise, any sample for SimpleAccessManager and SimpleLoginModule ?? Please let us know, if there is any documents or samples available.!!! Thanks in advance. Rega

Re: Questions about versioning

2006-06-19 Thread Shanmugam Gopal
Dear All, With reference to Jackrabbit versioning, I have some questions. Let us assume that the version history of a node is something like 1.1, 1.2, 1.3, 1.4(current version). Now from version 1.4, it is restored to version 1.2 using restore method of javax.jcr.Node. After making one more c

jackrabbit physical folder name

2006-06-17 Thread Shanmugam Gopal
Dear All, Is there any configuration available in Jackrabbit so that the physical folders created under repository folder will have the same name as given node name.. For ex: instead of creating the folders like 01, 02..etc the folders needs to be created by the node name as well.