On 16 January 2011 18:42, Subash Chaturanga <[email protected]> wrote:
> On Wed, Jan 5, 2011 at 11:29 AM, Subash Chaturanga <[email protected] > >wrote: > > > Hi all, regarding my previous patch, there was problem of having a > cyclic > > reference if I use JCRRepositoryManager class in > > org.apache.photark.services.album.AlbumAgregator . > > > > Is the a way to do this ? > > > Yes you can't use JCRRepositoryManager bucause that is specific to JCR. We can also have other form of RepositoryManagers in the future. Therefore this shouldn't be done. > > As this problem gives errors in my patch on [1], Is it OK to move > AlbumAggregator in to the package photark-jcr. > Any ideas ? > I think you have to create JCRAlbumAgregator by extending the org.apache.photark.services. album.AlbumAgregator and then use that to solve this issue I have not gone through the patch thoroughly, correct me if I'm wrong Suho > > [1] -https://issues.apache.org/jira/browse/PHOTARK-66 > > > > > Thank you > > /subash > > > > > > -- > sk >
