[xwiki-users] Meeting at FOSDEM 2017 in Brussels + manning the XWiki booth

2016-10-18 Thread Vincent Massol
Hi XWiki community,

Last year the XWiki community had a booth at FOSDEM with the Tiki and DokuWiki 
communities. It was really fun:
* http://www.xwiki.com/en/Blog/fosdem-2016-from-behind-the-stand-table
* https://www.xwiki.org/xwiki/bin/view/Blog/XWikiatFOSDEM2016

We’d like to reiterate this for FOSDEM 2017 (4 & 5 February 2017).

It’s a great chance to meet some XWiki users and developers.

We also need some volunteers to help man the XWiki community booth, if some of 
you are interested!

See https://tiki.org/TikiFestFosdem2017 for details and organisation.

So who’s going to FOSDEM 2017? And who would be interested in manning the XWiki 
booth with other xwikiers?

Thanks
-Vincent

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


[xwiki-users] riddle: howto insert a simple span with xwiki syntax?

2016-10-18 Thread Pascal BASTIEN
Hello,

With wiki syntax I failed to insert a simple span in a velocity macro 
(Blog./BlogCode):

#macro(publishMessageBox $message)
(% class="plainmessage publish-message" %)((($message)))
#end

display:

This article was published on 17/10/2016 16:47:06


and I want a span in front of $message like this:

 This article was published 
on 17/10/2016 16:47:06


Is it possible (I can not use {{html}} because code is escaped)?

Here my test and what is displayed:
(% class="plainmessage publish-message" %)% class="glyphicon 
glyphicon-globe" %)((( )))$message)))
display


This article was published on 17/10/2016 16:47:06


=> With div instead span it is ok BUT there are  inserted :-( !

(% class="plainmessage publish-message" %)% class="glyphicon 
glyphicon-globe" %)$message)))



This article was published on 
17/10/2016 16:47:06



=> span inserted BUT I don't want end of span at the end of the $message

(% class="plainmessage publish-message" %)% class="glyphicon 
glyphicon-globe" %)((())) $message)))



This article was published on 17/10/2016 16:47:06


=> With div instead span it is ok BUT there are  inserted :-( !

Have you got a solution?
Thxs

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


Re: [xwiki-users] XWiki initialization failed!

2016-10-18 Thread Vincent Massol
Hi,

> On 18 Oct 2016, at 07:57, Михаил Дьяконов  wrote:
> 
> Hello!
> 
> I have successfully installed xwiki on Ubuntu 16.06 Server as a deb package 
> using Java JDK instead of JRE. It seemed to be working fine. I've been able 
> to open xwiki without any problems.
> 
> Then I want to put /manager app for tomcat7 engine. I used apt-get for this 
> task. Now I can use /manager app, but when I'm trying to open xwiki I get 
> this error:
> 
> 
> XWiki initialization failed!
> 
> *
>   Can't find descriptor for the component [role = [interface
>   com.xpn.xwiki.store.XWikiVersioningStoreInterface] hint = [file]]
>   class java.lang.RuntimeException: Failed to load component for type
>   [interface com.xpn.xwiki.store.XWikiVersioningStoreInterface] for
>   hint [file] at com.xpn.xwiki.web.Utils.getComponent(Utils.java:758)

[snip]

> Since I'm completely new to java and servlet system I can't figure it out. 
> Google doesn't give much information about this.

We’d need the full stack trace to help you. Could you paste it online somewhere 
(pastebin, etc) and give us the link?

Thanks
-Vincent

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