Description
In document available here are informations about dependencies required for successful deploy with Wildfly. I were unable to run Liferay with dependencies described there (step 4. & copying).
Deploy was successful with following packages as dependencies:
<?xml version="1.0"?> <module xmlns="urn:jboss:module:1.0" name="com.liferay.portal"> <resources> <resource-root path="mariadb-java-client-2.2.3.jar" /> <resource-root path="portal-kernel.jar" /> <resource-root path="portlet.jar" /> <resource-root path="hsql.jar" /> <resource-root path="com.liferay.registry.api.jar" /> <resource-root path="com.liferay.petra.concurrent.jar" /> <resource-root path="com.liferay.petra.io.jar" /> <resource-root path="com.liferay.petra.nio.jar" /> <resource-root path="com.liferay.petra.string.jar" /> <resource-root path="com.liferay.petra.executor.jar" /> <resource-root path="com.liferay.petra.lang.jar" /> <resource-root path="com.liferay.petra.process.jar" /> <resource-root path="com.liferay.petra.function.jar" /> <resource-root path="com.liferay.petra.memory.jar" /> <resource-root path="com.liferay.petra.reflect.jar" /> </resources> <dependencies> <module name="javax.api" /> <module name="javax.mail.api" /> <module name="javax.servlet.api" /> <module name="javax.servlet.jsp.api" /> <module name="javax.transaction.api" /> </dependencies> </module>
Actual result:
Deploy wasn't successful with errors
Expected: Documentation has informations about all dependencies
Tested & failed:
Liferay master 11032018 (git 63becb835), Wildfly 11
Priority: L3 + S4 = 4
Attachments
Issue Links
- relates
-
LPS-79106 Petra JARs are required but missing from the Depenencies ZIP file
- Closed