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

2005-07-06 Thread vido
Dis iz a test _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2186#2186 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list! --- SF.N

[Andromda-user] [Spring cartridge] [OCL contraints don't generate code] Re: OCL contraints don''t generate code

2005-07-06 Thread [EMAIL PROTECTED]
ryan_marsh wrote: I'm following the Spring cartridge's how-to as an example of how to create finders for my entities (no EJB btw). I created operations on my entity exactly as the example shows, however no findBy methods are generated when I re-run. All my code is re-generated, but no findBy m

[Andromda-user] [Spring cartridge] [OCL contraints don't generate code]

2005-07-06 Thread [EMAIL PROTECTED]
Quote: I created operations on my entity exactly as the example shows, however no findBy methods are generated when I re-run (end of quote) You've marked them with the query flag set to "true", they should show up on your DAOs if you did. Quote: I also discovered that the OCL shown on

[Andromda-user] [Newbie corner] [Hibernate mapping files not getting generated.]

2005-07-06 Thread [EMAIL PROTECTED]
if you take a look at the console when andromda is running you'll see what files are generated, in there you'll find .hbm.xml files that have been emitted into core/target/src for example: core/target/src/org/andromda/samples/animalquiz/decisiontree/DecisionItem.hbm.xml -- Wouter Zoons - [EM

[Andromda-user] [Spring cartridge] [OCL contraints don't generate code] OCL contraints don''t generate code

2005-07-06 Thread ryan_marsh
I'm following the Spring cartridge's how-to as an example of how to create finders for my entities (no EJB btw). I created operations on my entity exactly as the example shows, however no findBy methods are generated when I re-run. All my code is re-generated, but no findBy methods are in it. I

[Andromda-user] [Newbie corner] [Hibernate mapping files not getting generated.] Hibernate mapping files not getting generated.

2005-07-06 Thread vjaideep
Hi , I am running the samples (car-rental & animal-quiz). Don't see the hibernate mapping files getting generated. Is there anything specific i need to do to generate this ? -- jaideep _ Reply to the post : http://galaxy.andromda.org/

[Andromda-user] [Bpm4Struts cartridge] [presentation layer]

2005-07-06 Thread [EMAIL PROTECTED]
the proper way to customize a bpm4struts generated webapp is by moving files over from your web/target/src directory to web/src/java and making sure you have enabled the copy-over feature in web/maven.xml by uncommenting the proper section (it's explained in that file, and mentioned in ) so

[Andromda-user] [Bpm4Struts cartridge] [presentation layer] presentation layer

2005-07-06 Thread tequila
i'm missing information on customizing the presentation layer in the how-tos. do i have to write my own cartridge in order to move to my own styling? ideally, i'd only have to change some css files, zen garden stylee. what about form layout though? and what about sidebars, can i just edit th

[Andromda-user] [Testimonials] [call for testimonials] call for testimonials

2005-07-06 Thread tequila
come on people! lets hear how andromda is being used out there. i'll be posting a comprehensive message as soon as i've gathered enough experience. in the meantime, lets hear back from some power users! _ Reply to the post : http://galaxy.a

[Andromda-user] [Newbie corner] [Problem with WSDL2Java]

2005-07-06 Thread akinard
Thanks Chad, that was it. _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2177#2177 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list! ---

[Andromda-user] [EJB cartridge] [debug with ide!!!]

2005-07-06 Thread harwey
Hi cbaretto, Let's say you want to use EJB, JBoss and Eclipse and you also want to debug your running server code in Eclipse. First you will import your project into Eclipse, this is very easy: go to menu file->import->exsisting project into workspace browse to the root directory o

[Andromda-user] [EJB cartridge] [debug with ide!!!]

2005-07-06 Thread [EMAIL PROTECTED]
there are two types of source files: the ones you edit by hand and the ones you never touch they live in separate directories: src/java (such as BonosBeanImpl) and target/src (such as BonosBean), just make sure your IDE can see both files -- Wouter Zoons - [EMAIL PROTECTED] http://www.androm

[Andromda-user] [Hibernate cartridge] [find by entity?]

2005-07-06 Thread [EMAIL PROTECTED]
Feel free to file a JIRA issue for the Spring cartridge, and when I get some time I'll look at implementing it. -- Chad Brandon - [EMAIL PROTECTED] http://www.andromda.org _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php

[Andromda-user] [Hibernate cartridge] [find by entity?]

2005-07-06 Thread pzoot
I posted this as a feature request on the hibenate jira, and Christian Bauer pointed me to the following as an alternative (which doesn't solve the problem): http://www.hibernate.org/hib_docs/v3/api/org/hibernate/Query.html#setProperties(java.lang.Object) (here is the issue: http://opensou

[Andromda-user] [Newbie corner] [Problem with WSDL2Java]

2005-07-06 Thread [EMAIL PROTECTED]
Hi Andrew, Took a look at your model...the problem is you're returning an entity from your webservice (you can only return value objects), if you make a Commit ValueObject and return that you'll be fine (I guess I should add an OCL constraint that verifies that). -- Chad Brandon - [EMAIL PRO

[Andromda-user] [EJB cartridge] [debug with ide!!!]

2005-07-06 Thread cbarreto
I would like to integrate the maven generated code in some IDE like ECLIPSE or another, but, when the code was imported in my IDE , some errors are shown, as can you see below; do you know how to resolve this problem? // license-header java merge-point package ing.com.datosBonos; impor

[Andromda-user] [Newbie corner] [Problem with WSDL2Java]

2005-07-06 Thread [EMAIL PROTECTED]
It sounds like it (Commit) isn't defined in the WSDL, that shouldn't happen unless something screwy is going oncan you send me your model so I can try to duplicate it? -- Chad Brandon - [EMAIL PROTECTED] http://www.andromda.org _ Reply

[Andromda-user] [Newbie corner] [HibrnateDaoSupport not found while try do instantiate Dao] HibrnateDaoSupport not found while try do instantiate Dao

2005-07-06 Thread drohne1673
I am trying to create some persistent Objects so i am trying to instantiate a Dao class and on that trying to use a create-Method. While doing that following error occurs: websrcjavacompasspmtactionsCreateProectAction.java:81: cannot access org.springframework.orm.hibernate3.support.Hibrna

[Andromda-user] [Newbie corner] [Problem with WSDL2Java] Problem with WSDL2Java

2005-07-06 Thread akinard
I have been using AndroMDA for about a week now and decided to try deploying a webservice. I created an <> called Commit which has 2 string attributes. I created a <><> called CommitService with a method getCommitById(id:String):Commit. I also have a dependency from the service to the entit

[Andromda-user] [Hibernate cartridge] [find by entity?]

2005-07-06 Thread pzoot
Quote: What's the problem with modeling a criteria query then? (end of quote) We don't want to have to pass a criterion in as an argument. The criterion-finders generated by Andromda have signatures like Entity find(Criteria). Quote: Quote: My question is, can this be done in a sin

[Andromda-user] [Hibernate cartridge] [find by entity?]

2005-07-06 Thread [EMAIL PROTECTED]
Quote: With a criteria query, this is easy: (end of quote) What's the problem with modeling a criteria query then? Quote: My question is, can this be done in a single line of OCL (end of quote) Probably not, I haven't tried doing something like that, not even sure if hibernate supp

[Andromda-user] unsuscribe

2005-07-06 Thread Alain Garneau
unsuscribe Yahoo! Mail - Votre e-mail personnel et gratuit qui vous suit partout ! Créez votre Yahoo! Mail sur http://mail.yahoo.fr --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Road

[Andromda-user] [Newbie corner] [using androMDA for java code generation]

2005-07-06 Thread [EMAIL PROTECTED]
take a look at this recent thread .. the user there asked the same question -- Wouter Zoons - [EMAIL PROTECTED] http://www.andromda.org/ _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2165#2165 Posting to http://forum

[Andromda-user] [Newbie corner] [using androMDA for java code generation]

2005-07-06 Thread [EMAIL PROTECTED]
Quote: Can I modify the existing java cartridge to do this? (end of quote) Sure...just add what you want to that cartridge. Quote: When I generate a project with maven, it's always a J2EE project. Can I avoid this? I just want to generate some java classes from a UML diagram. (end of q

[Andromda-user] [Newbie corner] [using androMDA for java code generation] using androMDA for java code generation

2005-07-06 Thread [EMAIL PROTECTED]
Hello, I want to use AndroMDA to generate ordinary Java code (not J2EE) and I'm not sure how to handle this. Can I modify the existing java cartridge to do this? When I generate a project with maven, it's always a J2EE project. Can I avoid this? I just want to generate some java classes fro

[Andromda-user] [Hibernate cartridge] [Paging criteria searches]

2005-07-06 Thread [EMAIL PROTECTED]
if you file a JIRA issue for it I'll take care of it this afternoon -- Wouter Zoons - [EMAIL PROTECTED] http://www.andromda.org/ _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2162#2162 Posting to http://forum.andromd

[Andromda-user] [Hibernate cartridge] [Paging criteria searches]

2005-07-06 Thread wciesiel
[EMAIL PROTECTED] wrote: can you be a little more specific as to what exactly you would like to see ? only that setFirstResult() method ? (end of quote) setFirstResult() is a thing we need right now. I don't know all capabilities of Hibernate Criteria interface to ask for more at this point

[Andromda-user] [Hibernate cartridge] [Paging criteria searches]

2005-07-06 Thread [EMAIL PROTECTED]
can you be a little more specific as to what exactly you would like to see ? only that setFirstResult() method ? -- Wouter Zoons - [EMAIL PROTECTED] http://www.andromda.org/ _ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.p

[Andromda-user] [Hibernate cartridge] [Paging criteria searches] Paging criteria searches

2005-07-06 Thread wciesiel
Hi there, I'd like to make paged search using criteria. Hibernate Criteria class contains methods setMaximumResults and setFirstResult. But criteria classes generated by AndroMDA from <> marked classes have only first method (setMaximumResults). Why is it so? Is it going to be fixed anytime