Hello,
I'm having a headache trying to understand why those 2 pieces of groovy
do not generate exactly the same thing :
1)-
<%
// LOOP 10 times
println ( '<event>' + xwiki.getXMLEncoded(blablabla) + '</event>' )
// END LOOP
%>
2)-
<%
str = ''
// LOOP 10 times
str = str + '<event>' + xwiki.getXMLEncoded(blablabla) + '</event>\n'
// END LOOP
println(str)
%>
"blablabla" is a formatted text (in my case, the description field of an
article for example).
1) produces what is expected : it writes 10 lines of text, beginning
with '<event>', and special characters in "blablabla" are correctly
translated.
2) produces any number of lines (> 10), because carriage returns inside
"blablabla" have not been translated, and so many lines are written for
each line expected.
I 'm not sure if this is the right place for this, but if someone as an
idea it would greatly help me ...
Best Regards,
Jeremie
Hi,
The xwiki.db2.hbm.xml file from http://platform.xwiki.org/xwiki/bin/
view/AdminGuide/InstallationDB2
doesn't work with the current version 1.2.6932, because the original
mapping from xwiki.hbm.xml
changed apparently.
i am in the process of writing a new one; if anyone is interested:
where can i post it?
-felix
Hello,
I would like to reference the same and unique skin from the 'controller'
wiki (named 'xwiki'), in all my virtual wikis, but it seems that in
preferences page, the notation 'xwiki:XWiki.MySkin' does not work ...
Is this possible ?
Thanks,
Jeremie
Hello,
I'm trying the XEM locally on my computer, over a XWiki instance :
- replaced the .war content in web server
- added all possible rights I could think about to 'xwiki' mysql user ;)
(I also tried directly with 'root' user)
- imported completely the XEM default .xar
Wiki creation seems to work as long as new domain is defined in
/etc/host, but I fail to add the default template, from page
XemManager.Install, and so newly created wikis are empty ...
[Logs]
Com.xpn.xwiki.XWikiException: Error number 3202 in 3: Exception while
reading document XWiki.XWikiPreferences Wrapped Exception: could not
load an entity: [com.xpn.xwiki.doc.XWikiDocument#104408758]
at
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore
.java:469)
[...]
Wrapped Exception:
java.sql.SQLException: Table 'templatexe.xwikidoc' doesn't exist
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2847)
[...]
[/Logs]
After looking at the mysql db, schema 'templatexe' has been created, but
remains empty ...
Thanks for your help,
Jeremie.
I have installed 2 more times xwiki, and each time at the end of the installation
I have a dialog box saying that XWIKI was installed "succesfully".
I always have the messages below.
Any others suggestions are welcome.
Thank you
> Message du 24/01/08 13:03
> De : "Vincent Massol"
> A : "XWiki Users"
> Copie à : "maze"
> Objet : Re: [xwiki-users] xwiki: installation problem?
>
> Hi Maze,
This means you haven't installed it properly I think since it's missing the cglib jar...
java.lang.NoClassDefFoundError: net.sf.cglib.core.DebuggingClassWriter$1
>
-Vincent
> On Jan 24, 2008, at 12:51 PM, maze wrote:
> Bonjour,
>
> After installing the jar file xwiki 1.2 on linux fedora 8 without any problem,
> everything, except WARNING message, seem to be fine when double-click on "start xwiki" icone,
> as you can see below:
>
> **************************************
> Starting Jetty on port 8080 ...
> Logs are in the /usr/local/XWiki Enterprise/xwiki.log file
> 17:30:45.877 INFO [main] org.mortbay.log.LogImpl.add(LogImpl.java:109) >14> added org.mortbay.log.OutputStreamLogSink@36522ee1
> 17:30:45.837 INFO [main] org.mortbay.util.FileResource.(FileResource.java:60) >09> Checking Resource aliases
> 17:30:45.946 WARN!! [main] org.mortbay.xml.XmlParser.(XmlParser.java:81) >10> Schema validation may not be supported
> 17:30:46.180 INFO [main] org.mortbay.http.HttpServer.doStart(HttpServer.java:729) >07> Version Jetty/5.1.5
> 17:30:46.194 INFO [main] org.mortbay.util.Container.start(Container.java:74) >11> Started org.mortbay.jetty.servlet.ServletHandler@59dc0
> 17:30:46.196 INFO [main] org.mortbay.util.Container.start(Container.java:74) >08> Started ServletHttpContext[/,/]
> 17:30:46.199 INFO [main] org.mortbay.http.SocketListener.start(SocketListener.java:204) >08> Started SocketListener on 127.0.0.1:8081
> 17:30:46.200 INFO [main] org.mortbay.util.Container.start(Container.java:74) >06> Started org.mortbay.jetty.Server@372bdf01
> 17:30:46.311 INFO [main] org.mortbay.http.HttpServer.setStatsOn(HttpServer.java:1133) >12> Statistics on = false for org.mortbay.jetty.Server@372bdd81
> 17:30:46.313 INFO [main] org.mortbay.http.HttpServer.doStart(HttpServer.java:729) >07> Version Jetty/5.1.5
> 17:30:46.340 WARN!! [main] org.mortbay.xml.XmlParser.(XmlParser.java:81) >14> Schema validation may not be supported
> 17:30:47.200 INFO [main] org.mortbay.util.Container.start(Container.java:74) >12> Started org.mortbay.jetty.servlet.WebApplicationHandler@35890f81
> 17:30:48.546 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >14> Loading plexus context properties from: '/WEB-INF/plexus.properties'
> 17:30:48.550 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >13> Initializing Plexus.
> 17:30:48.553 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >14> resource = file:/usr/local/XWiki%20Enterprise/webapps/xwiki/WEB-INF/plexus.xml
> 17:30:49.004 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >13> Plexus initialized.
> 17:30:50.042 INFO [main] org.mortbay.util.Container.start(Container.java:74) >08> Started WebApplicationContext[/xwiki,xwiki]
> 17:30:50.046 INFO [main] org.mortbay.http.SocketListener.start(SocketListener.java:204) >08> Started SocketListener on 0.0.0.0:8080
> 17:30:50.047 INFO [main] org.mortbay.util.Container.start(Container.java:74) >06> Started org.mortbay.jetty.Server@372bdd81
> ***************************************************
>
> Then, when I go to the link
> http://localhost:8080/xwiki/bin/view/Main/WebHome I have no response from the browser
>
> Here is an extract of the log file:
>
> *******************************************
> # more xwiki.log
> 17:36:13,878 [http://localhost:8080/xwiki/bin/view/Main/WebHome] [P1-19] ERROR proxy.BasicLazy
> Initializer - CGLIB Enhancement failed: com.xpn.xwiki.objects.classes.StringClass
> java.lang.NoClassDefFoundError: net.sf.cglib.core.DebuggingClassWriter$1
> at java.lang.Class.initializeClass(libgcj.so.8rh)
> at net.sf.cglib.core.DebuggingClassWriter.toByteArray(DebuggingClassWriter.java:73)
> at net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:26)
> at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
> at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)
> at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:117)
> at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
> at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
> at net.sf.cglib.proxy.Enhancer.(Enhancer.java:69)
> at java.lang.Class.initializeClass(libgcj.so.8rh)
> at org.hibernate.proxy.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:116)
> at org.hibernate.proxy.CGLIBProxyFactory.postInstantiate(CGLIBProxyFactory.java:41)
> at org.hibernate.tuple.PojoEntityTuplizer.buildProxyFactory(PojoEntityTuplizer.java:161)
> at org.hibernate.tuple.AbstractEntityTuplizer.(AbstractEntityTuplizer.java:131)
> at org.hibernate.tuple.PojoEntityTuplizer.(PojoEntityTuplizer.java:55)
> at org.hibernate.tuple.TuplizerLookup.create(TuplizerLookup.java:64)
> at org.hibernate.tuple.EntityMetamodel.(EntityMetamodel.java:257)
> at org.hibernate.persister.entity.AbstractEntityPersister.(AbstractEntityPersister.ja
> va:412)
> at org.hibernate.persister.entity.JoinedSubclassEntityPersister.(JoinedSubclassEntity
> Persister.java:90)
> at org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:58)
> at org.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:216)
> at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1176)
> at com.xpn.xwiki.store.XWikiHibernateBaseStore.initHibernate(XWikiHibernateBaseStore.java:1
> 43)
> at com.xpn.xwiki.store.XWikiHibernateBaseStore.checkHibernate(XWikiHibernateBaseStore.java:
> 466)
> at com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.java:914)
> at com.xpn.xwiki.store.XWikiHibernateBaseStore.executeRead(XWikiHibernateBaseStore.java:947
> ******************************************
>
> I need help?
>
> thank you
> FD
>
>
>
>
>
>
> Créez votre adresse électronique prénom.nom(a)laposte.net
> 1 Go d'espace de stockage, anti-spam et anti-virus intégrés.
>
> Créez votre adresse électronique prénom.nom(a)laposte.net
> 1 Go d'espace de stockage, anti-spam et anti-virus intégrés.
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
Créez votre adresse électronique prénom.nom(a)laposte.net
1 Go d'espace de stockage, anti-spam et anti-virus intégrés.
Bonjour,
After installing the jar file xwiki 1.2 on linux fedora 8 without any problem,
everything, except WARNING message, seem to be fine when double-click on "start xwiki" icone,
as you can see below:
**************************************
Starting Jetty on port 8080 ...
Logs are in the /usr/local/XWiki Enterprise/xwiki.log file
17:30:45.877 INFO [main] org.mortbay.log.LogImpl.add(LogImpl.java:109) >14> added org.mortbay.log.OutputStreamLogSink@36522ee1
17:30:45.837 INFO [main] org.mortbay.util.FileResource.(FileResource.java:60) >09> Checking Resource aliases
17:30:45.946 WARN!! [main] org.mortbay.xml.XmlParser.(XmlParser.java:81) >10> Schema validation may not be supported
17:30:46.180 INFO [main] org.mortbay.http.HttpServer.doStart(HttpServer.java:729) >07> Version Jetty/5.1.5
17:30:46.194 INFO [main] org.mortbay.util.Container.start(Container.java:74) >11> Started org.mortbay.jetty.servlet.ServletHandler@59dc0
17:30:46.196 INFO [main] org.mortbay.util.Container.start(Container.java:74) >08> Started ServletHttpContext[/,/]
17:30:46.199 INFO [main] org.mortbay.http.SocketListener.start(SocketListener.java:204) >08> Started SocketListener on 127.0.0.1:8081
17:30:46.200 INFO [main] org.mortbay.util.Container.start(Container.java:74) >06> Started org.mortbay.jetty.Server@372bdf01
17:30:46.311 INFO [main] org.mortbay.http.HttpServer.setStatsOn(HttpServer.java:1133) >12> Statistics on = false for org.mortbay.jetty.Server@372bdd81
17:30:46.313 INFO [main] org.mortbay.http.HttpServer.doStart(HttpServer.java:729) >07> Version Jetty/5.1.5
17:30:46.340 WARN!! [main] org.mortbay.xml.XmlParser.(XmlParser.java:81) >14> Schema validation may not be supported
17:30:47.200 INFO [main] org.mortbay.util.Container.start(Container.java:74) >12> Started org.mortbay.jetty.servlet.WebApplicationHandler@35890f81
17:30:48.546 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >14> Loading plexus context properties from: '/WEB-INF/plexus.properties'
17:30:48.550 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >13> Initializing Plexus.
17:30:48.553 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >14> resource = file:/usr/local/XWiki%20Enterprise/webapps/xwiki/WEB-INF/plexus.xml
17:30:49.004 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >13> Plexus initialized.
17:30:50.042 INFO [main] org.mortbay.util.Container.start(Container.java:74) >08> Started WebApplicationContext[/xwiki,xwiki]
17:30:50.046 INFO [main] org.mortbay.http.SocketListener.start(SocketListener.java:204) >08> Started SocketListener on 0.0.0.0:8080
17:30:50.047 INFO [main] org.mortbay.util.Container.start(Container.java:74) >06> Started org.mortbay.jetty.Server@372bdd81
***************************************************
Then, when I go to the link
http://localhost:8080/xwiki/bin/view/Main/WebHome I have no response from the browser
Here is an extract of the log file:
*******************************************
# more xwiki.log
17:36:13,878 [http://localhost:8080/xwiki/bin/view/Main/WebHome] [P1-19] ERROR proxy.BasicLazy
Initializer - CGLIB Enhancement failed: com.xpn.xwiki.objects.classes.StringClass
java.lang.NoClassDefFoundError: net.sf.cglib.core.DebuggingClassWriter$1
at java.lang.Class.initializeClass(libgcj.so.8rh)
at net.sf.cglib.core.DebuggingClassWriter.toByteArray(DebuggingClassWriter.java:73)
at net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:26)
at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:117)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
at net.sf.cglib.proxy.Enhancer.(Enhancer.java:69)
at java.lang.Class.initializeClass(libgcj.so.8rh)
at org.hibernate.proxy.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:116)
at org.hibernate.proxy.CGLIBProxyFactory.postInstantiate(CGLIBProxyFactory.java:41)
at org.hibernate.tuple.PojoEntityTuplizer.buildProxyFactory(PojoEntityTuplizer.java:161)
at org.hibernate.tuple.AbstractEntityTuplizer.(AbstractEntityTuplizer.java:131)
at org.hibernate.tuple.PojoEntityTuplizer.(PojoEntityTuplizer.java:55)
at org.hibernate.tuple.TuplizerLookup.create(TuplizerLookup.java:64)
at org.hibernate.tuple.EntityMetamodel.(EntityMetamodel.java:257)
at org.hibernate.persister.entity.AbstractEntityPersister.(AbstractEntityPersister.ja
va:412)
at org.hibernate.persister.entity.JoinedSubclassEntityPersister.(JoinedSubclassEntity
Persister.java:90)
at org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:58)
at org.hibernate.impl.SessionFactoryImpl.(SessionFactoryImpl.java:216)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1176)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.initHibernate(XWikiHibernateBaseStore.java:1
43)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.checkHibernate(XWikiHibernateBaseStore.java:
466)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.java:914)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.executeRead(XWikiHibernateBaseStore.java:947
******************************************
I need help?
thank you
FD
Créez votre adresse électronique prénom.nom(a)laposte.net
1 Go d'espace de stockage, anti-spam et anti-virus intégrés.
Créez votre adresse électronique prénom.nom(a)laposte.net
1 Go d'espace de stockage, anti-spam et anti-virus intégrés.
Bonjour,
After installing the jar file xwiki 1.2 on linux fedora 8 without any problem,
everything, except WARNING message, seem to be fine when double-click on "start xwiki" icone,
as you can see below:
**************************************
Starting Jetty on port 8080 ...
Logs are in the /usr/local/XWiki Enterprise/xwiki.log file
17:30:45.877 INFO [main] org.mortbay.log.LogImpl.add(LogImpl.java:109) >14> added org.mortbay.log.OutputStreamLogSink@36522ee1
17:30:45.837 INFO [main] org.mortbay.util.FileResource.<clinit>(FileResource.java:60) >09> Checking Resource aliases
17:30:45.946 WARN!! [main] org.mortbay.xml.XmlParser.<init>(XmlParser.java:81) >10> Schema validation may not be supported
17:30:46.180 INFO [main] org.mortbay.http.HttpServer.doStart(HttpServer.java:729) >07> Version Jetty/5.1.5
17:30:46.194 INFO [main] org.mortbay.util.Container.start(Container.java:74) >11> Started org.mortbay.jetty.servlet.ServletHandler@59dc0
17:30:46.196 INFO [main] org.mortbay.util.Container.start(Container.java:74) >08> Started ServletHttpContext[/,/]
17:30:46.199 INFO [main] org.mortbay.http.SocketListener.start(SocketListener.java:204) >08> Started SocketListener on 127.0.0.1:8081
17:30:46.200 INFO [main] org.mortbay.util.Container.start(Container.java:74) >06> Started org.mortbay.jetty.Server@372bdf01
17:30:46.311 INFO [main] org.mortbay.http.HttpServer.setStatsOn(HttpServer.java:1133) >12> Statistics on = false for org.mortbay.jetty.Server@372bdd81
17:30:46.313 INFO [main] org.mortbay.http.HttpServer.doStart(HttpServer.java:729) >07> Version Jetty/5.1.5
17:30:46.340 WARN!! [main] org.mortbay.xml.XmlParser.<init>(XmlParser.java:81) >14> Schema validation may not be supported
17:30:47.200 INFO [main] org.mortbay.util.Container.start(Container.java:74) >12> Started org.mortbay.jetty.servlet.WebApplicationHandler@35890f81
17:30:48.546 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >14> Loading plexus context properties from: '/WEB-INF/plexus.properties'
17:30:48.550 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >13> Initializing Plexus.
17:30:48.553 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >14> resource = file:/usr/local/XWiki%20Enterprise/webapps/xwiki/WEB-INF/plexus.xml
17:30:49.004 INFO [main] org.mortbay.jetty.servlet.ServletHandler$Context.log(ServletHandler.java:1134) >13> Plexus initialized.
17:30:50.042 INFO [main] org.mortbay.util.Container.start(Container.java:74) >08> Started WebApplicationContext[/xwiki,xwiki]
17:30:50.046 INFO [main] org.mortbay.http.SocketListener.start(SocketListener.java:204) >08> Started SocketListener on 0.0.0.0:8080
17:30:50.047 INFO [main] org.mortbay.util.Container.start(Container.java:74) >06> Started org.mortbay.jetty.Server@372bdd81
***************************************************
Then, when I go to the link
http://localhost:8080/xwiki/bin/view/Main/WebHome I have no response from the browser
Here is an extract of the log file:
*******************************************
# more xwiki.log
17:36:13,878 [http://localhost:8080/xwiki/bin/view/Main/WebHome] [P1-19] ERROR proxy.BasicLazy
Initializer - CGLIB Enhancement failed: com.xpn.xwiki.objects.classes.StringClass
java.lang.NoClassDefFoundError: net.sf.cglib.core.DebuggingClassWriter$1
at java.lang.Class.initializeClass(libgcj.so.8rh)
at net.sf.cglib.core.DebuggingClassWriter.toByteArray(DebuggingClassWriter.java:73)
at net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:26)
at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:216)
at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:117)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
at net.sf.cglib.proxy.Enhancer.<clinit>(Enhancer.java:69)
at java.lang.Class.initializeClass(libgcj.so.8rh)
at org.hibernate.proxy.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:116)
at org.hibernate.proxy.CGLIBProxyFactory.postInstantiate(CGLIBProxyFactory.java:41)
at org.hibernate.tuple.PojoEntityTuplizer.buildProxyFactory(PojoEntityTuplizer.java:161)
at org.hibernate.tuple.AbstractEntityTuplizer.<init>(AbstractEntityTuplizer.java:131)
at org.hibernate.tuple.PojoEntityTuplizer.<init>(PojoEntityTuplizer.java:55)
at org.hibernate.tuple.TuplizerLookup.create(TuplizerLookup.java:64)
at org.hibernate.tuple.EntityMetamodel.<init>(EntityMetamodel.java:257)
at org.hibernate.persister.entity.AbstractEntityPersister.<init>(AbstractEntityPersister.ja
va:412)
at org.hibernate.persister.entity.JoinedSubclassEntityPersister.<init>(JoinedSubclassEntity
Persister.java:90)
at org.hibernate.persister.PersisterFactory.createClassPersister(PersisterFactory.java:58)
at org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:216)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1176)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.initHibernate(XWikiHibernateBaseStore.java:1
43)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.checkHibernate(XWikiHibernateBaseStore.java:
466)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.java:914)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.executeRead(XWikiHibernateBaseStore.java:947
******************************************
I need help?
thank you
FD
Créez votre adresse électronique prénom.nom(a)laposte.net
1 Go d'espace de stockage, anti-spam et anti-virus intégrés.
Hi everyone,
Some time back XWiki SAS, the company who started XWiki had a free
online farm on xwiki.com. This farm was closed for new projects a few
months ago after XWiki SAS realized it didn't have the manpower (or
finance) to support it in a professional way. XWiki SAS still has a
professional farm offering but it's not a free farm (see http://www.xwiki.com/xwiki/bin/view/Services/#HHosting)
.
I'd like to discuss with you the idea of offering a free farm managed
by the xwiki community and under the xwiki.org umbrella. In essence it
means there would be 2 farms available:
* a paying one which is on xwiki.com, for professional needs
* a free one on xwiki.org for universities, individuals or anyone not
requiring guaranteed support/availability at all times
Here's how it would work:
* No support guarantee. All support done on the xwiki.org user mailing
list.
* No stability guarantee. We would always install the latest Platform/
XE/XEM version on it and it would serve as a stability test for the
xwiki development team. Obviously the community will always try to
make it as stable as possible but that's not guaranteed.
* There will be several members of the community who'll have admin
access on the farm.
* We will reduce admin tasks by offering a simple UI on the farm
itself (restart, see memory stats, see blocking requests, ban a wiki,
etc)
* It will be open to anyone. However the target users will be
technical people who can support themselves to some extent. We won't
control that but it'll be mentioned on the registration page.
XWiki SAS would pay for the machine, hosting and the initial
installation.
I have 2 questions for you:
1) As a user of it, would you be interested by such a farm? Do you
think it's interesting for the xwiki project to have such a free farm?
2) As a community member, would you be willing to help administer it/
support it? For this farm to work we need to find several members of
the xwiki community willing to help administer it. Here are the tasks
I can think of:
- work on the welcome page content for the farm
- work on the FAQ for the farm (like "what do I do if I've lost my
password", etc)
- help answer user questions on the list (this can and should be be
done by everyone)
Thanks
-Vincent, with 2 hats: community developer and CTO of XWiki SAS