Re: JCR implementation

Angela Cymbalak <[email protected]> Tue, 05 Aug 2008 12:52:28 -0400
Newsgroups gmane.comp.apache.incubator.projects
Message-ID <[email protected]>
>Great that you were able to make progress .... ready for a patch ?

Not quite.  My getPictures method returns an array of strings just as 
your getPictures method did.  And the strings should have the same 
location that yours returned.  However, when I run the gallery the 
Javascript alert box comes up saying "undefined".

I've tried adding println statements to do some debugging to both the 
Init method and the getPictures method.  However, the lines are never 
printed and it doesn't appear that the repository is getting built.

Can you give me a quick tour on when the Init and the getPictures 
methods are called?  It seems as though it should be self explanatory 
but so far I haven't been able to figure out why I'm not seeing 
anything that I added.

Angie