Re: Some continuum-jpa branch updates

2008-02-06 Thread Damien Lecan
 Its seems TopLink can do Criteria Queries (using Expressions and
 ExpressionBuilders, correct me if I am wrong). It seems quite a few JPA
 implementations provide some sort of Criteria Query API extension.

Hibernate does that too !

Damien


Re: How to discuss about misspelling ?

2007-10-30 Thread Damien Lecan
 here

## Some things to discuss for the french :

release was not translated by Damien.
What about : diffuser or distribuer ? At worst faire une 'release' 

Notifers : alertes, instead of Notifiers

Summary is translated by résumé, but bilan could fit better

Success is translated by réussite, but succès could fit better

Plannification = Planification

Remove all capital letters inside sentence (Date de la Dernière
Construction = Date de la dernière construction)

Projets de Membres = Membres du projet

...

Damien Blugeon did a great job with 1st translation, small
improvements could lead to very good translation.
Damien, what do you think about that ? Other french people ?


## Some page are not translated, even if a translation is provided.
For example, login page is in english, whereas all keys are translated
(login.username, login.submit, ...)


## I can't find where date formatting is provided.
webwork.date key is configured with dd MMM,  hh:mm:ss aaa z,
but dates appear like that : oct. 30, 2007 04:34:02 AM CET

At worst, it should be dd MMM  HH:mm:ss z
Is time zone mandatory ?

Damien


Re: How to discuss about misspelling ?

2007-10-30 Thread Damien Lecan
  release was not translated by Damien.
  What about : diffuser or distribuer ? At worst faire une 'release' 

 It was translated by Damien but I reverted it because I always use release 
 in french :) but if you prefer 'diffuser' or 'distribuer', it's ok.
 I think faire une 'release' would be better.

+1 for faire une release

 Translations are there: 
 http://svn.codehaus.org/redback/redback/trunk/redback-integrations/redback-xwork/redback-xwork-integration/src/main/resources/org/codehaus/plexus/redback/xwork/

Hum, was it reviewed ?

 Can you provide a patch for you translations fixes?

I'll do it

Damien


How to discuss about misspelling ?

2007-10-29 Thread Damien Lecan
Hello,

I noticed new french translation in next 1.1-beta-4 version.

This is a great job to translate such application in french, but some
words should have been reviewed before being applied.

So how can we discuss about misspelling, about words used in
sentences, about missing translations, ... ?

Thanks

Damien Lecan


Re: [vote] Release Continuum 1.1-beta-4

2007-10-25 Thread Damien Lecan
 I removed few days ago some tables in the model because they wasn't used, but 
 they are exported by DMC beta-3.
 Remove testResult tags in the xml file and it should be ok.
 I'll add some instructions about it on the site when I'll do the release.

Ok, it works now.

DMC still doesn't read my settings.xml file (proxy + Continuum beta-4
stage repository), but it can wait for next beta/rc release to be
solved (or not).

So +1

Damien


Re: Continuum Archiva on Tomcat together and appserver.base variable

2007-10-04 Thread Damien Lecan
 What is the problem?

As both applications are configured to use appserver.base as base logs
directory and as they are deployed in the same Tomcat instance, I
cannot separate all things about Continuum or Archiva.

I could update Continuum or Archiva internal configuration to use
another variable, but that would be a problem when upgrading.

This is not a big problem, but very annoying for people who manage
theses applications.

Damien


Continuum Archiva on Tomcat together and appserver.base variable

2007-10-03 Thread Damien Lecan
Hello,

Continuum and Archiva share the same use of appserver.base variable.

This is a problem when they are deployed together, in Tomcat for example.

How to specify one appserver.base for continuum and one for Archiva ?

I don't know where to report that in Jira, Continuum or Archiva
bug/enhancement ? Plexus one ?

Thanks

Damien Lecan


Upgrade Mysql database from Continuum 1.1-beta-2 to beta-3

2007-09-21 Thread Damien Lecan
Hello,

I would like to upgrade my continuum 1.1-beta-2 instance running with
Mysql to continuum beta-3 version.

I tried to use data-management-cli-1.1-beta-3-app.jar but it doesn't
seem to support Mysql database. This tool always wants to use Derby
JDBC driver.

How to specify JDBC driver ?
Any doc somewhere about this tool ?

Thanks

Damien


Re: Upgrade Mysql database from Continuum 1.1-beta-2 to beta-3

2007-09-21 Thread Damien Lecan
2007/9/21, Emmanuel Venisse [EMAIL PROTECTED]:
 Commands to run will be available when we'll update the site for the release 
 of 1.1-beta-3
 For the moment, it isn't possible to migrate a mysql db (and other db that 
 isn't derby) with this tool. We'll fix it in next version.
 But maybe you can write a patch for it so you'll can migrate, I can explain 
 to you the codee to modify, it's a simple patch to write.

Ok, let's try, i've just checkout continuum 1.1 beta-3 source code.

Damien


Re: Upgrade Mysql database from Continuum 1.1-beta-2 to beta-3

2007-09-21 Thread Damien Lecan
2007/9/21, Emmanuel Venisse [EMAIL PROTECTED]:
 http://jira.codehaus.org/browse/CONTINUUM-1481

Ok, I've got a patch which allows data-management-cli (dmc) to use
Mysql jdbc driver class or any other driver BUT :

 - dmc always fails to download dependencies. It doesn't seem to use
settings.xml configuration file (I'm working behind a proxy). I found
a workaround to do my patch but many people will have problems with
that

 - dmc fails to export data with the following error :
NestedThrowablesStackTrace:
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Unknown column
'ELEMENT.ALWAYS_BUILD' in 'field list'
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
...
at 
org.apache.maven.continuum.management.DataManagementCli.main(DataManagementCli.java:164)

The export tool itself fails to read old database schema. Something
else to configure ?

Damien