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

2016-06-30 Thread Vincent Massol
Thanks for reporting back! I’ve added an entry at http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationOracle#HNullPointerExceptionatHqlSqlWalker Thanks -Vincent > On 30 Jun 2016, at 14:34, Kemalettin OCAK wrote: > > Hi, > I found the reason. It's all

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

2016-06-30 Thread Kemalettin OCAK
Hi, I found the reason. It's all beacause ojdbc6.jar. There are different jars for every different minor version change. I used jdbc connector for Oracle 11g ( 11.2.0.4.0 ) and my database version is 11.2.0.1.0. After i download correct one, problem solved. One thing to remember is Oracle

Re: [xwiki-users] force edit inline and redirect

2016-06-30 Thread Pascal BASTIEN
hum $doc.getDefaultEditMode() return 'edit' even on doc edited in inline mode by default :-( http://maven.xwiki.org/site/docs/xwiki-javadoc-4.1.x/com/xpn/xwiki/api/Document.html#getDefaultEditMode%28%29 (I'm on xwiki 7.0.1) En date de : Jeu 30.6.16,

Re: [xwiki-users] force edit inline and redirect

2016-06-30 Thread Vincent Massol
hmm javadoc says: /** * @return "inline" if the document should be edited in inline mode by default or "edit" otherwise. * @throws XWikiException if an error happens when computing the edit mode */ public String getDefaultEditMode() throws XWikiException So that would be a bug… Thanks

[xwiki-users] force edit inline and redirect

2016-06-30 Thread Pascal BASTIEN
Hi xwiki citizen, I try to redirect to another page users when they edit a page... Then I use this velocity code in my origin page: #if ($xcontext.action=='edit') $response.sendRedirect($xwiki.getURL('MySpace.MaTargetPage', 'edit')) #stop #end Redirect (to MyOriginPage in edit mode)

[xwiki-users] WYSIWYG doesn't work on Windows installation

2016-06-30 Thread PatrickVoirol
Hi all I just installed XWiki 8.1 on my Windows Laptop and everything works well just the WYSIWYG-Editor is hanging up. I tried to find some similar Problem, but it seems like I'm the only one. Has somebody an idea why it's happen? Regards Patrick -- View this message in context:

Re: [xwiki-users] WYSIWYG doesn't work on Windows installation

2016-06-30 Thread Vincent Massol
Hi Patrick, > On 30 Jun 2016, at 12:05, PatrickVoirol wrote: > > Hi all > > I just installed XWiki 8.1 on my Windows Laptop and everything works well > just the WYSIWYG-Editor is hanging up. I tried to find some similar Problem, > but it seems like I'm the only one. >

[xwiki-users] [ANN] XWiki 7.4.4 released

2016-06-30 Thread Vincent Massol
The XWiki development team is proud to announce the availability of XWiki 7.4.4. This is a bugfix release that fixes important bugs discovered in the 7.4.3 version. You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download Make sure to review the release notes:

Re: [xwiki-users] Missing numbers of headings in pdf export when using macro numberedheadings

2016-06-30 Thread Alina Kupgisch
Hi Vincent, thanks for your quick answer. I already tried setting the numbers by css, but that causes an "ValidationException: Invalid property encountered on "fo:block": counter-reset" (see below). Do you have another idea or more links where this is described? _*Css:*_ body

Re: [xwiki-users] Missing numbers of headings in pdf export when using macro numberedheadings

2016-06-30 Thread Vincent Massol
> On 30 Jun 2016, at 18:53, Alina Kupgisch wrote: > > Hi Vincent, > > thanks for your quick answer. I already tried setting the numbers by css, but > that causes an "ValidationException: Invalid property encountered on > "fo:block": counter-reset" (see below).

[xwiki-users] Livetable URL Question

2016-06-30 Thread Jeff Cyre
I am looking to have a link in an object property. I have an object like the following Name : string Description : string SupportPage : string The SupportPage should be a link to another page with more information (in the wiki) Next I want a livetable that will display that with a

Re: [xwiki-users] Livetable URL Question

2016-06-30 Thread Vincent Massol
Hi Jeff, > On 01 Jul 2016, at 03:33, Jeff Cyre wrote: > > I am looking to have a link in an object property. > > I have an object like the following > > Name : string > > Description : string > > SupportPage : string > > > > The SupportPage should be a link to another

Re: [xwiki-users] [ANN] Release of Nested Pages Migrator Application 0.5.1

2016-06-30 Thread Raluca Stavro
That's great ! Thank you ! Raluca. On Jun 30, 2016 6:15 PM, "Guillaume Delhumeau" < guillaume.delhum...@xwiki.com> wrote: > Hello > > A new version of the Nested Pages Migrator Application extension is > available. See > >