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
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
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
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
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
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/
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
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
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
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!
---
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
[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
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
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
29 matches
Mail list logo