Questions tagged [andromda]

AndroMDA is a framework for creating components from case-models. Typically, it is used to generate Java components from UML models.

14 questions
3
votes
1 answer

How do you keep Hudson from giving Maven the -B option for builds?

When Hudson goes to build my project, it executes Maven as follows: Executing Maven: -B -f /path/to/root/pom.xml clean install This works fine on most projects. (The -B is for "batch" or "non-interactive mode", BTW). But for this one project that…
les2
  • 14,093
  • 16
  • 59
  • 76
3
votes
1 answer

log4j:ERROR Could not parse url [file://.../mda/log4j.xml]

I am working on a project that uses maven, andromda 3.4, with CXF web services and Uml 1.4. Everything works fine until I start working on web services. I have properly tagged the classed with Webservice stereotype and the packages with XmlSchema.…
3
votes
1 answer

org.hibernate.QueryException: duplicate association path: metaData

I'm doing something like : Criteria criteria = getSession().createCriteria(Employee.class); Criteria metaDataCriteria = criteria.createCriteria("metaData"); Criteria contractCriteria =…
Akyo
  • 139
  • 1
  • 12
1
vote
2 answers

Comaprison of Liferay ServiceBuilder to other Code generation tools like AndroMDA

I started digging into the liferay 6.x ServiceBuilder framework and really liked its code generation approach. A simple service.xml file can generate ready to use powerful services without even writing a single line of code. I also tried looking…
Kzvi
  • 519
  • 1
  • 6
  • 17
1
vote
0 answers

Error while installing AndroMDA

Error in installing the AndroMDA. while installing the maven archetype code = mvn archetype:create -DgroupId=testapp -DartifactId=testapp. It is saying BUILD FALIURE
1
vote
1 answer

Generate code from Business Process Model and Notation (BPMN) with androMDA

I know that AndroMDA generate code from UML model, my question is: it is possible to generate code from BPMN model (Business Process Model and Notation) with androMDA (i.e create a new cartridge which support BPMN)?
mira
  • 65
  • 2
  • 8
1
vote
0 answers

AndroMDA is not generating code

I have recently started with AndroMDA and was trying to write a application. I am doing following: created project using AndroMDA archetype created two entity classes created two value object classes for above two entities created a service class…
rdvij
  • 35
  • 9
1
vote
1 answer

How to use downloaded version of andromda to create and compile Project?

I am creating andromda project using following command mvn org.andromda.maven.plugins:andromdapp-maven-plugin:3.4-SNAPSHOT:generate This generates project using the latest version of andromda and using Web. I wish to create and compile andromda…
khobab
  • 277
  • 5
  • 16
1
vote
1 answer

Andromda Project Creation Using Maven

I have created an Andromda Project using following command mvn org.andromda.maven.plugins:andromdapp-maven-plugin:3.4-SNAPSHOT:generate this command creates project for latest andromda version and spring version 3.x but problem is we can not…
khobab
  • 277
  • 5
  • 16
0
votes
1 answer

NHibernate.MappingException occurs when using nullable types

I am using nhibernate to access my database and andromda generates my mapping files. All is working fine, as long as I am not using nullable datatypes. What I am trying is to have an entity with a property of type…
Kai
  • 1,277
  • 2
  • 15
  • 25
0
votes
2 answers

migration of androMDA to?

I would like to do a replace the actual working framework androMDA to another one which can give me the same features. We use it to generate the code from UML (with magic draw UML) and we use the cartridges to map with the database (create hibernate…
cecile
  • 1
0
votes
0 answers

mvn error : androMDA project

I am very new to maven and its functionality. The below image shows the errors when I try to run the maven. Please throw some light on what could be the error Cheers
smoothrace
  • 59
  • 3
0
votes
1 answer

IIS looking at wrong path for MVC configuration file

When I run MVC4 my application using Visual Studio Development Server, my application is able to load all configuration files correctly. But when I try to run it under the Local IIS Web server, it throws this error {"Could not find a part of the…
DrSammyD
  • 880
  • 12
  • 32
-1
votes
1 answer

How to compare values in jsp using JSP Expression Language (EL)

I have this check in my jsp: // do something // do something…
Bubolina
  • 141
  • 2
  • 16