[FLOW3-general] After upgrading to 1.0: 'Column not found' exception at view level

Ivan Ruiz Gallego ivan at loglan.net
Wed Nov 9 09:24:59 CET 2011


Hello,

After upgrading my beta 2 to 1.0 I'm facing a new problem.

In my view I have the following code:

<f:for each="{allePensionskasse}" as="pensionskasse">
/* here I show the corresponding information for 'pensionskasse' */
</f:for>

The line containing the <f:for /> is generating the following exception:

#42S22: SQLSTATE[42S22]: Column not found: 1054 Unknown column 
'l0_.flow3_persistence_identifier' in 'field list'

In the database I see my 'pensionskasse' entry with a FLOW3 persistence 
identifier set.

Can anybody help me out of this one?

Thanks,
Ivan.


More information about the FLOW3-general mailing list