Re: Adding node of custom type

2006-08-06 Thread Jukka Zitting
Hi, On 8/6/06, Dave Bobby <[EMAIL PROTECTED]> wrote: > [myapp] > nt:base, mix:referenceable, > mix:versionable > - size (long) mandatory > - rules mandatory > - locale mandatory > - address mandatory What does the above declaration mean. Is this grammar documented somewhere. See http://jackra

Re: Adding node of custom type

2006-08-06 Thread Dave Bobby
hen I try to add a new node of this type, I get > this error when I try > to call Node.setProperty("rules", "some value"); > > javax.jcr.nodetype.ConstraintViolationException: no > matching property > definition found for {}rules > > Does it have something to do with not specifying a &

Re: Adding node of custom type

2006-08-06 Thread Tobias Bocanegra
TED]> wrote: I guess I did need to specify a custom namespace. Is this a requirement? Or was there a name collision that Jackrabbit doesn't warn about? -- View this message in context: http://www.nabble.com/Adding-node-of-custom-type-tf2052416.html#a5658633 Sent from the Jackrabb

Re: Adding node of custom type

2006-08-04 Thread JavaJ
I guess I did need to specify a custom namespace. Is this a requirement? Or was there a name collision that Jackrabbit doesn't warn about? -- View this message in context: http://www.nabble.com/Adding-node-of-custom-type-tf2052416.html#a5658633 Sent from the Jackrabbit - Users for

Adding node of custom type

2006-08-04 Thread JavaJ
: no matching property definition found for {}rules Does it have something to do with not specifying a namespace for that property? -- View this message in context: http://www.nabble.com/Adding-node-of-custom-type-tf2052416.html#a5654413 Sent from the Jackrabbit - Users forum at Nabble.com.