[INFO] org.davekeen.flextrine.orm.walkers.LocalMergeWalker Received a non-entity result; not walking.

12 views
Skip to first unread message

Rodrigue Moulin

unread,
Mar 5, 2012, 10:18:17 AM3/5/12
to flextrine
Hello

My application is working fine locally. When I do an export release
build and put it online it doesn't work completely. I can see this
kind of log message in the trace.

[INFO] org.davekeen.flextrine.orm.walkers.LocalMergeWalker Received a
non-entity result; not walking.

What does this mean ?

Thanks
Rod

Rodrigue Moulin

unread,
Mar 6, 2012, 9:09:38 AM3/6/12
to flextrine
I've replaced my compiler argument

-load-confi flex-config.xml

where my flex-config.xml contains

<keep-as3-metadata append="true">
<name>Id</name>
<name>Association</name>
<name>Entity</name>
</keep-as3-metadata>

by

-keep-as3-metadata+=Id -keep-as3-metadata+=Association -keep-as3-
metadata+=Entity

Now I have this error

ReferenceError: Error #1065: Variable metadata is not defined.
at org.davekeen.flextrine.util::EntityUtil$/getAttributesWithTag()
at org.davekeen.flextrine.util::EntityUtil$/getIdFields()
at org.davekeen.flextrine.util::EntityUtil$/getIdHash()
at org.davekeen.flextrine.util::EntityUtil$/hasId()
at org.davekeen.flextrine.orm::RemoteEntityFactory/
entityToRemoteEntity()
at org.davekeen.flextrine.orm::RemoteEntityFactory/getRemoteEntity()
at org.davekeen.flextrine.orm.operations::PropertyChangeOperation/
transformEntities()
at RemoteOperations/toRemoteArray()
at RemoteOperations/toObject()
at org.davekeen.flextrine.orm::UnitOfWork/flush()
at org.davekeen.flextrine.orm::EntityManager/flush()...
Reply all
Reply to author
Forward
0 new messages