Re: Q about ERModernLook and embedded lists

2011-11-04 Thread David Holt
Can you make a rule for that embedded page configuration? 100 : pageConfiguration = 'EditRelationshipEmbeddedPost' => isEntityDeletable = "false" [com.webobjects.directtoweb.BooleanAssignment] On 2011-11-04, at 3:54 PM, Philippe Rabier wrote: > Hi all, > > One week ago before knowing the list

Q about ERModernLook and embedded lists

2011-11-04 Thread Philippe Rabier
Hi all, One week ago before knowing the list server outage, I sent the following email which was never sent. And the solution below. (if you want to read my question quickly go to the end) The email I sent: I have 2 entities: - Client (company) - Use

Re: Migration Issue with 0 level migration

2011-11-04 Thread James Cicenia
I swear I did that this time!! But I sort of did... was referencing a bad project MySQLPlugin. Deleted that framework, reset the class paths again to MySQLPlugin and it worked. This week migrations... next week REST! thanks. James On Nov 4, 2011, at 3:37 PM, Pascal Robert wrote: > > Le 2

Re: Migration Issue with 0 level migration

2011-11-04 Thread Pascal Robert
Le 2011-11-04 à 15:35, James Cicenia a écrit : > Hmm, how could that be? Because the built-in MySQL plugin coming with WO is broken, you have to use the one in Wonder, and to do that, you need to add MySQLPlugIn in your class path, or else it will use the built-in plugin. > It actually added

Re: Migration Issue with 0 level migration and ERAttachement

2011-11-04 Thread James Cicenia
Hmmm More from the log: Upgrading ERAttachment to version 0 with migration 'er.attachment.migrations.ERAttachment0@5c66b06b' Nov 04 14:10:03 MidwestFoodsWeb[65241] INFO er.extensions.jdbc.ERXJDBCUtilities - Executing CREATE TABLE ERAttachment(attachmentDataID INTEGER, configurationName VAR

Re: Migration Issue with 0 level migration

2011-11-04 Thread James Cicenia
Hmm, how could that be? It actually added some tables before it choked. James On Nov 4, 2011, at 2:30 PM, Chuck Hill wrote: > DB plugin not added to project. > > > On 2011-11-04, at 12:15 PM, James Cicenia wrote: > >> Hello - >> >> I am developing another D2WApp and using Migrations from

Re: Migration Issue with 0 level migration

2011-11-04 Thread Chuck Hill
DB plugin not added to project. On 2011-11-04, at 12:15 PM, James Cicenia wrote: > Hello - > > I am developing another D2WApp and using Migrations from the very start. > > However, when I first start my application I get this error: > > Executing alter table ERAttachment null available VARCHA

Migration Issue with 0 level migration

2011-11-04 Thread James Cicenia
Hello - I am developing another D2WApp and using Migrations from the very start. However, when I first start my application I get this error: Executing alter table ERAttachment null available VARCHAR(5) NOT NULL I am using ERAttachment and here is my migration file: Anything seem obvious? Jam