[xwiki-users] about the table cell split and merge in the xwiki editor

2008-11-19 Thread Huang Sheng
hi,All I have a question about the xwiki table usage.When I have a table ,I try to split one cell to more cells or merge some cells into one cell,I find this function is invalid,when I click the save button ,the saved table is not what I want,is anybody know how to solve this issue?or anyone

Re: [xwiki-users] about the table cell split and merge in the xwiki editor

2008-11-19 Thread Vincent Massol
Splitting/merging cells is not supported (even though the wysiwyg editor has action menus for that which I thought we removed in the latest XE version BTW). If you need merging/splitting you can use HTML directly in the page. Note that this will be supported in the new rendering with the new

Re: [xwiki-users] LDAP Groupmembers not updated to XWiki-Groups

2008-11-19 Thread Thomas Zwitanowitsch
Yes, I am sure. This is what is configured: xwiki.authentication.ldap.group_classes=group,groupOfNames,groupOfUniqueNames,dynamicGroup,dynamicGroupAux,groupWiseDistributionList,Top I also tried this configuration xwiki.authentication.ldap.group_classes=groupOfNames,Top,groupOfNames

Re: [xwiki-users] LDAP Groupmembers not updated to XWiki-Groups

2008-11-19 Thread Thomas Mortagne
In the meantime, are you sure that group_classes and group_memberfields has the right values for your LDAP schema ? On Wed, Nov 19, 2008 at 10:42 AM, Thomas Mortagne [EMAIL PROTECTED] wrote: On Wed, Nov 19, 2008 at 8:44 AM, Thomas Zwitanowitsch [EMAIL PROTECTED] wrote: Hi Thomas, Yes, there

Re: [xwiki-users] LDAP Groupmembers not updated to XWiki-Groups

2008-11-19 Thread Thomas Mortagne
On Wed, Nov 19, 2008 at 8:44 AM, Thomas Zwitanowitsch [EMAIL PROTECTED] wrote: Hi Thomas, Yes, there is an entry on this, but it looks like it doesn't find anything. ldap.XWikiLDAPUtils - Retrieving Members of the group:

Re: [xwiki-users] LDAP Groupmembers not updated to XWiki-Groups

2008-11-19 Thread Thomas Mortagne
On Wed, Nov 19, 2008 at 10:51 AM, Thomas Zwitanowitsch [EMAIL PROTECTED] wrote: Yes, I am sure. This is what is configured: xwiki.authentication.ldap.group_classes=group,groupOfNames,groupOfUniqueNames,dynamicGroup,dynamicGroupAux,groupWiseDistributionList,Top I also tried this

Re: [xwiki-users] macros not executed?

2008-11-19 Thread Yishay Mor
Thanks Sergio, yes - since I use the same macros in several templates, I thought I should collect them in a single page and include that. I've tried includeInContext, includeMacros, and includeForms - but I always get the same problem. Date: Wed, 19 Nov 2008 03:31:09 +0100 From: Sergiu Dumitriu

Re: [xwiki-users] LDAP Groupmembers not updated to XWiki-Groups

2008-11-19 Thread Thomas Mortagne
On Wed, Nov 19, 2008 at 12:08 PM, Thomas Zwitanowitsch [EMAIL PROTECTED] wrote: Looks like it doesn't see the other attributes... ldap.XWikiLDAPUtils - Found group [cn=Admin,ou=XWiki,ou=Corp,ou=Links,ou=extranet_access,ou=groups,o=wlgore] members :{} ldap.XWikiLDAPUtils

[xwiki-users] PermGen OutOfMemory

2008-11-19 Thread Ducret, Gilles (CH)
Hello everybody, Since I have installed xwiki on my Tomcat5 server I have OutOfMemory problems. These are related to the PermGen space, not the heap space. I have read several topics about that with xwiki but with no answers. If I remove xwiki from the server the problem disappear. This server

Re: [xwiki-users] LDAP Groupmembers not updated to XWiki-Groups

2008-11-19 Thread Thomas Mortagne
By the way Maybe your already said it but which LDAP server are you using ? The attributes are lower cased by XWiki to not depends on the case of attributes when manipulating them. It's generaly not a problem for LDAP but maybe there a problem with the server your are using... On Wed, Nov 19,

Re: [xwiki-users] LDAP Groupmembers not updated to XWiki-Groups

2008-11-19 Thread Thomas Zwitanowitsch
We're using Novell's eDirectory. I thought of the same thing that lowercase could be a problem. But on the other side the member attribute is all lowercase - only equivalentToMe is mixed case. And I just tried it to only map it to member with no change. Here are the new logs:

Re: [xwiki-users] LDAP Groupmembers not updated to XWiki-Groups

2008-11-19 Thread Thomas Mortagne
On Wed, Nov 19, 2008 at 1:22 PM, Thomas Zwitanowitsch [EMAIL PROTECTED] wrote: We're using Novell's eDirectory. I thought of the same thing that lowercase could be a problem. But on the other side the member attribute is all lowercase - only equivalentToMe is mixed case. And I just tried it to

Re: [xwiki-users] PermGen OutOfMemory

2008-11-19 Thread Ludovic Dubost
Hi Gilles, Here is a typical command line you can add to your java command line -XX:MaxPermSize=128m -Xms100m -Xmx512m This can be done by updating this environment variable in the startup scripts CATALINA_OPTS=-server -XX:MaxPermSize=128m -Xms100m -Xmx512m -Dfile.encoding=iso-8859-1

Re: [xwiki-users] LDAP Groupmembers not updated to XWiki-Groups

2008-11-19 Thread Thomas Zwitanowitsch
Looks like it doesn't see the other attributes... ldap.XWikiLDAPUtils - Found group [cn=Admin,ou=XWiki,ou=Corp,ou=Links,ou=extranet_access,ou=groups,o=wlgore] members :{} ldap.XWikiLDAPUtils - Retrieving Members of the group:

Re: [xwiki-users] PermGen OutOfMemory

2008-11-19 Thread Ducret, Gilles (CH)
Thanks I will try but I have to contact the hosting company to see if they accept to modify their tomcat configuration Gilles DUCRET * J2EE/Software Architect Lloyds TSB International Private Banking _ 1 Place

Re: [xwiki-users] LDAP Groupmembers not updated to XWiki-Groups

2008-11-19 Thread Thomas Zwitanowitsch
This is strange. I checked out wiki source and created a quick mock up to test what is actually happening. Now it seems using the Method searchGroupsMembers() is retrieving the attributes correctly: {name=dn value=cn=Admin,ou=XWiki,ou=Corp,ou=Links,ou=extranet_access,ou=groups,o=wlgore}