Re: [xwiki-users] How to deploy Java Component and save files?

2015-12-26 Thread Giordano Ninonà
Moreover the command prompt tell me that there is an invalid schema name, in this case "Home", but that is the name of my wiki If I use the alias of my wiki (localhost) I get the same error. Giordano. 2015-12-26 17:07 GMT+01:00 Giordano Ninonà : > Hi Vincent, > >

Re: [xwiki-users] How to deploy Java Component and save files?

2015-12-26 Thread Giordano Ninonà
Hi Vincent, I've solved the "save files" problem with absolute paths and it works, however I've another problem, this time with the Velocity macro inside a wiki page. This is the exception that I've got: *org.xwiki.rendering.macro.MacroExecutionException: Failed to evaluate Velocity Macro for

Re: [xwiki-users] How to deploy Java Component and save files?

2015-12-26 Thread vinc...@massol.net
Hi Giordano, On 23 Dec 2015 at 19:40:11, Giordano Ninonà (giordano.nin...@gmail.com(mailto:giordano.nin...@gmail.com)) wrote: > Thanks Vincent, > > I found everything I need but I got a nullpointer exeptioneverytime I use the > environment.getTemporaryDirectory() method in my code. > I