[FLOW3-general] Unable to persist PublishingConfiguration of resource

Thomas Heilmann heilmann at mindscreen.de
Thu Dec 22 14:51:38 CET 2011


Hi all,

I am working on my first FLOW3 project and I am really happy with it! So
first of all: Thanks for all the great work! :)

At the moment I am trying to set a SecurityPublishingConfiguration as
publishing configuration for private resources. Everything seems to work
fine, I can change and persist other properties of the resource, but the
related publishing configuration does not get persisted. I tried it with
1.0.1 and 1.0.2.

The problem seems to be the ORM of the resource class. If I change the
publishingConfiguration @var annotation from the interface to
SecurityPublishingConfiguration and add the @ORM\OneToOne annotation,
everything works as expected. Otherwise, the column
"publishingconfiguration" in the resource-table is not even created in
the database.

As I said -- it's my first FLOW3 project, so perhaps I am missing something.

Thanks for your help -- and merry christmas.
Thomas


More information about the FLOW3-general mailing list