0

We want to use ModeShape 4.1.0.Final as a subsystem on Jboss EAP 6.3.0.GA . What are the steps and configurations for this?

ModeShape subsystem is available for WildFly 8.x but we do not want to use Wildfly on our production systems.

mcvkr
  • 3,209
  • 6
  • 38
  • 63

1 Answers1

1

The Modeshape 4.x releases sub-system has a number of dependencies on Wildfly 8.x components and can not be run as a sub-system on JBoss EAP 6.3.0.

The alternative to running Modeshape 4.x as a sub-system is to embed the it into your applications ear/war. For more information on how to do this see

https://docs.jboss.org/author/display/MODE40/ModeShape+in+web+applications

lucasweb
  • 1,736
  • 5
  • 28
  • 42