[xwiki-users] XWiki Class and Javascript

2010-11-24 Thread Pidoux75
Hello, I've a problem to integrate and use Javascript in XWiki when I use Class and Sheet, in 'inline' mode. I've a second class, called IGCountriesClass, with 2 properties: a static list called countryzone (contains EU|AP|LA|NA|WW for Europe, Asian Pacific, North America, Latina America and

Re: [xwiki-users] XWiki Class and Javascript

2010-11-24 Thread Sergiu Dumitriu
On 11/24/2010 02:59 PM, Pidoux75 wrote: I use this code in the second Class Sheet, all is ok in 'view' mode but problem come when I go in 'inline' mode. I get problem with result from $obj.get(objectname) apparently. $obj.get('propname') is equivalent to $doc.display('propname', $obj) which

[xwiki-users] H2 support in xwiki 2.6

2010-11-24 Thread Nicolas Jouanin
Hi, As was wondering if H2 database was still supported as database from xwiki. According to this page ( http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationH2), this should work but here is the exception I get whe using this configuration : javax.servlet.ServletException:

Re: [xwiki-users] H2 support in xwiki 2.6

2010-11-24 Thread Arnaud bourree
2010/11/24 Nicolas Jouanin nicolas.joua...@gmail.com: Hi, As was wondering if H2 database was still supported as database from xwiki. According to this page ( http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationH2), this should work but here is the exception I get whe using this

[xwiki-users] Share by email

2010-11-24 Thread Arnaud bourree
Hello, I want to used Share by email but I've the following error in log: 2010-11-24 15:48:39,986 [http://localhost:8080/xwiki/bin/get/abourree/Weekly1046?xpage=shareinline] ERROR mailsender.MailSenderPlugin - sendEmailFromTemplate: XWiki.SharePage vcontext:

Re: [xwiki-users] [Investigation] User Statuses

2010-11-24 Thread Fabio Mancinelli
Hi Caty, a mail to share my vision about the User Status feature. The main idea is to have a mechanism for users to broadcast messages concerning their activities. The key use cases for this are: 1) Fast communication between enterprise members which can replace IMs and mails with user status

Re: [xwiki-users] H2 support in xwiki 2.6

2010-11-24 Thread Nicolas Jouanin
Yes, the file h2-1.2.147.jar is in webapps/xwiki/WEB-INF/lib. (tomcat container) 2010/11/24 Arnaud bourree arnaud.bour...@gmail.com 2010/11/24 Nicolas Jouanin nicolas.joua...@gmail.com: Hi, As was wondering if H2 database was still supported as database from xwiki. According to this

Re: [xwiki-users] Share by email

2010-11-24 Thread Sergiu Dumitriu
On 11/24/2010 04:05 PM, Arnaud bourree wrote: Hello, I want to used Share by email but I've the following error in log: 2010-11-24 15:48:39,986 [http://localhost:8080/xwiki/bin/get/abourree/Weekly1046?xpage=shareinline] ERROR mailsender.MailSenderPlugin - sendEmailFromTemplate:

Re: [xwiki-users] Share by email

2010-11-24 Thread Arnaud bourree
2010/11/24 Sergiu Dumitriu ser...@xwiki.com: On 11/24/2010 04:05 PM, Arnaud bourree wrote: Hello, I want to used Share by email but I've the following error in log: 2010-11-24 15:48:39,986 [http://localhost:8080/xwiki/bin/get/abourree/Weekly1046?xpage=shareinline] ERROR

Re: [xwiki-users] component manager not initialized after install

2010-11-24 Thread Scott McMasters
Thanks, Marius, but it is registered in web.xml. I'll check the logs for when the application starts to see if there are any errors at that point. On Thu, Nov 18, 2010 at 6:54 PM, Marius Dumitru Florea mariusdumitru.flo...@xwiki.com wrote: Hi Scott, On 11/18/2010 01:50 PM, Scott McMasters

[xwiki-users] Custom Authentication - Error: You are not allowed to view this document or perform this action

2010-11-24 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
I've been searching the archive, but coming up short here. I'm trying to get custom authentication going on XWiki Enterprise 2.6. I've successfully implemented the XWikiAuthService by extending XwikiAuthServiceImpl as suggested here :

Re: [xwiki-users] [Investigation] User Statuses

2010-11-24 Thread Sergiu Dumitriu
On 11/24/2010 04:12 PM, Fabio Mancinelli wrote: Hi Caty, a mail to share my vision about the User Status feature. The main idea is to have a mechanism for users to broadcast messages concerning their activities. The key use cases for this are: 1) Fast communication between enterprise

Re: [xwiki-users] H2 support in xwiki 2.6

2010-11-24 Thread Sergiu Dumitriu
On 11/24/2010 10:16 PM, Nicolas Jouanin wrote: Now it works, except that I cant' login. I use Admin/admin and I get invalid credentials error. I'll investigate. This is normal, by default the database is empty, no user is automatically created. You should have access to the administration

Re: [xwiki-users] Custom Authentication - Error: You are not allowed to view this document or perform this action

2010-11-24 Thread Sergiu Dumitriu
On 11/24/2010 10:42 PM, Scardino, Leonard R Jr ERDC-ITL-MS Contractor wrote: I've been searching the archive, but coming up short here. I'm trying to get custom authentication going on XWiki Enterprise 2.6. I've successfully implemented the XWikiAuthService by extending XwikiAuthServiceImpl

Re: [xwiki-users] Custom Authentication - Error: You are not allowed to view this document or perform this action

2010-11-24 Thread Marius Dumitru Florea
On 11/24/2010 11:42 PM, Scardino, Leonard R Jr ERDC-ITL-MS Contractor wrote: I've been searching the archive, but coming up short here. I'm trying to get custom authentication going on XWiki Enterprise 2.6. I've successfully implemented the XWikiAuthService by extending XwikiAuthServiceImpl

Re: [xwiki-users] Custom Authentication - Error: You are not allowed to view this document or perform this action

2010-11-24 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
That's what I was thinking as well, though I don't get logged out, but I can't see my users profile. I removed the config line and logged in as the administrator with the default login. The user I created seemed to have the correct permissions. Also when not using my custom authenticator, I was

Re: [xwiki-users] Custom Authentication - Error: You are not allowed to view this document or perform this action

2010-11-24 Thread Ludovic Dubost
Either you see your name at the top right and then your authentication service is working, except that your user actually has not rights. Maybe you forgot to make the calls to create the user page (when it does not exist) and add the user to XWiki.XWikiAllGroup If you don't see your name

Re: [xwiki-users] Custom Authentication - Error: You are not allowed to view this document or perform this action

2010-11-24 Thread Ludovic Dubost
You should check context.getUser() (print it in the logs). If all the rights are set maybe you did not set it properly (the 'XWiki.' prefix maybe) Ludovic Le 24/11/10 23:04, Scardino, Leonard R Jr ERDC-ITL-MS Contractor a écrit : That's what I was thinking as well, though I don't get

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

2010-11-24 Thread MaryEllen Coleman
I am out of the office until 11/29/2010. Enjoying the US Thanksgiving holiday ... back on Monday, 11/29. Note: This is an automated response to your message users Digest, Vol 40, Issue 58 sent on 11/24/10 16:43:00. This is the only notification you will receive while this person is away.