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 ~|_| |_\__,_|\_/\___|_||_|
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 @
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
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
Hi,
I have figured out the Chad Brandon <[EMAIL PROTECTED]> wrote:
Betty,You really need to send more information with your requests. Its nearlyimpossible to trouble shoot your problem, when you dont send a stack traceor any of the steps you took. Please next time you post a question, givemore in
Betty,
You really need to send more information with your requests. Its nearly
impossible to trouble shoot your problem, when you dont send a stack trace
or any of the steps you took. Please next time you post a question, give
more information. We arent telepathic you know :)
Chad
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.
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
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
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,
>
>
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
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
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
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]
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
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
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
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
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:
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
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
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:
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
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!
24 matches
Mail list logo