I see.
I've tried the other methods in ConfluenceRPCHandler and it works.
I wonder why storePage() won't work for me when i'm doing the same thing.
Tomcat log stops here...
10:15:25,866 WARN http-8080-Processor25
http://localhost:8080/xwiki/bin/xmlrpc/confluence1 Configurator:configure:126 - No
configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath:
file:/home/rilo/eDEn-tools/tomcat/work/Catalina/localhost/xwiki/loader/ehcache-failsafe.xml
I have a hunch that it might be the page argument i am passing.
Can i ask for a working data for creating a new page to test if that was indeed my
problem?
String id, String space, String parentId, String title, String url,
int version, String content, Date created, String creator,
Date modified, String modifier, boolean homepage, int locks.
Thanks,
Rodi