I have written a class to attach some property to my page. Now I see that I
can query xwiki to retrive only document with a specified property values.
Can I pass this query, or filters to document tree plugin via
getDocumentTree() command?
--
View this message in context: http://n2.nabble.com/Document-tree-filter-tp3366868p3366868.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I'm volunteering as a technician and hoster for the
design-platform.org collaborative project.
We are seriously considering using to the XEM platform, in particular
for its internalization and multi-wiki support, and its nice WYSIWYG
editor.
A major feature we are looking for is LDAP support; however, I didn't
find any information about LDAP subscription.
The objective is to create LDAP accounts for all subscriptions on the
wiki, and completely avoid XWiki-only subscriptions. Is this feature
already available?
If yes, do you have any pointers to documentation and/or source code?
If not, do you have any thoughts on an efficient way to alter XE to enable it?
Thank you in advance,
--
Geoffroy Carrier
Hi Steve, I'm forwarding your email to the XWiki Users mailing list.
You might find an answer to your issue here.
>> I've installed xwiki-enterprise under jboss-4.0.5 and set it up to use MySql 5. I need to initialize the database for xwiki, >> but I cannot locate the mycommands.sql on your site. Where can I download a copy from?
Guillaume
--
Guillaume Lerouge
Product Manager - XWiki
Skype: wikibc
Twitter: glerouge
http://guillaumelerouge.com/
Hello,
This is the answer (translated from french) that I got from Xwiki
developement team regarding the calendar/schedule problem which doesn't
display if you're NOT logged as Admin, meaning as an user.
QUOTE
The bug you found with the schedule/calendar is known to our development
team: It is related to a problem from the translation of the calendar
items.
The workaround is as follows:
- Go to the form of a user' profile as global Admin (Admin / admin is the
default account, for example)
- Click "Edit" "Objects" in the top left
- You then come to a window where you have menus that unfold, click on
XWiki.XWikiUsers and change the field "Chronolanguage" to "English"
Handling is of course to each user.
We probably releases a version fixing this bug but I can not offer that yet.
UNQUOTE
Best regards
Hi,
We are planning to use Chronopolys as our project management. We tried hard
before sending this email to resolve the issues we faced. Here they are.
1/ How to allow comments and document attachments in wiki page under the
workgroup?
A/--> In the PLOG section you can comment article, but you cannot comment
wiki pages under a work group in the Wiki section.
B/--> Although it is already possible to attach documents in the workgroup
(in Documents section), our users need to attach document in the wiki page
in the workgroup in order to provide them a "context".
C/-->We also expect to be able to comment the attached documents.
2/ How to allow comments and attachments (image for avatar) on the user'
page?
A/ We would like to allow user to easily upload image(s) into their page
profile and display it as their avatar.
3/ Coming upgrade?
We do believe Chronopolys is the true missing link between Project
management and wiki. Although this application remains partially bugged (ex:
ajax calendar, relatively slow on ajax functions ), it is still on the top
of the list according to us (out of zoho project 2.0). However, Chronopolys
needs an upgrade since the plateform is becoming old. Any development
planned?
Best regards,
I've been using Xwiki 1.8 for about 2-3 months now and I really like
it. Unfortunately, my server crashed. I backup the HSQLDB database
everyday. Now, I'm trying to install Xwiki on a different computer and
point it toward one of the copies of my database, but I'm having lot of
problems. I've tried it with Xwiki 2.0, 1.9 and 1.8. I'm running
Tomcat 5.5.27 and java 1.6.0_14.
The real problem is reading my old database. If I don't change the
hibernate.cfg.xml, xwiki will create a new HSQLDB database just fine
(except that it's empty). But when I do modify the hibernate file to
point to my database, I get lots of errors.
Here's the snippet from my hibernate file:
<!-- HSQLDB configuration.
Uncomment if you want to use HSQLDB and comment out other
database configurations.
Note that the database will be created automatically if it
doesn't already exist. -->
<property
name="connection.url">jdbc:hsqldb:file:/travis/www/xwiki/xwikiHSQLDatabase;shutdown=true</property>
<property name="connection.username">sa</property>
<property name="connection.password"></property>
<property name="connection.driver_class">org.hsqldb.jdbcDriver</property>
<property name="dialect">org.hibernate.dialect.HSQLDialect</property>
<property
name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
<property name="connection.pool_size">2</property>
<property name="statement_cache.size">2</property>
<mapping resource="xwiki.hbm.xml"/>
<mapping resource="feeds.hbm.xml"/>
And here's the error I get from my browser (Firefox):
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented
it from fulfilling this request.
exception
javax.servlet.ServletException: 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.hbm.xml
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:627)
javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:145)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:111)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
root cause
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.hbm.xml
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:326)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:387)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:627)
javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:145)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:111)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
note The full stack trace of the root cause is available in the Apache
Tomcat/5.5.27 logs.
Apache Tomcat/5.5.27
I've been trying to fix this for 2 days now and I'm losing hope that I
can recover my Xwiki. Can anyone please help? I've tried searching the
mailing list archives, google, the installation documenation, the
upgrade documentation, but I haven't found a solution. I haven't really
modified the xwiki installation much at all. I've just been using xwiki
"as is".
Still Hoping,
travis
The XWiki development team is pleased to announce the release of XWiki
Enterprise 2.0 Milestone 2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
The main goal of 2.0 is to make XWiki fully XWiki 2.0 syntax.
Main changes from 2.0 Milestone 1:
* Lots of improvements and new features in the new WYSIWYG editor
* Lots of improvements and bugfixes in the rendering engine and
the syntax converter
* Improvements for the blog application
* It's now possible to choose the content renderer to use when
viewing a page
* New Footnote macro
* New xwiki-properties module
* New Latvian translation
* New Swedish translation
* New Korean translation
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise20M2
Thanks
-The XWiki dev team
Hi
I just wonder if anyone have been able to install the xwiki war version.
I run an OpenSuse 11 x86_64, Glassfish v2.1, Java jdk1.6.0_13, MySQL 5.0.51a
I've downloaded xwiki-enterprise-web-1.9.2.war and deployed it on the
Glassfish server, it was not possible to deploy without changing the
XML header in the file web.xml.
I followed the steps in the documentation:
- Configuration of MySQL, which works using the command-line.
- Added the MySQL section to hibernate.cfg.xml
- Copied the JDBC connection as described in the documentation
(mysql-connector-java-5.1.8-bin.jar)
The installation does not work, I've also tried other versions of
xwiki but the same problem.
I've seen that the file xwiki.hbm.xml is inside xwiki-core-1.9.2.jar.
I've search the WEB but without finding any solution.
I will appreciate any help to fix the problem.
Best regards
Reidar
The error when accessing the page:
HTTP Status 500 -
type Exception report
message
descriptionThe server encountered an internal error () that prevented
it from fulfilling this request.
exception
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.hbm.xml
root cause
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.hbm.xml
hI,
I'm from Argentina. I'm using Xwiki Workspaces 1.1.1 together the XAR and when i saved a page i get the follow error:
Error number 13007 in 3: Exception while loading lock
Wrapped Exception: a different object with the same identifier value was already associated with the session: [com.xpn.xwiki.doc.XWikiLock#729680490]
com.xpn.xwiki.XWikiException: Error number 13007 in 3: Exception while loading lock
Wrapped Exception: a different object with the same identifier value was already associated with the session: [com.xpn.xwiki.doc.XWikiLock#729680490]
at com.xpn.xwiki.store.XWikiHibernateStore.loadLock(XWikiHibernateStore.java:1674)
at com.xpn.xwiki.store.XWikiCacheStore.loadLock(XWikiCacheStore.java:385)
at com.xpn.xwiki.doc.XWikiDocument.removeLock(XWikiDocument.java:3652)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:133)
at com.xpn.xwiki.web.SaveAction.action(SaveAction.java:140)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:214)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
i'm looking for it error and it's common but anybody wrote how fight it.
The database that i'm using is DB2 for AS400. I configure hibernate to accept it.
Can u help to solve this one?? i need solve it urgently!!
Thank u for all and sorry for my english
MatÃas Yaryura
Analista Programador
Mercantil andina Seguros
+ 54 02983 434090 - Int. 2256
Av. Moreno 503
Tres Arroyos ( Pcia de Bs As)
www.mercantilandina.com.ar
AVISO IMPORTANTE: La información incluida en el presente correo electrónico es confidencial, siendo para el uso exclusivo del destinatario arriba mencionado. Los mensajes de correo electrónico dirigidos a clientes de Mercantil andina S.A. son confidenciales y gozan de protección legal. Le rogamos que no lea, copie, reenvÃe o guarde este mensaje si no es el destinatario señalado. Si ha recibido este mensaje por error, le rogamos que lo devuelva a la dirección de remitente arriba mencionada y borre el mensaje.
Hi There,
I'm a newbie to XWiki and am getting frustrated by my first attempts to
learn my way into the system. I'm a developer, particularly interested
in the capabilities of building applications around custom page
layouts. Therefore I started in on the FAQ Tutorial (but hitting a dead
end there, I also tried the Todo Tutorial with the same results).
The problem seems to be that when I use the XWikiClasses "Wizard" to
define a new class, nothing useful happens. In particular, though I get
no visible error reports, I also don't seem to get a new class created.
After clicking "Create this Class" I get the edit screen shown in the
tutorials, and make the change (or not) to the $defaultWeb binding.
When I click "Save and View" I don't get what the tutorials say I should
get; instead I get a formatted view of the text I was just editing. If
I selected the Edit-->Class option on that page, I get a page that tells
me there is no Class associated with the page (and sure enough no new
class appears in the Class list).
Note that I have tried this on fresh installs based on the
xwiki-enterprise-installer-windows-1.9.2.exe and the
xwiki-enterprise-installer-windows-2.0-milestone-1.exe downloads (and
have even tried following the import intructions for the ClassWizard.xar
<http://platform.xwiki.org/xwiki/bin/download/DevGuide/FAQTutorial/ClassWiza…>,
though the pages seemed to be there from the start.
This seems like such a basic problem that I must be doing something
wrong, or there must be an obvious fix, but I searched the mailing list
archives and didn't see anything. Here's hoping...
--Eric