Re: [xwiki-users] can't program on virtual wiki

2010-09-01 Thread Vincent Massol
Hi Erica, On Aug 12, 2010, at 8:20 PM, Erica Usui wrote: Hello! :) I'm trying some velocity code on a farm, but it just works for superadmin user, even though my user is registred on the main wiki, and have all possible rights. That's strange. If the code requires programming rights and

[xwiki-users] LDAP issues with XEM

2010-09-01 Thread Alex Bradbeer
Hi everyone. 2 issues (sort of related): 1: We have installed XEM 2.4 on Windows Server 2003 using Jetty and mySQL 5, and have successfully got LDAP to work on the main wiki (authenticating against Active Directory) - the user's first/last name appears in the top right (and if they navigate

[xwiki-users] Problem with login in version 2.4

2010-09-01 Thread Hernández Cuchí , Francisco Ricardo
Hi All, I am upgrading from a XWiki Enterprise 2.1.1.25889 to a XWiki Enterprise 2.4.30451. I am having this problem when login, and I don't know how to solve. I just log, and then I get back to the screen, but the log-in link is still on the right corner, and it seems I am not logged in.

Re: [xwiki-users] Problem with login in version 2.4

2010-09-01 Thread Maxime Mathieu
Hi, Do you have modified the xwiki.authentication.validationKey and encryptionKey in your xwiki.cfg file ? An other way may be to deleted the cookies stored by your browser. Hope this help. Regards, Maxime ___ users mailing list users@xwiki.org

Re: [xwiki-users] Problem with login in version 2.4

2010-09-01 Thread Hernández Cuchí , Francisco Ricardo
I hadn't modify it, and deleting the cookies do not solve the problem. I tried with diferent brownsers and computes with no results. I ran the previous versión on weblogic and oracle with no problema. I also get this error when loading the wiki, but i think it has nothig to do with. With the

Re: [xwiki-users] Problem with login in version 2.4

2010-09-01 Thread Caleb James DeLisle
Hello Hernández, Regarding the error, make sure you have mapping resource=activitystream.hbm.xml/ in your hibernate.cfg.xml file, older versions didn't have have it. Caleb Hernández Cuchí wrote: I hadn't modify it, and deleting the cookies do not solve the problem. I tried with diferent

[xwiki-users] How do I for encript a string field in SHA1

2010-09-01 Thread abrante
I must convert the e mail field in a SHA1 string. Thanks -- View this message in context: http://xwiki.475771.n2.nabble.com/How-do-I-for-encript-a-string-field-in-SHA1-tp5486902p5486902.html Sent from the XWiki- Users mailing list archive at Nabble.com.

[xwiki-users] AUTO: MaryEllen Coleman/Poughkeepsie/IBM is out of the office. (returning 09/07/2010)

2010-09-01 Thread MaryEllen Coleman
I am out of the office until 09/07/2010. I am on holiday. For wiki assistance, please contact Junjun He. If this is an emergency, please contact my manager, Kathy Kennedy, or leave a message on my cell phone. Thank you! :-) Note: This is an automated response to your message users Digest,

Re: [xwiki-users] XWQL in DatabaseLists

2010-09-01 Thread Vincent Massol
Hi Eugen, On Aug 26, 2010, at 12:09 AM, Colesnicov Eugen wrote: When I create my own class with propertie with have type=DatabaseList - often, I cannot use simpe XWiki Class Name - I need to specify HibernateQuery. Unfortunately, I cannot use XWQL, only HQL I tried to put my XWQL query in

Re: [xwiki-users] can't program on virtual wiki

2010-09-01 Thread Erica Usui
The code i'm using is: 1.1 Grupo ITO {table} Usuário|NOME|Empresa #set($sql = select obj.name,prop.value from BaseObject obj, StringProperty prop where obj.className='XWiki.XWikiGroups' and obj.name!='XWiki.XWikiGroupTemplate' and prop.name='member' and obj.id=prop.id.id) #foreach ($row in

Re: [xwiki-users] XWQL in DatabaseLists

2010-09-01 Thread Colesnicov Eugen
I checked jira. Issue about possibility to use XWQL in database lists alreasy exists: http://jira.xwiki.org/jira/browse/XWIKI-2870 Thanks Vincent for the good job and hope. PS. Also I am waiting a few releases for the office docs preview. Everytime this feature was in a roadmaps and everytime

Re: [xwiki-users] Mindmap macro

2010-09-01 Thread Erica Usui
That is really great! :D Thank you Fabio Mancinelli. 2010/8/31 Maxime Mathieu le.genie.logic...@gmail.com I just discovered the Freemind macro and I'm very happy. This macro displays an attached freemind file in a wiki page using a flash component. It works fine, and the installation is

Re: [xwiki-users] can't program on virtual wiki

2010-09-01 Thread Vincent Massol
On Sep 1, 2010, at 8:00 PM, Erica Usui wrote: The code i'm using is: 1.1 Grupo ITO {table} Usuário|NOME|Empresa #set($sql = select obj.name,prop.value from BaseObject obj, StringProperty prop where obj.className='XWiki.XWikiGroups' and obj.name!='XWiki.XWikiGroupTemplate' and

Re: [xwiki-users] can't program on virtual wiki

2010-09-01 Thread Sergiu Dumitriu
On 09/02/2010 12:32 AM, Vincent Massol wrote: On Sep 1, 2010, at 8:00 PM, Erica Usui wrote: When i save with my user, who has all possible rights, i get no outcome. But when saving the page as superadmin, i get the expected result. Are you 100% sure your user is a user of the main wiki and