ec.saveChanges in repartition table

2014-09-03 Thread Raymond NANEON
Hello List,  I have an issue with a primary key on a repartition table. Indeed, the primary key for this table has two foreign keys. When I save the data in the repartition table through ec.saveChanges, I have this error directly:  sept. 03 16:20:00 PreProjets[8484] DEBUG er.eo.ERXGenericRecord

Eclipse 4.4 support for WOLips bugs

2014-09-03 Thread Samuel Pelletier
Hi, After few months of iPad development, I'm back in WO land. I downloaded and build the latest WOLips source to try Eclipse 4.4 and I found 2 problems. They are easy to reproduce but I do not know how to debug or even see Eclipse console so I hope someone else will be able to fix them. 1- By

Re: Switching to Maven

2014-09-03 Thread Paul Yu
Ken No. Not at all. That makes sense. My production application is pretty simple. I was just wondering... Paul On Sep 3, 2014, at 11:29 AM, Ken Anderson wrote: > Paul, > > I use a lot of libraries that have pom.xml files, and it seems like it would > be easier to handle dependencies by d

Re: Switching to Maven

2014-09-03 Thread Ken Anderson
Paul, I use a lot of libraries that have pom.xml files, and it seems like it would be easier to handle dependencies by doing this. You think it’s a bad idea? Ken On Sep 3, 2014, at 11:22 AM, Paul Yu wrote: > Ken > > What is the reasoning behind this decision? > > Paul > On Sep 3, 2014, at

Re: Switching to Maven

2014-09-03 Thread Paul Yu
Ken What is the reasoning behind this decision? Paul On Sep 3, 2014, at 10:17 AM, John Huss wrote: > Here are the parts I remember doing. There may be more. You have to have WO > installed, and if WO is in the standard directories it is easier. > > # this file is attached > mv archetype-cata

Re: Eclipse 4.4 support for WOLips

2014-09-03 Thread Ruggentaler, JR
git branch * master From: Theodore Petrosky mailto:tedp...@yahoo.com>> Date: Tuesday, September 2, 2014 at 6:49 PM To: JR Ruggentaler mailto:jr.ruggenta...@experian.com>> Cc: Farrukh Ijaz mailto:farrukh.i...@fuegodigitalmedia.com>>, Pascal Robert mailto:prob...@macti.ca>>, WebObjects-Dev mai

Re: Switching to Maven

2014-09-03 Thread John Huss
Here are the parts I remember doing. There may be more. You have to have WO installed, and if WO is in the standard directories it is easier. # this file is attached mv archetype-catalog.xml ~/.m2/ mvn wobootstrap:install # Optional #mvn install:install-file -Dfile=/Users/john/Downloads/ERServl

Re: Switching to Maven

2014-09-03 Thread John Huss
On Wed, Sep 3, 2014 at 7:39 AM, Ken Anderson wrote: > All, > > I’ve decided to bite the bullet and try and integrate Maven into my > WOrkflow. Any hints or tips? Is the WOProject-Maven page ( > http://wiki.wocommunity.org/display/WOL/WOProject-Maven) up to date? It > was last edited in 2011… >

Switching to Maven

2014-09-03 Thread Ken Anderson
All, I’ve decided to bite the bullet and try and integrate Maven into my WOrkflow. Any hints or tips? Is the WOProject-Maven page (http://wiki.wocommunity.org/display/WOL/WOProject-Maven) up to date? It was last edited in 2011… Thanks! Ken ___