Re: [Andromda-user] [Newbie corner] [How can i get a set instead of a collection for relationship] How can i get a set instead of a collection for relationship

2005-08-15 Thread Wouter Zoons
ctrierweiler (AndroMDA Forum) wrote: Hi everyone, i have a relationship between a person and a category class, which should obviously be implemented as a set, because a person cannot be a member of a category twice. But i don't find any way to change the standard generation behaviour, which g

Re: [Andromda-user] CRUD Example

2005-07-16 Thread Wouter Zoons
Naresh Bhatia wrote: Ok, works for me now (I had to disconnect from my VPN connection). So the question is why does the my dropdown for "Select Other Entity" empty. I used andromda-bin-3.1-M1. you might get an answer if you post to the forum :-P -

Re: [Andromda-user] CRUD Example

2005-07-16 Thread Wouter Zoons
Naresh Bhatia wrote: I just built the CRUD example for the first time and ran it. Looks really cool! Question does the front end allow to navigate relationships? Currently it seems to show the "Home" entity and there is a link called "Select Other Entity", but the drop-down is empty. Naresh

[Andromda-user] Re: ArcStyler - an MDA platform

2005-07-13 Thread Wouter Zoons
> Dear Sir or Madam, > > Model Driven Architecture (MDA) as spearheaded by the Object Management > Group (OMG) is an approach that targets at creating agile and cost > effective IT solutions to business problems and future value added > systems capabilities. > > Some companies have heard about the

Re: [Andromda-user] Apache Commons version mismatch

2005-07-11 Thread Wouter Zoons
> Hi all, > > this morning, I checked out a fresh copy of AndroMDA 3.1-RC1 from the > CVS repo and built it. I deployed a test app *.ear in JBoss 4.0.1. The > deployment failed with the following message: > > org.jboss.deployment.DeploymentException: Error during deploy; - > nested throwable: (Refl

Re: [Andromda-user] [Newbie corner] [No foreign key generated at relationship] No foreign key generated at relationship

2005-07-09 Thread Wouter Zoons
hello Diego, thanks for your reply, but it's better you post on the forum, that way it's easier for people to keep track of things; the link to the page is found below thanks! -- Wouter Diego Bendlin wrote: Normally the foreign keys are added via some alter table statements after the creati

Re: [Andromda-user] Database Schema

2005-07-09 Thread Wouter Zoons
Diego Bendlin wrote: Hello guys, I've been researching about hibernate and fount out it is capable of handling database schemas when incluiding the needed tags to the hibernate mapping file. Using AndroMDA-3.0 and MD9.5 with the profile I coudn't find any tagget value or similar to specify that

Re: [Andromda-user] [Bpm4Struts cartridge] [exception handling - global?]

2005-06-24 Thread Wouter Zoons
ction state into a <>, next you can use a tagged >> value to say which type of exception should be handled there (so you can >> point different exceptions to different pages) -- Wouter Zoons - >> [EMAIL PROTECTED] > > Yeah, it is ok, I've seen this, but -

Re: [Andromda-user] [Hibernate cartridge] [Many2Many association with link parameters]

2005-06-17 Thread Wouter Zoons
Wojciech Ciesielski wrote: ||> "Funny" idea... What about something like this: ||> ||> User <-- User2Role --> Role ||> | ||> | ||> | ||> V ||> User <--- User2Office ---> Office ||> ||> ||> User.primaryOffice -

Re: [Andromda-user] [Hibernate cartridge] [Many2Many association with link parameters]

2005-06-17 Thread Wouter Zoons
Wojciech Ciesielski wrote: ||except for the fact that the latter office /must/ be present in the ||other relationships as well || ||(the primary office must be an office where the user has a role) || ||that's indeed what I'm doing now .. I guess it's the nicest way to ||currently do it [Ciesiels

Re: [Andromda-user] [Hibernate cartridge] [Many2Many association with link parameters]

2005-06-17 Thread Wouter Zoons
Wojciech Ciesielski wrote: ||conceptually you are correct, but technically it's hard to maintain ||these relationships, for example, which of all offices is the 'primary' ||one ? [Ciesielski] I would add isPrimary:boolean to User2OfficeAssignment with constraint to enforce only one primary per

Re: [Andromda-user] [Hibernate cartridge] [Many2Many association with link parameters]

2005-06-17 Thread Wouter Zoons
Wojciech Ciesielski wrote: ||it's a little bit different: || ||between user and office there's no many2many [Ciesielski] How come? You said that user may have different roles in different offices - therefore user may be associated to more than one office. And I suppose that office may have more

Re: [Andromda-user] [Hibernate cartridge] [Many2Many association with link parameters]

2005-06-17 Thread Wouter Zoons
Wojciech Ciesielski wrote: ||I hope I make sense here, .. I think association classes are extremely ||well suited in this case (just need to draw an association from this ||association class to 'regional office' and we're done), but I don't see an ||equally well-designed alternative without using

Re: [Andromda-user] class diagram

2005-06-08 Thread Wouter Zoons
> > how to get the class diagram of andromda 3.0 > Thanks > > we only have models for the generic metafacades and the cartridges, the core has not been modeled -- Wouter ps: please use http://forum.andromda.org/ in the future as we're trying to collect all messages there, thanks -

Re: [Andromda-user] [Newbie corner] [Links new users should be aware of]

2005-05-31 Thread Wouter Zoons
> > How can one access the Wiki? I found none of my usernames/passwords for > the mailinglist/forum working there, and it seems there is no registration > form to sign in new members.. > you'll need to register in JIRA first, it shares its users with Confluence -- Wouter (I removed your post fro

Re: [Andromda-user] [How-tos] [Stuck on first Model / andromda-3.1, Magicdraw]

2005-05-29 Thread Wouter Zoons
<>, can you paste the URL >> here ? >> -- >> Wouter Zoons - [EMAIL PROTECTED] >> >> http://www.andromda.org/ >> _ >> Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php? >>

Re: [Andromda-user] Unable to download andromda plug-in using Maven

2005-05-23 Thread Wouter Zoons
> You need to setup and project.properties or build.properties in the root > of your project that has a custom repository list. > > # Maven Properties > maven.repo.remote=http://team.andromda.org/maven,http://www.ibiblio.org/maven > > that's right, even better is to put that build.properties file

Re: [Andromda-user] Re:Change to the way AndroMDA is configured

2005-05-22 Thread Wouter Zoons
Wouter Zoons wrote: Gary Struthers wrote: Chad, please elaborate. I don't see in the maven plugin documentation what you mean. the docs are online: http://galaxy.andromda.org/docs/configuration.html and of course the properties you can pass to the AndroMDA maven plugin:

Re: [Andromda-user] Re:Change to the way AndroMDA is configured

2005-05-22 Thread Wouter Zoons
Gary Struthers wrote: Chad, please elaborate. I don't see in the maven plugin documentation what you mean. the docs are online: http://galaxy.andromda.org/docs/configuration.html -- Wouter --- This SF.Net email is sponsored by Oracle Spa

Re: Fwd: [Andromda-user] error in opening zip file

2005-05-20 Thread Wouter Zoons
> The attach is my first model . just a car entity > > Version : 3.0-RC1 > Error ..: Unexpected Exception > Build ..: 2005-03-28 06:13:43 > Build System ...: Linux-2.6.8-1.521 > Build JDK ..: Sun Microsystems Inc.-1.4.2_07-b05 > Build Builder ..: amartinwest > Run System

Re: [Andromda-user] error in opening zip file

2005-05-20 Thread Wouter Zoons
Exception recorded in --> 'F:\CASSAE\Projects\standino\AndroMDAGenTask050520150826.exc' chang wei wrote: I am new to andromda . Today I try Spring cartridge ,but get a error . Anyone know why? Thanks . F:\CASSAE\Projects\standino>maven mda __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \

Re: [Andromda-user] Cannot access JIRA

2005-05-19 Thread Wouter Zoons
> Please help me, I'm having trouble accessing http://jira.andromda.org/ > It redirects me to > http://galaxy.andromda.org/$%7bHTTP_HOST%7d:8080/jira/where I get the > following message: > Object not found! > > Is jira online? > yeah I can access it fine (http://jira.andromda.org/), and I'm behind

Re: [Andromda-user] dummy data

2005-05-19 Thread Wouter Zoons
> on a more serious note, I noticed that the maven script now has a > dataload goal. Is there anything which generates the data load script or > is this hand crafted entity? > yeah I added that task, it actually uses the database cartridge (which is still in the sandbox and is not included in andr

[Andromda-user] important: changes to bpm4struts

2005-05-18 Thread Wouter Zoons
hello, for those of you using the latest bpm4struts snapshots, it's important to note the most recent change I implemented, the change is two-fold 1. new feature It is now possible to, what I call, 'normalize' resource messages. This means that, for example, different pages with the same name wi

Re: [Andromda-user] Re: [Andromda-devel] Something wrong with the CVS version ?

2005-05-18 Thread Wouter Zoons
> I had issued the following commands, in the hope of checking all things > related to andromda (and, perhaps you guess it, working on a > bpm4swix/xul cartridge): > 10 11:46 cvs > -d:pserver:[EMAIL PROTECTED]:/cvsroot/andromda login > 11 11:46 cvs -z3 > -d:pserver:[EMAIL PROTECTED]

[Andromda-user] Re: [Andromda-devel] Something wrong with the CVS version ?

2005-05-18 Thread Wouter Zoons
> Hello all, > > I want to retrieve Andromda from CVS, and this works, but i cannot built > it out of the box since it seems that the "root" project.xml file is > wrong: > which module did you try to checkout ? make sure to take andromda-all, it should work fine because we're working with it all t

Re: [Andromda-user] [Newbie corner] MagicDraw and multi user environnement

2005-05-17 Thread Wouter Zoons
Trudy Cool wrote: Dear Wouter If an external programmer is in love with jDeveloper, or something, can he contribute to our MDA projects? From what I have seen so far, it's not likely. hmm, ... why not ? what have you seen ? how does MDA relate to an IDE ? the only thing I can think of is that y

Re: [Andromda-user] [Newbie corner] MagicDraw and multi user environnement

2005-05-17 Thread Wouter Zoons
Chad Brandon wrote: Wouter Zoons wrote: I think I'm correct in saying AndroMDA doesn't easily support round-tripping. currently AndroMDA simply does *not* support roundtrip-engineering, but we're working on that It will never support roundtrip-engineering, that's what tog

Re: [Andromda-user] [Newbie corner] MagicDraw and multi user environnement

2005-05-17 Thread Wouter Zoons
I think I'm correct in saying AndroMDA doesn't easily support round-tripping. currently AndroMDA simply does *not* support roundtrip-engineering, but we're working on that If an external programmer is in love with jDeveloper, or something, can he contribute to our MDA projects? From what I hav

Re: [Andromda-user] [Animal Quiz] Where's schema-create.sql?

2005-05-16 Thread Wouter Zoons
The sql files are generated by hibernate, hibernate is run on the *hbm.xml files (that are generated from the model) and the DDL files are generated (take a look at the core/maven.xml if you're interested in seeing where it's done). While you're building the animal-quiz, you should see the

Re: [Andromda-user] Can not find Struts classes in 3.0

2005-05-16 Thread Wouter Zoons
Which version of Maven are you using ? Do you have a Struts dependency in /web/project.xml ? If you generate a project using andromdapp:generate everything should be fine and Struts will be downloaded when you build this error seems very strange to me the only thing I can think of is that you'r

Re: [Andromda-user] Output to File per Package

2005-05-16 Thread Wouter Zoons
Gebhardt, Jörn wrote: Hi, Imagine the following scenario: I have a couple of entities and I want to create a ServiceLocator class for every package/namespace that contains at least one entity. Is there any way to configure this in the andromda-cartridge.xml? I'm only aware of the outputToSingleF

Re: [Andromda-user] Maven... please help me!

2005-05-15 Thread Wouter Zoons
you said you're using AndroMDA 3 but Maven is trying to download milestone dependencies (3.0M3) read the getting started guide again, make sure everything is properly installed and create a new project using andromdapp:generate also, please use http://forum.andromda.org/ in the future for posti

Re: [Andromda-user] [Newbie] true-true.jar Huh?

2005-05-15 Thread Wouter Zoons
Trudy Cool wrote: I think I get what is going on. maven plugin:download is interpreting ... -DgroupId=andromda -DartifactId=maven-andromdapp-plugin ... as ... -DgroupId=true -DartifactId=true But why? I think there have been posts about this before, I don't remember the answer though (it was Chad

Re: [Andromda-user] Spring and Tomcat

2005-05-13 Thread Wouter Zoons
Guillaume Lederrey wrote: > I forgot to add that the support for AndroMDA is even more amazing > than AndroMDA itself ;-) I never had a fastest answer for my dumb > questions ! Thanks ! > > I understood that it is not possible to use EJB with Tomcat. But the > Spring HowTo had me believe it is

Re: [Andromda-user] Spring and Tomcat

2005-05-13 Thread Wouter Zoons
Tomcat, unlike JBoss, does not support EJBs, so it's not possible to use this technology :-) -- Wouter Guillaume Lederrey wrote: > First of all, I really need to thank all the developpement team ! I > just began using the Bpm4Struts and Spring cartridge, it is amazing ! > There are a lot of gre

Re: [Andromda-user] Seeking Help with customizing BPM4Struts Velocity templates.

2005-05-12 Thread Wouter Zoons
One thing I noticed that in the "andromda-cartridge.xml" when declaring model elements for the template the plural name is used while the classifier Attribute is singular, see below: Why is that? That's because outputToSingleFile="true" is set, when this is set to true,

Re: [Andromda-user] Seeking Help with customizing BPM4Struts Velocity templates.

2005-05-12 Thread Wouter Zoons
hi, there's indeed an API for that, the objects you call from the templates are called 'facades' two types of facades exist: * uml metafacades, and * cartridge facades the uml facades define an API on top of the element found in the UML model (the meta-classes) the cartridge facades extend th

[Andromda-user] [Project generator] [AndroMDA 3.0M3 - Anttask. error "Was expecting one of:.]

2005-05-12 Thread Wouter Zoons
the property you specified is correct, what is the error message ? -- -- Wouter - [EMAIL PROTECTED] http://www.andromda.org/ _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=133#133 ---

[Andromda-user] [Cartridge development] [usage of objects in the metafacades]

2005-05-12 Thread Wouter Zoons
the project 'lead' for the metafacades has been set to me so JIRA will assign any issues to me by default (unless you choose another person) I'm always logged into JIRA with more privileges than a default user so I wasn't aware you cannot assign issues when reporting (which makes sense I gues

[Andromda-user] [Cartridge development] [usage of objects in the metafacades]

2005-05-12 Thread Wouter Zoons
this facade is indeed missing; please file an issue in JIRA and make sure it's assigned to me, I'll add that facade this evening it will be available in the 3.1-M1-SNAPSHOT published by the next successful continuous build cycle after my commit -- -- Wouter - [EMAIL PROTECTED] http://www.and

[Andromda-user] [Project generator] [AndroMDA 3.0M3 - Anttask. error "Was expecting one of:.]

2005-05-12 Thread Wouter Zoons
hi Mickael, so many things have changed since AndroMDA 2, to give you an idea: example: we have removed xdoclet from all cartridges except EJB I propose you follow the getting started guide here: Maven is strongly recommended since you can use the andromdapp:generate project generat

[Andromda-user] [Cartridge development] [Problems while building own cartridge after switching to 3.0]

2005-05-12 Thread Wouter Zoons
these methods heve been added after RC2 but before 3.0 final, see the related JIRA issue here: it sounds like your IDE is not picking up the latest metafacades, UseCaseFacade should definitely have those two methods defined are you sure you only have AndroMDA 3.0 final libraries on your c

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

2005-05-12 Thread Wouter Zoons
probably one of the libraries (.jar or .xml.zip) could not be opened, glad it's fixed now -- -- Wouter [EMAIL PROTECTED] http://www.andromda.org/ _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=119#119

[Andromda-user] [How-tos] [Writing own metafacades tutorial]

2005-05-11 Thread Wouter Zoons
that's true, we don't really have a howto for developing metafacades like we do for bpm4struts and spring, but the documentation should be sufficient though: the best thing you can do is use existing cartridges as example (this is in fact even a good way to get to know metafacades) make s

[Andromda-user] [Project generator] [Single core application with multiple frontend applications]

2005-05-11 Thread Wouter Zoons
hi Jordi, currenty our project generator does not support this (AndroMDA's main goal is doing MDA, the project generator is just a convenient tool you get for free so you can more easily start modeling, your question kinda falls out of AndroMDA's scope :-)) you could easily have the proje

[Andromda-user] [Bpm4Struts cartridge] [wizard workflow]

2005-05-10 Thread Wouter Zoons
no, bpm4struts currently only supports what is documented here: if someone steps up with a decent proposal for wizard integration, plus a bulletproof way of modeling this using activity graphs, then I will be more than happy to implement it -- -- Wouter __

[Andromda-user] [Installation] [maven plugin:download]

2005-05-10 Thread Wouter Zoons
looking at the console output I can only conclude you're behind a firewall or something, and this is blocking the connection Maven tries to make with the remote repositories go here to learn how to configure maven to use your proxy: I hope this solves your problem -- -- Wouter ___

Re: [Andromda-user] AndroMDA 3.0 & forums

2005-05-10 Thread Wouter Zoons
> In future should we be using the forums in preference to this mailing > list? > yes, that's indeed the recommended way to communicate future questions etc.. simply because it's the easiest medium for everybody out there, and you don't need to subscribe if you're just looking for info (only when

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

2005-05-10 Thread Wouter Zoons
> BTW - Is it posible to reply to a forum mail 'by mail', > or is the sole purpose behind forwarding each forum post > to the mailing list, to archive them in some way? > you can reply to the forum by simply replying to the emails you receive from it (it uses mail2forum for that) I'm not sure wh

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

2005-05-10 Thread Wouter Zoons
I can't seem to reproduce the problem ? the only thing I can think of is that when you are building your application using Maven it's trying to load the andromda-profile (which is a .zip) and during the download from our server it's corrupted somehow can you take a look and make sure you can

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

2005-05-10 Thread Wouter Zoons
which version of maven are you using ? did you already touch the model or did you leave it unchanged ? Did you edit any of the files generated by the project generator ? any idea which file it's trying to unzip ? if the stacktrace really is too long to post then just mail it to me persona

[Andromda-user] [Installation] [maven plugin:download]

2005-05-10 Thread Wouter Zoons
hmm, I've never tried it under Windows 98, but putting that build.properties file in your home directory should be fine, so that would be the one containing My Documents, right ? did you try that ? it's definitely a weird error, never seen it before you can always try to download th

[Andromda-user] [Cartridge development] [Guidelines for contributed cartridges ?]

2005-05-09 Thread Wouter Zoons
we have a /contrib module in CVS, a sandbox if you will; unfortunately there is no way to allow anonymous write access to (parts of) the CVS repository so you'll need to become a committer (which complicates things a bit) currently there are no specific guidelines, but what I can tell you is

[Andromda-user] [Spring cartridge] [ServiceLocator and SessionInViewFilter]

2005-05-09 Thread Wouter Zoons
well, that's the only part I can't help you with :) I was only replying to the part where you asked about how to initialize back-end stuff in web.xml -- -- Wouter _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=74#74

[Andromda-user] [Samples] [OnlineStore unable to change date format]

2005-05-09 Thread Wouter Zoons
something else must be wrong, your custom format is fine and the tests from the bpm4struts cartridge all finish succesfully Quote: Now one more thing to ask after some more change(just frontview names) The ..samplesonline-storewebtargetsrcapplication-resources.properties is totaly Differ

[Andromda-user] [Spring cartridge] [ServiceLocator and SessionInViewFilter]

2005-05-09 Thread Wouter Zoons
it's very simple: create a new class that extends the servlet listed in web.xml, you can find that fully qualified classname in the web.xml section containing this fragment:             contextConfigLocation         /WEB-INF/classes/beanRefFactory.xml     override the public i

[Andromda-user] [Spring cartridge] [ServiceLocator and SessionInViewFilter]

2005-05-09 Thread Wouter Zoons
well, this is no Struts-dependent in any way, just extend the servlet you're currently using and append your custom code you're not changing anything, just adding .. would this be a problem ? -- -- Wouter _ Reply to the post : http://gala

[Andromda-user] [Samples] [OnlineStore unable to change date format] OnlineStore unable to change date format

2005-05-09 Thread Wouter Zoons
how exactly did you specify the new date format ? please list all tagged values you used (or the namespace property that set the default format for all dates) -- -- Wouter _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php

[Andromda-user] [Spring cartridge] [ServiceLocator and SessionInViewFilter]

2005-05-09 Thread Wouter Zoons
you could always try to specify a custom servlet (extending the existing one) that is instantiated when the web application is deployed, you could do any type of initialization in the init() method; if you want to do this for some kind of Spring initialization then the only drawback I see is th

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

2005-05-09 Thread Wouter Zoons
this is really crazy indeed, unfortunately I was unable to reproduce this issue since your model references external libraries (the security-related ones) the generate hbm.xml files look fine though, perhaps you can try running SchemaExport targetting another DB dialect ? Anyway, I don't t

[Andromda-user] [News & Announcements] [AndroMDA 3.0 final released] AndroMDA 3.0 final released

2005-05-09 Thread Wouter Zoons
The final release for AndroMDA version 3.0 has been released, after more than one year of hard work it's finally there! Not only the core and the entire build process have been rewritten, also a significant set of features has been added on top of that. We're scheduling more minor releases

Re: [Andromda-user] Announcement: New AndroMDA Forum

2005-05-08 Thread Wouter Zoons
Ludovic Maitre wrote: Hi all, I would like to know in which forum i can share some ideas about a swixml/swixat bpm cartridge ? What about a forum about cartridge design when i could start a thread about this ? As this is an early ideas/proposal it's better do discuss it (if this interest anybody

Re: [Andromda-user] "Failed to construct a meta facade..."

2005-05-06 Thread Wouter Zoons
> While all what Wouter says is true, there still shouldn't be an error in > the logs, if it doesn't match it should continue without logging an > error. Is there any other information after the error like a stack > trace or something? > really ? I was assuming this to be normal behavior since I

Re: [Andromda-user] "Failed to construct a meta facade..."

2005-05-06 Thread Wouter Zoons
> Just curious : in andromda-bpm4struts.log, I get this kind of messages, > at the beginning : > > Failed to construct a meta facade of type 'class > org.andromda.cartridges.bpm4struts.metafacades.StrutsUserLogicImpl' with > mappingObject of type --> > 'org.omg.uml.behavioralelements.usecases.Actor

Re: [Andromda-user] create schema scripts

2005-05-04 Thread Wouter Zoons
[EMAIL PROTECTED] wrote: Hi, does the current release not generate the create schema script by default? What do I have to do to create them? Thanks Oemer you mean the DDL code generated by the Hibernate SchemaExport tool ? the files should be there just fine from your project's root you can try

Re: [Andromda-user] BPM4STRUTS Tabbed Pages Still referenced in the Documentation Intro; Is this true or is it a bug?

2005-05-04 Thread Wouter Zoons
safaa hashim wrote: I have 2 questions: Hi All; 1) I read that Tabs have been removed from BPM4Struts to simplify and focus on process modeling vs. GUI modeling. There is a still a reference to tabbed pages though in the Introduction section for the BPM4STRUTS cartridge. Is this a bug in the doc

Re: [Andromda-user] page variables

2005-05-04 Thread Wouter Zoons
[EMAIL PROTECTED] wrote: Hi list, my application is now running properly. I have still one question. Is there a way to hide the page variables displayed on top of a page without modifying the jsps manually. I only want to display those values in the widgets. Thank you Oemer yes, in the correspo

Re: [Andromda-user] Using Diferent packages for entitys and session beans

2005-05-04 Thread Wouter Zoons
hello Diego, this sounds like a bug, please file a jira issue for it and the person responsable is surely going to take care of it before we release the final thanks -- Wouter [EMAIL PROTECTED] wrote: Hello Guys, My partner figured out that we could use hibernate POJO's as domain value objects a

Re: [Andromda-user] tcpmon

2005-05-04 Thread Wouter Zoons
>> Hi, >> >> JBOSS 4.0.1sp1, Andro 3.0M3 >> >> I'm new to androMDA, and have started with animalQuiz. Thats all working >> - but now I want to startup the axis tcpmon and check the soap messages >> going between the struts front end and the service backend. >> >> Checking the jboss doco, it says I

Re: [Andromda-user] tcpmon

2005-05-04 Thread Wouter Zoons
> Hi, > > JBOSS 4.0.1sp1, Andro 3.0M3 > > I'm new to androMDA, and have started with animalQuiz. Thats all working > - but now I want to startup the axis tcpmon and check the soap messages > going between the struts front end and the service backend. > > Checking the jboss doco, it says I must get

Re: [Andromda-user] DB Audit Fields

2005-05-03 Thread Wouter Zoons
> 10 seconds per entity (which is plenty) = 500 seconds per 50 entities = 6 > minutes, not that bad > > sorry that's 8.3 minutes .. still not too bad :-) --- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up an

Re: [Andromda-user] DB Audit Fields

2005-05-03 Thread Wouter Zoons
> > Hello. > > Where I work, we have standard audit fields in our > database tables such as created_by (varchar), > updated_by (varchar), created_on (date), updated_on > (date). > > I would like to make an Andromda model of our database > but I don't want to define these four fields for over > 50 t

Re: [Andromda-user] using CRUD forms

2005-05-02 Thread Wouter Zoons
Leif Johansson wrote: So how do I get to the entry displayed in each row? I still don't get it (at this point I am assuming that I am blind *and* terminally stupid but still...) MVH leifj what do you mean with entry, and what do you mean with row ? The main crud form shows a table listing the

Re: [Andromda-user] using CRUD forms

2005-05-02 Thread Wouter Zoons
Leif Johansson wrote: Wouter Zoons wrote: Leif Johansson wrote: I seem to have "lost" my 'id' problem using autogenerated CRUD so I'll start a new thread. A couple of questions about the CRUD forms: 1. There doesn't seem to be any way to get from the table to the e

Re: [Andromda-user] Howto check login session

2005-05-02 Thread Wouter Zoons
rue Nevyx wrote: Thanks for the answer :-) How do I then connect this functionality to "my" user-table, or can I get AndroMDA to generate a table definition that I can use (with the rights and everything ) ? // Mikael Wouter Zoons wrote: Nevyx wrote: Hello, Does anyone know howto validate

Re: [Andromda-user] Howto check login session

2005-05-02 Thread Wouter Zoons
Nevyx wrote: Hello, Does anyone know howto validate that you have logged intop a system before each page. I have added a LoginSession object, and I would like to validate the existence of these before every action class (is it possible to change what Action class you inherit from so that one can

Re: [Andromda-user] using CRUD forms

2005-05-02 Thread Wouter Zoons
Leif Johansson wrote: I seem to have "lost" my 'id' problem using autogenerated CRUD so I'll start a new thread. A couple of questions about the CRUD forms: 1. There doesn't seem to be any way to get from the table to the entry - no tablelink as it were. Only a 'Copy' link is present and that doesn

Re: [Andromda-user] <>-generation in CRUD

2005-05-01 Thread Wouter Zoons
No id in the model but still getting: Problem managing Name: se.su.it.nreg.crud.NameManageableService.create(java.lang.String name, boolean leaf, java.lang.String description, java.lang.String contact, se.su.it.nreg.Separator separator, java.lang.String uri, java.lang.Long id, java.lang.Long pa

Re: [Andromda-user] <>-generation in CRUD

2005-05-01 Thread Wouter Zoons
this has been fixed a couple days back, did you try the latest snapshot ? I just started an hour ago with 3.0-SNAPSHOT and am running maven wo '-o' so I should have an up-to-date set of jars right? this must mean you're modeling your identifiers explicitely using the <> stereotype, yeah those case

Re: [Andromda-user] <>-generation in CRUD

2005-05-01 Thread Wouter Zoons
Leif Johansson wrote: Leif Johansson wrote: I started playing with the CRUD support in 3.0-SNAPSHOT (HEAD). Great stuff. However shouldn't the <> attribute be treated according to the @andromda.hibernate.generator.class tagged value? The forms generated treat the id attribute as 'assigned' regardle

Re: [Andromda-user] magic draw questions

2005-04-29 Thread Wouter Zoons
> MagicDraw is crippled depending on which version you get. For example, > in the Help it states that there is the nice automatic layout which will > lay out your classes for you. Well It isn't available in the > Community and Personal versions so you have to lay out _everything_ by > hand.

Re: AW: [Andromda-user] AndroMDA 3.0-RC2 has been released!

2005-04-29 Thread Wouter Zoons
yes, the server is currently being reinstalled after a hardware failure I was assuming a readme.txt was present in the root of the binary distribution, I'll have to add that before we go final. anyway, do this: 1. copy /andromda to your local /.maven/repository 2. copy the contents of lib to you

Re: [Andromda-user] and HTML/XHTML

2005-04-28 Thread Wouter Zoons
[EMAIL PROTECTED] wrote: On Thu, Apr 28, 2005 at 04:05:46PM +0200, Wouter Zoons wrote: Tim Dysinger wrote: No emergency, I was just trying to recall that thread from a while back. It would sure be nice if it was all XHTML, but I know there are issues with JavaScript and IE. No rush. so what if I

Re: [Andromda-user] and HTML/XHTML

2005-04-28 Thread Wouter Zoons
Chad Brandon wrote: Wouter Zoons wrote: Tim Dysinger wrote: No emergency, I was just trying to recall that thread from a while back. It would sure be nice if it was all XHTML, but I know there are issues with JavaScript and IE. No rush. so what if I would remove the regular HTML support in favor

Re: [Andromda-user] and HTML/XHTML

2005-04-28 Thread Wouter Zoons
? I will have to test this first of course anyway, I will not apply this change before the 3.0 final, just to be on the safe side -- Wouter On Thu, 2005-04-28 at 08:20 +0200, Wouter Zoons wrote: Tim Dysinger wrote: I am still noticing tags in the code generated by bpm4struts even when I say false

Re: [Andromda-user] [Knowledge Share] Schema2Xmi Procedure

2005-04-27 Thread Wouter Zoons
Tim Dysinger wrote: Ok. With lots of trial and error, I got it to work finally. Here are the steps. *) Setup your name-space properties *) Run Schema2Xmi against your database schema *) Open the resulting XMI file in MagicDraw 9.5 It asks you if you want to import it in Unisys format Say No

Re: [Andromda-user] Schema2XMI?

2005-04-27 Thread Wouter Zoons
Tim Dysinger wrote: On Wed, 2005-04-27 at 18:07 -0600, Chad Brandon wrote: So you're saying, they show up in the model but when you run andromda they don't show up in the code..or what? I am saying that a) I can see the relation in the containment tree b) I can see the relation in the "Relations"

Re: [Andromda-user] and HTML/XHTML

2005-04-27 Thread Wouter Zoons
Tim Dysinger wrote: I am still noticing tags in the code generated by bpm4struts even when I say false in my project.xml I remember there being a thread on this a week or so ago. Did this get resolved or should I submit a jira issue? -Tim hi Tim, I did not do anything about this yet, mostly becau

Re: [Andromda-user] Bug or feature ?

2005-04-27 Thread Wouter Zoons
[EMAIL PROTECTED] wrote: On Wed, Apr 27, 2005 at 05:14:58PM -0600, Chad Brandon wrote: [EMAIL PROTECTED] wrote: Ok, can you tell me approximately when you changed this, and which part of bpm4struts you fixed ? There has been a freeze on my current project last month, and I cannot refresh the androm

Re: [Andromda-user] JDK 1.5

2005-04-26 Thread Wouter Zoons
Wouter Zoons wrote: Tim Dysinger wrote: Hey has anyone tried to build with 1.5? I haven't been able to build andromda-all from CVS for the last two days. There are unit tests that fail and it stops shortly after maven kicks off. -Tim I'm using JDK1.5, what test is failing exactly ? --

Re: [Andromda-user] JDK 1.5

2005-04-26 Thread Wouter Zoons
Tim Dysinger wrote: Hey has anyone tried to build with 1.5? I haven't been able to build andromda-all from CVS for the last two days. There are unit tests that fail and it stops shortly after maven kicks off. -Tim I'm using JDK1.5, what test is failing exactly ? -- Wouter ---

Re: [Andromda-user] multiple wars with the same libraries

2005-04-26 Thread Wouter Zoons
What I basically want to do is reduce memory consumption, and memory leaks on redeployment. I don't know if you guys are aware of this (I wasn't and personnally I am stunned): Why does the memory usage increase when I redeploy a web application? Because the Classloader (and the Class objects it

Re: [Andromda-user] Re: Struts Menu Use with BPM4Struts & AndroMDA RC2

2005-04-26 Thread Wouter Zoons
safaa hashim wrote: Regarding the Struts Menu issue below I figured it out. It seems that in the orginal "andromda-cartridge.xml" there is a typo in the "menu-config.xml" template setup. It names a "ApplicationUseCase" variable while in the actual template "menu-config.xml.vsl" there is a refer

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

2005-04-26 Thread Wouter Zoons
3.0-SNAPSHOT > Ok great... and what is the version number of the continuous build now > that 3.0-RC2 has been released ? > --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real us

Re: [Andromda-user] MagicDraw - hide tagged values from diagrams?

2005-04-26 Thread Wouter Zoons
> Hello, > > a bit offtopic (sorry), but I know you guys preffer using Magicdraw > anyway, so maybe someone can help me.. > > How can one stop tagged values from being shown in class diagrams? There's > very nice and cool feature "presentation options/show tagged values" in > context menu for Class

Re: [Andromda-user] display tag tables

2005-04-26 Thread Wouter Zoons
>> Hi list, >> >> I'm trying to display a collection and set the sortable tag false. But >> the >> columns are >> furthermore sortable. Did anyone used this feature? >> > > woops, you're right, they're always sortable, I'll fix that now > fixed in CVS -- Wouter

Re: [Andromda-user] display tag tables

2005-04-26 Thread Wouter Zoons
> Hi list, > > I'm trying to display a collection and set the sortable tag false. But the > columns are > furthermore sortable. Did anyone used this feature? > woops, you're right, they're always sortable, I'll fix that now > And the displayed sequencing is not the one of the collection. Does > d

Re: [Andromda-user] Struts Menu Use with BPM4Struts & AndroMDA RC2

2005-04-26 Thread Wouter Zoons
I have been trying out AndroMDA for about a month and got to a point where I would like to use more extensive menu structures in my web application in a horizontal Navigation Bar like style instead of the side-bar style in the car rental example (which is a great tutorial example by the way). S

Re: [Andromda-user] hibernate 3.X

2005-04-26 Thread Wouter Zoons
someone filed a patch against RC1 a couple weeks back, we asked whether it was possible to patch against the new RC2 (released today), but we haven't heard since (so we did not do anything) we will move soon though, the new hibernate version has too many improvements, probably AndroMDA 3.0.1 will

  1   2   3   4   5   6   7   8   9   10   >