like i said, this discussion is better taken to the brix discussion group. there is no need to pollute this list with noise.
-igor On Fri, Oct 17, 2008 at 7:41 AM, Nayak Vishal <[EMAIL PROTECTED]> wrote: > > Could you please give me some clue or some way what changes i need to do > for alfresco. > > Is it a lot of code changes which are required ? Or is it a small piece > of code which needs changes. > > > Regards > Vishal Nayak > > > > -----Opprinnelig melding----- > Fra: Igor Vaynberg [mailto:[EMAIL PROTECTED] > Sendt: 16. oktober 2008 17:52 > Til: [email protected] > Emne: Re: BRIX (Wicket and Jackrabbit) > > currently brix only runs with jackrabbit, some extra work will be needed > to get it to work with alfresco. brix uses jcr workspaces extensively > and until jcr2.0 there is no standard method for doing this. so brix > uses jackrabbit-specific code to accomplish this. if you want to use it > with alfresco you will have to implement your own WorksapceManager that > is specific to alfresco's workspace management api. > > anyways, this is better taken to the brix google discussion. > > -igor > > On Thu, Oct 16, 2008 at 12:20 AM, Nayak Vishal <[EMAIL PROTECTED]> wrote: > > > > > > > I am trying to run the brix demo. > > > > i have configured alfresco in my local system(which will me moved to > > some central repository later). > > > > I have also installed RMI extension to it. So that i can access via > rmi. > > > > > > I am facing problems configuring it with alfresco in the > > application.properties. > > > > Does any one have any idea what should go in > > brixdemo.workspaceManagerUrl of application.properties. > > > > What should this workspace manager url contain ??? > > > > > > > > > > application.properties > > > > brixdemo.jcr.defaultWorkspace = brix-demo-site > > brixdemo.jcr.login=admin brixdemo.jcr.password=admin > > brixdemo.jcr.url=rmi://localhost:1099/javaContentRepository > > > > # url pointing to workspace manager implementation # leave empty for > > filesystem repositories, # for rmi backed repositories provide the rmi > > > url > > brixdemo.workspaceManagerUrl=rmi://localhost:1099/javaContentRepositor > > y > > > > brixdemo.httpPort=8082 > > brixdemo.httpsPort=8443 > > > > Regards > > Vishal Nayak > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
