Re: [Andromda-user] Spring setting not-null="true"

2005-01-29 Thread Bryce Fischer
Bryce Fischer wrote: The spring cartridge creates my hibernate mapping file, it creates all properties like this: I cannot figure out how to get the not-null attribute to be false. Answering my own question... Set the Attribute Multiplicity to 0..1

[Andromda-user] Spring setting not-null="true"

2005-01-29 Thread Bryce Fischer
The spring cartridge creates my hibernate mapping file, it creates all properties like this: I cannot figure out how to get the not-null attribute to be false. --- This SF.Net email is sponsored by: IntelliVIEW -- In

[Andromda-user] (Spring Cartridge) Changing Datasource Properties

2005-01-29 Thread Bryce Fischer
Is it possible to seperate the Datasource declarations into a seperate spring context file? By default, it generates a JndiObjectFactoryBean, which is fine when in production, but when I'm running from JUnit, I'd like to be able to use DriverManagerDataSource. What do other people do besides se

[Andromda-user] package datatype does not exist

2005-01-28 Thread Bryce Fischer
In my model, I define an attribute like this: Name: startDate Type: DateTime [datatype] I get the following error when it tries to compile using Maven. I'm using AndroMDA 3.0M3, with MagicDraw 9.0. package datatype does not exist datatype.DateTime getEndDate()

[Andromda-user] RE: package datatype does not exist

2005-01-28 Thread Bryce Fischer
In my model, I define an attribute like this: Name: startDate Type: DateTime [datatype] I get the following error when it tries to compile using Maven. I'm using AndroMDA 3.0M3, with MagicDraw 9.0. package datatype does not exist datatype.DateTime getEndDate() Nevermind It occured to me tha

[Andromda-user] Altering SQL Mappings

2005-01-27 Thread Bryce Fischer
I've got a model were I've specifed an attribute's datatype as "datatype.Clob". I want to use MSSQLMappings, so I change the root project.properties file setting: sql.mappings=MSSQL Now, I want the datatype.Clob to map to SQL Server's text type. So, I create a new MSSQLMappings.xml file, copy t

[Andromda-user] Spring Cartridge Naming Convention

2005-01-27 Thread Bryce Fischer
Is there any way to change the naming conventions that the Spring Cartridge uses when creating files short changing it in the source (SpringGlobals I believe)? If I have an entity named "Car", it names the files: CarDao CarDaoBase CarDaoImpl What I'd like to use is: CarDao CarDaoHibernateBase Ca

[Andromda-user] Spring Cartridge How-to model

2005-01-27 Thread Bryce Fischer
The link on page: http://team.andromda.org/docs/andromda-spring-cartridge/howto.html When I attempt to download the UML model given the link: http://team.andromda.org/docs/andromda-spring-cartridge/resources/model.xml.zip I get a 404 error. Thanks ---

[Andromda-user] Spring Cartridge Naming Convention

2005-01-27 Thread Bryce Fischer
Is there any way to change the naming conventions that the Spring Cartridge uses when creating files short changing it in the source (SpringGlobals I believe)? If I have an entity named "Car", it names the files: CarDao CarDaoBase CarDaoImpl What I'd like to use is: CarDao CarDaoHibernateBase Ca

[Andromda-user] MagicDraw 7.0

2003-10-18 Thread Bryce Fischer
Anyone use Andromda with MagicDraw 7.0? Any tips? -- Bryce Fischer <[EMAIL PROTECTED]> --- This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo The Event For Linux Datacenter Solutions & Strategies in

[Andromda-user] m 2 m and gmane questions

2003-06-27 Thread Bryce Fischer
Couple of quick questions. 1. Is there a trick to doing many 2 many relationships with a reference table? It seems to model using FK by default. 2. I noticed the andromeda-user list isn't being archived on gmane.org. Do you need to request it? Tia. Bryce