Association between implementation class and regular class does not weave

Issue #115 resolved
Wisam Al Abed created an issue

When attempting to weave associations between a regular class and an implementation class we get a casting exception because the weaver does not yet support implementation classes properly and tries to cast an implementation class into a regular class in the associations weaver

Comments (1)

  1. Log in to comment