[xwiki-users] Redirect to page on 'Save' action

2016-06-29 Thread Andrew Kuang
Hi there, I had a question regarding the redirect that is happening in the SaveAction class. When you have a title such as "1 & 2", hitting 'Save' will make the AJAX call and redirect you to "www.wiki.com/bin/view/1+%26+2". The encoding of the '&' appears to be done in the call to

Re: [xwiki-users] Integrate clipboard.js into XWiki application

2016-06-29 Thread D R
Hi, I made the suggested change: But still nothing is being copied to the clipboard. Log files are empty but now in the console I also see: ReferenceError: Clipboard is not defined Testeintrag+1:556 Testeintrag+1:556:5 Error: Mismatched anonymous define() module: function (){var

Re: [xwiki-users] Link to page on a sub-wiki

2016-06-29 Thread Vincent Massol
> On 29 Jun 2016, at 15:06, Clemens Klein-Robbenhaar > wrote: > > The simple things look simple only if one knows the solution ... > > thanks for telling us that this fixes the issue, no need to feel dumber, > happens to me all the time ;) Indeed and it also shows

Re: [xwiki-users] Link to page on a sub-wiki

2016-06-29 Thread Pascal BASTIEN
ho sorry, I mean Ctrl+G "Jump to any page in the wiki (Meta+G)" En date de : Mer 29.6.16, D R a écrit : Objet: Re: [xwiki-users] Link to page on a sub-wiki À: "Pascal BASTIEN" Date: Mercredi 29 juin

Re: [xwiki-users] Link to page on a sub-wiki

2016-06-29 Thread Clemens Klein-Robbenhaar
The simple things look simple only if one knows the solution ... thanks for telling us that this fixes the issue, no need to feel dumber, happens to me all the time ;) D R wrote: > OMG, writing the wiki in lowercase solved the issue. > Sometimes it's the most simple things ... and now I feel

Re: [xwiki-users] Integrate clipboard.js into XWiki application

2016-06-29 Thread Clemens Klein-Robbenhaar
Uh, tough, is there something like a stack trace for the error message? First stop would be to check is the clipboard.min.js is really loaded and displays without error, but I guess it does as otherwise the problem would appear on page load already ... One thing that looks odd to me is: >

Re: [xwiki-users] Link to page on a sub-wiki

2016-06-29 Thread D R
OMG, writing the wiki in lowercase solved the issue. Sometimes it's the most simple things ... and now I feel even dumber. Thanks for the help! 2016-06-29 14:45 GMT+02:00 Clemens Klein-Robbenhaar < c.robbenh...@espresto.com>: > > This looks totally strange to me. > I just tried to reproduce with

[xwiki-users] Integrate clipboard.js into XWiki application

2016-06-29 Thread D R
Hi, I'm trying to implement a basic password manager as an XWiki application. I have short text fields for username and password. In view mode the password is replaced by ** to hide it from prying eyes. Now I'd like to have a button next to the username and password fields for copying

Re: [xwiki-users] Link to page on a sub-wiki

2016-06-29 Thread Clemens Klein-Robbenhaar
This looks totally strange to me. I just tried to reproduce with an old 7.0.1 installation I had lying around, and I cannot reproduce it there; the link works without problems my last try: as I tested with HSQL-DB (which is not case sensitive with database names) but you likely have a

Re: [xwiki-users] NullPointerException at HqlSqlWalker.lookupProperty( HqlSqlWalker.java:560)

2016-06-29 Thread Kemalettin OCAK
Yes, i read that thread till the end but didn't tried MySql. I tried H2 to be sure if it's database related issue but same stack trace. I am planning to use that wiki in our server environment. We use weblogic as application server and Oracle11g as database server. Actually, after i test

Re: [xwiki-users] NullPointerException at HqlSqlWalker.lookupProperty( HqlSqlWalker.java:560)

2016-06-29 Thread Clemens Klein-Robbenhaar
Uh, oh, this looks like this problem reported last year: http://markmail.org/thread/4iigsjpxdaw2qzzq the issue went away there when using mySQL - for unknown reasons, so that time we did not really find a solution. hope we can do better this time. - Ursprüngliche Nachricht - Von:

Re: [xwiki-users] [myxwiki] new wiki request

2016-06-29 Thread Thomas Mortagne
You can access your new wiki on http://wikimobdoc.myxwiki.org. Enjoy ! On Wed, Jun 29, 2016 at 12:48 PM, Lucie Nahassia wrote: > Description : > We are a french phd students group defending the working and research > conditions in our university.This wiki would allow

[xwiki-users] [myxwiki] new wiki request

2016-06-29 Thread Lucie Nahassia
Description : We are a french phd students group defending the working and research conditions in our university.This wiki would allow us to organize our collaborative projects and our meetings, and to keep track of all our decisions. Owner name : Lucie Nahassia wikiname : wikimobdoc

Re: [xwiki-users] NullPointerException at HqlSqlWalker.lookupProperty( HqlSqlWalker.java:560)

2016-06-29 Thread Kemalettin OCAK
Here is the root cause: HTTP Status 500 - com.xpn.xwiki.XWikiException: Error number 11007 in 0: Failed to extract Entity Resource Reference from URL [http://localhost:8080/xwiki/bin/view/Main/] type Exception report message com.xpn.xwiki.XWikiException: Error number 11007 in 0: Failed to

Re: [xwiki-users] Link to page on a sub-wiki

2016-06-29 Thread Pascal BASTIEN
Hi, Use Ctrl+R and type "Product", select your desired page and copy/paste exact fullname (from popup window) in your wikilink [[Your nice page>>exact fullname]] . Check if your page is not hidden before. Pascal B En date de : Mer 29.6.16, D R

Re: [xwiki-users] Link to page on a sub-wiki

2016-06-29 Thread D R
Hi, thanks for the answers. I prefixed the link with "doc:" but the problem persists. The link to the "not existing page" is: http://wiki/xwiki/wiki/products/create/A+Product/The+Page?parent=Doku.Page+with+link To verify the correctness of my link I copied the above to the address bar of my

Re: [xwiki-users] NullPointerException at HqlSqlWalker.lookupProperty( HqlSqlWalker.java:560)

2016-06-29 Thread Vincent Massol
Hi, > On 29 Jun 2016, at 09:37, Kemalettin OCAK wrote: > > Hi, > > I am trying to deploy production version( .war deployment ) of XWIKI to > Oracle11g and Tomcat environment. I tried every version of xwiki with > different versions of Tomcat. It deploys the

[xwiki-users] NullPointerException at HqlSqlWalker.lookupProperty( HqlSqlWalker.java:560)

2016-06-29 Thread Kemalettin OCAK
Hi, I am trying to deploy production version( .war deployment ) of XWIKI to Oracle11g and Tomcat environment. I tried every version of xwiki with different versions of Tomcat. It deploys the application succesfully but when i request http://localhost:8080/xwiki keep getting