Re: [xwiki-users] How to list the subspace under the space? Little bit successful. Need more steps to go..

2010-05-26 Thread Nithya Vembu
Hi Guillaume, Thanks for your valuable reply. I have somewhat achieved to get the subspaces and pages like a tree structure. This is the code snippet. I just changed the query in the child parent code snippet for my requirement. {{velocity}} #macro (createDocumentTree $document $depth

[xwiki-users] How to list the subspace under the space?

2010-05-24 Thread Nithya Vembu
Hi All, Currently i am working in xwiki and facing some issues which i am not able to solve. I want to create a tree structure for the space and subspace and the pages inside it. Eg : I am creating Space Name : HelloMajor, Parent : nothing (by default it takes WebHome) Page Name

[xwiki-users] How to add cookie and header in xmlrpc in xwiki?

2010-04-20 Thread Nithya Vembu
Hi All, I am facing issue in xmlrpc client while login the admin user. I want to add the user in the xwiki through xmlrpc. For that i have to login as admin and then i have to add the user which is given in the below link. I have used the login sample defined in the following link

Re: [xwiki-users] How to create a skin/ theme in xwiki through xml rpc?

2010-03-22 Thread Nithya Vembu
Hi Florin, Thanks for your reply. I am using xwiki in my application. its one of the part in my application what i am developing. My application has its own theme and xwiki also. When i select and set my application theme, the same theme should get apply to the xwiki also. This is my

[xwiki-users] How to create a skin/ theme in xwiki through xml rpc?

2010-03-11 Thread Nithya Vembu
Hi All, I want to create a skin/ theme in xwiki. Or else is it possible to apply the existing skin of xwiki like nightfall, nature through program in xwiki? My requirement i have to create a theme and apply the theme to xwiki through some xml rpc? Is it possible? is there any code

Re: [xwiki-users] Creating user using XML RPC.... and also how to add the user in default group with the xwiki all group rights via xml rpc/programmatically??

2010-03-09 Thread Nithya Vembu
Hi Dilip, Thanks for the valuable reply. I tried your example with this set of code and password also able to create for the user. But i didnt checked whether its plain text or hashed.. I used this snippet of code XWikiObject xobj = new XWikiObject();

Re: [xwiki-users] Adding user to defaul group with appropriate rights through xml rpc.....

2010-03-09 Thread Nithya Vembu
Hi Marius, Thanks for the reply. This is my code snippet which i tried before posting this post. XWikiObject xobj = new XWikiObject(); xobj.setClassName(XWiki.XWikiAllGroups); xobj.setProperty(member, test1); rpc.storeObject(xobj);

[xwiki-users] How to add/ register a new user in xwiki through xmlrpc??

2010-03-08 Thread Nithya Vembu
Hi All, I am struggling in the user creation part of xwiki through xml rpc. This is my code snippet to create a new user in xwiki.. String url = http://sso.isupport.com/xwiki/xmlrpc/confluence;; String user = Admin; String

[xwiki-users] Creating user using XML RPC....

2010-03-03 Thread Nithya Vembu
Hi All, Is there any sample available to create a user through XML RPC like the examples in the following link for creation of page, space etc.. http://platform.xwiki.org/xwiki/bin/view/Features/XMLRPCJavaExamples Please help me out if there any solution. Thanks, Nithya. -- View this

[xwiki-users] Login in xwiki through http client...

2010-03-01 Thread Nithya Vembu
Hi All, I just want to know is it possible to login in xwiki application through httpclient. Now through xmlrpc and rest api we can. But for some purpose i need to login through httpclient. If possible, any one can tell the url along with the parameters needed to login. Thanks in advance.

Re: [xwiki-users] Login in xwiki through http client...

2010-03-01 Thread Nithya Vembu
Hi All, Thanks for you valuable response. I am asking the httpclient for doing my own sso login. I am using JBoss portal which using OpenSSO - OpenDS as a user datastore. The same user get store in both JForum application's seperate database and also in xwiki database. In JForum i

[xwiki-users] How to integrate xwiki as jsr-168 in jboss portal??

2010-02-14 Thread Nithya Vembu
Hi All, Now i am working in xwiki to integrate xwiki application as portlet in jboss portal. I have placed the portlet.xml,portlet-instances.xml,xwiki-object.xml inside the xwiki war and deployed in jboss portal. It deployed and portlet also created. But inside the portlet its throwing