add node type definitions

2009-01-01 Thread Torgeir Veimo
What is the easiest way to add new node type definitions to a running sling instance? Would be handy if it could be done with a suitable curl command. -- Torgeir Veimo torg...@pobox.com

default node type for webdav collections

2009-01-01 Thread Torgeir Veimo
When mounting the sling webdav servlet in os x finder, creating directories result in them having primaryNodetype set to nt:folder. The docs indicates that the default type is configured to be sling:Folder, but I cannot find this setting when looking in the felix console. Do I need to add

Re: add node type definitions

2009-01-01 Thread Felix Meschberger
Hi Torgeir, Torgeir Veimo schrieb: What is the easiest way to add new node type definitions to a running sling instance? Would be handy if it could be done with a suitable curl command. Node Type definitions is one of the problems, for which we have no good solution at the moment, mainly

Re: default node type for webdav collections

2009-01-01 Thread Felix Meschberger
Hi Torgeir, Torgeir Veimo schrieb: When mounting the sling webdav servlet in os x finder, creating directories result in them having primaryNodetype set to nt:folder. The docs indicates that the default type is configured to be sling:Folder, but I cannot find this setting when looking in the

Re: modify resource bundle jar file

2009-01-01 Thread Torgeir Veimo
On 30 Dec 2008, at 06:40, Felix Meschberger wrote: (1) To upload with the Maven Sling Plugin: you may build and deploy in a single Maven call: $ mvn clean package \ -Dsling.url=http://localhost:/system/console \ org.apache.sling:maven-sling-plugin:2.0.2-incubator:install

Re: default node type for webdav collections

2009-01-01 Thread Torgeir Veimo
On 2 Jan 2009, at 00:22, Felix Meschberger wrote: Functionality to easily configure the node types used is only available with the jcr/webdav bundle as of Rev. 725679 (as per SLING-767). Using a top of trunk build of the module should give you the configuration option in the felix console

Re: modify resource bundle jar file

2009-01-01 Thread Torgeir Veimo
On 2 Jan 2009, at 16:04, Torgeir Veimo wrote: On 30 Dec 2008, at 06:40, Felix Meschberger wrote: (1) To upload with the Maven Sling Plugin: you may build and deploy in a single Maven call: $ mvn clean package \ -Dsling.url=http://localhost:/system/console \