[Andromda-user] [Hibernate cartridge] [Hibernate3 and andromda.hibernate.lazy modelling parameter]

2005-07-26 Thread Carlos Cuenca
It is already fixed in current snapshot. You can download it at: Carlos Cuenca _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3155#3155 Posting to http://forum.andromda.org/ is preferred over posting to the

[Andromda-user] [Hibernate cartridge] [Hibernate support for Database Schemas]

2005-08-08 Thread Carlos Cuenca
I was planning to do it, but due to my work, I think I won't have time to do it until late august, or begining september. In the mean time any patch is welcome. Regards Carlos Cuenca _ Reply to the post : http://galaxy.andromd

[Andromda-user] [Hibernate cartridge] [H3 experiencing lazy="true" on many-to-one associa]

2005-08-08 Thread Carlos Cuenca
hi could you please post a Jira issue with all this, I will try to fix as soon as possible. Carlos Cuenca _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3656#3656 Posting to http://forum.andromda.org/ is

[Andromda-user] [Hibernate cartridge] [

2005-08-08 Thread Carlos Cuenca
...already on the wish list (HIB-108). Carlos _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3657#3657 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list!

[Andromda-user] [Installation & Configuration] [build failed with 3.1-M1]

2005-08-09 Thread Carlos Cuenca
is there any element without name (maybe a class or a package)? ..If you are using MD, I recomend you to check the Syntax or Structure on tools menu. Carlos _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3682#3682

[Andromda-user] [Hibernate cartridge] [Schema-creation goal generate Exception?]

2005-08-09 Thread Carlos Cuenca
hi, I am using large models also but I am not having that errors. One idea: I do not know why, but I had found that in some strange cases files get locked, and the problem is that hibernate schema export can not open them. Did you try to delete all content on target folder (inside core) an

[Andromda-user] [Hibernate cartridge] [Schema-creation goal generate Exception?]

2005-08-09 Thread Carlos Cuenca
hibernate uses log4j for logging, so if you create a log4j.properties in the root of the project (or maybe on core), you should be able to get more info. ### log schema export/update ### log4j.logger.net.sf.hibernate.tool.hbm2ddl=debug Carlos ___

[Andromda-user] [Hibernate cartridge] [Schema-creation goal generate Exception?]

2005-08-10 Thread Carlos Cuenca
safaa wrote: Have you used the approach you suggested to get logging info yourself? Safaa (end of quote) yes, I did, I used the log4j.properties file that comes with the distribution of hibernate, but the approach I took was to recompile hibernate. Carlos

[Andromda-user] [Hibernate cartridge] [Schema-creation goal generate Exception?]

2005-08-10 Thread Carlos Cuenca
on is expalined how to compile hibernate, then you should just replace the library inside your maven repository with the new one. Also you should run maven with the -o option, so it does not download the dependencies (and overrides) the new library. Carlos

[Andromda-user] [Hibernate cartridge] [discriminator-value bug?]

2005-08-11 Thread Carlos Cuenca
I am agree on that, please you post a Jira issue and I will take care of it. thanks for the feedback Carlos _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3751#3751 Posting to http://forum.andromda.org/ is pre

[Andromda-user] [Hibernate cartridge] [Schema-creation goal generate Exception?]

2005-08-11 Thread Carlos Cuenca
Also right now we are using SchemaExport to generate hbms, but since there are specific ant task to do this, you could try doing this way: ie.                               _ Reply to the post : http://galaxy.andromda.org/forum

[Andromda-user] [Cartridge development] [Problems with own cartridge]

2005-08-11 Thread Carlos Cuenca
hi, I think that you did not specify the path of the cartridge on the namespace, i.e.:       META-INF/andromda/cartridge.xml   _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3758#3758 Posting to http:/

[Andromda-user] [Hibernate cartridge] [discriminator-value bug?]

2005-08-12 Thread Carlos Cuenca
Quote: I entered the bug as HIB-128 in Jira. (end of quote) Thanks, I will solve it next week when I come back to the office. Quote: You did a great job there! (end of quote) Thanks for the compliments, but these are for all the team, the truth is that most part of the job was done

[Andromda-user] extending validator

2004-11-17 Thread Carlos Cuenca
Hi All, I am trying to extend the validation of the fields in Bpm4Struts, my idea is to write by hand the validator code and modify the validator-rules.xml file, but I want the "validation.xml" be written from the model. This validation can not be done with simple regular expression, because t

[Andromda-user] file uploads

2004-11-17 Thread Carlos Cuenca
Hi, I am trying to extend Bpm4Strtuts widgets to add a File datatype, in order to do this I had add a boolean attribute at the StrutsParameterLogicImpl. the method there should be something like getType().isFileType(); ..and then I should add a new method at the ClassifierFacade to manage this.

Re: [Andromda-user] file uploads

2004-11-17 Thread Carlos Cuenca
great! thanks... once I had finish I will submit! Carlos Chad Brandon wrote: Yeah add a datatype.File to the profile -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Wouter Zoons Sent: Wednesday, November 17, 2004 1:32 PM To: 'Carlos C

Re: [Andromda-user] BPM4Struts-Trigger Parameters

2004-11-19 Thread Carlos Cuenca
Hi Seraffetin , actually I think that going so far and get rid of the parameters could not be very simple, since you still need to add the parameter tagged values. What it can be made easily is to model the calls to the service methods. You could add a taggged value to specify which method of the

[Andromda-user] Re: How to model it

2004-11-19 Thread Carlos Cuenca
arlos Regards, Serafettin -Original Message- From: Carlos Cuenca [mailto:[EMAIL PROTECTED]] Sent: Freitag, 19. November 2004 12:19 To: [EMAIL PROTECTED]; andromda-user Subject: Re: [Andromda-user] BPM4Struts-Trigger Parameters Hi Seraffetin , actually I think that going so fa

[Andromda-user] Re: StrutsControllerOperation

2004-11-19 Thread Carlos Cuenca
; Where is it located?   Regards, Serafettin     -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Carlos Cuenca Sent: Freitag, 19. November 2004 14:25 To: [EMAIL PROTECTED]; andromda-user Subject: [Andromda-user] Re: How t

[Andromda-user] navigable help

2004-11-23 Thread Carlos Cuenca
Hi, I had been reading the generated help menu of an application from the Bpm4Struts cartridge and I think it could be improved to a robust application help menu if we could navigate between diferent help pages: For example, now when the main menu help is opened, you can just access the use case

Re: [Andromda-user] navigable help

2004-11-24 Thread Carlos Cuenca
will put this in the final release just yet but maybe you'll get lucky :-) Unless of course you have a patch :-) -- Wouter -Original Message- From: [EMAIL PROTECTED] [mailto:andromda-user- [EMAIL PROTECTED]] On Behalf Of Carlos Cuenca Sent: Wednesday, November 24, 2004

[Andromda-user] help improvement

2004-11-25 Thread Carlos Cuenca
Hi, here is the patch... as soon as I can get to the Jira, I will post there regards Carlos ? cartridges/andromda-bpm4struts/src/templates/StrutsUseCaseJspHelp.vsl Index: cartridges/andromda-bpm4struts/src/META-INF/andromda-cartridge.xml ==

[Andromda-user] operation visibility

2004-11-28 Thread Carlos Cuenca
Hi, I had been tried to fix Hibernate HIB-25 the proposed solution is like: (line 115) #if ($operation.exceptionsPresent) protected abstract $operation.returnType.fullyQualifiedName handle${str.capitalize(${operation.name})} ($parameters) throws $operation.exceptionList; #else protect

Re: [Andromda-user] Two ways of extending AndroMDA?

2004-12-01 Thread Carlos Cuenca
Hi Daniel, Daniel wrote: Hi, all A confusion... If I find certain code generation is not enough and want to extend it by defining new stereotypes and writing new code generation templates.. It seems I have two alternatives: 1.Extend Xdoclet first (say, new tags), then use AndroMDA cartridges to

[Andromda-user] success message on Bpm4Struts

2004-12-09 Thread Carlos Cuenca
Hi, I had been testing Bpm4Struts success message tagged value, and I think this message should not be rendered if there is any error produced on previous action... any comment? Carlos --- SF email is sponsored by - The IT Product Guide Read h

[Andromda-user] transaction timeout

2004-12-10 Thread Carlos Cuenca
Hi, I am having some problems with the transaction timeout in some methods of the service, I think it could be useful to define a tagged value for specifying the timeouts of service methods, I thnik it could be useful for hibernate, Spring and Ejb cartridge, so it could go on the metafacade...

[Andromda-user] transaction tagged value

2004-12-14 Thread Carlos Cuenca
Hi all, I think it could be nice to have a @ejb.transaction tagged value so we can refine the transaction for the methods in services... any comments? Carlos --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hu

Re: [Andromda-user] request for comments: dropping tabs from the bpm4struts cartridge

2004-12-14 Thread Carlos Cuenca
Hi, Wouter Zoons wrote: Hello everybody,   I want to drop support for tabs in bpm4struts, mainly because it bloats both the facades as the templates and because it is too tricky to properly maintain. It’s pretty easy to support in your custom jsps but it’s much harder for

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] IBatis DAO framework??

2005-01-18 Thread Carlos Cuenca
Hi, currently there is no news about a development of that cartridge. I recomend you to read: http://team.andromda.org/docs/andromda-cartridges/developing.html and ask any question to the developer list. Regards Carlos Cuenca [EMAIL PROTECTED] wrote: Any one create a cartridge for this

Re: [Andromda-user] cascade-delete with the hibernate cartridge

2005-01-21 Thread Carlos Cuenca
Hi Bernard, Bernard Sirius wrote: hi, I've searched through google about this issue, and in the docs at team.andromda also, but found only a few threads involving the spring cartridge. I've the feeling that the hibernate cartridge is really on the process to getting deprecated... For sure it is

Re: [Andromda-user] hibernate version?

2005-01-23 Thread Carlos Cuenca
Hi Bruno, I had just upload a fix for this, please give it a try and send any feedback is something is missing. regards Carlos Bruno Suárez Laffargue wrote: ok. I'll do it. Cheers Bruno Chad Brandon dijo lo siguiente el 23/01/2005 22:26: Yeah that would be great (if you

Re: [Andromda-user] Reinstalling only 1 cartridge!

2005-01-25 Thread Carlos Cuenca
Hi Bak, within the cartridge root: maven clean:clean jar:install with test maven clean:clean jar:install -Dmaven.test.skip=true offline maven -o clean:clean jar:install -Dmaven.test.skip=true Carlos Bak Attila (SDA) wrote: Hi, If I just want to reinstall 1 cartridge what should I do? Typ

[Andromda-user] hibernate cartridge update

2005-01-27 Thread Carlos Cuenca
Hi, I had updated to the last snapshot version of the cvs, and I am using the hibernate cartridge, and the problem is with generated code. Previously, when creating a query and assuming that I have to clases, "MetaA" and "Pob" (and of course also their implantation MetaAImpl and PobImpl), I was

Re: [Andromda-user] Altering SQL Mappings

2005-01-28 Thread Carlos Cuenca
Bryce Fischer wrote: 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 MSSQLMap

[Andromda-user] log4j configuration for projects

2005-01-28 Thread Carlos Cuenca
Hi, when processing a model, and at the project root, log files like andromda-hibernate.log, andromda-bpm4struts.log are created. Can this be customized in any way? (currently I get a 600Mb andromda-hibernate.log each time it builds). I had tried to change the log4j.xml at the andromda.core.com

Re: [Andromda-user] Altering SQL Mappings

2005-01-28 Thread Carlos Cuenca
Bryce Fischer wrote: Carlos Cuenca wrote: Bryce Fischer wrote: 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 da

Re: [Andromda-user] log4j configuration for projects

2005-01-28 Thread Carlos Cuenca
-- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Cuenca Sent: Friday, January 28, 2005 9:51 AM To: andromda-user Subject: [Andromda-user] log4j configuration for projects Hi, when processing a model, and at the project root, log files like andromda-hibernate.log, andromda-bpm

Re: [Andromda-user] log4j configuration for projects

2005-01-28 Thread Carlos Cuenca
erConnectionProvider ### #log4j.logger.net.sf.hibernate.connection.DriverManagerConnectionProvider=trace On Fri, 2005-01-28 at 16:51, Carlos Cuenca wrote: Hi, when processing a model, and at the project root, log files like andromda-hibernate.log, andromda-bpm4st

Re: [Andromda-devel] RE: [Andromda-user] log4j configuration for projects

2005-01-29 Thread Carlos Cuenca
control it from the in the andromda core, it's the org.andromda.plugins category. Chad -Original Message- From: Carlos Cuenca [mailto:[EMAIL PROTECTED]] Sent: Friday, January 28, 2005 12:59 PM To: Chad Brandon Cc: 'andromda-user' Subject: Re: [Andromda-user] log4j configurati

Re: [Andromda-user] Hibernate cartridge and ordered collections : List

2005-02-11 Thread Carlos Cuenca
Hi, there is already a request for this at "http://thecla.homeftp.net:8380/jira/browse/HIB-20";, but is was not done yet please fell free to submit a patch for this and we could apply. Thanks Carlos Chad Brandon wrote: Yes, it's possible please submit a JIRA request. -Original Message- Fr

[Andromda-user] andromdapp

2005-02-11 Thread Carlos Cuenca
Hi, I am testing the new structure from the andromdapp:generate plugin, and I am testing the new src folder for jsp's, (I had uncomment the proper lines...) my problem is that the directory /web is deleted. I had detected that in web/maven.xml line 8:

Re: [Andromda-user] andromdapp

2005-02-11 Thread Carlos Cuenca
s that possible ? -- Wouter -Original Message- From: [EMAIL PROTECTED] [mailto:andromda-user- [EMAIL PROTECTED]] On Behalf Of Carlos Cuenca Sent: Friday, February 11, 2005 7:02 PM To: andromda-user Subject: [Andromda-user] andromdapp Hi, I am testing the new structure from the andr

Re: [Andromda-user] andromdapp

2005-02-11 Thread Carlos Cuenca
have it there   Do you have this property set: war.precompile.jsp=${maven.war.build.dir}/precompiled ?   -- Wouter   From: Carlos Cuenca [mailto:[EMAIL PROTECTED]] Sent: Friday, February 11, 2005 8:12 PM To: [EMAIL PROTECTED]; andromda-user Subject: Re: [Andromda-user

Re: [Andromda-user] andromdapp

2005-02-11 Thread Carlos Cuenca
..oh, sorry, I see what you mean. No, it is not...I will also set it :-) thanks Carlos Wouter Zoons wrote: Carlos I meant: is it set in your properties file ?   No, I will update CVS .. I’m working on it anyway .   thanks   From: Carlos Cuenca

Re: [Andromda-user] Hibernate cartridge and ordered collections : List

2005-02-12 Thread Carlos Cuenca
-metafacades.xml to get a default value. I add this tagged value in andromda-profile-3.0-RC1-SNAPSHOT.xml.zip When I try to use this tagged value in my project, andromda get always the default value... :-( What's wrong in this ? thanks. PY. Carlos Cuenca wrote: Hi, there is already a r

Re: [Andromda-user] Hibernate cartridge and ordered collections : List

2005-02-12 Thread Carlos Cuenca
7;s always null. I'd like know if I all steps in my precedent mail are ok or if there're missing things ? Thanks PY. Carlos Cuenca wrote: Hi Pierre, first I recommend you to not use a tagged value for this, but a namespace property, since this name should be the same for all the t

Re: [Andromda-user] RE: 1:1 associations

2005-02-19 Thread Carlos Cuenca
Hi Bernard, For your querries, I think that you just need to enable the proxies. (Hibernate uses lazy when it has a proxy defined for the entities) http://team.andromda.org/docs/andromda-hibernate-cartridge/namespace.html   ( hibernateProxy namespace property) Carlos Bernard Sirius wrote:

Re: [Andromda-user] how big are your models?

2005-02-27 Thread Carlos Cuenca
Hi, I currently using Andromda for big projects, and example is: Hibernate: 400 entities, 60 services, 80 Exceptions Bpm4Struts: 60 use cases, 60 controllers and about 50 different session objects Java: 145 value Objects Andromda takes 7 min to process the model Carlos Chad Brandon wrote: Carlos

Re: [Andromda-user] how big are your models?

2005-02-28 Thread Carlos Cuenca
Hi Erwin, Wouter give you all the hints, :-), please feel free to ask any other question. regards Carlos Wouter Zoons wrote: hi Erwin, there have been HUGE performance improvements .. the speed-up different between the current build and one from 3 months ago is about 300% on the average (could be

Re: [Andromda-user] how to specify max_fetch_depth for hibernate

2005-03-04 Thread Carlos Cuenca
Hi Bernard, to get rid of all those outer joins when creating a simple query, just turn on the hibernate proxies. Namespace property "hibernateProxy=true" Carlos Bernard Sirius wrote: Hi! Again, I have this problem with hibernate: a simple query generates an incredible amount of SQL. I was thinki

Re: [Andromda-user] how to specify max_fetch_depth for hibernate

2005-03-04 Thread Carlos Cuenca
fact that one-2-one relations become many-to-one... bernard --- Carlos Cuenca <[EMAIL PROTECTED]> wrote: Hi Bernard, to get rid of all those outer joins when creating a simple query, just turn on the hibernate proxies. Namespace property "hibernateProxy=true" Carlos

Re: [Andromda-user] how to specify max_fetch_depth for hibernate

2005-03-04 Thread Carlos Cuenca
Hi, first of all, currently hibernate cartridge is not mapping compositions (as they should be done with the "component" element... the good news about this, is that I plan to do before March 14th). On the other hand, and based on the information you give on the mail, I think that the cartrid

Re: [Andromda-user] how to specify max_fetch_depth for hibernate

2005-03-04 Thread Carlos Cuenca
junit Line.. 133 Column 41 java.lang.NoClassDefFoundError Total time: 7 seconds Finished at: Fri Mar 04 15:26:43 GMT+01:00 2005 Besides, that doesn't explain the fact that one-2-one relations become many-to-one... bernard --- Carlos Cuenca

Re: [Andromda-user] Hibernate Native SQL?

2005-03-04 Thread Carlos Cuenca
Hi, currently you can create HSQL queries with OCL in the model (through finder methods), if you want to create native sql's, you can model the methods with no finder stereotype and then use the createSqlQuery within it. Carlos [EMAIL PROTECTED] wrote: Can I use the Hibernate Cartridge to

Re: [Andromda-user] how to specify max_fetch_depth for hibernate

2005-03-04 Thread Carlos Cuenca
Bernard Sirius wrote: Sorry to be so intrusive :-/ ...no problem now that I've disabled the maxFetchDepth, I bump to this 31 maximum-for-mysql-joins-problem again. here's what generated in the applicationContext.xml. Do you still confirm that it means that proxies are enabled: I

Re: [Andromda-user] how to specify max_fetch_depth for hibernate

2005-03-04 Thread Carlos Cuenca
Bernard Sirius wrote: OK, so basically what you are saying is that: -one-2-one associations shoudn't be modeled as lazy using the tagged value. yes - the only way to get rid of the cascading queries is to enable proxies ... the easiest way - proxies should be declared in the hbm's - I've checked t

Re: [Andromda-user] how to specify max_fetch_depth for hibernate

2005-03-04 Thread Carlos Cuenca
please, refer to the team server: http://team.andromda.org/docs/andromda-hibernate-cartridge/namespace.html sorry for this Bernard Sirius wrote: BTW, there's no mention of the namespace parameter in http://www.andromda.org/andromda-hibernate-cartridge/namespace.html bernard __

Re: [Andromda-user] how to specify max_fetch_depth for hibernate

2005-03-04 Thread Carlos Cuenca
Bernard Sirius wrote: are you doing a "maven -o clean install" or what, in order to get the hbm's regenerated? didn't. just did. doesn't change anything. what should I see ? dynamic-insert="true"/dynamic-update="true"? or what? no, you should see a line like this:

Re: [Andromda-user] how to specify max_fetch_depth for hibernate

2005-03-04 Thread Carlos Cuenca
Bernard Sirius wrote: do not recommend, it should be working, which version of Andromda are you using? RC1-SNAPSHOT BTW I just saw that hibernate has a faq entry about this: How do I set up a 1-to-1 relationship as lazy? Use with a proxied class, Foo.

Re: [Andromda-user] how to specify max_fetch_depth for hibernate

2005-03-04 Thread Carlos Cuenca
Bernard Sirius wrote: are you using customized templates or something that may affect to the generation process? Carlos bernard that's all. I thought I got it: I defined as a property of the a

Re: [Andromda-user] an example please (WORKS FINALLY)

2005-03-04 Thread Carlos Cuenca
Bernard Sirius wrote: OK thanks a lot for all your kind and patient answers. glad it works!! My app is now reasonably fast. Everything's fine. e viva andromda! bernard --- Carlos Cuenca <[EMAIL PROTECTED]> wrote: -

Re: [Andromda-user] Specifying the type of collection of an association with MagicDraw

2005-04-22 Thread Carlos Cuenca
Hi Sebastien, in order to generate diferent collections, you should use the tagged value "@andromda.hibernate.collection.type" also for ordered collections, you should specify the "@andromda.hibernate.collection.index" the determine the attribute that will be used for indexing Carlos Sebastien

Re: [Andromda-user] Specifying the type of collection using tagged value andromda.hibernate.collection.type

2005-04-24 Thread Carlos Cuenca
Hi Sebastien, I had detected the bug because this is only done in hibernate mappings, and not on java code and I will fix it tonight. It will be accesible within hours. Carlos Sebastien Arbogast wrote: Hi, I'm still trying to specify integrity constraints in my model. So I created a very simple

Re: [Andromda-user] Specifying the type of collection using tagged value andromda.hibernate.collection.type

2005-04-26 Thread Carlos Cuenca
TED]> wrote: Ah... Cool. Thx a lot Carlos! On 4/24/05, Carlos Cuenca <[EMAIL PROTECTED]> wrote: Hi Sebastien, I had detected the bug because this is only done in hibernate mappings, and not on java code and I will fix it tonight. It will be accesible within ho

Re: [Andromda-user] [Hibernate Catridge] Roles + Interfases

2005-05-04 Thread Carlos Cuenca
Hi Javier, the second bug is already fixed on CVS, you should try the lasted version or if you prefer, you could just change that template Carlos [EMAIL PROTECTED] wrote: It think that I've found 2 bugs in ejb-jar.xml.vsl for the Hibernate Catridge that come to the ligth when assigning Ro

[Andromda-user] Announcement: New AndroMDA Forum

2005-05-07 Thread Carlos Cuenca
The AndroMDA Team is happy to present the a new forum space for Andromda. It can be access at http://forum.andromda.org or http://galaxy.andromda.org/forum/ try it out! Carlos Cuenca --- This SF.Net email is sponsored by: NEC IT Guy Games

[Andromda-user] [Test Forum 1] [forums test] test4

2005-05-08 Thread Carlos Cuenca
test4 _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=53#53 --- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your bes

[Andromda-user] [Hibernate cartridge] [strange sql generated from my model]

2005-05-10 Thread Carlos Cuenca
ok, we should take into account several issues for this, first we should be aware that it is not the same and "Hibernate ordered collection" and a "hibernate collection ordered by a column". -In the first case, an additional attribute will contain the row index (i.e. id column) -for the sec

[Andromda-user] [Installation] [error in opening zip file]

2005-05-10 Thread Carlos Cuenca
Hi, this is because the translation-librariesoclandromda-validation/src/test/uml/ValidationLib raryTestModel.xml.zip does not reference to the profile, please open it and it will ask for the profile, then import it and save... i _ Reply to

[Andromda-user] [Test Forum 1] [forums test] another test

2005-05-26 Thread Carlos Cuenca
test with url http://www.andromda.org Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=467#467Posting to http://forum.andromda.org/ is preferred over posting to the mailing list!

[Andromda-user] [Hibernate cartridge] [Hibernate V3.0] Hibernate 3

2005-06-08 Thread Carlos Cuenca
Hi all, I had just checked in a patch to support hibernate 3. To use it, just create a new proyect and add a new property (2) under your hibernate namespace configuration. Also change the dependencies to the new ones (3.0.5) and everything should be ready! have fun! Carlos __

[Andromda-user] [Cartridge development] [Hibernate 3]

2005-06-08 Thread Carlos Cuenca
Hi all, I had just checked in a patch to support hibernate 3. To use it, just create a new proyect and add a new property (3) under your hibernate namespace configuration. Also change the dependencies to the new ones (3.0.5) and everything should be ready! have fun! __

[Andromda-user] [Hibernate cartridge] [Hibernate V3.0]

2005-06-09 Thread Carlos Cuenca
Hi, I can change the property if you want, but take into account one thing: HibernateVersion is not the same as Version, hibernateVersion is currently use to determine if an entity will have a version property, so for that reason I did not used that. Carlos __

[Andromda-user] [Spring cartridge] [datasource properties for dbcp/c3p0]

2005-06-10 Thread Carlos Cuenca
Hi, right now I am using c3p0 with an Hibernate project. I did not have to change anything in Andromda, but use use the name of the pooled datasource within the datasource namespace property. If something else is needed, please let us know and we will happy to add the feature. Carlos _

[Andromda-user] [Hibernate cartridge] [ordered association ends and sorting]

2005-06-14 Thread Carlos Cuenca
actually associationEndCollectionIndexName is to create an index on the foreign key column of the one to many relations. orderByColumns will sort the collection based on the columns that are provided. You should specify the name of the attributes of ordering, and make sure they exists, since

[Andromda-user] [Hibernate cartridge] [query algoritum]

2005-06-19 Thread Carlos Cuenca
Had you tried enabling Hibernate Proxies ? Carlos _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1491#1491 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list!

[Andromda-user] [Hibernate cartridge] [Hibernate3 and andromda.hibernate.lazy modelling parameter]

2005-07-21 Thread Carlos Cuenca
On hibernate 2 cartridge, lazy attribute was only mapped on collections (set,map,bag,list) but no on many-to-one ends. anyway I will add it on many-to-one side for hibernate 3, I will not do it for hibernate 2, since I could not find it on the Hibernate 2. Carlos __

[Andromda-user] adding attributes on the M:N relations

2004-05-28 Thread Carlos Cuenca
Hi ! I am using AndroMDA with Hibernate and I would like to add attributes on the N:M relations. Is there anyway? thanks Carlos smime.p7s Description: S/MIME Cryptographic Signature

[Andromda-user] Association name error

2004-06-01 Thread Carlos Cuenca
for more than 30 characters, I had set the parameter at the 30 at the project.xml inside the MDA directory but it does not take into account this limitation when creating the names for the association tables. is there any comment about this? Carlos Cuenca smime.p7s Description: S

[Andromda-user] error processing model

2004-06-09 Thread Carlos Cuenca
Hi! I am processing a big model and I had found one thing that it could be done better. Since my model is too big, it is very dificult to detect where in the model the error had been produced. The output tells you which is the last class processed but not which is being processed so I think

[Andromda-user] Error Building

2004-06-16 Thread Carlos Cuenca
I had just build the androMda from the CVS, and I have the following error on a model that did not have errors before: is this error related with the OCL?? Carlos 16:45:42,767 ERROR [hibernate] Failed to construct a meta facade of type 'class org.andromda.metafacades.uml14.AttributeFacadeLogicIm

Re: [Andromda-user] Question about RSWT and Support for Rich Clients

2004-06-18 Thread Carlos Cuenca
I am also interested... and I can help you on test it! Carlos smime.p7s Description: S/MIME Cryptographic Signature

[Andromda-user] changes to cartridges

2004-06-21 Thread Carlos Cuenca
HI, I am changing the Hibernate cartridge to add some funcionality and I do not want to recompile androMda each time I change it . Is this possible just changing the templates at the andromda-hibernate-cartridge-3.0M2-SNAPSHOT.jar in the maven repository?? Thanks Carlos smime.p7s Description:

Re: [Andromda-user] changes to cartridges

2004-06-21 Thread Carlos Cuenca
thank very much, Chad and Wouter, the local maven repo ? of course that's possible, but be careful it does not get overwritten when maven downloads deps. ... what kinda functionality are you talking about ? is it anything that could be interesting for the other users too ? .. I dont know if is

[Andromda-user] BMP4struts & displaytag

2004-06-23 Thread Carlos Cuenca
Hi, is there any way of creating dynamic links within the displaytag? this is because I want to create a dispaly tag and have the actions for delete update and view, I supose that this should be done in the model within the transition diagrams?? Thank you! Carlos smime.p7s Description: S/MIME

[Andromda-user] BMP4Struts layout

2004-06-23 Thread Carlos Cuenca
Hi, I had been looking arround, and I didn`t find any way of defining a layout so the elements on the jsp page can be rendered on a way defined on the model. I am not sure if it is correct to define this on the model, but if it is, what about defining special tagged values for possitioning in w

[Andromda-user] BMP4Struts select field

2004-06-26 Thread Carlos Cuenca
Hi, I am creating a select field on the BMP4Struts cartridge and I would like to asign select options like Is this possible?? thanks Carlos

[Andromda-user] defautl profie and maven errors

2004-06-28 Thread Carlos Cuenca
the Myproject-hibernate-sar-1.0-SNAPSHOT.sar, so I can not deploy it. On the other hand I had noticed than in the Myproject\hibernate\sar\target folder it does exists MISAspecta-hibernate-sar-1.0-SNAPSHOT.jar, but no the corresponding .sar. Any solution? Thank you Carlos Cuenca

[Andromda-user] Re: BPMS4truts error

2004-06-29 Thread Carlos Cuenca
?? Carlos Carlos Cuenca wrote: Hi, I am getting a extrange error on the deployment of a test, and it says nothing about the andromda, so I don`t know were the problem is any ideas? 20:01:31,093 ERROR [Engine] StandardWrapperValve[action]: Servlet.service() for servlet action threw exception

[Andromda-user] BPMS4truts error

2004-06-29 Thread Carlos Cuenca
Hi, I am getting a extrange error on the deployment of a test, and it says nothing about the andromda, so I don`t know were the problem is any ideas? 20:01:31,093 ERROR [Engine] StandardWrapperValve[action]: Servlet.service() for servlet action threw exception java.lang.IllegalArgumentException:

RE: [Andromda-user] Re: BPMS4truts error

2004-06-30 Thread Carlos Cuenca
thank you very much for your time... I will change the jboss version right now, and I will try everything again, I will report you... Carlos --- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Trainin

[Andromda-user] BPM4Struts report

2004-06-30 Thread Carlos Cuenca
Hi again! I am testing the last andromda downloaded from CVS, I have Jboss 3.2.3 :-) Now I am doing the following test: I have a <>  called "select action".     ... I have two transitions going out market with the <>, one for "new" and one for "edit"     -on the "new" transition I have a t

Re: [Andromda-user] Re: BPMS4truts error

2004-07-02 Thread Carlos Cuenca
Hi Wouter, first of all thank you again for your time, I answer here to your last e-mails since I did not have time to do before... try to change the date parameters on the transition into String types ... this should solve it, in your controller you should manually take care of the conve

[Andromda-user] 3.0M2 from CVS build failed

2004-07-05 Thread Carlos Cuenca
Hi, I had download the last changes from the CVS, but I can not build, I had also delete the cache from the .maven folder but it still does not work... Parse Error at line 18 column 26: cvc-complex-type.3.2.2: Attribute 'sheet' is not allowed to appear in element 'template'. org.xml.sax.SAXParse

[Andromda-user] Error creating new project

2004-07-05 Thread Carlos Cuenca
Hi, I had downloaded and compiled the today's CVS. I had created a new project with "maven andromdapp:generate" and now when I try to compile I get these errors, I don't know if they are related with the big jobs ;-)of the weekend... any ideas: Parse Error at line 20 column 27: cvc-complex

Re: [Andromda-user] null pointer building BPM4 example

2004-07-05 Thread Carlos Cuenca
I think that you may have not set the name on a <> transition. Transitions should have a trigger and this trigger must have a name specified within the signal. Carlos Martin West wrote: I am running with M2-SNAPSHOT from anon. The model was produced with MD 7.5 and I get [andromda] INFO [Andro

Re: [Andromda-user] null pointer building BPM4 example

2004-07-06 Thread Carlos Cuenca
, July 06, 2004 10:36 PM To: [EMAIL PROTECTED]; 'Carlos Cuenca'; 'Martin West'; [EMAIL PROTECTED] Subject: Re: [Andromda-user] null pointer building BPM4 example - Original Message - From: "Wouter Zoons" <[EMAIL PROTECTED]> To: "'Carlos Cuenca'

Re: [Andromda-user] null pointer building BPM4 example

2004-07-07 Thread Carlos Cuenca
like OCL, displaytags etc Carlos Martin West wrote: Carlos, could someone send me source for the bpm4struts modeling example, I assume the html file is generated, and I will fill out the example with more details as per my learning experience. On Tue, 2004-07-06 at 23:43, Carlos Cuenca wrote

Re: [Andromda-user] null pointer building BPM4 example

2004-07-07 Thread Carlos Cuenca
: Invocation of method 'getActionRoles' in class org.andromda.cartridges.bpm4struts.metafacades.StrutsActionLogicImpl threw exception class java.lang.NullPointerException : null [andromda] at org.apache.velocity.runtime.parser.node.ASTIdentifier.execute(ASTIdentifier.java:19

  1   2   >