I've started from scratch.

I've uninstalled maven and reinstalled it on another location (I've also 
updated MAVEN_HOME)

I've completely deleted .maven/cache and .maven/repository.

I've completely deleted temporal files on my computer.

I've downloaded maven-andromdapp-plugin-3.1-RC1-SNAPSHOT.jar with the command 
line sentence.

I've deleted my project and recreated it with the new downloaded plugin.

I have copied my old test model into the new project, ghave updated database 
data, and model uri.

Typed maven.



I get the same error. (I paste the complete trace at the end of the post) As 
you can see, I have the repositories and repository elements... but something 
is going wrong with the xml validation :(



As in the error, the problem sems to be in 
andromda-core-3.1-RC1-SNAPSHOT.jar... I deleted it, and downloaded it manually 
from maven team server repository.



I'm having the same problem on 2 machines... both have started from scrath 
today (with 2 diferent users... )



I can't see what's misconfigured. 



Any ideas are welcome.

Thanks in advance







Complete trace



E:devdvhemeadmin>maven

 __  __

|  /  |__ _Apache__ ___

| |/| / _`  V / -_) '   ~ intelligent projects ~

|_|  |___,_|_/___|_||_|  v. 1.0.2



build:start:



install:

multiproject:install:

multiproject:projects-init:

    [echo] Gathering project list

Starting the reactor...

Our processing order:

Administracion Hemeroteca Deviajes MDA

Administracion Hemeroteca Deviajes Common

Administracion Hemeroteca Deviajes Core Business Tier

Administracion Hemeroteca Deviajes Web

+----------------------------------------

| Gathering project list Administracion Hemeroteca Deviajes MDA

| Memory: 4M/5M

+----------------------------------------

+----------------------------------------

| Gathering project list Administracion Hemeroteca Deviajes Common

| Memory: 4M/5M

+----------------------------------------

+----------------------------------------

| Gathering project list Administracion Hemeroteca Deviajes Core Business Tier

| Memory: 4M/5M

+----------------------------------------

+----------------------------------------

| Gathering project list Administracion Hemeroteca Deviajes Web

| Memory: 4M/5M

+----------------------------------------

Starting the reactor...

Our processing order:

Administracion Hemeroteca Deviajes MDA

Administracion Hemeroteca Deviajes Common

Administracion Hemeroteca Deviajes Core Business Tier

Administracion Hemeroteca Deviajes Web

+----------------------------------------

| Executing multiproject:install-callback Administracion Hemeroteca 
Deviajes MDA

| Memory: 4M/5M

+----------------------------------------

Intentando descargar andromda-profile-3.1-RC1-SNAPSHOT.xml.zip.

Intentando descargar maven-andromda-plugin-3.1-RC1-SNAPSHOT.jar.

Intentando descargar andromda-spring-cartridge-3.1-RC1-SNAPSHOT.jar.

Intentando descargar andromda-hibernate-cartridge-3.1-RC1-SNAPSHOT.jar.

Intentando descargar andromda-java-cartridge-3.1-RC1-SNAPSHOT.jar.

Intentando descargar andromda-bpm4struts-cartridge-3.1-RC1-SNAPSHOT.jar.

Intentando descargar andromda-ocl-validation-library-3.1-RC1-SNAPSHOT.jar.

Intentando descargar andromda-ocl-query-library-3.1-RC1-SNAPSHOT.jar.



multiproject:goal:

build:start:



multiproject:install-callback:

    [echo] Running pom:install for Administracion 
Hemeroteca Deviajes MDA

Intentando descargar andromda-core-3.1-RC1-SNAPSHOT.jar.

206K downloaded

Intentando descargar andromda-ant-task-3.1-RC1-SNAPSHOT.jar.

Intentando descargar andromda-metafacades-uml-3.1-RC1-SNAPSHOT.jar.

Intentando descargar andromda-metafacades-uml14-3.1-RC1-SNAPSHOT.jar.

Intentando descargar andromda-repository-mdr-3.1-RC1-SNAPSHOT.jar.

Intentando descargar andromda-templateengine-velocity-3.1-RC1-SNAPSHOT.jar.

Intentando descargar andromda-ocl-translation-core-3.1-RC1-SNAPSHOT.jar.

Intentando descargar andromda-ocl-validation-library-3.1-RC1-SNAPSHOT.jar.

Intentando descargar andromda-maven-core-3.1-RC1-SNAPSHOT.jar.

Intentando descargar andromda-schema2xmi-3.1-RC1-SNAPSHOT.jar.

pom:install:

andromda:run:

    [echo] +--------------------------------------------+

    [echo] |      R u n n i n g    A 
n d r o M D A      |

    [echo] +--------------------------------------------+

ERROR [Digester] Parse Error at line 20 column 21: 
cvc-complex-type.2.4.d: Invalid content starting with element 'repository'. 
No child element is expected at this point.

org.xml.sax.SAXParseException: cvc-complex-type.2.4.d: Invalid content 
starting with element 'repository'. No child element is expected at this point.

        at 
org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown 
Source)

        at 
org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)

        at 
org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)

        at 
org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)

        at 
org.apache.xerces.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(Unknown
 Source)

        at 
org.apache.xerces.impl.xs.XMLSchemaValidator.reportSchemaError(Unknown 
Source)

        at 
org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown 
Source)

        at 
org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown 
Source)

        at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown
 Source)

        at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
 Source)

        at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)

        at 
org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)

        at 
org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)

        at 
org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

        at 
org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)

        at 
org.apache.commons.digester.Digester.parse(Digester.java:1581)

        at 
org.andromda.core.common.XmlObjectFactory.getObject(XmlObjectFactory.java:242)

        at 
org.andromda.core.configuration.Configuration.getInstance(Configuration.java:67)

        at 
org.andromda.maven.AndroMDARunner.getConfiguration(AndroMDARunner.java:114)

        at 
org.andromda.maven.AndroMDARunner.run(AndroMDARunner.java:74)

        at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

        at 
java.lang.reflect.Method.invoke(Method.java:585)

        at 
org.apache.commons.jexl.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:304)

        at 
org.apache.commons.jexl.parser.ASTMethod.execute(ASTMethod.java:56)

        at 
org.apache.commons.jexl.parser.ASTReference.execute(ASTReference.java:106)

        at 
org.apache.commons.jexl.parser.ASTReference.value(ASTReference.java:88)

        at 
org.apache.commons.jexl.ExpressionImpl.evaluate(ExpressionImpl.java:123)

        at 
org.apache.commons.jelly.expression.jexl.JexlExpression.evaluate(JexlExpression.java:115)

        at 
org.apache.commons.jelly.expression.jexl.JexlExpressionFactory$ExpressionSupportLocal.evaluate(JexlExpressionFactory.java:168)

        at 
org.apache.commons.jelly.tags.core.SetTag.doTag(SetTag.java:130)

        at 
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)

        at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)

        at 
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)

        at 
org.apache.commons.jelly.tags.core.WhenTag.doTag(WhenTag.java:92)

        at 
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)

        at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)

        at 
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)

        at 
org.apache.commons.jelly.tags.core.ChooseTag.doTag(ChooseTag.java:84)

        at 
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)

        at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)

        at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:79)

        at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:110)

        at 
com.werken.werkz.Goal.fire(Goal.java:639)

        at 
com.werken.werkz.Goal.attain(Goal.java:575)

        at 
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)

        at 
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttainGoalTag.java:127)

        at 
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)

        at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)

        at 
org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)

        at 
com.werken.werkz.jelly.PreGoalTag$1.firePreGoal(PreGoalTag.java:87)

        at 
com.werken.werkz.Goal.firePreGoalCallbacks(Goal.java:691)

        at 
com.werken.werkz.Goal.fire(Goal.java:616)

        at 
com.werken.werkz.Goal.attain(Goal.java:575)

        at 
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)

        at 
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttainGoalTag.java:127)

        at 
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)

        at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)

        at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:79)

        at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:110)

        at 
com.werken.werkz.Goal.fire(Goal.java:639)

        at 
com.werken.werkz.Goal.attain(Goal.java:575)

        at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:671)

        at 
org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)

        at 
org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:368)

        at 
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)

        at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)

        at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:79)

        at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:110)

        at 
com.werken.werkz.Goal.fire(Goal.java:639)

        at 
com.werken.werkz.Goal.attain(Goal.java:575)

        at 
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)

        at 
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttainGoalTag.java:127)

        at 
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)

        at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)

        at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:79)

        at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:110)

        at 
com.werken.werkz.Goal.fire(Goal.java:639)

        at 
com.werken.werkz.Goal.attain(Goal.java:575)

        at 
com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)

        at 
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttainGoalTag.java:127)

        at 
org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)

        at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)

        at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:79)

        at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:110)

        at 
com.werken.werkz.Goal.fire(Goal.java:639)

        at 
com.werken.werkz.Goal.attain(Goal.java:575)

        at 
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:671)

        at 
org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)

        at 
org.apache.maven.cli.App.doMain(App.java:488)

        at 
org.apache.maven.cli.App.main(App.java:1239)

        at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

        at 
java.lang.reflect.Method.invoke(Method.java:585)

        at 
com.werken.forehead.Forehead.run(Forehead.java:551)

        at 
com.werken.forehead.Forehead.main(Forehead.java:581)

org.andromda.core.common.XmlObjectFactoryException: VALIDATION FAILED for 
--> '<andromda>

&nbsp; &nbsp; <properties>

&nbsp; &nbsp; &nbsp; &nbsp; <property name="modelValidation">true</property>

&nbsp; &nbsp; &nbsp; &nbsp; <property name="cartridgeFilter"></property>

&nbsp; &nbsp; </properties>

&nbsp; &nbsp; <server>

&nbsp; &nbsp; &nbsp; &nbsp; <host>localhost</host>

&nbsp; &nbsp; &nbsp; &nbsp; <port>4446</port>

&nbsp; &nbsp; </server>

&nbsp; &nbsp; <repositories>

&nbsp; &nbsp; &nbsp; &nbsp; <repository name="netBeansMDR">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <models>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <model>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<uri>file&#58;E&#58;devdvhemeadminmda/src/uml/AdministracionHemerotecaDeviajesModel.xml</uri>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<moduleSearchLocations>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp; <location>C&#58;Documents and 
Settingsbsuarez/.maven/repository/andromda/xml.zips</location>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
</moduleSearchLocations>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </model>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </models>

&nbsp; &nbsp; &nbsp; &nbsp; <repository>

&nbsp; &nbsp; </repositories>

&nbsp; &nbsp; <namespaces>

&nbsp; &nbsp; &nbsp; &nbsp; <namespace name="default">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <properties>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="languageMappingsUri">Java</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="wrapperMappingsUri">JavaWrapper</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="sqlMappingsUri">MySQL</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="jdbcMappingsUri">JDBC</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="maxSqlNameLength">30</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="foreignKeySuffix">_FK</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="ejbJndiNamePrefix">dvhemeadmin-1.0</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<!-- these 
masking properties allow you to configure the way

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
your model element names are generated -->

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="classifierNameMask">none</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="operationNameMask">none</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="roleNameMask">none</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="enumerationNameMask">none</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="enumerationLiteralNameMask">upperunderscore</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="entityNameMask">none</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="entityPropertyNameMask">none</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="parameterNameMask">none</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="hibernateVersion">2</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </properties>

&nbsp; &nbsp; &nbsp; &nbsp; </namespace>

&nbsp; &nbsp; &nbsp; &nbsp; <namespace name="spring">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <properties>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="username">deviajes</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="password">deviajes01</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="driver">com.mysql.jdbc.Driver</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="connectionUrl">jdbc&#58;mysql&#58;//192.168.13.53&#58;3306/dvhemeadmin</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="hibernateDialect">net.sf.hibernate.dialect.MySQLDialect</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="hibernateShowSql">true</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="hibernateUseQueryCache">false</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="hibernateQueryUseNamedParameters">true</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="sessionFactory">org.springframework.orm.hibernate.LocalSessionFactoryBean</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="transactionManager">org.springframework.orm.hibernate.HibernateTransactionManager</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="hibernateCacheProvider">net.sf.hibernate.cache.EhCacheProvider</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="hibernateQueryCacheFactory">net.sf.hibernate.cache.StandardQueryCacheFactory</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="hibernateInheritanceStrategy">subclass</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="springTypesPackage">com.hachette.deviajes</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="daos">E&#58;devdvhemeadminmda/src/../../core/target/src</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="dao-impls">E&#58;devdvhemeadminmda/src/../../core/src/java</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="spring-configuration">E&#58;devdvhemeadminmda/src/../../core/target/src</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="services">E&#58;devdvhemeadminmda/src/../../core/target/src</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="service-impls">E&#58;devdvhemeadminmda/src/../../core/src/java</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </properties>

&nbsp; &nbsp; &nbsp; &nbsp; </namespace>

&nbsp; &nbsp; &nbsp; &nbsp; <namespace name="hibernate">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <properties>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="hibernateTypeMappingsUri">Hibernate</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="hibernateInheritanceStrategy">subclass</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="defaultHibernateGeneratorClass">native</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="hibernateDefaultCascade">none</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="entities">E&#58;devdvhemeadminmda/src/../../core/target/src</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="entity-impls">E&#58;devdvhemeadminmda/src/../../core/src/java</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="customTypesPackage">com.hachette.deviajes</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="compositionDefinesEagerLoading">true</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </properties>

&nbsp; &nbsp; &nbsp; &nbsp; </namespace>

&nbsp; &nbsp; &nbsp; &nbsp; <namespace name="java">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <properties>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="enumerations">E&#58;devdvhemeadminmda/src/../../common/target/src</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="exceptions">E&#58;devdvhemeadminmda/src/../../common/target/src</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="value-objects">E&#58;devdvhemeadminmda/src/../../common/target/src</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </properties>

&nbsp; &nbsp; &nbsp; &nbsp; </namespace>

&nbsp; &nbsp; &nbsp; &nbsp; <namespace name="bpm4struts">

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <properties>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="forms">E&#58;devdvhemeadminmda/src/../../web/target/src</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="pages">E&#58;devdvhemeadminmda/src/../../web/target/src</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="actions">E&#58;devdvhemeadminmda/src/../../web/target/src</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="controllers">E&#58;devdvhemeadminmda/src/../../web/target/src</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="controller-impls">E&#58;devdvhemeadminmda/src/../../web/src/java</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="decorators">E&#58;devdvhemeadminmda/src/../../web/src/java</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="messages">E&#58;devdvhemeadminmda/src/../../web/target/src/WEB-INF/classes</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="configuration">E&#58;devdvhemeadminmda/src/../../web/target/src/WEB-INF</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <!-- uncomment to 
enable web tier security

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="securityRealm">other</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -->

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="serviceAccessorPattern">com.hachette.deviajes.ServiceLocator.instance&#40;&#41;.get&#123;1&#125;&#40;&#41;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="mergeMappingsUri">file&#58;E&#58;devdvhemeadminmda/conf/mappings/Bpm4StrutsMergeMappings.xml</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <property 
name="manageableServiceAccessorPattern">com.hachette.deviajes.ManageableServiceLocator.instance&#40;&#41;.get&#123;1&#125;&#40;&#41;</property>

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </properties>

&nbsp; &nbsp; &nbsp; &nbsp; </namespace>

&nbsp; &nbsp; </namespaces>

</andromda>

' against SCHEMA --> 'jar&#58;file&#58;/C&#58;/Documents and 
Settings/bsuarez/.maven/repository/andromda/jars/andromda-core-3.1-RC1-SNAPSHOT.jar!/org/andromda/core/configuration/Configuration.xsd'
 --> m

essage&#58; 'cvc-complex-type.2.4.d&#58; Invalid content starting with element 
'repository'. No child element is expected at this point., line&#58; 20, 
column&#58; 21'

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.andromda.core.common.XmlObjectFactory.getObject&#40;XmlObjectFactory.java&#58;261&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.andromda.core.configuration.Configuration.getInstance&#40;Configuration.java&#58;67&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.andromda.maven.AndroMDARunner.getConfiguration&#40;AndroMDARunner.java&#58;114&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.andromda.maven.AndroMDARunner.run&#40;AndroMDARunner.java&#58;74&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
sun.reflect.NativeMethodAccessorImpl.invoke0&#40;Native Method&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
sun.reflect.NativeMethodAccessorImpl.invoke&#40;NativeMethodAccessorImpl.java&#58;39&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
sun.reflect.DelegatingMethodAccessorImpl.invoke&#40;DelegatingMethodAccessorImpl.java&#58;25&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
java.lang.reflect.Method.invoke&#40;Method.java&#58;585&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jexl.util.introspection.UberspectImpl$VelMethodImpl.invoke&#40;UberspectImpl.java&#58;304&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jexl.parser.ASTMethod.execute&#40;ASTMethod.java&#58;56&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jexl.parser.ASTReference.execute&#40;ASTReference.java&#58;106&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jexl.parser.ASTReference.value&#40;ASTReference.java&#58;88&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jexl.ExpressionImpl.evaluate&#40;ExpressionImpl.java&#58;123&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.expression.jexl.JexlExpression.evaluate&#40;JexlExpression.java&#58;115&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.expression.jexl.JexlExpressionFactory$ExpressionSupportLocal.evaluate&#40;JexlExpressionFactory.java&#58;168&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.tags.core.SetTag.doTag&#40;SetTag.java&#58;130&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.impl.TagScript.run&#40;TagScript.java&#58;279&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.impl.ScriptBlock.run&#40;ScriptBlock.java&#58;135&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.TagSupport.invokeBody&#40;TagSupport.java&#58;233&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.tags.core.WhenTag.doTag&#40;WhenTag.java&#58;92&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.impl.TagScript.run&#40;TagScript.java&#58;279&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.impl.ScriptBlock.run&#40;ScriptBlock.java&#58;135&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.TagSupport.invokeBody&#40;TagSupport.java&#58;233&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.tags.core.ChooseTag.doTag&#40;ChooseTag.java&#58;84&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.impl.TagScript.run&#40;TagScript.java&#58;279&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.impl.ScriptBlock.run&#40;ScriptBlock.java&#58;135&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag&#40;MavenGoalTag.java&#58;79&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction&#40;MavenGoalTag.java&#58;110&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
com.werken.werkz.Goal.fire&#40;Goal.java&#58;639&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
com.werken.werkz.Goal.attain&#40;Goal.java&#58;575&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
com.werken.werkz.WerkzProject.attainGoal&#40;WerkzProject.java&#58;193&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag&#40;MavenAttainGoalTag.java&#58;127&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.impl.TagScript.run&#40;TagScript.java&#58;279&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.impl.ScriptBlock.run&#40;ScriptBlock.java&#58;135&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.TagSupport.invokeBody&#40;TagSupport.java&#58;233&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
com.werken.werkz.jelly.PreGoalTag$1.firePreGoal&#40;PreGoalTag.java&#58;87&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
com.werken.werkz.Goal.firePreGoalCallbacks&#40;Goal.java&#58;691&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
com.werken.werkz.Goal.fire&#40;Goal.java&#58;616&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
com.werken.werkz.Goal.attain&#40;Goal.java&#58;575&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
com.werken.werkz.WerkzProject.attainGoal&#40;WerkzProject.java&#58;193&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag&#40;MavenAttainGoalTag.java&#58;127&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.impl.TagScript.run&#40;TagScript.java&#58;279&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.impl.ScriptBlock.run&#40;ScriptBlock.java&#58;135&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag&#40;MavenGoalTag.java&#58;79&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction&#40;MavenGoalTag.java&#58;110&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
com.werken.werkz.Goal.fire&#40;Goal.java&#58;639&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
com.werken.werkz.Goal.attain&#40;Goal.java&#58;575&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.maven.plugin.PluginManager.attainGoals&#40;PluginManager.java&#58;671&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.maven.MavenSession.attainGoals&#40;MavenSession.java&#58;263&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.maven.jelly.tags.maven.ReactorTag.doTag&#40;ReactorTag.java&#58;368&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.impl.TagScript.run&#40;TagScript.java&#58;279&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.impl.ScriptBlock.run&#40;ScriptBlock.java&#58;135&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag&#40;MavenGoalTag.java&#58;79&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction&#40;MavenGoalTag.java&#58;110&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
com.werken.werkz.Goal.fire&#40;Goal.java&#58;639&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
com.werken.werkz.Goal.attain&#40;Goal.java&#58;575&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
com.werken.werkz.WerkzProject.attainGoal&#40;WerkzProject.java&#58;193&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag&#40;MavenAttainGoalTag.java&#58;127&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.impl.TagScript.run&#40;TagScript.java&#58;279&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.impl.ScriptBlock.run&#40;ScriptBlock.java&#58;135&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag&#40;MavenGoalTag.java&#58;79&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction&#40;MavenGoalTag.java&#58;110&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
com.werken.werkz.Goal.fire&#40;Goal.java&#58;639&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
com.werken.werkz.Goal.attain&#40;Goal.java&#58;575&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
com.werken.werkz.WerkzProject.attainGoal&#40;WerkzProject.java&#58;193&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag&#40;MavenAttainGoalTag.java&#58;127&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.impl.TagScript.run&#40;TagScript.java&#58;279&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.commons.jelly.impl.ScriptBlock.run&#40;ScriptBlock.java&#58;135&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag&#40;MavenGoalTag.java&#58;79&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction&#40;MavenGoalTag.java&#58;110&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
com.werken.werkz.Goal.fire&#40;Goal.java&#58;639&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
com.werken.werkz.Goal.attain&#40;Goal.java&#58;575&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.maven.plugin.PluginManager.attainGoals&#40;PluginManager.java&#58;671&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.maven.MavenSession.attainGoals&#40;MavenSession.java&#58;263&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.maven.cli.App.doMain&#40;App.java&#58;488&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
org.apache.maven.cli.App.main&#40;App.java&#58;1239&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
sun.reflect.NativeMethodAccessorImpl.invoke0&#40;Native Method&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
sun.reflect.NativeMethodAccessorImpl.invoke&#40;NativeMethodAccessorImpl.java&#58;39&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
sun.reflect.DelegatingMethodAccessorImpl.invoke&#40;DelegatingMethodAccessorImpl.java&#58;25&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
java.lang.reflect.Method.invoke&#40;Method.java&#58;585&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
com.werken.forehead.Forehead.run&#40;Forehead.java&#58;551&#41;

&nbsp; &nbsp; &nbsp; &nbsp; at 
com.werken.forehead.Forehead.main&#40;Forehead.java&#58;581&#41;



BUILD FAILED

File...... C&#58;Documents and 
Settingsbsuarez.mavencachemaven-multiproject-plugin-1.3.1plugin.jelly

Element... maven&#58;reactor

Line...... 217

Column.... 9

Unable to obtain goal &#91;multiproject&#58;install-callback&#93; -- 
C&#58;Documents and 
Settingsbsuarez.mavencachemaven-andromda-plugin-3.1-RC1-SNAPSHOTplugin.jelly&#58;32&#58;31&#58;
 <ant&#58;fail> org.andromda.cor

e.common.XmlObjectFactoryException&#58; VALIDATION FAILED for --&gt; 
'&lt;andromda&gt;

&nbsp; &nbsp; &lt;properties&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="modelValidation"&gt;true&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="cartridgeFilter"&gt;&lt;/property&gt;

&nbsp; &nbsp; &lt;/properties&gt;

&nbsp; &nbsp; &lt;server&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &lt;host&gt;localhost&lt;/host&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &lt;port&gt;4446&lt;/port&gt;

&nbsp; &nbsp; &lt;/server&gt;

&nbsp; &nbsp; &lt;repositories&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &lt;repository name="netBeansMDR"&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;models&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;model&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&lt;uri&gt;file&#58;E&#58;devdvhemeadminmda/src/uml/AdministracionHemerotecaDeviajesModel.xml&lt;/uri&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&lt;moduleSearchLocations&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&nbsp; &lt;location&gt;C&#58;Documents and 
Settingsbsuarez/.maven/repository/andromda/xml.zips&lt;/location&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
&lt;/moduleSearchLocations&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/model&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/models&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &lt;repository&gt;

&nbsp; &nbsp; &lt;/repositories&gt;

&nbsp; &nbsp; &lt;namespaces&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &lt;namespace name="default"&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;properties&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="languageMappingsUri"&gt;Java&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="wrapperMappingsUri"&gt;JavaWrapper&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="sqlMappingsUri"&gt;MySQL&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="jdbcMappingsUri"&gt;JDBC&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="maxSqlNameLength"&gt;30&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="foreignKeySuffix"&gt;_FK&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="ejbJndiNamePrefix"&gt;dvhemeadmin-1.0&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;!-- these 
masking properties allow you to configure the way

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
your model element names are generated --&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="classifierNameMask"&gt;none&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="operationNameMask"&gt;none&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="roleNameMask"&gt;none&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="enumerationNameMask"&gt;none&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="enumerationLiteralNameMask"&gt;upperunderscore&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="entityNameMask"&gt;none&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="entityPropertyNameMask"&gt;none&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="parameterNameMask"&gt;none&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="hibernateVersion"&gt;2&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/properties&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &lt;/namespace&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &lt;namespace name="spring"&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;properties&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="username"&gt;deviajes&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="password"&gt;deviajes01&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="driver"&gt;com.mysql.jdbc.Driver&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="connectionUrl"&gt;jdbc&#58;mysql&#58;//192.168.13.53&#58;3306/dvhemeadmin&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="hibernateDialect"&gt;net.sf.hibernate.dialect.MySQLDialect&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="hibernateShowSql"&gt;true&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="hibernateUseQueryCache"&gt;false&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="hibernateQueryUseNamedParameters"&gt;true&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="sessionFactory"&gt;org.springframework.orm.hibernate.LocalSessionFactoryBean&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="transactionManager"&gt;org.springframework.orm.hibernate.HibernateTransactionManager&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="hibernateCacheProvider"&gt;net.sf.hibernate.cache.EhCacheProvider&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="hibernateQueryCacheFactory"&gt;net.sf.hibernate.cache.StandardQueryCacheFactory&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="hibernateInheritanceStrategy"&gt;subclass&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="springTypesPackage"&gt;com.hachette.deviajes&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="daos"&gt;E&#58;devdvhemeadminmda/src/../../core/target/src&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="dao-impls"&gt;E&#58;devdvhemeadminmda/src/../../core/src/java&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="spring-configuration"&gt;E&#58;devdvhemeadminmda/src/../../core/target/src&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="services"&gt;E&#58;devdvhemeadminmda/src/../../core/target/src&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="service-impls"&gt;E&#58;devdvhemeadminmda/src/../../core/src/java&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/properties&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &lt;/namespace&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &lt;namespace name="hibernate"&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;properties&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="hibernateTypeMappingsUri"&gt;Hibernate&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="hibernateInheritanceStrategy"&gt;subclass&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="defaultHibernateGeneratorClass"&gt;native&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="hibernateDefaultCascade"&gt;none&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="entities"&gt;E&#58;devdvhemeadminmda/src/../../core/target/src&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="entity-impls"&gt;E&#58;devdvhemeadminmda/src/../../core/src/java&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="customTypesPackage"&gt;com.hachette.deviajes&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="compositionDefinesEagerLoading"&gt;true&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/properties&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &lt;/namespace&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &lt;namespace name="java"&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;properties&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="enumerations"&gt;E&#58;devdvhemeadminmda/src/../../common/target/src&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="exceptions"&gt;E&#58;devdvhemeadminmda/src/../../common/target/src&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="value-objects"&gt;E&#58;devdvhemeadminmda/src/../../common/target/src&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/properties&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &lt;/namespace&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &lt;namespace name="bpm4struts"&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;properties&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="forms"&gt;E&#58;devdvhemeadminmda/src/../../web/target/src&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="pages"&gt;E&#58;devdvhemeadminmda/src/../../web/target/src&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="actions"&gt;E&#58;devdvhemeadminmda/src/../../web/target/src&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="controllers"&gt;E&#58;devdvhemeadminmda/src/../../web/target/src&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="controller-impls"&gt;E&#58;devdvhemeadminmda/src/../../web/src/java&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="decorators"&gt;E&#58;devdvhemeadminmda/src/../../web/src/java&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="messages"&gt;E&#58;devdvhemeadminmda/src/../../web/target/src/WEB-INF/classes&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="configuration"&gt;E&#58;devdvhemeadminmda/src/../../web/target/src/WEB-INF&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!-- uncomment to 
enable web tier security

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="securityRealm"&gt;other&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="serviceAccessorPattern"&gt;com.hachette.deviajes.ServiceLocator.instance&#40;&#41;.get&#123;1&#125;&#40;&#41;&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="mergeMappingsUri"&gt;file&#58;E&#58;devdvhemeadminmda/conf/mappings/Bpm4StrutsMergeMappings.xml&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property 
name="manageableServiceAccessorPattern"&gt;com.hachette.deviajes.ManageableServiceLocator.instance&#40;&#41;.get&#123;1&#125;&#40;&#41;&lt;/property&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/properties&gt;

&nbsp; &nbsp; &nbsp; &nbsp; &lt;/namespace&gt;

&nbsp; &nbsp; &lt;/namespaces&gt;

&lt;/andromda&gt;

' against SCHEMA --&gt; 'jar&#58;file&#58;/C&#58;/Documents and 
Settings/bsuarez/.maven/repository/andromda/jars/andromda-core-3.1-RC1-SNAPSHOT.jar!/org/andromda/core/configuration/Configuration.xsd'
 --

&gt; message&#58; 'cvc-complex-type.2.4.d&#58; Invalid content starting with 
element 'repository'. No child element is expected at this point., line&#58; 
20, column&#58; 21'

INFO&nbsp; &#91;App&#93; Total time&#58; 1 minutes 57 seconds

INFO&nbsp; &#91;App&#93; Finished at&#58; Tue Jul 05 09&#58;17&#58;57 CEST 2005

INFO&nbsp; &#91;App&#93;


--
Bruno S.L.



Liberté, égalité, fraternité.
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2105#2105
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to