Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » Help with Xsd Metamodel
Help with Xsd Metamodel [message #578505] Fri, 26 September 2003 20:42
Lance Phillips is currently offline Lance PhillipsFriend
Messages: 210
Registered: July 2009
Senior Member
Ed,
We've run into a significant snag in our use of XSD. If you recall, we
are wrapping all of our EObject instances in java dynamic proxies. This is
a central piece of our implementation that we can not do without. However,
this requires that there be no casts to Impl classes in the EMF and XSD
code. The proxies are smart enough to pass instanceof checks for the
interfaces, but not the impls. The current place we are seeing this problem
is in XSDConcreteComponentImpl.adoptContent, near the end of the method
there is a cast to XSDConcreteComponentImpl.

Our only recourse is to override the classes and methods where
possible... but I don't even see a way to do that here since this method
does not exist on the XSDConcreteComponent interface.

thanks,

Lance Phillips
Previous Topic:xsd errors
Next Topic:Help with Xsd Metamodel
Goto Forum:
  


Current Time: Fri Apr 19 11:38:26 GMT 2024

Powered by FUDForum. Page generated in 0.01886 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top