[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:59:16 CET 2011


Hi,

A small addition to my problem: the exception seems to be related to an 
inheritance issue. The model 'Pensionskasse' inherits from an abstract 
class 'Vorsorgeeinrichtung'. Both are defined as entities. The problem 
described below does not appear for other entities without a superclass.

Thanks in advance for any hint!

Regards,
Ivan.


On 09.11.2011 09:24, Ivan Ruiz Gallego wrote:
> 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