Latest version of XWiki Enterprise
MS SQL 2005
JSQLConnect JDBC Driver
Tomcat 5.5.28
The initial database gets created but when I try to import the following xar
file
xwiki-enterprise-wiki-2.2.1.xar I start to get the following error
Wrapped Exception:
com.jnetdirect.jsql.JSQLException: The
Hello folks,
While at the topic of XMLRPC, I was trying to search for properties in
a particular object.
I have a customized property called "UID" to the "XWiki.XWikiUsers"
class. Naturally, each user in the wiki can chose to fill this field.
I have been trying to find the method in the XMLRPC api
Hi there,
again me:
I've deleted a page which I had tagged before. So far, so good.
However, within my tag-cloud the tag still shows up. When selecting
this tag, I get a overview "All Documents Tagged With "Tag"", but when
I click on that tag (which belongs to the previously deleted
document), I
Hi Nithya,
As Jean Vincent pointed out, following would be the modified code:
XWikiObject xobj = new XWikiObject();
//Class Name is XWikiGroups
xobj.setClassName("XWiki.XWikiGroups");
//Host page to which we want to add the user is the Page
which con
Hi Meng,
On Mar 9, 2010, at 8:02 PM, Meng Wu wrote:
> Hey,
>
> The XWiki site offers a good tutorial on making an FAQ, but the FAQ on the
> XWiki.org site is a little different. I can't find it in the code snippets.
> Is it possible to see the velocity script for this FAQ or see how the "searc
Hey,
The XWiki site offers a good tutorial on making an FAQ, but the FAQ on the
XWiki.org site is a little different. I can't find it in the code snippets. Is
it possible to see the velocity script for this FAQ or see how the "search FAQ"
was implemented?
Thanks,
Felix
___
Hi there, just a quick question:
When I browse through a space as a non-registered user, I always see
both the pages
- WebHome
- WebPreferences
besides the other pages the owner of the space has created.
Example:
- I've created a space called "Database"
- inside this space I've created a page
On Tue, Mar 9, 2010 at 6:28 PM, Nithya Vembu wrote:
>
> 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");
"XWiki.XWikiAllGroups"
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);
Hi,
AngeloG wrote:
> Hallo
> I made the translation in Italian of the same string.properties file and
> updated l10n.xwiki.org/.../Wysiwyg
>
> I hope the file will be included in one of the next release.
Definitely. It will be included in 2.3M1 and 2.2.3 releases.
> I would like to update my x
Hallo
I made the translation in Italian of the same string.properties file and
updated l10n.xwiki.org/.../Wysiwyg
I hope the file will be included in one of the next release.
I would like to update my xwiki but the link provided seems dead.
Is there any other way? (I don't want to break my instal
Hi,
Nithya Vembu wrote:
> Hi All,
>
> I have created user through xml rpc. But the user dont have any rights
> and the user not added in the default group.
> how to add the user in XWiki All Group and give the rights through xml
> rpc??
> Any idea.?? I surfed net and this nabbl
Hi All,
I have created user through xml rpc. But the user dont have any rights
and the user not added in the default group.
how to add the user in XWiki All Group and give the rights through xml
rpc??
Any idea.?? I surfed net and this nabble forum but i didnt get the
solution.
Hello
I'd like to create a wiki at myxwiki.org. It will be used for
debating certain strange decisions in local government, and
for collecting and organizing information about the background
to these decisions, and discussing what can be done about them.
Desired subdomain: slussen.myxwiki.or
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();
xobj.setClassNam
15 matches
Mail list logo