Re: [xwiki-users] Use lucene search as default

2009-02-06 Thread christophe perinaud
Hello,

You can edit the search panel and replace the link to the search page to the
lucene one. I did like that in my wiki

Also, in the 1.8 Lucene will be the default. It must be confirm by someone
from the xwiki team.

2009/2/6 Hernández Cuchí, Francisco Ricardo francisco.hernan...@oepm.es

 Hello everybody,



 How can i set that the search panel uses lucene search as default, instead
 of the normal search?



 Thanks



 Francisco



 --

 Francisco Hernández Cuchí

 OFICINA ESPAÑOLA DE PATENTES Y MARCAS




 **
 IMPORTANTE: El contenido de este correo y ficheros adjuntos es confidencial
 y está dirigido únicamente
 para el destinatario/s.
 Si Ud recibe este correo por error, por favor póngase en contacto con su
 administrador de correo o con el
 emisor immediatamente y no difunda su contenido a nadie ni haga copias.
 *** Este correo ha sido escaneado de virus y contenido malicioso ***

 **
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] HTTP 500 Error : Unable to find Oracle hdm file

2009-01-23 Thread christophe perinaud
Hello,
After installing Xwiki on my linux laptop without any problem, now i try to
install it in my company. We use Websphere 6.1 and Oracle 10
When we deploy the standard WAR file (from the xwiki.org website) it goes ok
but trying to reach the xwiki URL, we got an error message :
Error 500: javax.servlet.ServletException: com.xpn.xwiki.XWikiException:
Error number 3 in 0: Could not initialize main XWiki context Wrapped
Exception: Error number 3001 in 3: Cannot load class
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from
param xwiki.store.migration.manager.class Wrapped Exception: Error number 0
in 3: Exception while hibernate execute Wrapped Exception: Could not parse
mapping document from resource xwiki.oracle.hbm.xml
The xml file can be found in the core jar but does not seem to be found by
the system.
We tried to put some XML copies in other folders but without success.
Thank you for your help
Christophe
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Unable to log out and to move panels in virtual wiki

2009-01-22 Thread christophe perinaud
Hello,

Thanks a lot for your help and the answer. I will try that tomorrow.
I don't think this is a bug as you can add a comment telling you how to set
the redirect page in the parameters file.

Well that's my opinion

Thank you again

Regards

2009/1/22 Thomas Mortagne thomas.morta...@xwiki.com

 Hi,

 I found what is the problem and how you can fix it:

 in xwiki.cfg you have the property xwiki.authentication.logoutpage
 which is a regexp to match a logout request but this does not match
 URL based multiwiki because it not enabled by default. To fix the
 problem you can set

 xwiki.authentication.logoutpage=(/wiki/[^/]+/|/[^/]+/|/)logout/*

 Now I'm not sure if we can consider this has a bug or just indicate in
 xwiki.virtual.usepath comments that the
 xwiki.authentication.logoutpage has to be set accordingly if
 xwiki.virtual.usepath is enabled.

 On Thu, Jan 22, 2009 at 11:58 AM, Thomas Mortagne
 thomas.morta...@xwiki.com wrote:
  On Thu, Jan 22, 2009 at 11:58 AM, Thomas Mortagne
  thomas.morta...@xwiki.com wrote:
  On Wed, Jan 21, 2009 at 6:57 PM, christophe perinaud
  christophe.perin...@gmail.com wrote:
  Hello,
 
  I use virtual path for wikis so i access with http://127.0.0.1/
 wikiname
 
  Ok I just tried and I can reproduce the same issue, i'm looking...
 
  In the meantime could you create an issue on http://jira.xwiki.org ?
 
 
  And cookiesdomain is set to blank
 
  Do i need to set it even for a virtual path ? If yes wich value ?
 
  When i try to log out from my virtual itwiki the URL set for the log
 out
  is :
 
 http://127.0.0.1/xwiki/wiki/itwiki/logout/XWiki/XWikiLogout?xredirect=http%3A%2F%2F127.0.0.1%2Fxwiki%2Fwiki%2Fitwiki%2Fview%2FMain%2F
 
  Thanks for your help
 
  Here is the xwiki.cfg
 
  xwiki.rendering.syntaxes = xwiki/1.0, xwiki/2.0
  xwiki.encoding=ISO-8859-1
  xwiki.section.edit=1
  xwiki.backlinks=1
  xwiki.tags=1
  xwiki.store.migration=1
  xwiki.virtual=1
  xwiki.virtual.redirect=
  http://127.0.0.1:9080/xwiki/bin/Main/ThisWikiDoesNotExist
  xwiki.virtual.usepath=1
  xwiki.inactiveuser.allowedpages=
  xwiki.authentication.validationKey=totototototototototototototototo
  xwiki.authentication.encryptionKey=titititititititititititititititi
  xwiki.authentication.cookiedomains=
  xwiki.authentication.logoutpage=(/[^/]+/|/)logout/*
  xwiki.authentication.unauthorized_code=200
  xwiki.editcomment=1
  xwiki.editcomment.mandatory=0
  xwiki.authentication.ldap.server=127.0.0.1
  xwiki.authentication.ldap.port=389
 
 xwiki.authentication.ldap.bind_DN=cn={0},department=USER,department=INFORMATIK,department=1230,o=MP
  xwiki.authentication.ldap.bind_pass={1}
  xwiki.authentication.ldap.validate_password=0
  xwiki.authentication.ldap.base_DN=
 
 xwiki.authentication.ldap.fields_mapping=last_name=sn,first_name=givenName,email=mail
  xwiki.authentication.ldap.update_user=1
  xwiki.authentication.ldap.trylocal=1
  xwiki.defaultskin=toucan
  xwiki.defaultbaseskin=albatross
  xwiki.plugins=\
 com.xpn.xwiki.monitor.api.MonitorPlugin,\
 com.xpn.xwiki.plugin.calendar.CalendarPlugin,\
 com.xpn.xwiki.plugin.skinx.JsSkinExtensionPlugin,\
 com.xpn.xwiki.plugin.skinx.CssSkinExtensionPlugin,\
 com.xpn.xwiki.plugin.feed.FeedPlugin,\
 com.xpn.xwiki.plugin.ldap.LDAPPlugin,\
 com.xpn.xwiki.plugin.google.GooglePlugin,\
 com.xpn.xwiki.plugin.flickr.FlickrPlugin,\
 com.xpn.xwiki.plugin.mail.MailPlugin,\
 com.xpn.xwiki.plugin.packaging.PackagePlugin,\
 com.xpn.xwiki.plugin.query.QueryPlugin,\
 com.xpn.xwiki.plugin.svg.SVGPlugin,\
 com.xpn.xwiki.plugin.charts.ChartingPlugin,\
 com.xpn.xwiki.plugin.fileupload.FileUploadPlugin,\
 com.xpn.xwiki.plugin.image.ImagePlugin,\
 com.xpn.xwiki.plugin.captcha.CaptchaPlugin,\
 
  com.xpn.xwiki.plugin.userdirectory.UserDirectoryPlugin,\
 
  com.xpn.xwiki.plugin.usertools.XWikiUserManagementToolsImpl,\
 com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPlugin,\
 com.xpn.xwiki.plugin.autotag.AutoTagPlugin,\
 com.xpn.xwiki.plugin.lucene.LucenePlugin,\
 com.xpn.xwiki.plugin.diff.DiffPlugin,\
 
  com.xpn.xwiki.plugin.rightsmanager.RightsManagerPlugin,\
 com.xpn.xwiki.plugin.jodatime.JodaTimePlugin,\
 com.xpn.xwiki.plugin.scheduler.SchedulerPlugin,\
 com.xpn.xwiki.plugin.mailsender.MailSenderPlugin,\
 com.xpn.xwiki.plugin.watchlist.WatchListPlugin, \
 com.xpn.xwiki.plugin.wikimanager.WikiManagerPlugin,
 \
 
  com.xpn.xwiki.plugin.applicationmanager.ApplicationManagerPlugin, \
 com.xpn.xwiki.wysiwyg.server.plugin.WysiwygPlugin
  xwiki.stats=1
  xwiki.stats.default=1

Re: [xwiki-users] Unable to log out and to move panels in virtual wiki

2009-01-21 Thread christophe perinaud
Hello,

I use virtual path for wikis so i access with http://127.0.0.1/wikiname
And cookiesdomain is set to blank

Do i need to set it even for a virtual path ? If yes wich value ?

When i try to log out from my virtual itwiki the URL set for the log out
is :
http://127.0.0.1/xwiki/wiki/itwiki/logout/XWiki/XWikiLogout?xredirect=http%3A%2F%2F127.0.0.1%2Fxwiki%2Fwiki%2Fitwiki%2Fview%2FMain%2F

Thanks for your help

Here is the xwiki.cfg

xwiki.rendering.syntaxes = xwiki/1.0, xwiki/2.0
xwiki.encoding=ISO-8859-1
xwiki.section.edit=1
xwiki.backlinks=1
xwiki.tags=1
xwiki.store.migration=1
xwiki.virtual=1
xwiki.virtual.redirect=
http://127.0.0.1:9080/xwiki/bin/Main/ThisWikiDoesNotExist
xwiki.virtual.usepath=1
xwiki.inactiveuser.allowedpages=
xwiki.authentication.validationKey=totototototototototototototototo
xwiki.authentication.encryptionKey=titititititititititititititititi
xwiki.authentication.cookiedomains=
xwiki.authentication.logoutpage=(/[^/]+/|/)logout/*
xwiki.authentication.unauthorized_code=200
xwiki.editcomment=1
xwiki.editcomment.mandatory=0
xwiki.authentication.ldap.server=127.0.0.1
xwiki.authentication.ldap.port=389
xwiki.authentication.ldap.bind_DN=cn={0},department=USER,department=INFORMATIK,department=1230,o=MP
xwiki.authentication.ldap.bind_pass={1}
xwiki.authentication.ldap.validate_password=0
xwiki.authentication.ldap.base_DN=
xwiki.authentication.ldap.fields_mapping=last_name=sn,first_name=givenName,email=mail
xwiki.authentication.ldap.update_user=1
xwiki.authentication.ldap.trylocal=1
xwiki.defaultskin=toucan
xwiki.defaultbaseskin=albatross
xwiki.plugins=\
com.xpn.xwiki.monitor.api.MonitorPlugin,\
com.xpn.xwiki.plugin.calendar.CalendarPlugin,\
com.xpn.xwiki.plugin.skinx.JsSkinExtensionPlugin,\
com.xpn.xwiki.plugin.skinx.CssSkinExtensionPlugin,\
com.xpn.xwiki.plugin.feed.FeedPlugin,\
com.xpn.xwiki.plugin.ldap.LDAPPlugin,\
com.xpn.xwiki.plugin.google.GooglePlugin,\
com.xpn.xwiki.plugin.flickr.FlickrPlugin,\
com.xpn.xwiki.plugin.mail.MailPlugin,\
com.xpn.xwiki.plugin.packaging.PackagePlugin,\
com.xpn.xwiki.plugin.query.QueryPlugin,\
com.xpn.xwiki.plugin.svg.SVGPlugin,\
com.xpn.xwiki.plugin.charts.ChartingPlugin,\
com.xpn.xwiki.plugin.fileupload.FileUploadPlugin,\
com.xpn.xwiki.plugin.image.ImagePlugin,\
com.xpn.xwiki.plugin.captcha.CaptchaPlugin,\
com.xpn.xwiki.plugin.userdirectory.UserDirectoryPlugin,\

com.xpn.xwiki.plugin.usertools.XWikiUserManagementToolsImpl,\
com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPlugin,\
com.xpn.xwiki.plugin.autotag.AutoTagPlugin,\
com.xpn.xwiki.plugin.lucene.LucenePlugin,\
com.xpn.xwiki.plugin.diff.DiffPlugin,\
com.xpn.xwiki.plugin.rightsmanager.RightsManagerPlugin,\
com.xpn.xwiki.plugin.jodatime.JodaTimePlugin,\
com.xpn.xwiki.plugin.scheduler.SchedulerPlugin,\
com.xpn.xwiki.plugin.mailsender.MailSenderPlugin,\
com.xpn.xwiki.plugin.watchlist.WatchListPlugin, \
com.xpn.xwiki.plugin.wikimanager.WikiManagerPlugin, \

com.xpn.xwiki.plugin.applicationmanager.ApplicationManagerPlugin, \
com.xpn.xwiki.wysiwyg.server.plugin.WysiwygPlugin
xwiki.stats=1
xwiki.stats.default=1
xwiki.exo=0
xwiki.plugin.laszlo.baseurl=/openlaszlo/xwiki/
xwiki.plugin.laszlo.path=c:/Program Files/Apache Software Foundation/Tomcat
5.0/webapps/openlaszlo/xwiki/
xwiki.plugin.image.cache.capacity=30
xwiki.plugin.captcha=0
xwiki.plugins.lucene.indexdir=/tmp
xwiki.plugins.lucene.analyzer=org.apache.lucene.analysis.standard.StandardAnalyzer
xwiki.plugins.lucene.indexinterval=20
xwiki.plugins.lucene.maxQueueSize=1000
xwiki.work.dir=work



2009/1/20 Thomas Mortagne thomas.morta...@xwiki.com


 What domain are you using for main wiki and virtual wiki ?
 What value did you set in xwiki.cfg for xwiki.authentication.cookiedomains
 ?


 --
 Thomas Mortagne
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Unable to log out and to move panels in virtual wiki

2009-01-21 Thread christophe perinaud
Hello,

I use virtual path for wikis so i access with http://127.0.0.1/wikiname
And cookiesdomain is set to blank

Do i need to set it even for a virtual path ? If yes wich value ?

When i try to log out from my virtual itwiki the URL set for the log out
is :
http://127.0.0.1/xwiki/wiki/itwiki/logout/XWiki/XWikiLogout?xredirect=http%3A%2F%2F127.0.0.1%2Fxwiki%2Fwiki%2Fitwiki%2Fview%2FMain%2F

Thanks for your help

Here is the xwiki.cfg

xwiki.rendering.syntaxes = xwiki/1.0, xwiki/2.0
xwiki.encoding=ISO-8859-1
xwiki.section.edit=1
xwiki.backlinks=1
xwiki.tags=1
xwiki.store.migration=1
xwiki.virtual=1
xwiki.virtual.redirect=
http://127.0.0.1:9080/xwiki/bin/Main/ThisWikiDoesNotExist
xwiki.virtual.usepath=1
xwiki.inactiveuser.allowedpages=
xwiki.authentication.validationKey=totototototototototototototototo
xwiki.authentication.encryptionKey=titititititititititititititititi
xwiki.authentication.cookiedomains=
xwiki.authentication.logoutpage=(/[^/]+/|/)logout/*
xwiki.authentication.unauthorized_code=200
xwiki.editcomment=1
xwiki.editcomment.mandatory=0
xwiki.authentication.ldap.server=127.0.0.1
xwiki.authentication.ldap.port=389
xwiki.authentication.ldap.bind_DN=cn={0},department=USER,department=INFORMATIK,department=1230,o=MP
xwiki.authentication.ldap.bind_pass={1}
xwiki.authentication.ldap.validate_password=0
xwiki.authentication.ldap.base_DN=
xwiki.authentication.ldap.fields_mapping=last_name=sn,first_name=givenName,email=mail
xwiki.authentication.ldap.update_user=1
xwiki.authentication.ldap.trylocal=1
xwiki.defaultskin=toucan
xwiki.defaultbaseskin=albatross
xwiki.plugins=\
com.xpn.xwiki.monitor.api.MonitorPlugin,\
com.xpn.xwiki.plugin.calendar.CalendarPlugin,\
com.xpn.xwiki.plugin.skinx.JsSkinExtensionPlugin,\
com.xpn.xwiki.plugin.skinx.CssSkinExtensionPlugin,\
com.xpn.xwiki.plugin.feed.FeedPlugin,\
com.xpn.xwiki.plugin.ldap.LDAPPlugin,\
com.xpn.xwiki.plugin.google.GooglePlugin,\
com.xpn.xwiki.plugin.flickr.FlickrPlugin,\
com.xpn.xwiki.plugin.mail.MailPlugin,\
com.xpn.xwiki.plugin.packaging.PackagePlugin,\
com.xpn.xwiki.plugin.query.QueryPlugin,\
com.xpn.xwiki.plugin.svg.SVGPlugin,\
com.xpn.xwiki.plugin.charts.ChartingPlugin,\
com.xpn.xwiki.plugin.fileupload.FileUploadPlugin,\
com.xpn.xwiki.plugin.image.ImagePlugin,\
com.xpn.xwiki.plugin.captcha.CaptchaPlugin,\
com.xpn.xwiki.plugin.userdirectory.UserDirectoryPlugin,\

com.xpn.xwiki.plugin.usertools.XWikiUserManagementToolsImpl,\
com.xpn.xwiki.plugin.zipexplorer.ZipExplorerPlugin,\
com.xpn.xwiki.plugin.autotag.AutoTagPlugin,\
com.xpn.xwiki.plugin.lucene.LucenePlugin,\
com.xpn.xwiki.plugin.diff.DiffPlugin,\
com.xpn.xwiki.plugin.rightsmanager.RightsManagerPlugin,\
com.xpn.xwiki.plugin.jodatime.JodaTimePlugin,\
com.xpn.xwiki.plugin.scheduler.SchedulerPlugin,\
com.xpn.xwiki.plugin.mailsender.MailSenderPlugin,\
com.xpn.xwiki.plugin.watchlist.WatchListPlugin, \
com.xpn.xwiki.plugin.wikimanager.WikiManagerPlugin, \

com.xpn.xwiki.plugin.applicationmanager.ApplicationManagerPlugin, \
com.xpn.xwiki.wysiwyg.server.plugin.WysiwygPlugin
xwiki.stats=1
xwiki.stats.default=1
xwiki.exo=0
xwiki.plugin.laszlo.baseurl=/openlaszlo/xwiki/
xwiki.plugin.laszlo.path=c:/Program Files/Apache Software Foundation/Tomcat
5.0/webapps/openlaszlo/xwiki/
xwiki.plugin.image.cache.capacity=30
xwiki.plugin.captcha=0
xwiki.plugins.lucene.indexdir=/tmp
xwiki.plugins.lucene.analyzer=org.apache.lucene.analysis.standard.StandardAnalyzer
xwiki.plugins.lucene.indexinterval=20
xwiki.plugins.lucene.maxQueueSize=1000
xwiki.work.dir=work



2009/1/20 Thomas Mortagne thomas.morta...@xwiki.com


 What domain are you using for main wiki and virtual wiki ?
 What value did you set in xwiki.cfg for xwiki.authentication.cookiedomains
 ?


 --
 Thomas Mortagne
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Unable to log out and to move panels in virtual wiki

2009-01-17 Thread christophe perinaud
Hello,
I installed on my linux laptop the xwiki enterprise: i installed the war,
the xar, i added the plugins for the wiki-manager and application manager,
the both applications and the XAR to load XEM pages. Everything is ok and i
can do all i want in it with panels or logout.
Then i created a virtual wiki (without any template as none was suggested)
and in this virtual wiki i installed the xar from the wiki enterprise. In
this virtual wiki, if i want to log out i can't (i have to logout from the
main wiki) . Also i try to move the Search panel from right side to left
side then after a refresh, it's replaced by another panel (list of panels or
the panel called Main) even if i recreate the search panel in a
SearchPanelBis. And now i can't do anything with panels i always have the
problem. I have to reload the XAR (and get the search panel on the right) if
i want to have it working
I can't find out why i have this problems on a virtual wiki and not on the
main one.
Thank you for your help
Christophe
Ubuntu 8.10
Linux kernel 2.6.27-9
Tomcat 6.0.18
Firefox 3.1beta2
XE 1.7.1.15366
Mysql 14.12 5.0.67
JVM 1.6.0_10-b33
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users