wildfly-10

while starting wildfly 10.1 to work with artemis, jboss.ra.activemq-ra is not installed error persists

家住魔仙堡 提交于 2019-11-30 09:52:32
问题 I try to apply appropriate configuration to be able to use remote messaging system on artemis server through wildfly (also other environment members) Firstly, i installed a standalone artemis server(2.0) on my local ( https://www.apache.org/dyn/closer.cgi?filename=activemq/activemq-artemis/2.0.0/apache-artemis-2.0.0-bin.zip&action=download ) Then i defined an example queueu on it. (exampleQueue) I changed the standalone.xml file according to informations on https://docs.jboss.org/author

Redirect http requests to https in wildfly 10

旧时模样 提交于 2019-11-28 11:24:14
This is my standalone-full.xml configuration with ssl configured security realm . <security-realm name="SslRealm"> <server-identities> <ssl> <keystore path="D:\ncm.keystore" alias="ncm" keystore-password="*****" /> </ssl> </server-identities> </security-realm> Subsystem <server name="default-server"> <http-listener name="default" socket-binding="http" redirect-socket="https"/> <https-listener name="default-ssl" socket-binding="https" security-realm="SslRealm"/> <host name="default-host" alias="localhost"> <location name="/" handler="welcome-content"/> <filter-ref name="server-header"/> <filter

wildfly 10: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory

会有一股神秘感。 提交于 2019-11-27 01:16:35
I have a maven application that works fine in wildfly 8.2, but when Ideployed it in wildfly 10 this error happened: [2016-02-21 11:22:08,411] Artifact SaramadIssueTracking:war exploded: Error during artifact deployment. See server log for details. [2016-02-21 11:22:08,411] Artifact SaramadIssueTracking:war exploded: java.lang.Exception: {"WFLYCTL0080: Failed services" => {"jboss.persistenceunit.SaramadIssueTracking-1#SaramadIssueTracking" => "org.jboss.msc.service.StartException in service jboss.persistenceunit.SaramadIssueTracking-1#SaramadIssueTracking: java.lang.ClassCastException: org

wildfly 10: java.lang.ClassCastException: org.dom4j.DocumentFactory cannot be cast to org.dom4j.DocumentFactory

早过忘川 提交于 2019-11-26 09:38:59
问题 I have a maven application that works fine in wildfly 8.2, but when Ideployed it in wildfly 10 this error happened: [2016-02-21 11:22:08,411] Artifact SaramadIssueTracking:war exploded: Error during artifact deployment. See server log for details. [2016-02-21 11:22:08,411] Artifact SaramadIssueTracking:war exploded: java.lang.Exception: {\"WFLYCTL0080: Failed services\" => {\"jboss.persistenceunit.SaramadIssueTracking-1#SaramadIssueTracking\" => \"org.jboss.msc.service.StartException in