Re: CAS Editor type system questions

2011-01-20 Thread Jörn Kottmann
On 1/20/11 1:40 PM, Peter Klügl wrote: Hello, when using the CAS Editor I have two problems and I want to ask if I'm doing something wrong: I can't open a xmi if it contains annotations of types that are not defined in the specified type system. Yes, that is a limitation which is there.

Re: CAS Editor type system questions

2011-01-20 Thread Peter Klügl
Hello, I think (not sure though) that you can somehow open an XMI file with data that's not in the type system, and populate the CAS only with the known data without throwing an error. --Thilo Yes, that's what I'm normally doing. If you just create a new CAS with a given type system and

Re: CAS Editor type system questions

2011-01-20 Thread Jörn Kottmann
On 1/20/11 2:00 PM, Peter Klügl wrote: Hello Jörn, Am 20.01.2011 13:49, schrieb Jörn Kottmann: On 1/20/11 1:40 PM, Peter Klügl wrote: Hello, when using the CAS Editor I have two problems and I want to ask if I'm doing something wrong: I can't open a xmi if it contains annotations of

Re: Performance Report bug, and best-practices for 'import by name' in CDE

2011-01-20 Thread Jaroslaw Cwiklik
Looking at the CPM code, I see that the process times are aggregated on a per component basis. If you have say 10 threads, meaning you scale out a particular component, process times for all of them are aggregated (added together). So it seems that what you are seeing is working as designed. You