Re: [xwiki-devs] Maven Error while building when proxy is used

2008-04-30 Thread Pascal Voitot
using m2eclipse, I have also discovered that if, in the preferences/maven config, I only set the local settings.xml without setting any global settings.xml, maven refuses to see my proxy. Then I put the same file in the global settings.xml and it works... concerning proxy config, I had about the

Re: [xwiki-devs] ServletContainer and ThreadLocal?

2008-04-29 Thread Pascal Voitot
Ok don't be stressed :) I was just recompiling last trunk + looking at newly added code :) On Tue, Apr 29, 2008 at 4:57 PM, Vincent Massol [EMAIL PROTECTED] wrote: On Apr 29, 2008, at 4:49 PM, Pascal Voitot wrote: Hello, I have a question: now it seems Request/Response/SessionContext

Re: [xwiki-devs] ServletContainer and ThreadLocal?

2008-04-29 Thread Pascal Voitot
I'm also using subclipse in eclipse so if I may help you, don't hesitate to ask... Pascal On Tue, Apr 29, 2008 at 4:57 PM, Vincent Massol [EMAIL PROTECTED] wrote: On Apr 29, 2008, at 4:49 PM, Pascal Voitot wrote: Hello, I have a question: now it seems Request/Response/SessionContext

Re: [xwiki-devs] ServletContainer and ThreadLocal?

2008-04-29 Thread Pascal Voitot
a solution yet. If you know of one let me know. Thanks -Vincent On Apr 29, 2008, at 7:08 PM, Pascal Voitot wrote: I'm also using subclipse in eclipse so if I may help you, don't hesitate to ask... Pascal On Tue, Apr 29, 2008 at 4:57 PM, Vincent Massol [EMAIL PROTECTED] wrote

[xwiki-devs] [DEMO] Class/Object management improvement

2008-04-17 Thread Pascal Voitot
Hello folks, finally I found some time to deploy a demo environment and write some explanations about my work... go on http://myxwikidemo.dyndns.org:8080/xwiki and click on improve class properties management to access the text presentation and the demo guide... Sorry for the long text but it

Re: [xwiki-devs] XWiki Classes and Properties

2008-04-15 Thread Pascal Voitot
Hello, by default, Classes aren't stored in any specific table but are stored as XML with the document... You can trigger an option called UseClassesTable or something like that which will make classes be stored in tables using the hibernate mapping defined by XWIki (tables xwikiclasses and

Re: [xwiki-devs] XWiki Classes and Properties

2008-04-15 Thread Pascal Voitot
for the detailed explanation! Pascal Voitot wrote: Hello, by default, Classes aren't stored in any specific table but are stored as XML with the document... You can trigger an option called UseClassesTable or something like that which will make classes be stored in tables using

Re: [xwiki-devs] [VOTE] Using ThreadLocal vs passing the Context around for all method calls?

2008-04-13 Thread Pascal Voitot
Vincent, I have a question: do you have idea of who, when and how the right container will be injected as a ThreadLocal? (was it your question Any idea?some mails ago?) I'm drawing some parallel with the hibernate session-per-request model which is easily implemented with ThreadLocal... About

Re: [xwiki-devs] [VOTE] Using ThreadLocal vs passing the Context around for all method calls?

2008-04-12 Thread Pascal Voitot
Even if I can't say I'm an expert of XWiki yet, let me give my point of view... The ThreadLocal is interesting but can bring lots of design constraints also... Moreover, I think the stateless approach would be an insurance for future evolutions and passing the context seems better for that... For

Re: [xwiki-devs] [VOTE] Using ThreadLocal vs passing the Context around for all method calls?

2008-04-12 Thread Pascal Voitot
and generic mechanism that passes context and one implementation would be ThreadLocal... And if later, we discover a strong problem, we could have another implementation... regards Pascal On 4/12/08, Vincent Massol [EMAIL PROTECTED] wrote: Hi Pascal, On Apr 12, 2008, at 12:35 PM, Pascal Voitot

Re: [xwiki-devs] [VOTE] Using ThreadLocal vs passing the Context around for all method calls?

2008-04-12 Thread Pascal Voitot
see below On 4/12/08, Vincent Massol [EMAIL PROTECTED] wrote: On Apr 12, 2008, at 2:05 PM, Pascal Voitot wrote: After looking at the code, I see what you mean and the model seems quite generic and on the good way! Excuse me for my stupid ideas... wouldn't it be possible to do

Re: [xwiki-devs] [XWiki Syntax] Do we want a special wiki syntax for special characters like emoticons?

2008-04-10 Thread Pascal Voitot
+1 for 2 I really prefer macros... On Thu, Apr 10, 2008 at 5:39 PM, Sergiu Dumitriu [EMAIL PROTECTED] wrote: Vincent Massol wrote: Hi, Since I'm working on the new rendering component it's a good time to decide if we want a special wiki syntax for special icons such as for emoticons

Re: [xwiki-devs] Release cycles (was Re: [Important] More stability needed - To all committers)

2008-04-07 Thread Pascal Voitot
From my server architect's point of view, I see XWiki as a still young and very active project... Not yet fully stable in its perimeter and final aims: lots of things are still opened and being studied. For the time being, new releases don't only involve bug correction but new functional and

[xwiki-devs] [proof of concept] class/object enhancement

2008-04-04 Thread Pascal Voitot
hello, just to inform that I'm currently working on an evolution of the class management around the idea of archiving/versioning in order to simplify class properties modification/deletion and its consequence for existing object instances and also around the idea of class inheritance, thus keeping

Re: [xwiki-devs] Problems building xwiki-core (checkstyle violations)

2008-04-03 Thread Pascal Voitot
I've got lots of problems with latest m2eclipse also... mainly java heap space with default VM params... I had also checkstyle errors and I had to remove some files from the list of checked files in order to compile... I almost decided to look at m2eclipse code but I don't have time for that :)

Re: [xwiki-devs] Problems building xwiki-core (checkstyle violations)

2008-04-03 Thread Pascal Voitot
oh I see... in fact, I'm no more using the official update site... still using older one... thanks On 4/3/08, Thomas Mortagne [EMAIL PROTECTED] wrote: On Thu, Apr 3, 2008 at 7:12 PM, Pascal Voitot [EMAIL PROTECTED] wrote: is it m2eclipse 0.0.12... ? I use eclipse JEE europa winter

Re: [xwiki-devs] Problems with setting Maven (Can't get artifact..)

2008-03-28 Thread Pascal Voitot
Hello, try to look at the address sergiu to see at least if you can download it... Apparently, maven can't connect ouside... Are you behind a proxy? In this case, you should configure in your maven settings.xml br Pascal On 3/28/08, Sergiu Dumitriu [EMAIL PROTECTED] wrote: There is a problem

Re: [xwiki-devs] compilation errors in com.xpn.xwiki.objects.classes.*

2008-03-28 Thread Pascal Voitot
you miss org.apache.ecs Apache Element Construction Set is it in your maven local repo in ecs/ecs/1.4.2 ? if not or if the jar is missing, remove the directory from your local repository and relaunch maven install... Pascal On Fri, Mar 28, 2008 at 7:00 PM, Kamna Jain [EMAIL PROTECTED] wrote:

Re: [xwiki-devs] compilation errors in com.xpn.xwiki.objects.classes.*

2008-03-28 Thread Pascal Voitot
is it xwiki-enterprise you compiled yourself or one found on website? 1.2-rc1 and 1.3-SNAPSHOT should be only different versions... Maybe the xwiki-enterprise you use requires these libraries... That's all :) I confirm that if you compile current XWiki-Enterprise trunk, you will only find

Re: [xwiki-devs] Problems with setting up Maven.

2008-03-27 Thread Pascal Voitot
do not put in windows variables... This is a problem when you use drag and drop ;) set JAVA_HOME = C:\Program Files\Java\jdk1.6.0 On 3/27/08, Kamna Jain [EMAIL PROTECTED] wrote: Hello, I have been trying to build the XWiki sources but with no luck. I am getting stuck at the first step

[xwiki-devs] problem with maven.xwiki.org ? apparently the server is stuck

2008-03-27 Thread Pascal Voitot
Hello, I spent long time in Ecipse before discovering I got stuck on the maven snapshot updates... it tries to synchronize to maven.xwiki.org... no error, no disconnection... just server connexion frozen... best regards Pascal ___ devs mailing list

Re: [xwiki-devs] Re. Problems with setting up Maven

2008-03-27 Thread Pascal Voitot
it means it doesn't compile... what do you see in your console? from what module do you launch maven? On Thu, Mar 27, 2008 at 3:30 PM, Kamna Jain [EMAIL PROTECTED] wrote: Thanks guys.. with all your suggestions, I was finally able to run Maven :-))) Now, my next question is regarding the

Re: [xwiki-devs] Re. Problems with setting up Maven

2008-03-27 Thread Pascal Voitot
but what happens in your console exactly? any error message? don't you have a trace of your maven install? Apparently I would say your maven blocks or stops (for info, this morning maven.xwiki.org had some problem so maven couldn't synchronize with this repository) Pascal On Thu, Mar 27, 2008

[xwiki-devs] compilation problems going from scratch with last night trunk

2008-03-26 Thread Pascal Voitot
Hello, I checked ou trunks yesterday night with an empty maven repository in console mode... Then I launch mvn install -Pmysql 1)It then blocks immediately because in trunks/pom.xml, the parent pom is xwiki-platform-pom/pom.xml with version 14-SNAPSHOT but current version is 15-SNAPSHOT. To go

Re: [xwiki-devs] compilation problems going from scratch with last night trunk

2008-03-26 Thread Pascal Voitot
and I have JAVA1.5.0_15 and SVN 1.4.2 Anyway, I'm going to investigate deeply now that I understand the whole architecture :) Br pascal On 3/26/08, Vincent Massol [EMAIL PROTECTED] wrote: On Mar 26, 2008, at 9:53 AM, Pascal Voitot wrote: Hello, I checked ou trunks yesterday night

Re: [xwiki-devs] compilation problems going from scratch with last night trunk

2008-03-26 Thread Pascal Voitot
components... Apparently I can compile and maybe launch now :) best regards Pascal On Wed, Mar 26, 2008 at 10:25 AM, Pascal Voitot [EMAIL PROTECTED] wrote: I'm sure this is a local problem on my computer... I'm performing tests on a special environment: an asusEEE with only flash memory and SDCard

Re: [xwiki-devs] compilation problems going from scratch with last night trunk

2008-03-26 Thread Pascal Voitot
To build from trunk with Mysql, it takes exactly 8mn... On Wed, Mar 26, 2008 at 4:34 PM, Sergiu Dumitriu [EMAIL PROTECTED] wrote: How long does a full build take on that PC? Pascal Voitot wrote: Ok, found the problem... For your info, this was a problem of FileSystem... my 8G SD

Re: [xwiki-devs] Building in Eclipse tutorial ideas

2008-03-23 Thread Pascal Voitot
I read quickly this mail thread... Apparently maven misses some dependencies... I really warn you about using both maven manually and then switching to Eclipse and back... In the past, when I began working on m2eclipse keeping using console maven, I had some ennoying problems due to

[xwiki-devs] questions about status of persistence of classes/objects/properties?

2008-03-21 Thread Pascal Voitot
Hello, I see in the code that classical ORM mapping and dynamic EntityMap XML mapping are both used... sometimes for backward compatibility, sometimes as a feature... but this is not easy to understand the exact status... Tell me if I'm wrong or right: - Class/PropertyClass classical Table

Re: [xwiki-devs] Building in Eclipse tutorial ideas

2008-03-21 Thread Pascal Voitot
and highlight the fact that compiling in Eclipse requires MAVEN_EXEC set to 2.1-snapshot :):):) (I spend some time on that because I don't read well your tuto;)) some info how to obtain a real Eclipse enabled project with dependencies management and other configurations could be useful for Maven

Re: [xwiki-devs] Building in Eclipse tutorial ideas

2008-03-21 Thread Pascal Voitot
MAVEN_EXEC, it doesn't compile and I have been wondering what was wrong because in my professional projects, I had never seen such error. Anyway, you're right, I'm no brainer ;) Pascal On Fri, Mar 21, 2008 at 6:14 PM, Vincent Massol [EMAIL PROTECTED] wrote: On Mar 21, 2008, at 6:09 PM, Pascal

Re: [xwiki-devs] Building in Eclipse tutorial ideas

2008-03-21 Thread Pascal Voitot
seems OK On Fri, Mar 21, 2008 at 6:39 PM, Asiri Rathnayake [EMAIL PROTECTED] wrote: Hi Vincent and all, On Fri, Mar 21, 2008 at 10:02 PM, Asiri Rathnayake [EMAIL PROTECTED] wrote: On Fri, Mar 21, 2008 at 8:16 PM, Vincent Massol [EMAIL PROTECTED] wrote: Hi Asiri, If you

Re: [xwiki-devs] Building in Eclipse tutorial ideas

2008-03-21 Thread Pascal Voitot
On Fri, Mar 21, 2008 at 6:38 PM, Vincent Massol [EMAIL PROTECTED] wrote: On Mar 21, 2008, at 6:28 PM, Pascal Voitot wrote: In fact, I have tried to checkout every module independently and directly in Eclipse with Subclipse... But then, I had no Maven project so I configured everything

Re: [xwiki-devs] Building in Eclipse tutorial ideas

2008-03-21 Thread Pascal Voitot
On Fri, Mar 21, 2008 at 6:53 PM, Vincent Massol [EMAIL PROTECTED] wrote: On Mar 21, 2008, at 6:50 PM, Pascal Voitot wrote: On Fri, Mar 21, 2008 at 6:38 PM, Vincent Massol [EMAIL PROTECTED] wrote: On Mar 21, 2008, at 6:28 PM, Pascal Voitot wrote: In fact, I have tried to checkout

[xwiki-devs] why hasn't the class deletion been implemented?

2008-03-18 Thread Pascal Voitot
This might seem stupid but what are the limitations in class/object deletion? br Pascal ___ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs

Re: [xwiki-devs] why hasn't the class deletion been implemented?

2008-03-18 Thread Pascal Voitot
AM, Sergiu Dumitriu [EMAIL PROTECTED] wrote: Pascal Voitot wrote: This might seem stupid but what are the limitations in class/object deletion? We don't know what to do with the data. Adding a property is simple, existing objects will not have a property and it will be added when

Re: [xwiki-devs] why hasn't the class deletion been implemented?

2008-03-18 Thread Pascal Voitot
was saved. This means we can build the class as it was before we actually load the object. Now I'm pretty sure we don't really make use of that. Ludovic Pascal Voitot wrote: That's what I think... In a ideal world, removing a class or a property should imply removing associated instances

Re: [xwiki-devs] why hasn't the class deletion been implemented?

2008-03-18 Thread Pascal Voitot
. Ludovic Pascal Voitot wrote: ok I see But do we agree that we shall have a class/mechanism deletion somewhere? (in fact I agree with myself about that at least because I'm frustrated not to be able to delete the classes I don't need anymore :)) I'm not sure about something: did you

Re: [xwiki-devs] New Observation component: Usage scenarios

2008-03-16 Thread Pascal Voitot
Sorry about proposing my ideas here but they are linked to the observation component. In my current studies, I have some needs but I can't say I know the architecture in details yet. I need a component allowing to add some behaviours in the lifecycle of group of documents without modifying or

Re: [xwiki-devs] How to generate the build.xml for xwiki-core?

2008-03-13 Thread Pascal Voitot
With the m2eclipse plugin, you can at least manage the Maven dependencies declared in the pom.xml directly in your eclipse project and then use all the traditional coding helpers and also activate the automatic build option. But at the end, you shall launch mvn install from the shortcuts provided

Re: [xwiki-devs] How to generate the build.xml for xwiki-core?

2008-03-13 Thread Pascal Voitot
you're right and I didn't want to say that in fact :)... typed too quick... I wanted to tell: maven may use ant On Thu, Mar 13, 2008 at 3:03 PM, Vincent Massol [EMAIL PROTECTED] wrote: On Mar 13, 2008, at 2:57 PM, Pascal Voitot wrote: With the m2eclipse plugin, you can at least manage

Re: [xwiki-devs] Developing/Extending XWiki

2008-03-13 Thread Pascal Voitot
Just one question: is this tuto included on the xwiki.org site because I haven't seen it? On Thu, Mar 13, 2008 at 4:27 PM, Jean-Vincent Drean [EMAIL PROTECTED] wrote: Hi, you might be interested by this article written by Vincent : http://www.theserverside.com/tt/articles/article.tss?l=XWiki

Re: [xwiki-devs] Developing/Extending XWiki

2008-03-13 Thread Pascal Voitot
I had seen this FAQ Tutorial but I hadn't clicked on TODO tutorial Maybe the devzone should appear more clearly because when you go on xwiki.org for the first time, you see first codezone which doesn't contain tutorials (remark: in my IE6, the codezone snippet panels appears far below the text, in

Re: [xwiki-devs] Developing/Extending XWiki

2008-03-13 Thread Pascal Voitot
docs could be accessed from the community zone but also from the documentation zone... I know this can become hard to manage but sometimes it can be ergonomic... On Thu, Mar 13, 2008 at 5:52 PM, Vincent Massol [EMAIL PROTECTED] wrote: On Mar 13, 2008, at 5:42 PM, Pascal Voitot wrote: community

[xwiki-devs] xwiki-platform trunk revision 8234 compilation errors with plugin lucene

2008-03-10 Thread Pascal Voitot
Hello, Last week, I checked out XWiki-platform trunk and tried to compile it with maven-2.1-SNAPSHOT and all the needed memory. If I remove xwiki-core/../plugin/lucene, it works but with it, it fails. Before going deeper, I would like to know if anyone has already seen such issues? I get the

<    1   2   3