Re: [xwiki-users] virtual workspaces

2008-09-30 Thread Dan Svoboda
Jerome, I think I now have it working. I edited the database by changing the xwd_author, xwd_content_author, and xwd_creator fields in all entries in the xwikidoc table from 'XWiki.Admin' to 'xwiki:XWiki.Admin'. e.g. UPDATE XWIKIDOC SET XWD_AUTHOR = 'xwiki:XWiki.Admin' WHERE 1=1; I can

Re: [xwiki-users] virtual workspaces

2008-09-29 Thread Jerome Velociter
Hello Dan, Thank you for your interest in XWiki Workspaces. I took advantage of your question to write a complete tutorial on how to setup a XWiki Workspaces farm: http://workspaces.xwiki.org/xwiki/bin/view/AdminGuide/VirtualXWikiWorkspacesFarm You had all the initial steps right, so you can

Re: [xwiki-users] virtual workspaces

2008-09-29 Thread Jerome Velociter
Hello Dan, Better reply to the list than to myself directly so that knowledge is available for everybody and searchable through the archives. Concerning your problem, I have a question : did you imported the prepared XAR over an already imported XAR ? If this is the case, it means you were

Re: [xwiki-users] virtual workspaces

2008-09-29 Thread Dan Svoboda
No, I started with a completely fresh workspaces. No local Admin user. In fact, in the Links panel, the My Profile link points to the Admin user on the xem site. Dan On Sep 29, 2008, at 10:03 AM, Jerome Velociter wrote: Hello Dan, Better reply to the list than to myself directly so that

Re: [xwiki-users] virtual workspaces

2008-09-29 Thread Dan Svoboda
I just realized something else. I went to the rights management page in xem, and found that the Admin *user* did not have programming or admin rights. So, I checked those boxes and went through the site creation process, but still no joy. :-( So, to summarize, I've made a new site owned by

Re: [xwiki-users] virtual workspaces

2008-09-29 Thread Jerome Velociter
Indeed, it must be something else, and I could not reproduce this behavior :( Could you run the following line from the manager wiki, and verify it is actually xwiki:XWiki.Admin and not XWiki.Admin : $xwiki.getDocument(yourwiki:XWSCode.CreateNewWorkspace).author (where yourwiki is the wiki

Re: [xwiki-users] virtual workspaces

2008-09-29 Thread Dan Svoboda
here's what I get: xwiki:XWiki.Admin I don't see anything suspicious in the logs. Dan On Sep 29, 2008, at 10:57 AM, Jerome Velociter wrote: Indeed, it must be something else, and I could not reproduce this behavior :( Could you run the following line from the manager wiki, and verify

Re: [xwiki-users] virtual workspaces

2008-09-29 Thread Dan Svoboda
I ran this in workspaces: $xwiki.getDocument(XWSCode.CreateOrgSpace).author Result: XWiki.XWikiGuest Dan On Sep 29, 2008, at 10:57 AM, Jerome Velociter wrote: Indeed, it must be something else, and I could not reproduce this behavior :( Could you run the following line from the

Re: [xwiki-users] virtual workspaces

2008-09-29 Thread Dan Svoboda
Here's something that's going to be confusing. I wanted to make sure that the result from my previous post was not due to an error in the way I created the workspaces site from xem. So, I repeated the site creation, and ran the same script. Result: xwiki:XWiki.Admin Dan On Sep 29, 2008,

Re: [xwiki-users] virtual workspaces

2008-09-29 Thread Jerome Velociter
Are you now able to create the organization space ? Jerome. Dan Svoboda wrote: Here's something that's going to be confusing. I wanted to make sure that the result from my previous post was not due to an error in the way I created the workspaces site from xem. So, I repeated the site

[xwiki-users] virtual workspaces

2008-09-26 Thread Dan Svoboda
First time question. I've been using workspaces with success for several months. I'm trying to have several virtual xwiki-workspaces sites under the enterprise manager system. Here's what I've done: 1. created a site from a war file using xwiki-workspaces-web-1.2- milestone-1.war 2. added