[xwiki-users] Change Admin password errors

2007-10-24 Thread Israa Taha
Every time I try to change the Admin password, I get an error (Exceptions occuring when loading and updating XWiki.Admin). However when a regular user changes their password, they dont get that error. Whats going on and how do I make sure I dont get an error when I try to change the Admin

Re: [xwiki-users] Change Admin password errors

2007-10-24 Thread Israa Taha
and HSQLDB On 10/24/07, Vincent Massol [EMAIL PROTECTED] wrote: Hi Israa, Could you show us the full strack trace you get? What version of XWiki are you using? Thanks -Vincent On Oct 24, 2007, at 5:35 PM, Israa Taha wrote: Every time I try to change the Admin password, I get an error

Re: [xwiki-users] Change Admin password errors

2007-10-24 Thread Israa Taha
issues and if you've moved from an older version of xwiki, it may be that you haven't applied the FixRCS patch. Thanks -Vincent On Oct 24, 2007, at 7:31 PM, Israa Taha wrote: This is what I get: Error number 3201 in 3: Exception while saving document XWiki.AdminWrapped Exception: Error

[xwiki-users] XML-RPC

2007-10-11 Thread Israa Taha
For the Page class in XML-RPC setContent() takes a string? What if I want to pass it a file so that the contents of a file are uploaded into XWiki? How or can I do that? (PS. I'm writing the program in Java) Thanks. ___ users mailing list

[xwiki-users] XML-RPC

2007-10-10 Thread Israa Taha
Would anyone have an example of using XML-RPC in Java to create a new page in XWiki? I found an example that uses swizzle and Confluence shown below import org.codehaus.swizzle.confluence.Confluence; import org.codehaus.swizzle.confluence.Page; import java.util.HashMap; public class