Re: Anyone seen Continuum hanging in recent versions?

2007-08-23 Thread Erik Bengtson
Do you have thread dumps? if you can take 5-10 thread dumps 5 seconds apart,
that might help

Selon Brett Porter [EMAIL PROTECTED]:

 We get this occasionally on vmbuild1: https://issues.apache.org/jira/
 browse/INFRA-1326

 I've not yet seen it on the zone. There's nothing in the logs to report.

 Anyone seen this?

 Cheers,
 Brett






Re: LDAP-Module for Continuum

2007-06-06 Thread Erik Bengtson
Quoting David Goemans [EMAIL PROTECTED]:

 @ Erik Bengtson
 I see one problem in your JPOX implementation? How do you validate pwds?
 The problem is that there are many different algorithms like (md5, crypt
 etc). I solved it by validating on LDAP.


In the ldap query you give the userPassword arg.


Re: DB schema migration

2007-04-23 Thread Erik Bengtson
Quoting Brett Porter [EMAIL PROTECTED]:

 Erik - the problem in upgrading is the changes in private tables
 between versions of jpox that we hadn't given explicit names to. We'd
 probably appreciate most help in future proofing our jpox use a bit
 more in case it's internal schema changes again.


If you mean by private tables the JPOX_TABLES, you can drop it and JPOX will
automatically recreate if it's needed.




Re: DB schema migration

2007-04-22 Thread Erik Bengtson
If you guys need some tooling from JPOX, let me know and I could plan to
implement some kind of export to XML, and import from XML. In between
export/import you could apply Xqueries to transform data to match the new
schema

Quoting Stephane Nicoll [EMAIL PROTECTED]:

 Hi,

 I'm currently running a 1.1-SNAPSHOT from February which runs ok
 except a few minor issues. I'd like to upgrade to 1.1 alpha 1 as soon
 as it's out to provide feedback  co.

 Last time I tried to upgrade, I had to revert because the model schema
 has changed and it was really difficult to update my existing data. Is
 there something scheduled for alpha1 regarding this (at least a manual
 procedure to upgrade my schema if necessary).

 Thanks,
 Stéphane






Re: Preparing for continuum-1.1-alpha-1

2007-03-12 Thread Erik Bengtson
CLOB is supported by most of the databases, and Oracle is the only one with
a particular API rather than plain JDBC

Quoting Brett Porter [EMAIL PROTECTED]:

 Isn't Oracle the only database to offer a CLOB?

 I think writing it to a file in the build results directory like the
 other output makes perfect sense. Unless we are planning to search
 them, but then maybe lucene is a better choice anyway.

 Hmm, indexed and correlated build failures. I like that idea. Shiny. /
 me loses focus.

 - Brett

 On 12/03/2007, at 2:09 AM, Trygve Laugstøl wrote:

  Jesse McConnell wrote:
  sounds good to me, imo either trunc it or maybe switch the model over
  to a clob for that in the db...
 
  I tried to make it a CLOB once but couldn't get it to work because
  of some JPOX issues IIRC so for alpha-1 just chop the exception and/
  or write it to a separate file and put the ideal solution into a
  later alpha.
 
  Keep moving!
 
  --
  Trygve
 
  jesse
  On 3/9/07, Stephane Nicoll [EMAIL PROTECTED] wrote:
  On 3/9/07, Jesse McConnell [EMAIL PROTECTED] wrote:
   I have gone through jira issues there were assigned to 1.1 and
  spread
   things out a bit.
  
   here is my criteria I used in separating out the issues:
  
   1.1-alpha-1 - issues that need to be addressed asap before we
  pull
   any kinda alpha
 
  Not because I opened this but I think CONTINUUM-1194 should be
  fixed.
  I'll try to provide a patch this sunday for this. As a summary,
  if an
  error occurs and the stacktrace is higher than 8000 chars:
 
  * The build is stuck in Build In Progress
  * No notification is triggered (an error has occured?!)
 
  Thanks,
  Stéphane
 
 
 
   1.1-alpha-2 - higher importance issues and ones generally
  related to xml-rpc
   1.1-alpha-# - issues that probably ought to be resolved in the
  alpha releases
   Future - stuff that probably ain't going to get done any day soon
  
   the idea being that we can make new sequential release issues
  off of
   the 1.1-alpha-# release tag until we are done with alpha
  releases.  I
   think once 1.1-alpha-1 is released then we can go through 1.1-
  alpha-2
   and decide what should be done, make a new release called 1.1-
  alpha-3
   and bulk move issues that aren't going to be addressed then (like
   maybe all the xml-rpc issues)
  
   I think we shouldn't worry about making these actually releases
  cut
   with the maven-release-plugin.  I say we just make a build and
  get it
   available for download.  Also tag the continuum trunk accordingly.
   Then we ought to try to release a new alpha every few weeks
  until we
   have the alpha-# issues converging towards 0.
  
   When we actually get to beta/rc releases then we can cut actual
  releases.
  
   Now about my allocation of issues, its not gospel!  If you
  disagree
   with any of my assigning of fix versions then just fix it yourself
   (the version, or better yet the bug).
  
   At the time of this writing I have the 1.1-alpha-1 release down
  to a
   modest 8 issues with a few of those questionable and/or waiting
  for a
   bit of feedback.  I have yet to go through the 200 or so unfiled
   issues though so that might go up a bit, I'll do that now.
  
   thoughts?
   jesse
  
  
  
   On 3/7/07, Emmanuel Venisse [EMAIL PROTECTED] wrote:
We don't need it the migration tool now. We'll can see to it
  when we'll release a first beta on rc.
   
Emmanuel
   
Brett Porter a écrit :

 On 07/03/2007, at 9:52 AM, Jesse McConnell wrote:

 Ok, well the little poll thread I made seemed to be
  strongly in favor
 of getting things pulled together to start getting alpha
  releases out
 of continuum.  So with that in mind here is a list of a
  few things
 that we need to get in order for an alpha release that I
  shamelessly
 started base on bretts comments

 - properly mark up the model as it was for 1.0.3 release
 - add methods to continuum-data-management to utilise that
  and then
 make any necessary transformations (c-d-m will do the
  basic 1-to-1
 conversions)
 - probably write a little CLI to fire it off.
 - vet jira for a 1.1 alpha 1 release version and maybe
  schedule out a
 couple of alpha-# releases.

 I think I'll start in on the data management bit now since
  that seems
 like the biggest hurdle.  I am not convinced we really
  need to worry
 about a continuum 1.0.3 - continuum 1.1 migration
  ability...its not a
 difficult thing to get projects loaded back up into
  continuum...but
 we'll see I guess.

 It is a pain, but having said that we could potentially add
  it in a
 later milestone. I wouldn't want a final version without it.


 anyone have anything to add?

 jesse

 --jesse mcconnell
 [EMAIL PROTECTED]



   
   
  
  
   --
   jesse mcconnell
   [EMAIL PROTECTED]
  
 







Re: Preparing for continuum-1.1-alpha-1

2007-03-07 Thread Erik Bengtson
FYI, JPOX 1.1.7 will be released next monday. It fixes the issue with postgres.

You can try it out, if you like, before we release.

http://www.jpox.org/downloads/maven/jpox/jars/jpox-1.1-SNAPSHOT.jar

Regards

Quoting Jesse McConnell [EMAIL PROTECTED]:

 Ok, well the little poll thread I made seemed to be strongly in favor
 of getting things pulled together to start getting alpha releases out
 of continuum.  So with that in mind here is a list of a few things
 that we need to get in order for an alpha release that I shamelessly
 started base on bretts comments

 - properly mark up the model as it was for 1.0.3 release
 - add methods to continuum-data-management to utilise that and then
 make any necessary transformations (c-d-m will do the basic 1-to-1
 conversions)
 - probably write a little CLI to fire it off.
 - vet jira for a 1.1 alpha 1 release version and maybe schedule out a
 couple of alpha-# releases.

 I think I'll start in on the data management bit now since that seems
 like the biggest hurdle.  I am not convinced we really need to worry
 about a continuum 1.0.3 - continuum 1.1 migration ability...its not a
 difficult thing to get projects loaded back up into continuum...but
 we'll see I guess.

 anyone have anything to add?

 jesse

 --
 jesse mcconnell
 [EMAIL PROTECTED]






migrate m1 to m2

2006-08-13 Thread Erik Bengtson
Hi,

In JPOX we have many projects built by maven, I've created a XQ to transform
project to pom, but dont have one tool to transform properties to settings. I
was wondering if you guys have some tool to help on upgrade?

Thanks.


Re: introduction

2006-07-09 Thread Erik Bengtson
Quoting Trygve Laugstøl [EMAIL PROTECTED]:

 Another issue I would like to figure out is why jpox+derby is using
 exactly 2.0 minutes to start up.


That's due to the validation of schema during runtime. Apply the recommendations
on this page http://www.jpox.org/docs/1_1/performance_tuning.html and startup
time will be in ms.



introduction

2006-07-08 Thread Erik Bengtson
Hi All,

I'm a JPOX developer and because Continuum uses JPOX I thought it may be a good
idea to keep an eye in this list to help you guys in sorting out issues with
the product.

As outcome of following this project, I'm willing to reduce the troubleshooting
time spent when using JPOX and thus improve JPOX operating tools, like
documentation, logging, clear error messages and so on.

Regards,

Erik Bengtson