Hi all, I'm referring to Philipp Schöpfs questions about instantiating a static SDO through the DataFactory.INSTANCE.create(Person.class) method.
This works without exception for me BUT the actual object created is not static but dynamic (DynamicDataObjectImpl) and therefore it cannot be type- casted to "Person". I actually expected a "PersonImpl" to be returned... So the question is: Is it possible to use the dynamic API to create an SDO and then subsequently switch to a static type of processing? This actually works with the EMF-based SDO 1.0 implementation. Thanks, Erich __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
