Hi,
This is my POM file:
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.ropo</groupId>
<artifactId>test</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>test</name>
<packaging>war</packaging>
<dependencies>
<dependency>
<groupId>info.magnolia.eebundle</groupId>
<artifactId>magnolia-enterprise-webapp</artifactId>
<version>5.2.2</version>
<type>pom</type>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
When I launch the generated .war I get the following errors:
2014-02-13 14:33:13,422 ERROR info.magnolia.init.MagnoliaServletContextListener
: Oops, Magnolia could not be started
info.magnolia.module.model.reader.ModuleDependencyException: The following
exceptions were found while checking Magnolia modules dependencies (i.e. those
in META-INF/magnolia/my-module.xml):
Module Contacts App (version 1.2.1) is dependent on ui-contentapp version
5.2.2/*, but Magnolia Content App Framework (version 5.2.1) is currently
installed.
Module Magnolia Standard Templating Kit Module (version 2.7.2) is dependent on
adminInterface version 5.1/*, but Magnolia Admin Interface Legacy Module
(version 5.0.2) is currently installed.
Module Magnolia Media Editor (version 5.2.2) is dependent on ui-framework
version 5.2.2, but Magnolia UI Framework (version 5.2.1) is currently installed.
Module Magnolia DAM Module (version 1.2.2) is dependent on ui-contentapp
version 5.2.2/*, but Magnolia Content App Framework (version 5.2.1) is
currently installed.
Module Magnolia Data Module (version 2.2.2) is dependent on ui-framework
version 5.2.2/*, but Magnolia UI Framework (version 5.2.1) is currently
installed.
Module Magnolia Data Module (version 2.2.2) is dependent on ui-contentapp
version 5.2.2/*, but Magnolia Content App Framework (version 5.2.1) is
currently installed.
Module Magnolia Admincentral (version 5.2.2) is dependent on ui-framework
version 5.2.2, but Magnolia UI Framework (version 5.2.1) is currently installed.
I have started adding dependecies like:
<dependency> <groupId>info.magnolia.ui</groupId>
<artifactId>magnolia-ui-framework</artifactId> <version>5.2.2</version>
</dependency>
<dependency> <groupId>info.magnolia.ui</groupId>
<artifactId>magnolia-ui-contentapp</artifactId> <version>5.2.2</version>
</dependency>
But the problems continue...
Module Magnolia Standard Templating Kit Module (version 2.7.2) is dependent on
adminInterface version 5.1/*, but Magnolia Admin Interface Legacy Module
(version 5.0.2) is currently installed.
Is this a supported method of creating Magnolia?
Thanks,
Roland
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=50e34162-23bc-456f-8e37-b1616c5fb188
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------