Re: WOWODC-2012 Git presentations

2012-07-14 Thread Alexis Tual
Thanks that's a great presentation ! 2012/7/13 Kieran Kelleher > FYI, > > If you are new to git. > > The first 3 parts of the 5-part series derived from the "Understanding & > Using Git" WOWODC2012 presentation is available in this iTunes feed: > > http://itunes.apple.com/us/podcast/webo

Re: Migrating from EOF to ????

2012-07-14 Thread Philippe Rabier
On 14 juil. 2012, at 03:49, John Huss wrote: > In general though there is nothing compelling enough for me to think about > rewriting existing code in Tapestry (or any framework). For new projects it > might be worth a look, but there are lot of frameworks out there and I would > put many in

one last Eclipse mystery... can't connect to any database.

2012-07-14 Thread James Cicenia
Hello - I am having another head scratching mystery. No matter what I do, no matter the database, no matter the credentials entered and no matter whether the database is local or remote, WO won't connect to the database. I can connect to all databases using Navicat just fine. This only effects my

Re: one last Eclipse mystery... can't connect to any database.

2012-07-14 Thread Ted Archibald
You have the jdbc jar for your DB installed, correct? On Sat, Jul 14, 2012 at 11:43 AM, James Cicenia wrote: > Hello - > > I am having another head scratching mystery. No matter what I do, no > matter the database, no matter the credentials entered and no matter > whether the database is local o

Re: Migrating from EOF to ????

2012-07-14 Thread John Huss
On Sat, Jul 14, 2012 at 12:39 PM, Philippe Rabier wrote: > > On 14 juil. 2012, at 03:49, John Huss wrote: > > In general though there is nothing compelling enough for me to think about > rewriting existing code in Tapestry (or any framework). For new projects > it might be worth a look, but ther

Migrations create issue with single-table inheritance

2012-07-14 Thread Mr. Robert Hanviriyapunt
I was trying out Migrations just now with a model that has single-table inheritance. I had some issues, namely that it choked on lines that added columns for the sub-entities. Anyone have the same issue? My work-around was to just move them to the parent entity before the create() is called.

Migrations auto-run issue with shared Entities

2012-07-14 Thread Mr. Robert Hanviriyapunt
I had some issues with Migrations just now when I made an entity Shared. The application started up and attempted to load the shared entity before Migrations could create the table for it. Anyone else had the same problem? My work around was to de-select Shared for the entity, start up the a

Re: Migrations create issue with single-table inheritance

2012-07-14 Thread Johann Werner
Hi Robert, I use single-table inheritance quite often but had never a problem with migrations. What are your issues? What is the code you are using for the migration? Did you generate it in Entity Modeler or did you write it by hand? jw Am 15.07.2012 um 07:48 schrieb Mr. Robert Hanviriyapunt:

Re: Migrations auto-run issue with shared Entities

2012-07-14 Thread Johann Werner
I saw a patch for exactly that problem recently in the fork of amagavi. Hopefully there will be a pull request soon (hi David, are you reading this ;-) jw Am 15.07.2012 um 07:52 schrieb Mr. Robert Hanviriyapunt: > I had some issues with Migrations just now when I made an entity Shared. The >