We are facing a similar issue ourselves. We are torn between implementing multiple workspaces or a single workspace primarily because of the nature of the query interface. Since the query interface is a method of the workspace it is only possible to search a workspace and not the entire repository. David Nuescheler has pointed out that it is possible to search the entire version store, but this requires that nodes are actually versioned.
Choosing between simplifying search across the repository and the additional functionality of correlating version sets between workspaces, we are currently choosing simplified search and single workspace. We are trying to figure out a way to get both. Will this affect TCK compliance? Will this be an optional part? What are other people's experiences with multiple workspaces? Thanks in advance, John John Newton Alfresco.org Top Floor, Park House, Park Street Maidenhead, Berks SL6 1SL United Kingdom Click here for map http://www.alfresco.org +44 7890 270 532 (M) +44 1628 860 500 (P) +44 1628 860 501 (F) +44 1628 860 639 (D) mailto:[EMAIL PROTECTED] > -----Original Message----- > From: Walter [mailto:[EMAIL PROTECTED] > Sent: 31 August 2005 11:38 > To: jackrabbit-dev@incubator.apache.org > Subject: Re: TCK tests > > Hi Doug, I asked my developers to respond as it was the same problem we > had with workspaces so we added multiple. Walt. > > Hello Walter. > > This means that Doug has exactly the same problem as we had with TCK. > > Their own JSR-170 implementation does not support multiply workspaces, > and when they run TCK tests against their implementation, they > discovered that those tests cannot pass without several workspaces. > > And yes, the specifications says that "multiply workspaces" feature is > optional, that is not required for compliant implementations. > > Thank you. > > Best regards, Maxim. > McComsey, Doug wrote: > > >I'm trying to pass the TCK tests with my own implementation. I am > >failing some (34) of the workspace move and copy functions with an > >ItemExistsException because I have only one workspace. > > > > > > > >Section 4.10.1 of the spec describes "Single Workspace Repositories", so > >I assume I can have an implementation with only one workspace. What is > >the policy when the TCK is testing functions I don't support? Can I be > >"certified" as level two compliant with a one workspace implementation? > > > > > > > >Regards, > > > >Doug > > > > > > > >Doug McComsey > > > >Computer Associates > > > >[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > >