Thank you Alexander!!! You really asked the right question ... After testing more and paying more attention about the use of "get the property" I noticed I was using getDeclaredPropertyDefinitions and getDeclaredChildNodeDefinitions methods.
So I discovered I really wanted was getPropertyDefinitions and getChildNodeDefinitions methods which shows inherited properties and child nodes. Regards, On Wed, Jul 23, 2008 at 4:47 PM, Alexander Klimetschek <[EMAIL PROTECTED]> wrote: > Could you post the code snippets you use to "get the property"? > > Regards, > Alex > > On Wed, Jul 23, 2008 at 6:52 PM, Danilo Rosetto Muñoz > <[EMAIL PROTECTED]> wrote: > > Hi! > > > > I'm having problems using jackrabbit + inheritance. > > > > For sample, I have the following CND file: > > <nt = 'http://www.jcp.org/jcr/nt/1.0'> > > <mix = 'http://www.jcp.org/jcr/mix/1.0'> > > <tst = 'http://mycompany.com/jcr/2008/tst'> > > [tst:superType] > nt:hierarchyNode, mix:referenceable > > - tst:someFile (binary) > > > > [tst:person] > tst:superType > > - tst:someText (string) mandatory > > > > So, when I try to get the property "tst:someFile", it doesn't work. If I > try > > to evaluate the node using debug I can't see this property. > > > > Thank you. > > > > Danilo Rosetto Muñoz > > http://munozdanilo.googlepages.com > > > > > > -- > Alexander Klimetschek > [EMAIL PROTECTED] > -- Danilo Rosetto Muñoz [EMAIL PROTECTED] http://munozdanilo.googlepages.com
