Questions tagged [xwiki]

XWiki is both an open source enterprise wiki software and a platform for quickly writing simple collaborative web applications. It's written in Java with a design emphasis on extensibility.

XWiki is a free software platform written in Java based on the wiki principles, under the LGPL license. In addition to being a full-featured wiki, it is also a second generation wiki allowing effortless development of collaborative web applications. On top of this platform a plethora of applications are developed, targeted mainly on aiding enterprise-level needs.

XWiki Enterprise, the enterprise wiki edition, includes WYSIWYG editing, OpenOffice based document import/export, semantic annotations and tagging, and advanced permissions management.

Read more about XWiki at Wikipedia..

170 questions
10
votes
4 answers

IIS rewrite rule for basic auth on the querystring

I am trying to automatically log in users to an Xwiki install via basic auth. This is because help is stored in the wiki, but we want the retrieval process to be transparent to the user. We push the user off to a url (via an tag)…
Erin Drummond
  • 5,347
  • 6
  • 35
  • 41
5
votes
1 answer

OIDC Backchannel logout, how to kill browser session of a user from REST call in a JEE Application

We are using Keycloak as a SSO provider to login in all our application. We are using the keycloak logout endpoint to logout at a realm level and invalidate the access tokens of the user. Our issue is, if a user was connected on websiteA and…
amdev
  • 3,010
  • 3
  • 35
  • 47
4
votes
1 answer

Velocity Variable(use together string and integer variables)

How can I use String and Integer variables it together in "Velocity"? #set ($var1 = "exp"+1) I tried a few times but I could not. Any help will be highly appreciated.
ahta14
  • 115
  • 3
  • 9
3
votes
2 answers

Apache Velocity log to console for debugging

Using Apache velocity in xwiki, how do I create a console.log() like one would in JavaScript? I know the log will probably be server side. I really just want to print the values of variables as it is rendered for debugging purposes. I should add…
Gerrie van Wyk
  • 679
  • 8
  • 27
3
votes
1 answer

Set user and group rights to document in XWiki

I'm writing a java component which build all the pages in a wiki. What would be the best way to assign the user rights or groups which may view the page or spaces from within the java service component? Really struggling to find details on this in…
Gerrie van Wyk
  • 679
  • 8
  • 27
3
votes
1 answer

Embedding XWiki in spring-boot Java Web Application

My Objective is of deploying xwiki along side one of the Java spring-boot based web application. Over all objective is to provide RBAC and serve user content in Web APP. I guess Restful API would have to be used for the task. I have installed…
utkarsh dubey
  • 875
  • 7
  • 19
3
votes
2 answers

Custom xwiki renderer

Does anyone have an example of a custom made Renderer for xwiki rendering framework? I want to do a conversion from JSPWiki to XHTML but the default result xwiki generates is not sufficient. I need to apply some logic that inspects siblings/children…
3
votes
1 answer

XWiki Servlet Exception

I want to use XWiki for documenting some process, so I downloaded xwiki-enterprise-installer-generic-5.0.1-standard.jar and installed it successfully. When i run the ./start_xwiki.sh file i am able to open xwiki in browser. The problem what I am…
Akshata
  • 31
  • 1
2
votes
1 answer

xwiki change bad title imported from confluence

We have imported a space from confluence. Some of the page title in that import contains / which xwiki doesn't like. It throws 400 and its children also becomes inaccessible. Is there any way I can change the title from database or somewhere? I…
Andy Johnson
  • 639
  • 8
  • 27
2
votes
1 answer

Querying Samba AD server with ldapsearch fails with ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)

I'm trying to leverage my existing (fully configured and working) Samba AD DC as authentication for XWiki, and other apps. As such, I'm first trying to do a successful ldapsearch from the XWiki server. The following command works on the Samba…
Mark J. Bobak
  • 13,720
  • 6
  • 39
  • 67
2
votes
1 answer

java.lang.LinkageError: ClassCastException RuntimeDelegate.class

I have this error java.lang.LinkageError: ClassCastException: attempting to tomcat-debug-eclispe/wtpwebapps/xwiki-debug-eclipse/WEB-INF/lib/jsr311-api-1.1.1.jar!/javax/ws/rs/ext/RuntimeDelegate.class to…
amdev
  • 3,010
  • 3
  • 35
  • 47
2
votes
1 answer

How to connect xWiki and Azure AD for user authentication

I'd like to connect my xWiki installation to Azure AD for user authentication. Does anybody have an idea how to achieve this? Thanks
toppless
  • 411
  • 1
  • 6
  • 16
2
votes
2 answers

Xwiki: Failed to extract Entity Resource Reference from URL [https://my.domain.com/bin/view/Main/]

when i deploy xwiki and visit the page i get the following stacktrace. i can't figure out whats wrong. I am trying to connect to a MySQL Database (actually it's mariadb). i should probably mention that my tomcat server is behind an nginx server…
2
votes
1 answer

xwiki remove dashboard column

A simple question: How do I remove a column from my xwiki dashboard? I want only one column. There is a button for creating columns, but not for deleting it.. Regards, Vince
Vince
  • 1,133
  • 3
  • 17
  • 34
2
votes
1 answer

Creole 1.0 to HTML5 renderer for Java

I want to build a CMS/Wiki, I would like to make it with HTML5. Unfortunately I have been looking for a Wiki rendering engine that could take as input Creole 1.0 syntax and render it as HTML5, Can anyone point me to a library for this purpose? My…
ElderMael
  • 7,000
  • 5
  • 34
  • 53
1
2 3
11 12