Hi,
Today I tried to import from mse files and I get the following exception during the import:
"Message not understood: #accessedByLists"
Then, I tried to import a model from Smalltalk and to export it in mse. Loading this fresh file generated the same exception. Could you please fix this? (I peeked a bit in the Moose code and it seems that FAMIXAbstractStructuralEntity has an accessedByList attribute and two pairs of accessors: #accessedByList and #accessedByLists and the setters, too. Maybe it has something to do with this).
Thanks and cheers! Ricky
PS. And another issue is that when I tried to load the latest MooseDevelopment bundle, I got some packages that could not be loaded...
Thanks, Ricky.
Indeed, this was a problem due to the addition of EcoreImportExport bundle inside Meta. Unfortunately, this bundle has some classes that are in SCG.Moose namespace, but this namespace only gets loaded after Meta is loaded, hence it generated loading problems.
I did not have the time to take a too deep look into this, so until now I just marked as Work in Progress. Like this this version will not get loaded for now.
Doru
On Aug 17, 2007, at 9:01 PM, Richard Wettel wrote:
PS. And another issue is that when I tried to load the latest MooseDevelopment bundle, I got some packages that could not be loaded...
-- www.iam.unibe.ch/~girba www.iam.unibe.ch/~girba/blog/
"In a world where everything is moving ever faster, one might have better chances to win by moving slower."
oops it is a problem we introduced?
Stef
On 18 août 07, at 00:21, Tudor Girba wrote:
Thanks, Ricky.
Indeed, this was a problem due to the addition of EcoreImportExport bundle inside Meta. Unfortunately, this bundle has some classes that are in SCG.Moose namespace, but this namespace only gets loaded after Meta is loaded, hence it generated loading problems.
I did not have the time to take a too deep look into this, so until now I just marked as Work in Progress. Like this this version will not get loaded for now.
Doru
On Aug 17, 2007, at 9:01 PM, Richard Wettel wrote:
PS. And another issue is that when I tried to load the latest MooseDevelopment bundle, I got some packages that could not be loaded...
-- www.iam.unibe.ch/~girba www.iam.unibe.ch/~girba/blog/
"In a world where everything is moving ever faster, one might have better chances to win by moving slower."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Hi,
Indeed, this is a problem. I already have a failing test for it, but I did not get around to solving it. I will try to fix it in the following days.
Cheers, Doru
On Aug 17, 2007, at 9:01 PM, Richard Wettel wrote:
Hi,
Today I tried to import from mse files and I get the following exception during the import:
"Message not understood: #accessedByLists"
Then, I tried to import a model from Smalltalk and to export it in mse. Loading this fresh file generated the same exception. Could you please fix this? (I peeked a bit in the Moose code and it seems that FAMIXAbstractStructuralEntity has an accessedByList attribute and two pairs of accessors: #accessedByList and #accessedByLists and the setters, too. Maybe it has something to do with this).
Thanks and cheers! Ricky
-- www.iam.unibe.ch/~girba www.iam.unibe.ch/~girba/blog/
"There are no old things, there are only old ways of looking at them."
Hi,
This is just to let you know that Ricky and me fixed this problem at ESUG.
Cheers, Doru
On Aug 18, 2007, at 12:22 AM, Tudor Girba wrote:
Hi,
Indeed, this is a problem. I already have a failing test for it, but I did not get around to solving it. I will try to fix it in the following days.
Cheers, Doru
On Aug 17, 2007, at 9:01 PM, Richard Wettel wrote:
Hi,
Today I tried to import from mse files and I get the following exception during the import:
"Message not understood: #accessedByLists"
Then, I tried to import a model from Smalltalk and to export it in mse. Loading this fresh file generated the same exception. Could you please fix this? (I peeked a bit in the Moose code and it seems that FAMIXAbstractStructuralEntity has an accessedByList attribute and two pairs of accessors: #accessedByList and #accessedByLists and the setters, too. Maybe it has something to do with this).
Thanks and cheers! Ricky
-- www.iam.unibe.ch/~girba www.iam.unibe.ch/~girba/blog/
"There are no old things, there are only old ways of looking at them."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.iam.unibe.ch/~girba www.iam.unibe.ch/~girba/blog/
"Beauty is where we see it."
Hi guys,
Here are some more things I found regarding this problem. I tried to import several of my mse files and it seems few of them do work. Maybe having one that works (DuDe.mse) and one that doesn't (CodeCity1.005.mse) would help.
Cheers, Ricky