[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.rt.eclipselink] Dynamic Weaving in Eclipse RCP

Does anyone knows if it possible to have Dynamic Weaving in an Eclipse RCP app?

If yes, can you tell exactly what are the configurations needed for the RCP app?
Agents, JARs, properties in persistence.xml


With dynamic Weaving on I always get ...

Exception [EclipseLink-60] (Eclipse Persistence Services - 1.0 (Build 1.0 - 20080707)): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: The method [_persistence_setapplication_vh] or [_persistence_getapplication_vh] is not defined in the object [common.bean.configurationDefinition.Template].
Internal Exception: java.lang.NoSuchMethodException: common.bean.configurationDefinition.Template._persistence_getapplication_vh()
Mapping: org.eclipse.persistence.mappings.OneToOneMapping[application]
Descriptor: RelationalDescriptor(common.bean.configurationDefinition.Template --> [DatabaseTable(myschema.template)])



Thanks a lot!