RE: [Andromda-user] Schema2XMI to Poseidon 3.0 to XMI output

2004-12-28 Thread Chad Brandon
Ah cool, thanks for letting me know. From: Chris Sterling [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 28, 2004 6:18 PM To: Chad Brandon Subject: RE: [Andromda-user] Schema2XMI to Poseidon 3.0 to XMI output I figured out what this was.  I had both a

RE: [Andromda-user] Samples Model view

2004-12-28 Thread Wouter Zoons
So the list can now be viewed here: http://team.andromda.org/docs/case-tools.html I hope we can keep it up-to-date. -- Wouter > -Original Message- > From: [EMAIL PROTECTED] [mailto:andromda-user- > [EMAIL PROTECTED] On Behalf Of Daniel S. Haischt > Sent: Tuesday, December 28, 2004 12:39

RE: [Andromda-user] Schema2XMI to Poseidon 3.0 to XMI output

2004-12-28 Thread Chad Brandon
Great! You're welcome. I should probably document the mappings for schema2xmi better. From: Chris Sterling [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 28, 2004 5:29 PM To: Chad Brandon Subject: RE: [Andromda-user] Schema2XMI to Poseidon 3.0 to XM

RE: [Andromda-user] Schema2XMI to Poseidon 3.0 to XMI output

2004-12-28 Thread Chad Brandon
Hi Chris, can you send me your model and I’ll take a look?   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Sterling Sent: Tuesday, December 28, 2004 3:52 PM To: andromda-user@lists.sourceforge.net Subject: [Andromda-user] Schema2XMI to Poseidon 3.0 to XMI o

RE: [Andromda-user] Schema2XMI to Poseidon 3.0 to XMI output

2004-12-28 Thread Chad Brandon
Actually, nevermind, I know the problem: it’s because you’re using Java datatypes instead of the language independant datatypes in package datatype.* that we use within AndrMDA (in the andromda-profile-.xml.zip).  By default AndroMDA will create id attributes on any <> that doesn’t have a p

[Andromda-user] Schema2XMI to Poseidon 3.0 to XMI output

2004-12-28 Thread Chris Sterling
I have generated XMI from an existing schema using the following DatatypeMappings.xml file:         java.lang.String     VARCHAR(255) BINARY             java.lang.String     VARCHAR(255)             java.lang.String     VARCHAR             java.util.Date    

RE: [Andromda-user] Samples Model view

2004-12-28 Thread Wouter Zoons
This page has been incorporated into the AndroMDA documentation .. the next online build should publish it at http://www.andromda.org/case-tools.html, (note: at the time of this writing you will still get a 404 when trying to access this page) -- Wouter > -Original Message- > From: [EMA

RE: [Andromda-user] Service-Refs from Entities in Spring cartridge

2004-12-28 Thread Chad Brandon
This is by design, I didn't think it was necessary to support service references on entities...is this something other people would like to see as well? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Bohlen Sent: Tuesday, December 28, 2004 5:46 A

Re: [Andromda-user] Visual Paradigm and Andromda?

2004-12-28 Thread Daniel S. Haischt
Did you follow the very recent 'Supported CASE tools' thread? There is a list of AndroMDA 'compliant' UML tools, that can be found on the AndroMDA Wiki. -> http://tinyurl.com/5x3uw Roy Feldman schrieb: Happy Holidays to all, I was wondering if anyone is using Visual Paradigm with Andromda 3? I am

Re: [Andromda-user] Supported CASE tools

2004-12-28 Thread Daniel S. Haischt
Hello, Maybe, we should contact the CASE tool vendors and ask whether they care for AndroMDA compatibility. Meanwhile, AndroMDA is kind of a "reference" in open source MDA. I did write plenty of email messages to Sparx Systems. They already did improve their product. For example now it is possible

[Andromda-user] Service-Refs from Entities in Spring cartridge

2004-12-28 Thread Matthias Bohlen
Hi all, in my model, I drew a <> dependency from an <> to a <>. However, the generated code for the entity does not contain any reference to the service. Is this by design or is it a Spring constraint? The same thing works well when I draw the <> from one <> to another. Cheers... Matthias ---

Re: [Andromda-user] Supported CASE tools

2004-12-28 Thread Daniel S. Haischt
[WZ> ] I am formatting this list into our docs as we speak .. Daniel, can I put your email address as a link, or your homepage ? Sure! -- Mit freundlichen Gruessen / With kind regards Daniel S. Haischt Wan't a complete signature??? Type at a shell prompt: $ > finger -l [EMAIL PROTECTED] -

RE: [Andromda-user] Supported CASE tools

2004-12-28 Thread Wouter Zoons
> this is really a good compilation! Maybe, we should put it into our > online documentation, using a table format to display the different > evaluation criteria. On the same page, there should be a paragraph > about the requirements of AndroMDA, e.g. > > XMI 1.0/1.1/1.2 > UML 1.4 > [WZ>

[Andromda-user] Supported CASE tools

2004-12-28 Thread Matthias Bohlen
Hello Daniel, Tuesday, December 28, 2004, 12:38:55 PM, you wrote: DSH> Just as a short note - There is a list of UML Tools DSH> that should work with AndroMDA. See ... DSH> -> http://tinyurl.com/5x3uw DSH> I did test almost any UML tool together with AndroMDA DSH> and if it is *not* on that l

[Andromda-user] Visual Paradigm and Andromda?

2004-12-28 Thread Roy Feldman
Happy Holidays to all, I was wondering if anyone is using Visual Paradigm with Andromda 3? I am consulting for a government agency which is seriously considering purchasing Visual Paradigm. I am leading an unrelated project where we are using Poseidon and Andromda. Out of curiosity, I did some

Re[2]: [Andromda-user] Samples Model view

2004-12-28 Thread Matthias Bohlen
Hello Anadiotis, Tuesday, December 28, 2004, 12:29:03 PM, you wrote: AG> Thank you very much for your reply, you pretty much covered my AG> questions except for one which I think maybe was not understood AG> correctly, regarding using MagicDraw for modelling. AG> So, I'll try to re-phrase. My qu

Re: [Andromda-user] Samples Model view

2004-12-28 Thread Daniel S. Haischt
Just as a short note - There is a list of UML Tools that should work with AndroMDA. See ... -> http://tinyurl.com/5x3uw I did test almost any UML tool together with AndroMDA and if it is *not* on that list, or if the list states that the tool can't be used together with AndroMDA, you shouldn't was

RE: [Andromda-user] Samples Model view

2004-12-28 Thread Anadiotis Georgios
Hello Mathias Thank you very much for your reply, you pretty much covered my questions except for one which I think maybe was not understood correctly, regarding using MagicDraw for modelling. So, I'll try to re-phrase. My question was not 'how can I locate the dependency file andromda-profile-*.

RE: [Andromda-user] Hibernate serialization error

2004-12-28 Thread Wouter Zoons
Mikael, we can’t see the body of your email message .. could you try to send it again ? (the email about the sql script error had the same problem)   -- Wouter   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mikael Thorman Sent: Tuesday, December 28, 2004 8:55

Re: [Andromda-user] Samples Model view

2004-12-28 Thread Matthias Bohlen
Hello Anadiotis, Wednesday, December 22, 2004, 12:47:00 PM, you wrote: AG> Hello all hi to you, nice to have you here, AG> Apologies if this is something that has been mentioned before AG> in the list, just hoping that maybe someone else out there has AG> walked down the same path and/or can pr