I am out of the office until 08.07.2013.
Note: This is an automated response to your message "users Digest, Vol 70,
Issue 46" sent on 24.05.2013 13:01:38.
This is the only notification you will receive while this person is away.
Hi,
I would like to update my Xwiki project version 1.4 (very old version) to a
new one that can support Postgres 8.4.9?
I have try 4.5.3 version and I had database version problem
Which version I should download?
Thank,
--
View this message in context: http://xwiki.475771.n2.nabble.com/Xwiki-with-postgres-8-4-9-tp7585364.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi everybody,
I am new at XWiki and I would like to know if it's possible to build a
JSON object in a velocity script and get later this JSON via the REST
API.
This is my script :
{{velocity}}
#if($xcontext.action == 'get' && "$!{request.outputSyntax}" ==
'plain')
$response.setContentType('application/json')
#end
#set($hql = "")
#set($results = $xwiki.searchDocuments($hql))
#set($json= "[" )
#set($started = false)
#foreach($item in $results)
#set($itemdoc = $xwiki.getDocument($item))
#if($started)
#set($pointvirgule=",")
#set($json = "${json} ${pointvirgule}" )
#else
#set($started = true)
#end
#set($suite="{ ""name"" : ""${itemdoc.fullName}""}")
#set($json= "${json} ${suite}")
#end
#set($fin="]")
#set($json= "${json} ${fin}")
$json
{{/velocity}}
I thought my JSON would be in the content of my page but when I try to
get this content with REST API I only have the velocity script in hard.
Someone could help me ?
Thanks in advance for your answers.
Pierrick
The XWiki development team is proud to announce the availability of
XWiki 4.5.4.
This is a bugfix release for the 4.5.x cycle, hopefully the last on the
4.x cycle. Affected areas include the distribution wizard and the
extension manager, Internet Explorer compatibility, Oracle and
PostgreSQL compatibility, and multiwiki improvements.
You can download it here:
http://www.xwiki.org/xwiki/bin/view/Main/Download (please allow a few
hours for the binaries to propagate to the download servers if the
download doesn't work yet)
Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki453
Thanks
-The XWiki dev team
Hi all,
I have a problem with our dashboard:
Steps:
1) I edit the dashboard
2) I add a column
3) I drag a gadget to that new column
4) Save the page
The dashboard does not save the new layout, and throws everything in one
column.
If I edit the Objects of that page, the positions of the gadgets are correct
(for example (2,1))
It just doesn't get displayed correctly :-(
--
View this message in context: http://xwiki.475771.n2.nabble.com/Dashboard-does-not-remember-layout-tp7585…
Sent from the XWiki- Users mailing list archive at Nabble.com.
We are using XWiki 4.0
We have uploaded several Word Documents and Templates to our Wiki.
Some of those documents/templates have embedded OnOpen or OnNew macro's
(which simply displays a form that the users needs to fill out).
If we start/open a Word Document/Template from our Wiki, those OnOpen/OnNew
macro's are NOT being fired (and thus the userforms are never displayed)
We need to display those userforms when a user opens those
documents/templates!
Help!
--
View this message in context: http://xwiki.475771.n2.nabble.com/Open-attached-Word-Document-which-contain…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I'd like to continue table from main document with content from
referenced document, but can't get it right.
I have TableIncl document:
|cc|cc
|dd|dd
And then I use following:
|aa|aa
|bb|bb
{{include reference="Test.TableIncl"/}}
I get table from TableIncl shown inside bb cell.
If I put empty line, then new table is started.
Any suggestions?
Valdis
Hi,
Installed last version of XWiki on CentOS 5 (with tomcat 5) on postgresql
and CentOS 6 (with tomcat 7) on mysql and go the same error while trying to
deal with dashboard gadgets, I get this error, reported from the tomcat
logs :
SEVERE: Servlet.service() for servlet [gwtrpc] in context with path
[/xwiki] threw exception [Failed to initialize the XWiki context.] with
root cause
com.xpn.xwiki.XWikiException: Error number 2 in 0: The wiki
[subdomain-of-my-server] does not exist
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:505)
at
org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.initializeXWikiContext(XWikiContextInitializationFilter.java:134)
at
org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.doFilter(XWikiContextInitializationFilter.java:83)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:947)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1009)
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
at
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
Can anyone help ?
Hoani CROSS
Globotraders Tahiti Founder [http://globotraders-tahiti.com]