[xwiki-devs] Dropping support of Plexus (temporarily)?

2009-06-01 Thread Vincent Massol
Hi, I'm having 2 problems with Plexus: 1) I tried to upgrade and it's not working. They've dropped the ability to dynamically register a new component instance for an existing role. Jason Van Zyl said he's ok to fix it but he's busy on other stuff and it's been now 2 weeks since he said

Re: [xwiki-devs] Dropping support of Plexus (temporarily)?

2009-06-01 Thread Sergiu Dumitriu
Vincent Massol wrote: Hi, I'm having 2 problems with Plexus: 1) I tried to upgrade and it's not working. They've dropped the ability to dynamically register a new component instance for an existing role. Jason Van Zyl said he's ok to fix it but he's busy on other stuff and it's

Re: [xwiki-devs] Dropping support of Plexus (temporarily)?

2009-06-01 Thread Vincent Massol
On Jun 1, 2009, at 11:05 AM, Sergiu Dumitriu wrote: Vincent Massol wrote: Hi, I'm having 2 problems with Plexus: 1) I tried to upgrade and it's not working. They've dropped the ability to dynamically register a new component instance for an existing role. Jason Van Zyl said he's ok to

Re: [xwiki-devs] Dropping support of Plexus (temporarily)?

2009-06-01 Thread Pascal Voitot
On Mon, Jun 1, 2009 at 10:29 AM, Vincent Massol vinc...@massol.net wrote: Hi, I'm having 2 problems with Plexus: 1) I tried to upgrade and it's not working. They've dropped the ability to dynamically register a new component instance for an existing role. Jason Van Zyl said he's ok to fix

Re: [xwiki-devs] Dropping support of Plexus (temporarily)?

2009-06-01 Thread Pascal Voitot
On Mon, Jun 1, 2009 at 11:05 AM, Sergiu Dumitriu ser...@xwiki.com wrote: Vincent Massol wrote: Hi, I'm having 2 problems with Plexus: 1) I tried to upgrade and it's not working. They've dropped the ability to dynamically register a new component instance for an existing role. Jason

Re: [xwiki-devs] [xwiki-notifications] r20663 - in sandbox/gsoc/xoo: . src/main/assembly src/main/java/org/xwiki/xoo src/main/oxt src/main/oxt/META-INF src/main/oxt/dialogLibrary

2009-06-01 Thread Cristina Scheau
Hi! Thank you very much for your code review. public interface IConstants { Why do you need an interface for this? This looks like a .net interface naming convention, but I did not see it in the java world. The XWiki convention is documented here: -

Re: [xwiki-devs] [xwiki-notifications] r20663 - in sandbox/gsoc/xoo: . src/main/assembly src/main/java/org/xwiki/xoo src/main/oxt src/main/oxt/META-INF src/main/oxt/dialogLibrary

2009-06-01 Thread Florin Ciubotaru
Cristina Scheau wrote: Hi! Thank you very much for your code review. public interface IConstants { Why do you need an interface for this? This looks like a .net interface naming convention, but I did not see it in the java world. The XWiki convention is documented here: -

Re: [xwiki-devs] [xwiki-notifications] r20681 - in platform/core/trunk: xwiki-component/xwiki-component-default/src/main/java/org/xwiki/component xwiki-component/xwiki-component-default/src/main/java/

2009-06-01 Thread Vincent Massol
On Jun 1, 2009, at 4:12 PM, Sergiu Dumitriu wrote: vmassol (SVN) wrote: Author: vmassol Date: 2009-06-01 10:49:54 +0200 (Mon, 01 Jun 2009) New Revision: 20681 Log: XWIKI-3913: Add support for Component Manager events * TODO: Refactor localization module to use the refactored

[xwiki-devs] JSON with XWiki/2.0 ???

2009-06-01 Thread Pascal Voitot
Hello, I try to create a page in XWiki/2.0 generating some JSON data but I have some problems and I have to go back to XWiki/1.0... * when you write this in a page MySpace.MyPage: [ { field : value } ] you call MySpace.MyPage?xpage=plain and you get some HTML code: