[Andromda-user] Compile error

2005-01-11 Thread ngocbao bui
Hi, I just got an compile errors in the source files generated by Andromda and I didn't change anything. The following is error message:   C:\Project\Products\andromda\stockonline_cmp>maven __  __|  \/  |__ _Apache__ ___| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~|_|  |_\__,_|\_/\___|_||_| 

RE: [Andromda-user] Add table prefix to mapping.

2005-01-11 Thread jarrod gan
Hi, Thanks for the info. Appreciate so much with your valuable feedback as i can proceed with my development work. Regards, Jarrod Wouter Zoons <[EMAIL PROTECTED]> wrote: Hi Jarrod,   In this case you could specify the name for each table using tagged values: on an entity you may put the @

RE: [Andromda-user] Add table prefix to mapping.

2005-01-11 Thread Wouter Zoons
Hi Jarrod,   In this case you could specify the name for each table using tagged values: on an entity you may put the @andromda.persistent.table tagged value, give it the name you want to have it in the DB It is not possible two use different prefixes on the same model.   Anyway, speci

[Andromda-user] Build problem

2005-01-11 Thread ngocbao bui
Hi, Could any one help me to solve build problem? I use maven 1.0.2 and andromda_30M3. I tried to reinstalled both but still got the same problem: Unexpected error. I run maven after finishing the model and haven't finished business methods yet.   Betty Yahoo! Messenger - Communicate instantly

RE: [Andromda-user] Build problem

2005-01-11 Thread ngocbao bui
Hi, I have figured out the Chad Brandon <[EMAIL PROTECTED]> wrote: Betty,You really need to send more information with your requests. It’s nearlyimpossible to trouble shoot your problem, when you don’t send a stack traceor any of the steps you took. Please next time you post a question, givemore in

RE: [Andromda-user] Build problem

2005-01-11 Thread Chad Brandon
Betty, You really need to send more information with your requests. It’s nearly impossible to trouble shoot your problem, when you don’t send a stack trace or any of the steps you took. Please next time you post a question, give more information. We aren’t telepathic you know :) Chad

RE: [Andromda-user] Build fail

2005-01-11 Thread ngocbao bui
Hi, Could any one help me to solve build problem? I use maven 1.0.2 and andromda_30M3. I tried to reinstalled both but still got the same problem: Unexpected error. I run maven after finishing the model and haven't finished business methods yet.   Betty Yahoo! Messenger - Communicate instantly.

Re: [Andromda-user] 3.0M3 - ClassNotFoundException building the sample

2005-01-11 Thread Gérard COLLIN
Thanx. I'm trying that right now. It's true we have some download problems here and maybe a .jar is incorrect. Gérard On Tuesday 11 January 2005 16:30, Chad Brandon wrote: > First of all upgrade to maven-1.0.2 if you can. Second of all, use the > 3.0M3 release or 3.0-RC1-SNAPSHOT (just change t

Re: RES: RES: [Andromda-user] Re: [Andromda-devel] Hibernate cartridge - columnLength

2005-01-11 Thread Carlos Cuenca
Hi Luciana, If you change to version 2.1.7 make sure that in the hibernatedoclettask you have set hibernate version to 2.0. When you set it to 2.1 if does not recognize the version number and it generates the mappings for the default version (1.1). It may be a bug on xdoclet, since I had exam

Re: [Andromda-user] Hibernate cartridge - Columns descriptions

2005-01-11 Thread Walter Mourão
I don't think so, but it is possible to create a template to do that. --- Walter Itamar Mourão - Diretor de Tecnologia e Projetos - Arcadian S/A www.arcadian.com.br "Luciana Nunes Leal" <[EMAIL PROTECTED]> writes: >Hi, > >

[Andromda-user] Hibernate cartridge - Columns descriptions

2005-01-11 Thread Luciana Nunes Leal
Hi,   Is possible generate DDL including descriptions of the columns? How can I do it?   I looket at the "Hibernate Reference Documentation" and I didn´t see anything related.   Thanks. Luciana. --- The SF.Net email is sponsored by: Beat the p

RE: [Andromda-user] Spring cartridge: creating empty entities

2005-01-11 Thread peter.friese
Ok, I will do so. BTW: how are plans regarding the remoting capabilities of Spring? If I recall correctly, there is a JIRA issue for JAX RPC and Roy and I had added to that issue, requesting Hessian / Burlap and RMI. Peter >-Original Message- >From: Chad Brandon [mailto:[EMAIL PROTECTE

RE: [Andromda-user] Spring cartridge: creating empty entities

2005-01-11 Thread Chad Brandon
Hey Peter and Roy, these ideas sound good. Please file a JIRA issue for SPRING and I'll add them :). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 5:07 AM To: [EMAIL PROTECTED] Cc: andromda-user@lists.so

RES: RES: [Andromda-user] Re: [Andromda-devel] Hibernate cartridge - columnLength

2005-01-11 Thread Luciana Nunes Leal
Title: Re: RES: [Andromda-user] Re: [Andromda-devel] Hibernate cartridge - columnLength I tried to use the Hibernate 2.1.7 and it didn´t work yet. After, I updated my xdoclet-hibernate jar from version "1.2" to "1.2.2" and it worked.   Thanks for your help. Luciana. De: [EMAIL PROTECTED]

RE: [Andromda-user] Spring cartridge: creating empty entities

2005-01-11 Thread Chad Brandon
Honestly I haven't looked at it because I haven't had the time and it isn't something I personally would use. If you would like to create a patch and upload it, I can take a look at applying it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTE

[Andromda-user] 3.0M3 - ClassNotFoundException building the sample

2005-01-11 Thread Gérard COLLIN
Hi, Using Maven and the Step By Step instructions, I've installed and tried to create the J2EE sample application but got an exception. I made: > maven plugin:download -DgroupId=andromda -DartifactId=maven-andromdapp-plugin -Dversion=3.0M3-SNAPSHOT and it worked fine. Then, > maven and

RE: [Andromda-user] 3.0M3 - ClassNotFoundException building the sample

2005-01-11 Thread Chad Brandon
First of all upgrade to maven-1.0.2 if you can. Second of all, use the 3.0M3 release or 3.0-RC1-SNAPSHOT (just change the version to -Dversion=3.0M3 or 3.0-RC1-SNAPSHOT). Your problem probably is that one of the jars downloaded was corrupted. So take a look at your local maven repository and mak

Re: RES: [Andromda-user] Re: [Andromda-devel] Hibernate cartridge - columnLength

2005-01-11 Thread Walter Mourão
I had exactly the same error. I'm not sure, but I think it is a bug in the hibernate schema generator. Try using the Hibernate 2.1.7. Regards, Walter "Luciana Nunes Leal" <[EMAIL PROTECTED]> writes: >The Hibernate jar that is in my repository maven is 2.1.6. > >But maven.xml in /core is like th

RES: [Andromda-user] Re: [Andromda-devel] Hibernate cartridge - columnLength

2005-01-11 Thread Luciana Nunes Leal
Title: [Andromda-user] Re: [Andromda-devel] Hibernate cartridge - columnLength The Hibernate jar that is in my repository maven is 2.1.6.   But maven.xml in /core is like this:                             

RE: [Andromda-user] Spring cartridge: creating empty entities

2005-01-11 Thread peter.friese
Hi Roy, >I vote yea for A, B, and C. I have already found myself implementing >these methods by hand and have been too lazy to say or do >anything about >it. ;-) I'm glad I'm not the only one having ideas like this :-) >I am not sure I understand D, if you already have a factory method on >the

Re: [Andromda-user] Spring cartridge: creating empty entities

2005-01-11 Thread Roy Feldman
Hi Peter, On Tue, 2005-01-11 at 12:05 +0100, [EMAIL PROTECTED] wrote: > We've got the following suggestions: > a) add a factory method "public static create" for each entity, > returning a "new EntityImpl()" > b) add this factory method to the DAO > c) introduce one global factory, containing c

[Andromda-user] Spring cartridge: creating empty entities

2005-01-11 Thread peter.friese
Hi, we are using the Spring cartridge on a project - great work so far! The GUI we're building is an Eclipse Rich Client and we're currently elaborating some GUI concepts. One of our ideas is to create GUI helper classes that facilitate handling entities in the GUI. Let me give you an example:

Re: [Andromda-user] Add table prefix to mapping.

2005-01-11 Thread Wouter Zoons
hi Jarrod, that's easy, just add the "tableNamePrefix" property to your hibernate (or default) namespace info about namespace properties can be found here: http://team.andromda.org/docs/maven-andromda-plugin/properties.html#Defining_Namespace_Properties an example of setting those properties in

[Andromda-user] Add table prefix to mapping.

2005-01-11 Thread jarrod gan
Hi,   How can I add table prefix to the generated mapping hbm.xml for every class. In this case, i want to add in sys_ prefix to my table.     In my POJO class, i want to have Country class name only.     Thanks   Regards,   Jiahan Do you Yahoo!? Meet the all-new My Yahoo! – Try it today!