[xwiki-users] Acessing database from component/plugin

2010-07-08 Thread Igor Popov
Hi! I'm new to XWiki (especially to new "Component" design). My question is: can my component/plugin access the database the same way XWiki does? I.e. if I write Hibernate mappings for my own objects and reference them in XWiki hibernate.cfg.xml, how can my plugin/component gain access to Hibernat

Re: [xwiki-users] Problems with installation on Tomcat6 & MySQL

2010-07-08 Thread Igor Popov
Thanks a lot, Thomas! Now I managed to get an empty XWiki working. Now I'm stuck with another problem: I'm trying to import a default XAR into my wiki. First, I was stopped by getting an error of exceeding the default upload max size, but I solved this problem by directly entering URL and editing o

Re: [xwiki-users] A simpler configuration?

2010-07-08 Thread abc6587
I see. Thanks for the explanation. >The problem is that >the first persons to handle the wiki must know the platform enough to >get things started. Well, yes, that may be a problem. This asks for two things: 1) a knowledgeable admin, right out of the box 2) an admin determined enough to go throu

Re: [xwiki-users] A simpler configuration?

2010-07-08 Thread Sergiu Dumitriu
On 07/08/2010 08:07 PM, abc6587 wrote: > Hi, > > I've installed xwiki, and found it a bit too rich in features, out of > the box, for a novice user. Maybe because I did not use it right? > > I confess I am a wikidot fan. With all its limitations, it's intuitive > and mirrors the way people think. I

Re: [xwiki-users] A simpler configuration?

2010-07-08 Thread Thomas Höschele
Hi, I'm not quite sure what you mean, and i admit i don't know wikidot. But found XWiki out of the box quite easy. You can limit the features for your users unless you need them by simply declining them the right to access the space. E.g. Your Users only see Main, Sandbox, Annotations and maybe Bl

[xwiki-users] A simpler configuration?

2010-07-08 Thread abc6587
Hi, I've installed xwiki, and found it a bit too rich in features, out of the box, for a novice user. Maybe because I did not use it right? I confess I am a wikidot fan. With all its limitations, it's intuitive and mirrors the way people think. It has a very small set of features, but that's prob

[xwiki-users] LiveTable and permission on XWikiUsers class

2010-07-08 Thread Andrea Belli
Hi to all, I'm using the LiveTable application on XWiki 2.2.12, using exactly the example posted on http://code.xwiki.org/xwiki/bin/view/Macros/LiveTableMacro for the user directory. It works, but it shows the user lists only if I have administration rights on the XWiki space. If I don't have

Re: [xwiki-users] HSQLDB to PostgreSQL cause of "embedded database does not support large wikis efficiently"

2010-07-08 Thread Marius Dumitru Florea
On 07/08/2010 04:00 PM, Aleks87 wrote: > > I have installed the standalone version of XWiki Enterprise 2.4 M1 > The standalone installation have a HSQLDB Database which I should not use. > Is it right? It all depends on what you plan to do with your wiki. If you just want to play with it, test i

[xwiki-users] [ANN] XWiki Enterprise 2.4 Release Candidate 1 Released

2010-07-08 Thread Thomas Mortagne
The XWiki development team is pleased to announce the release of XWiki Enterprise 2.4 Release Candidate 1. Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download First and hopefully last release candidate of the XWiki Enterprise 2.4 version. This is mostly a bugfixing release before the

[xwiki-users] Configuring SMTP Server in core files

2010-07-08 Thread Marine JULIAN
Hello, Is there a way to configure SMTP Server (for email notifications) in xwiki.cfg or xwiki.properties (or any core files) instead of in the XWiki.XWikiPreferences page ? Indeed, like I use a farm, I'd prefer to set up it once and not in all wikis. I know that I can use wiki template to make it

Re: [xwiki-users] HSQLDB to PostgreSQL cause of "embedded database does not support large wikis efficiently"

2010-07-08 Thread Deven Phillips
The Web Application will still run on port 8080 by default. The difference here is that the data will be stored on PostgreSQL instead of HSQLDB. I would recommend following the document at : http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationPostgreSQL And reply back here if you stil

[xwiki-users] HSQLDB to PostgreSQL cause of "embedded database does not support large wikis efficiently"

2010-07-08 Thread Aleks87
I have installed the standalone version of XWiki Enterprise 2.4 M1 The standalone installation have a HSQLDB Database which I should not use. Is it right? So I have to change the Database. And I decided to use PostgreSQL 8.3 cause it was already installed on this pc. At this time I dont have the r

Re: [xwiki-users] Controlling not only contents but also page titles in class instances

2010-07-08 Thread Jean-Vincent Drean
Hi, There's a feature you might want to use for your use case: if a page title is not set then the first level 1 heading in the document content is used. This means that you can compute the title in the Sheet and display it in a level 1 heading. JV. On Wed, Jul 7, 2010 at 8:25 PM, Ivan Levashew

Re: [xwiki-users] How to list the subspace under the space?

2010-07-08 Thread Ponder Muse
Hi, I've used the code snippet included in this thread to display a list of sub-spaces and pages under a space and seems to work very well. However, if Admin has created a page within s space then, normal users will not see the Admin created pages (even though they have access rights to these page