Re: [xwiki-users] advice on wiki structure

2008-12-11 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi Graham,

If you are looking for consultancy, I am sure http://xwiki.com is the 
right place to start with.

If you are simply asking if what you are looking for is possible with 
XWiki, I think yes. I think it is worth you take a look to Virtual 
servers (http://www.xwiki.org/xwiki/bin/view/FAQ/HowToSetupVirtualWikis) 
and XWiki Enterprise Manager 
(http://manager.xwiki.org/xwiki/bin/view/Main/).

XWiki has a huge number of features, many of them not obvious by now for 
a regular user like me, that allow fine grained access control and a 
complete separation between business rules, presentation and data.

I think we need a better understanding of the available tools and a lot 
of imagination to put things together! :-)

Hope this helps,

Ricardo

creegers wrote:
 I'm currently trying to measure XWIKI against some business requirements; our
 business are basically looking for a simple WIKI that we can use to store
 corporate/enterprise knowledge in a single place and make available to the
 public via our websites and internally to our customer service agents.

 For a little more background to the requirements, the business is a
 financial institution that provides loan products in different countries.
 Each country currently has their own website (served on different domains,
 with no obvious links to others), customers can apply for financial products
 and administer their accounts through the sites, the terminology used to
 describe the products is the same regardless of the country, however the
 business rules e.g. application process, interest rates is/can be different. 

 The business want to expose the content deemed as publicly available through
 a FAQ/WIKI section on each website, however they don't wish other countries
 content to be displayed on that website.

 Our customer service agents should be able to search the entire WIKI when
 dealing with customers phone enquiries, they also wish there to be more
 internal information available to the agents. 

 I'm struggling to think of a way to achieve this using XWIKI and would be
 grateful of any advice.

 Thanks in advance
 Graham
   

-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] advice on wiki structure

2008-12-11 Thread Graham Cree
Thanks for your reply Ricardo,

I had a quick look at the Virtual Servers  EM, but I figure if I setup 3
virtual wikis i.e. one for each site, I'd presumably have to replicate the
common content into each wiki - so that it will appear in the search
results, when a user searches the wiki?

One thing I'd toyed with was using a single xwiki database, then deploying 4
seperate (one for each country, and one for agents) instances of the xwiki
application that all use the same database as their source. Then if I
created seperate spaces for each country and 1 for common, the content would
all be in one place, but I still need a way to prevent spaces from being
accessible to the public users of different websites. If we used this
approach could we define a different public user for each website?

Cheers
Graham


2008/12/11 [Ricardo Rodriguez] Your EPEC Network ICT Team 
[EMAIL PROTECTED]

 Hi Graham,

 If you are looking for consultancy, I am sure http://xwiki.com is the
 right place to start with.

 If you are simply asking if what you are looking for is possible with
 XWiki, I think yes. I think it is worth you take a look to Virtual
 servers (http://www.xwiki.org/xwiki/bin/view/FAQ/HowToSetupVirtualWikis)
 and XWiki Enterprise Manager
 (http://manager.xwiki.org/xwiki/bin/view/Main/).

 XWiki has a huge number of features, many of them not obvious by now for
 a regular user like me, that allow fine grained access control and a
 complete separation between business rules, presentation and data.

 I think we need a better understanding of the available tools and a lot
 of imagination to put things together! :-)

 Hope this helps,

 Ricardo

 creegers wrote:
  I'm currently trying to measure XWIKI against some business requirements;
 our
  business are basically looking for a simple WIKI that we can use to store
  corporate/enterprise knowledge in a single place and make available to
 the
  public via our websites and internally to our customer service agents.
 
  For a little more background to the requirements, the business is a
  financial institution that provides loan products in different countries.
  Each country currently has their own website (served on different
 domains,
  with no obvious links to others), customers can apply for financial
 products
  and administer their accounts through the sites, the terminology used to
  describe the products is the same regardless of the country, however the
  business rules e.g. application process, interest rates is/can be
 different.
 
  The business want to expose the content deemed as publicly available
 through
  a FAQ/WIKI section on each website, however they don't wish other
 countries
  content to be displayed on that website.
 
  Our customer service agents should be able to search the entire WIKI when
  dealing with customers phone enquiries, they also wish there to be more
  internal information available to the agents.
 
  I'm struggling to think of a way to achieve this using XWIKI and would be
  grateful of any advice.
 
  Thanks in advance
  Graham
 

 --
 Ricardo Rodríguez
 Your EPEC Network ICT Team

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] advice on wiki structure

2008-12-11 Thread Thomas Mortagne
Hi,

On Thu, Dec 11, 2008 at 1:26 PM, Graham Cree [EMAIL PROTECTED] wrote:
 Thanks for your reply Ricardo,

 I had a quick look at the Virtual Servers  EM, but I figure if I setup 3
 virtual wikis i.e. one for each site, I'd presumably have to replicate the
 common content into each wiki - so that it will appear in the search
 results, when a user searches the wiki?

Using Lucene search plugin you can search on all the wiks at the same
time. Look at 
http://www.xwiki.org/xwiki/bin/view/Main/LuceneSearch?text=lucenex=0y=0
for example.

In a wiki farm, the wikis can communicat with each other meaning
that you can link other wikis content (with the syntax: [A link on
wiki wikinamewikiname:SomeSpace;SomePage]) and you can also have
rights on a wiki for user or group from another wikis etc...


 One thing I'd toyed with was using a single xwiki database, then deploying 4
 seperate (one for each country, and one for agents) instances of the xwiki
 application that all use the same database as their source. Then if I
 created seperate spaces for each country and 1 for common, the content would
 all be in one place, but I still need a way to prevent spaces from being
 accessible to the public users of different websites. If we used this
 approach could we define a different public user for each website?

This would be difficult to do because each instance will have it's own
caches for lot's of thing so when you modify something on a instance
the other instance will be aware of that. For that you can use cache
clustering but it's really easier to user XEM for such a use case.
Plus with XEM you can easily manage he mapping between domain names
and wikis.


 Cheers
 Graham


 2008/12/11 [Ricardo Rodriguez] Your EPEC Network ICT Team 
 [EMAIL PROTECTED]

 Hi Graham,

 If you are looking for consultancy, I am sure http://xwiki.com is the
 right place to start with.

 If you are simply asking if what you are looking for is possible with
 XWiki, I think yes. I think it is worth you take a look to Virtual
 servers (http://www.xwiki.org/xwiki/bin/view/FAQ/HowToSetupVirtualWikis)
 and XWiki Enterprise Manager
 (http://manager.xwiki.org/xwiki/bin/view/Main/).

 XWiki has a huge number of features, many of them not obvious by now for
 a regular user like me, that allow fine grained access control and a
 complete separation between business rules, presentation and data.

 I think we need a better understanding of the available tools and a lot
 of imagination to put things together! :-)

 Hope this helps,

 Ricardo

 creegers wrote:
  I'm currently trying to measure XWIKI against some business requirements;
 our
  business are basically looking for a simple WIKI that we can use to store
  corporate/enterprise knowledge in a single place and make available to
 the
  public via our websites and internally to our customer service agents.
 
  For a little more background to the requirements, the business is a
  financial institution that provides loan products in different countries.
  Each country currently has their own website (served on different
 domains,
  with no obvious links to others), customers can apply for financial
 products
  and administer their accounts through the sites, the terminology used to
  describe the products is the same regardless of the country, however the
  business rules e.g. application process, interest rates is/can be
 different.
 
  The business want to expose the content deemed as publicly available
 through
  a FAQ/WIKI section on each website, however they don't wish other
 countries
  content to be displayed on that website.
 
  Our customer service agents should be able to search the entire WIKI when
  dealing with customers phone enquiries, they also wish there to be more
  internal information available to the agents.
 
  I'm struggling to think of a way to achieve this using XWIKI and would be
  grateful of any advice.
 
  Thanks in advance
  Graham
 

 --
 Ricardo Rodríguez
 Your EPEC Network ICT Team

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Upgrade from 1.4 to 1.6.1 and need to resave all script pages???!??

2008-12-11 Thread underbad

Sorry being a pain..
Is there no way of avoiding this?  It effectively stops me from upgrading
past my current version of xwiki.

underbad wrote:
 
 Seems when you upgrade from 1.4.1 to 1.6.1 then you need to resave all
 pages that have restricted calls in them?  For example, I use .search()
 in some of my pages, but after upgrading the xwiki they won't work until I
 resave the pages.
 On upgrading, I did not import the XWiki.Admin user (this caused problems
 the first time I upgraded so I avoid that now).
 I have about 200-250 pages in this state.
 
 Can this be done in one sweep, or can it be turned off?
 

-- 
View this message in context: 
http://n2.nabble.com/Upgrade-from-1.4-to-1.6.1-and-need-to-resave-all-script-pages---%21---tp1629953p1643093.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] XWikiAuthServiceImpl.java

2008-12-11 Thread Lewis Denizen
Hi xwiki-users,

In XWikiAuthServiceImpl.java, I see the following lines:

Line 521:
String createuser = getParam(auth_createuser, context);

Line 500~517:
protected String getParam(String name, XWikiContext context)
{
String param = ;
try {
param = context.getWiki().getXWikiPreference(name, context);
} catch (Exception e) {
}
if (param == null || .equals(param)) {
try {
param =
context.getWiki().Param(xwiki.authentication. +
StringUtils.replace(name, auth_, .));
} catch (Exception e) {
}
}
if (param == null) {
param = ;
}
return param;
}

Which requires me to create a key called
xwiki.authentication..createuser in the config - which is strange...
 Unless there are any side effects, would it be possible to request
the StringUtils.replace() removed?  Thanks again for a great release!
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] advice on wiki structure

2008-12-11 Thread Graham Cree
thanks for that, I'll do a bit more investigation into that area.

I've been carrying out a proof of concept using v1.6.1 and I had a little
play with 1.7 yesterday, the Lucene plugin you mention is the one that has
now been incorporated into xwiki?

interesting that you mention the Lucene search, the business have some other
requirements on the search which I wasn't sure would be possible. I must
confess to not knowing that much about Lucene but I'm under the impression
(from others in here) that it may be capable of the following.

   - ability to suggest words or phrases if the search detects mispelt words
   i.e. like Googles Did you mean? feature.
   - ability to handle grammar variations i.e. searching for loans would
   also return loan.
   - natural language searches e.g. How do I apply for a loan?; I'm
   assuming that this means the search will try for an exact match on this and
   then disregard the meaningless words e.g. do, i for, a etc.

I haven't seen signs of these features in xwiki's implementation of Lucene,
do you know if it could handle these?

Any comments would be appreciated.

TIA
Graham


2008/12/11 Thomas Mortagne [EMAIL PROTECTED]

 Hi,

 On Thu, Dec 11, 2008 at 1:26 PM, Graham Cree [EMAIL PROTECTED]
 wrote:
  Thanks for your reply Ricardo,
 
  I had a quick look at the Virtual Servers  EM, but I figure if I setup 3
  virtual wikis i.e. one for each site, I'd presumably have to replicate
 the
  common content into each wiki - so that it will appear in the search
  results, when a user searches the wiki?

 Using Lucene search plugin you can search on all the wiks at the same
 time. Look at
 http://www.xwiki.org/xwiki/bin/view/Main/LuceneSearch?text=lucenex=0y=0
 for example.

 In a wiki farm, the wikis can communicat with each other meaning
 that you can link other wikis content (with the syntax: [A link on
 wiki wikinamewikiname:SomeSpace;SomePage]) and you can also have
 rights on a wiki for user or group from another wikis etc...

 
  One thing I'd toyed with was using a single xwiki database, then
 deploying 4
  seperate (one for each country, and one for agents) instances of the
 xwiki
  application that all use the same database as their source. Then if I
  created seperate spaces for each country and 1 for common, the content
 would
  all be in one place, but I still need a way to prevent spaces from being
  accessible to the public users of different websites. If we used this
  approach could we define a different public user for each website?

 This would be difficult to do because each instance will have it's own
 caches for lot's of thing so when you modify something on a instance
 the other instance will be aware of that. For that you can use cache
 clustering but it's really easier to user XEM for such a use case.
 Plus with XEM you can easily manage he mapping between domain names
 and wikis.

 
  Cheers
  Graham
 
 
  2008/12/11 [Ricardo Rodriguez] Your EPEC Network ICT Team 
  [EMAIL PROTECTED]
 
  Hi Graham,
 
  If you are looking for consultancy, I am sure http://xwiki.com is the
  right place to start with.
 
  If you are simply asking if what you are looking for is possible with
  XWiki, I think yes. I think it is worth you take a look to Virtual
  servers (http://www.xwiki.org/xwiki/bin/view/FAQ/HowToSetupVirtualWikis
 )
  and XWiki Enterprise Manager
  (http://manager.xwiki.org/xwiki/bin/view/Main/).
 
  XWiki has a huge number of features, many of them not obvious by now for
  a regular user like me, that allow fine grained access control and a
  complete separation between business rules, presentation and data.
 
  I think we need a better understanding of the available tools and a lot
  of imagination to put things together! :-)
 
  Hope this helps,
 
  Ricardo
 
  creegers wrote:
   I'm currently trying to measure XWIKI against some business
 requirements;
  our
   business are basically looking for a simple WIKI that we can use to
 store
   corporate/enterprise knowledge in a single place and make available to
  the
   public via our websites and internally to our customer service agents.
  
   For a little more background to the requirements, the business is a
   financial institution that provides loan products in different
 countries.
   Each country currently has their own website (served on different
  domains,
   with no obvious links to others), customers can apply for financial
  products
   and administer their accounts through the sites, the terminology used
 to
   describe the products is the same regardless of the country, however
 the
   business rules e.g. application process, interest rates is/can be
  different.
  
   The business want to expose the content deemed as publicly available
  through
   a FAQ/WIKI section on each website, however they don't wish other
  countries
   content to be displayed on that website.
  
   Our customer service agents should be able to search the entire WIKI
 when
   dealing with customers phone 

Re: [xwiki-users] advice on wiki structure

2008-12-11 Thread Thomas Mortagne
On Thu, Dec 11, 2008 at 5:38 PM, Graham Cree [EMAIL PROTECTED] wrote:
 thanks for that, I'll do a bit more investigation into that area.

 I've been carrying out a proof of concept using v1.6.1 and I had a little
 play with 1.7 yesterday, the Lucene plugin you mention is the one that has
 now been incorporated into xwiki?

 interesting that you mention the Lucene search, the business have some other
 requirements on the search which I wasn't sure would be possible. I must
 confess to not knowing that much about Lucene but I'm under the impression
 (from others in here) that it may be capable of the following.

   - ability to suggest words or phrases if the search detects mispelt words
   i.e. like Googles Did you mean? feature.
   - ability to handle grammar variations i.e. searching for loans would
   also return loan.
   - natural language searches e.g. How do I apply for a loan?; I'm
   assuming that this means the search will try for an exact match on this and
   then disregard the meaningless words e.g. do, i for, a etc.

 I haven't seen signs of these features in xwiki's implementation of Lucene,
 do you know if it could handle these?

 Any comments would be appreciated.

As far as  I know yes it should be possible to do this using Lucene
but the the current XWiki Lucene plugin is very minimalistic, we plan
to make it standard and more powerful.


 TIA
 Graham


 2008/12/11 Thomas Mortagne [EMAIL PROTECTED]

 Hi,

 On Thu, Dec 11, 2008 at 1:26 PM, Graham Cree [EMAIL PROTECTED]
 wrote:
  Thanks for your reply Ricardo,
 
  I had a quick look at the Virtual Servers  EM, but I figure if I setup 3
  virtual wikis i.e. one for each site, I'd presumably have to replicate
 the
  common content into each wiki - so that it will appear in the search
  results, when a user searches the wiki?

 Using Lucene search plugin you can search on all the wiks at the same
 time. Look at
 http://www.xwiki.org/xwiki/bin/view/Main/LuceneSearch?text=lucenex=0y=0
 for example.

 In a wiki farm, the wikis can communicat with each other meaning
 that you can link other wikis content (with the syntax: [A link on
 wiki wikinamewikiname:SomeSpace;SomePage]) and you can also have
 rights on a wiki for user or group from another wikis etc...

 
  One thing I'd toyed with was using a single xwiki database, then
 deploying 4
  seperate (one for each country, and one for agents) instances of the
 xwiki
  application that all use the same database as their source. Then if I
  created seperate spaces for each country and 1 for common, the content
 would
  all be in one place, but I still need a way to prevent spaces from being
  accessible to the public users of different websites. If we used this
  approach could we define a different public user for each website?

 This would be difficult to do because each instance will have it's own
 caches for lot's of thing so when you modify something on a instance
 the other instance will be aware of that. For that you can use cache
 clustering but it's really easier to user XEM for such a use case.
 Plus with XEM you can easily manage he mapping between domain names
 and wikis.

 
  Cheers
  Graham
 
 
  2008/12/11 [Ricardo Rodriguez] Your EPEC Network ICT Team 
  [EMAIL PROTECTED]
 
  Hi Graham,
 
  If you are looking for consultancy, I am sure http://xwiki.com is the
  right place to start with.
 
  If you are simply asking if what you are looking for is possible with
  XWiki, I think yes. I think it is worth you take a look to Virtual
  servers (http://www.xwiki.org/xwiki/bin/view/FAQ/HowToSetupVirtualWikis
 )
  and XWiki Enterprise Manager
  (http://manager.xwiki.org/xwiki/bin/view/Main/).
 
  XWiki has a huge number of features, many of them not obvious by now for
  a regular user like me, that allow fine grained access control and a
  complete separation between business rules, presentation and data.
 
  I think we need a better understanding of the available tools and a lot
  of imagination to put things together! :-)
 
  Hope this helps,
 
  Ricardo
 
  creegers wrote:
   I'm currently trying to measure XWIKI against some business
 requirements;
  our
   business are basically looking for a simple WIKI that we can use to
 store
   corporate/enterprise knowledge in a single place and make available to
  the
   public via our websites and internally to our customer service agents.
  
   For a little more background to the requirements, the business is a
   financial institution that provides loan products in different
 countries.
   Each country currently has their own website (served on different
  domains,
   with no obvious links to others), customers can apply for financial
  products
   and administer their accounts through the sites, the terminology used
 to
   describe the products is the same regardless of the country, however
 the
   business rules e.g. application process, interest rates is/can be
  different.
  
   The business want to expose the content deemed as publicly 

[xwiki-users] Counting deleted documents

2008-12-11 Thread Gerritjan Koekkoek
Hi,

#set($countQuery =select count(doc) from XWikiDocument as doc where  
doc.creator='$context.user')

will give me the number of documents created by a user.

The question; can I also count the number of documents ever created by  
the user (including deleted documents)
I would like to use the resulting number to create a unique document  
name
somenying like
#set($part1 = $username)
#set($part2 = _doc)
#set($part3 = $docCount)
#set($aboutToCreate = $part1+$part2+$part3)

where doccount would be doccount of every created document by user  
(including deleted) + 1

Gerritjan
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] xwiki workspaces

2008-12-11 Thread Luis Majano
Is there a way to install extra applications to xwiki workspaces.

I have it running under tomcat as a war and followed all the instructions.
However, I would like to install some of the applications in the dev zone,
but I can't, I don't see how?

Any pointers?

-- 
Luis F. Majano
Computer Engineer
http://www.luismajano.com
http://www.coldboxframework.com
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] xwiki workspaces

2008-12-11 Thread Jerome Velociter
Hello Luis,

The application in the code zone are applications for XWiki Enterprise. 
They are not installable as XWiki Workspaces applications without some 
adaptation. If you have the time and the will to do that adaptation, 
there is a draft document about writing applications for XWS available 
here 
http://workspaces.xwiki.org/xwiki/bin/view/Drafts/WorkspacesApplicationDevelopmentTutorial.
 
It is not quite complete, so if you have any question about it, shout 
and I'll be happy to answer you.

What application do you specifically target ?

Note that in the future we plan to merge XWiki Enterprise and XWiki 
Workspaces applications development model through a much more powerful 
application manager, so this extra work will not be needed.

Jerome.

Luis Majano wrote:
 Is there a way to install extra applications to xwiki workspaces.

 I have it running under tomcat as a war and followed all the instructions.
 However, I would like to install some of the applications in the dev zone,
 but I can't, I don't see how?

 Any pointers?


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] synchro ldap problem

2008-12-11 Thread Bartłomiej Radziszewski
hello Thomas,

Today i have tested ldap plugin in xwiki on version 1.7 with postgres 
database and have found some problem. xwiki is synchronizing only 
firstname attribute from my ldap and nothing more. I think i have setup 
correct mapping, xwiki.cfg:

#-# retrieve the following fields from LDAP and store them in the XWiki 
user object (xwiki-attribute=ldap-attribute)
xwiki.authentication.ldap.fields_mapping=last_name=sn,first_name=givenName,fullname=sn,email=mail

#-# [Since 1.3M2, XWikiLDAPAuthServiceImpl]
#-# on every login update the mapped attributes from LDAP to XWiki 
otherwise this happens only once when the XWiki account is created.
xwiki.authentication.ldap.update_user=1


ldap plugin debug:

21:35:56,473 
[http://xxx.com/xwiki-enterprise-web-1.7/bin/view/Main/DocumentDoesNotExist?srid=sE3H8SQH]
 
[qtp0-4] DEBUG ldap.XWikiLDAPConnection- LDAP search: 
baseDN=[cn=bradziszewski,ou=people,dc=xxx,dc=com] query=[null] 
attr=[[sn, givenName, sn, mail]] ldapScope=[0]
21:35:56,475 
[http://xxx.com/xwiki-enterprise-web-1.7/bin/view/Main/DocumentDoesNotExist?srid=sE3H8SQH]
 
[qtp0-4] DEBUG ldap.XWikiLDAPConnection-   - values for 
attribute givenName
21:35:56,475 
[http://xxx.com/xwiki-enterprise-web-1.7/bin/view/Main/DocumentDoesNotExist?srid=sE3H8SQH]
 
[qtp0-4] DEBUG ldap.XWikiLDAPConnection- |- [Bartlomiej]
21:35:56,476 
[http://xxx.com/xwiki-enterprise-web-1.7/bin/view/Main/DocumentDoesNotExist?srid=sE3H8SQH]
 
[qtp0-4] DEBUG ldap.XWikiLDAPConnection-   - values for 
attribute sn
21:35:56,476 
[http://xxx.com/xwiki-enterprise-web-1.7/bin/view/Main/DocumentDoesNotExist?srid=sE3H8SQH]
 
[qtp0-4] DEBUG ldap.XWikiLDAPConnection- |- [Radziszewski]
21:35:56,476 
[http://xxx.com/xwiki-enterprise-web-1.7/bin/view/Main/DocumentDoesNotExist?srid=sE3H8SQH]
 
[qtp0-4] DEBUG ldap.XWikiLDAPConnection-   - values for 
attribute mail
21:35:56,476 
[http://xxx.com/xwiki-enterprise-web-1.7/bin/view/Main/DocumentDoesNotExist?srid=sE3H8SQH]
 
[qtp0-4] DEBUG ldap.XWikiLDAPConnection- |- [...@debian.linux.pl]
21:35:56,477 
[http://xxx.com/xwiki-enterprise-web-1.7/bin/view/Main/DocumentDoesNotExist?srid=sE3H8SQH]
 
[qtp0-4] DEBUG ldap.XWikiLDAPConnection- LDAP search found 
attributes: [{name=dn value=cn=bradziszewski,ou=people,dc=xxx,dc=com}, 
{name=givenName value=Bartlomiej}, {name=sn value=Radziszewski}, 
{name=mail value...@debian.linux.pl}]
21:35:56,477 
[http://xxx.com/xwiki-enterprise-web-1.7/bin/view/Main/DocumentDoesNotExist?srid=sE3H8SQH]
 
[qtp0-4] DEBUG LDAP.XWikiLDAPAuthServiceImpl   - Updating existing user 
with LDAP attribues located at cn=bradziszewski,ou=people,dc=xxx,dc=com
21:35:56,478 
[http://xxx.com/xwiki-enterprise-web-1.7/bin/view/Main/DocumentDoesNotExist?srid=sE3H8SQH]
 
[qtp0-4] DEBUG LDAP.XWikiLDAPAuthServiceImpl   - LDAP authentication 
succeed with principal [xwiki:XWiki.bradziszewski]



Thx for Your support and Greetings!

-- 
Bartłomiej Radziszewski
mobile: +48 509 561 540
e-mail: b...@debian.linux.pl
JID: b...@debian.linux.pl
ICQ: #305569725


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] synchro ldap problem

2008-12-11 Thread Bartłomiej Radziszewski
hello Thomas,

Today i have tested ldap plugin in xwiki on version 1.7 with postgres 
database and have found some problem. xwiki is synchronizing only 
firstname attribute from my ldap and nothing more. I think i have setup 
correct mapping, xwiki.cfg:

#-# retrieve the following fields from LDAP and store them in the XWiki 
user object (xwiki-attribute=ldap-attribute)
xwiki.authentication.ldap.fields_mapping=last_name=sn,first_name=givenName,fullname=sn,email=mail
 


#-# [Since 1.3M2, XWikiLDAPAuthServiceImpl]
#-# on every login update the mapped attributes from LDAP to XWiki 
otherwise this happens only once when the XWiki account is created.
xwiki.authentication.ldap.update_user=1


ldap plugin debug:

21:35:56,473 
[http://xxx.com/xwiki-enterprise-web-1.7/bin/view/Main/DocumentDoesNotExist?srid=sE3H8SQH]
 
[qtp0-4] DEBUG ldap.XWikiLDAPConnection- LDAP search: 
baseDN=[cn=bradziszewski,ou=people,dc=xxx,dc=com] query=[null] 
attr=[[sn, givenName, sn, mail]] ldapScope=[0]
21:35:56,475 
[http://xxx.com/xwiki-enterprise-web-1.7/bin/view/Main/DocumentDoesNotExist?srid=sE3H8SQH]
 
[qtp0-4] DEBUG ldap.XWikiLDAPConnection-   - values for 
attribute givenName
21:35:56,475 
[http://xxx.com/xwiki-enterprise-web-1.7/bin/view/Main/DocumentDoesNotExist?srid=sE3H8SQH]
 
[qtp0-4] DEBUG ldap.XWikiLDAPConnection- |- [Bartlomiej]
21:35:56,476 
[http://xxx.com/xwiki-enterprise-web-1.7/bin/view/Main/DocumentDoesNotExist?srid=sE3H8SQH]
 
[qtp0-4] DEBUG ldap.XWikiLDAPConnection-   - values for 
attribute sn
21:35:56,476 
[http://xxx.com/xwiki-enterprise-web-1.7/bin/view/Main/DocumentDoesNotExist?srid=sE3H8SQH]
 
[qtp0-4] DEBUG ldap.XWikiLDAPConnection- |- [Radziszewski]
21:35:56,476 
[http://xxx.com/xwiki-enterprise-web-1.7/bin/view/Main/DocumentDoesNotExist?srid=sE3H8SQH]
 
[qtp0-4] DEBUG ldap.XWikiLDAPConnection-   - values for 
attribute mail
21:35:56,476 
[http://xxx.com/xwiki-enterprise-web-1.7/bin/view/Main/DocumentDoesNotExist?srid=sE3H8SQH]
 
[qtp0-4] DEBUG ldap.XWikiLDAPConnection- |- 
[...@debian.linux.pl]
21:35:56,477 
[http://xxx.com/xwiki-enterprise-web-1.7/bin/view/Main/DocumentDoesNotExist?srid=sE3H8SQH]
 
[qtp0-4] DEBUG ldap.XWikiLDAPConnection- LDAP search found 
attributes: [{name=dn value=cn=bradziszewski,ou=people,dc=xxx,dc=com}, 
{name=givenName value=Bartlomiej}, {name=sn value=Radziszewski}, 
{name=mail value...@debian.linux.pl}]
21:35:56,477 
[http://xxx.com/xwiki-enterprise-web-1.7/bin/view/Main/DocumentDoesNotExist?srid=sE3H8SQH]
 
[qtp0-4] DEBUG LDAP.XWikiLDAPAuthServiceImpl   - Updating existing user 
with LDAP attribues located at cn=bradziszewski,ou=people,dc=xxx,dc=com
21:35:56,478 
[http://xxx.com/xwiki-enterprise-web-1.7/bin/view/Main/DocumentDoesNotExist?srid=sE3H8SQH]
 
[qtp0-4] DEBUG LDAP.XWikiLDAPAuthServiceImpl   - LDAP authentication 
succeed with principal [xwiki:XWiki.bradziszewski]



Thx for support and Greetings!

-- 
Bartłomiej Radziszewski
mobile: +48 509 561 540
e-mail: b...@debian.linux.pl
JID: b...@debian.linux.pl
ICQ: #305569725


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] xwiki workspaces

2008-12-11 Thread Luis Majano
Hi Jerome,

I was more concerned with installing the applications in the code zone
rather than building my own at the moment.  I know that you can import
things pretty easily in XWiki Enterprise. However, now in workspaces, the
import is actually gone.

luis

On Thu, Dec 11, 2008 at 11:37 AM, Jerome Velociter jer...@xwiki.com wrote:

 Hello Luis,

 The application in the code zone are applications for XWiki Enterprise.
 They are not installable as XWiki Workspaces applications without some
 adaptation. If you have the time and the will to do that adaptation,
 there is a draft document about writing applications for XWS available
 here

 http://workspaces.xwiki.org/xwiki/bin/view/Drafts/WorkspacesApplicationDevelopmentTutorial
 .
 It is not quite complete, so if you have any question about it, shout
 and I'll be happy to answer you.

 What application do you specifically target ?

 Note that in the future we plan to merge XWiki Enterprise and XWiki
 Workspaces applications development model through a much more powerful
 application manager, so this extra work will not be needed.

 Jerome.

 Luis Majano wrote:
  Is there a way to install extra applications to xwiki workspaces.
 
  I have it running under tomcat as a war and followed all the
 instructions.
  However, I would like to install some of the applications in the dev
 zone,
  but I can't, I don't see how?
 
  Any pointers?
 

 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




-- 
Luis F. Majano
Computer Engineer
http://www.luismajano.com
http://www.coldboxframework.com
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users