Open ghost opened 9 years ago
If you would have any idea to solve the issue - would be great help. We can easily reproduce the error in our app (which i sadly can't send you). But please contact me if you have a quick-fix or idea how to solve it. I also would glady test some things out if you have some ideas.
Have you resolved the issue yet? Unluckily I got the same error
Just found the solution.
-keep-as3-metadata+=Id,Table,Column
refer to http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7a92.html
keep-as3-metadata=class_name [...]
Specifies custom metadata that you want to keep. By default, the compiler keeps the following metadata:
Bindable Managed ChangeEvent NonCommittingChangeEvent Transient If you want to preserve the default metadata, you should use the += operator to append your custom metadata, rather than the = operator which replaces the default metadata.
when calling .save - this error doesn't appear when running in debug/run mode in Flashbuilder/Inteligj IDEA - but after build
TypeError: Error #1009 at core.typeMappingSqlBuilders::ReferenceInsertStubSqlBuilder/build() at MethodInfo-48899() at core.utils.typeMappings::TypeMappingFactory/create() at core.utils.typeMappings::TypeMappings/loadMetadata() at core.utils.typeMappings::TypeMappings/getMapping() at core.entityOperations::BaseEntityOperation/getMapping() at core.entityOperations::SaveJustObject/execute() at core.entityOperations::EntityOperationsFacade$/executeOperation() at core.entityOperations::EntityOperationsFacade/http://www.maf.com/2011/data/mapping::saveJustObject() at core.entityOperations::Save/execute() at core.entityOperations::EntityOperationsFacade$/executeOperation() at core.entityOperations::EntityOperationsFacade/http://www.maf.com/2011/data/mapping::save() at core::EntityManager/save() at contexts::ReferenceContext/save() at PersistentObject/save() at com.twenty_one_learning.dpp.service.local::SQLService/save() at com.twenty_one_learning.dpp.service.local::ResourceLocalService/saveResource() at com.twenty_one_learning.dpp.service.proxy::BaseProxy/runRequest() at com.twenty_one_learning.dpp.service.proxy::BaseProxy/processRequest() at com.twenty_one_learning.dpp.service.proxy::ResourceProxy/saveResource() at com.twenty_one_learning.dpp.service.manager::ResourceCreater/run() at com.twenty_one_learning.dpp_lib.controller::BaseAppController/onGoogleImageDownloaded() at flash.events::EventDispatcher/dispatchEvent() at mx.core::UIComponent/dispatchEvent() at com.twenty_one_learning.dpp_flex_lib.view.presentation.mediators::ImageDownloadMediator/upload() at com.twenty_one_learning.dpp_flex_lib.view.presentation.mediators::ImageDownloadMediator/DownloadManagerOnComplete() at com.twenty_one_learning.dpp_flex_lib.view.dashboard.tools_menu.components.google_images::GoogleDownloadManager/doneImportingImage() at flash.events::EventDispatcher/dispatchEvent() at com.twenty_one_learning.dpp_flex_lib.view.dashboard.tools_menu.components.google_images::BitmapLoader/resizeAndSave() at MethodInfo-46964()