Re: [xwiki-users] Making an HTTP POST call from an XWiki extension

2015-10-14 Thread vinc...@massol.net
Hi, What do you wish to do exactly? To where do you wish to go an HTTP POST or GET? Som ideas: * If it’s to get some external content XWiki has some APIs. * You could use groovy which makes it extra easy to do HTTP (see snippets on extensions.xwiki.org or google it) Thanks -Vincent On 15 Oct 2

[xwiki-users] Making an HTTP POST call from an XWiki extension

2015-10-14 Thread Debajit Adhikary
What is the easiest/recommended way to make an HTTP POST or GET call from within an XWiki extension? Should I use Restlet? (I am guessing XWiki comes with Restlet support) ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/use

Re: [xwiki-users] ScriptService issue --- Cannot access @Named ScriptService object through $services object

2015-10-14 Thread Debajit Adhikary
Thanks for the suggestion, that worked. Changing the @Inject to use the @Role (interface) instead of the @Component (the concrete class) fixed the issue :) Thanks for your help :) Out of curiosity, how does the Component manager know which concrete implementation to pick? Since I have only one co

[xwiki-users] Parent-Children Livetable macro 1.2 - Error

2015-10-14 Thread ICLED
I have XWIKI 7.1.2 on UBUNTU 14.04.3 LTS, Tomcat7 and MySQL from Ubuntu Distribution. XWIKI WAR Install. I am using a subwiki. The following line {{parentschildrenlivetable space="An existing Space"/}} Result in this message in catalina.out 2015-10-14 18:04:35,664 [http://wiki/xwiki/wiki/icwi

Re: [xwiki-users] ScriptService issue --- Cannot access @Named ScriptService object through $services object

2015-10-14 Thread Thomas Mortagne
On Wed, Oct 14, 2015 at 9:11 AM, vinc...@massol.net wrote: > > > On 14 Oct 2015 at 09:00:15, vinc...@massol.net > (vinc...@massol.net(mailto:vinc...@massol.net)) wrote: > >> >> >> On 14 Oct 2015 at 06:43:36, Marius Dumitru Florea >> (mariusdumitru.flo...@xwiki.com(mailto:mariusdumitru.flo...@xwi

Re: [xwiki-users] [ANN] XWiki 7.3 Milestone 1 released

2015-10-14 Thread vinc...@massol.net
On 14 Oct 2015 at 10:30:51, Maxime Sinclair (maxime.sincl...@gmail.com(mailto:maxime.sincl...@gmail.com)) wrote: > Hi Vincent, > Good news, the 7.1.2 is available, see > http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki712 > ;-) > > Do you mean a 7.1.3 ? hehe, yes I meant 7.

Re: [xwiki-users] [ANN] XWiki 7.3 Milestone 1 released

2015-10-14 Thread Maxime Sinclair
Hi Vincent, Good news, the 7.1.2 is available, see http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki712 ;-) Do you mean a 7.1.3 ? Thanks! Maxime 2015-10-14 9:15 GMT+02:00 vinc...@massol.net : > Hi Miroslav, > > On 14 Oct 2015 at 09:04:23, Miroslav Galajda (miroslav.gala...@gmai

Re: [xwiki-users] [ANN] XWiki 7.3 Milestone 1 released

2015-10-14 Thread vinc...@massol.net
Hi Miroslav, On 14 Oct 2015 at 09:04:23, Miroslav Galajda (miroslav.gala...@gmail.com(mailto:miroslav.gala...@gmail.com)) wrote: > Hi, that's great. > > Is there any chance to get those fixes in the 7.2.1 release? We’re probably not going to release a 7.2.1 version (we’ll probably release a

Re: [xwiki-users] ScriptService issue --- Cannot access @Named ScriptService object through $services object

2015-10-14 Thread vinc...@massol.net
On 14 Oct 2015 at 09:00:15, vinc...@massol.net (vinc...@massol.net(mailto:vinc...@massol.net)) wrote: > > > On 14 Oct 2015 at 06:43:36, Marius Dumitru Florea > (mariusdumitru.flo...@xwiki.com(mailto:mariusdumitru.flo...@xwiki.com)) wrote: > > > Hi Debajit, > > > > On Oct 14, 2015 01:17,

Re: [xwiki-users] [ANN] XWiki 7.3 Milestone 1 released

2015-10-14 Thread Miroslav Galajda
Hi, that's great. Is there any chance to get those fixes in the 7.2.1 release? Mirec On 14 October 2015 at 01:00, vinc...@massol.net wrote: > The XWiki development team is proud to announce the availability of XWiki > 7.3 Milestone 1. > > This is the first of the 2 stabilization releases that

Re: [xwiki-users] ScriptService issue --- Cannot access @Named ScriptService object through $services object

2015-10-14 Thread vinc...@massol.net
On 14 Oct 2015 at 06:43:36, Marius Dumitru Florea (mariusdumitru.flo...@xwiki.com(mailto:mariusdumitru.flo...@xwiki.com)) wrote: > Hi Debajit, > > On Oct 14, 2015 01:17, "Debajit Adhikary" wrote: > > > > I created an XWiki component which is available as a jar file. > > > > I have a ScriptSer