Details
-
Bug
-
Resolution: Not an issue
-
Neutral
-
None
-
3.0
-
None
-
None
-
JBoss eap 6.1 startet in IntelliJ
Windows 7 Professional
Description
We are trying to get Blossom 3.0 work with a Magnolia 5.1 Version (CE).
A ClassNotFoundException is thrown when starting up JBoss, missing class is:
info.magnolia.ui.api.vaadin.WidgetsetDefinition
See full stacktrace in the file attached.
We cannot find any references in the code and there is no package "vaadin" in the magnolia-ui-api module.
Our dependencies:
<dependency>
<groupId>info.magnolia</groupId>
<artifactId>magnolia-module-blossom</artifactId>
<version>3.0-alpha1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>3.2.3.RELEASE</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-webflow</artifactId>
<version>2.3.2.RELEASE</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
Further we have:
Magnolia-Version 5.1-SNAPSHOT and STK 2.6-SNAPSHOT
Seems that there is something missing that has the WidgetsetDefinition class inside.