Hello All,
I had been trying out the examples for XML RPC access at
http://platform.xwiki.org/xwiki/bin/view/Features/XMLRPC.
I am using XWiki 2 ML 3 on JDK 1.5 / Tomcat 6.0.18 / MySql 5 test machine.
I placed the xwiki-core-xmlrpc-client-2.0-milestone-3.jar file in the
WEB-INF/lib folder. Restarted tomcat & copy pasted the following code
from the above XMLRPC page:
<%
import org.xwiki.xmlrpc.XWikiXmlRpcClient;
import org.xwiki.xmlrpc.model.XWikiPage;
String url = "http://localhost:8080/xwiki/xmlrpc/confluence";
String user = "Admin";
String pass = "admin";
XWikiXmlRpcClient rpc = new XWikiXmlRpcClient(url);
rpc.login(user, pass);
XWikiPage page = rpc.getPage("Main.WebHome");
println(page.getContent());
String rendered = rpc.renderContent(
page.getSpace(), page.getId(), page.getContent());
println(rendered);
%>
I do not get the rendered content from the server but instead I got
the following error message:
org.apache.xmlrpc.XmlRpcException: Failed to create input stream:
http://localhost:8080/xwiki/xmlrpc/confluence
Now, I also tried the other pure java example in Netbeans while
making sure that all the commons-logging-1.1.jar,
ws-commons-util-1.0.2.jar, xmlrpc-common-3.1.2.jar, and
xmlrpc-client-3.1.2.jar files in the libraries. On running the sample
code, I get the following error:
XmlRpc HttpTransportException: HTTP server returned unexpected status Not Found
What am I doing wrong...or is the article not updated as per XWiki 2.0 release.
Any help would be greatly appreciated...
Hi,
I am Silvia Rusu (http://www.xwiki.org/xwiki/bin/view/XWiki/SilviaRusu)
and I have joined the XWiki Iasi team this week as a tester and
documentation writer.
As a tester my role will be to uncover any issues and inconsistencies
that might affect the products you love developing/using.
I will also be talking to our project managers, product manager and
mailing list users in order to find out more about our customers
expectations and needs. Taking this into consideration I will come up
with suggestions on how to improve user experience.
As a documentation writer I will make sure users who aren't familiar
with XWiki discover what the products do in order to take advantage of
their features. In the process I will be making sure all user-facing
features are well documented on XWIki.org, writing user guides, creating
videos explaining how to use features, etc.
I am happy to be joining XWiki and hope this will develop into a very
successful collaboration.
You can find me online on Twitter at http://twitter.com/silviarusu.
Should you have any suggestions regarding testing and documentation
please feel free to contact me by email at silvia.rusu(a)xwiki.com.
Thanks,
Silvia
Sometimes I spend weeks to finish some docs, and it will generate dozens of
versions when I forgot to enable "Is minor edit". How can I set the default
value of "Is minor edit" to "true"?
Under the xwiki root folder >> Templates, I found the editactions.vm file.
I had to replace the line
#if($request.minorEdit)checked="checked"#end TO
checked="checked"
That seems to set the minor edit box to checked for all the pages. I prefer
it this way since on my wiki instance there are on an average 60-100
articles being added daily and almost equal number being edited throughout
the day. Most people tend to forget that the changes they are making is a
minor edit (epecially when they are making minor edits because of time
constraint).
I have realised that it may not be a good idea to make changes to the vm
files. However, I've also not come across any side effect of enabling the
minor edit so far.
Hello,
Can anyone help, about the hibernate configuration for using a Datasource into a Weblogic App Server? It's just the point for getting xwiki running in my company. I found nothing the worked for me in the web.
Thanks in advance,
Francisco
--
Francisco Hernández Cuchí
**********************************************************************************************
IMPORTANTE: El contenido de este correo y ficheros adjuntos es confidencial y está dirigido únicamente
para el destinatario/s.
Si Ud recibe este correo por error, por favor póngase en contacto con su administrador de correo o con el
emisor immediatamente y no difunda su contenido a nadie ni haga copias.
*** Este correo ha sido escaneado de virus y contenido malicioso ***
**********************************************************************************************
Sometimes I spend weeks to finish some docs, and it will generate dozens of
versions when I forgot to enable "Is minor edit". How can I set the default
value of "Is minor edit" to "true"?
--
-----------------------------------------------------------------------------------------
空中的一小块陆地
E-mail : fly.island(a)gmail.com
Blog : http://flyisland.blogbus.com/
Twitter : http://twitter.com/flyisland
-----------------------------------------------------------------------------------------
Hello,
I'm using XEM 1.7.2 with Tomcat and Apache on Debian
- I ca create virtual wiki but i can't modify them. When I try to
preview or view my change, I'm automaticly redirected to the xredirect
page...
- And if I try to login directly on a virtual wiki, I can't logout...
Could you help me ?
François
Hi
I have a problem where creating and saving/editing documents fails.
I am using xwiki version 1.1.1 Here are some errors shown from the detailed
information page.
Error number 3201 in 3: Exception while saving document AVL.test
Wrapped Exception: Error number 3211 in 3: Exception while updating
archive AVL.test
Wrapped Exception: Error number 3212 in 3: Exception while loading
archive 1,473,480,338
Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
Wrapped Exception: could not execute query
Also in the same Detailed information report:
Wrapped Exception:
java.sql.SQLException: Table './macomtech/xwikircs' is marked as crashed
and should be repaired
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:946)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3256)
I havent come across this problem before in xwiki or mysql.
I could use "repair table xwikircs" in mysql. What else needs to be done to
fix problem or is there a better way to fix it?
Thanks
John
--
View this message in context: http://n2.nabble.com/Documents-failing-to-save.-Mysql-table-crash-tp3459900…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
In April there was a discussion on the list with this subject. This
discussion ends without a solution. Does anyone know if this problem has
been solved. It seems I am having the same problem here when running
1.9.3 on a Oracle OC4J container.
Thanks,
Henk
==
Henk F. Schouten, ICT-architect, Dienst ICT
room: SL 2.32, phone (31) 70 4457611, email: H.F.Schouten(a)hhs.nl
De Haagse Hogeschool, Johanna Westerdijkplein 75, 2521 EN the Hague (NL)
Hi Anca,
I will give this a try & update you on the outcome...
Thanks for the quick response. :)
Message: 3
Date: Wed, 19 Aug 2009 11:45:00 +0300
From: Anca Paula Luca <ancapaula.luca(a)xwiki.com>
Subject: Re: [xwiki-users] Search box in IE8
To: XWiki Users <users(a)xwiki.org>
Message-ID: <4A8BBB8C.3030102(a)xwiki.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Dilipkumar Jadhav wrote:
> Hello All,
> This thing just came to notice when we upgraded our Internet Explorer to
> IE8. The search box that populates using <meta-g> pulls up at the very
> bottom of the page in IE8.
> The same box works normally and shows up at the top of the page in IE7 or
> Firefox 3.X.X.
> In IE8, when I enable the compatibility mode, the box works normally &
shows
> up at the top of the page.
> Although, I've not tried this solution, but I understand that adding this
> meta tag at the top of any html/jsp page should help circumnavigate this
> issue :
> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Hi there,
I suppose you need to add this meta tag to all the XWiki pages, so that
you're
sure that any page you'd load, the content gets interpreted as in IE7. To do
this, go to your installation's templates folder (/webapps/xwiki/templates)
and
edit the htmlheader.vm file to add, next to the other <meta> tags, this one.
Hope this helps,
Anca
> However, I am not sure which page to add this so that the search box works
&
> appears at the top of the page.
> Any help...