Re: DataObjectImpl.setEClass(EClass) throws UnsupportedOperationException()

2006-07-05 Thread Ron Gavlin
- Original Message From: Frank Budinsky [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: Friday, June 30, 2006 2:17:58 PM Subject: Re: DataObjectImpl.setEClass(EClass) throws UnsupportedOperationException() A little more background: In EMF: 1. BasicEObjectImpl is a base implementation

Re: DataObjectImpl.setEClass(EClass) throws UnsupportedOperationException()

2006-07-05 Thread Frank Budinsky
it a Tuscany-specific extension shouldn't be a problem. - Ron - Original Message From: Ron Gavlin [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: Friday, June 30, 2006 4:58:26 PM Subject: Re: DataObjectImpl.setEClass(EClass) throws UnsupportedOperationException

Re: DataObjectImpl.setEClass(EClass) throws UnsupportedOperationException()

2006-07-05 Thread Ron Gavlin
-user@ws.apache.org Sent: Wednesday, July 5, 2006 12:06:45 PM Subject: Re: DataObjectImpl.setEClass(EClass) throws UnsupportedOperationException() Ron Gavlin [EMAIL PROTECTED] wrote on 07/05/2006 10:09:51 AM: Greetings, In order to support mixed static/dynamic models, I made changes

Re: DataObjectImpl.setEClass(EClass) throws UnsupportedOperationException()

2006-06-30 Thread Frank Budinsky
Hi Ron, Looking at this, it looks like the problem is that you're trying to create dynamic subclasses of statically generated types. The bad news is that Tuscany doesn't currently support that. The good news is that it's not too hard to add the support. The problem is that currently Tuscany

Re: DataObjectImpl.setEClass(EClass) throws UnsupportedOperationException()

2006-06-30 Thread Frank Budinsky
: DataObjectImpl.setEClass(EClass) throws UnsupportedOperationException() Hi Ron, Looking at this, it looks like the problem is that you're trying to create dynamic subclasses of statically generated types. The bad news is that Tuscany doesn't currently support that. The good news is that it's

Re: DataObjectImpl.setEClass(EClass) throws UnsupportedOperationException()

2006-06-30 Thread Ron Gavlin
done? - Ron - Original Message From: Frank Budinsky [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: Friday, June 30, 2006 12:05:34 PM Subject: Re: DataObjectImpl.setEClass(EClass) throws UnsupportedOperationException() Hi Ron, Looking at this, it looks like the problem