<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 12/5/2013 1:47 PM, Stian Thorgersen
      wrote:<br>
    </div>
    <blockquote
      cite="mid:1041241135.24769888.1386269247233.JavaMail.root@redhat.com"
      type="cite">
      <pre wrap="">
It should work on EAP 6, but you need to define a datasource + upgrade Resteasy to 3.0.5.Final. The dist-as7 does that for you.</pre>
    </blockquote>
    What is dist-as7 and where do I find it?&nbsp; Do I need to build it?&nbsp; If
    so, how?<br>
    <br>
    Also, the RestEasy doc says, "<a id="upgrading-eap61"> The Resteasy
      distribution comes with a zip file called
      resteasy-jboss-modules-3.0.4.Final.zip".&nbsp; I downloaded the
      resteasy-jaxrs-3.0.5.Final-all.zip.&nbsp; There was no zip file
      inside.&nbsp; So I guess I downloaded the wrong file?&nbsp; If so, where do
      I get the correct one?<br>
    </a>
    <blockquote
      cite="mid:1041241135.24769888.1386269247233.JavaMail.root@redhat.com"
      type="cite">
      <pre wrap="">

You can also run in standalone in dev-mode with:

# mvn clean install
# mvn -pl testsuite/integration -Pkeycloak-server exec:java



----- Original Message -----
</pre>
      <blockquote type="cite">
        <pre wrap="">From: "Bill Burke" <a class="moz-txt-link-rfc2396E" href="mailto:bburke@redhat.com">&lt;bburke@redhat.com&gt;</a>
To: <a class="moz-txt-link-abbreviated" href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a>
Sent: Thursday, 5 December, 2013 6:41:57 PM
Subject: Re: [keycloak-dev] Getting demo to run

Wildfly demo does not work because there is a bug in Wildfly beta 1
regarding http sessions so I stopped developing it.  Undertow does not
set the jsessionid cookie path correctly so sessions are blow away if
you switch between different deploye dWARS on the same wildfly instance.

I've been waiting for Wildfly beta2 to finish up the Wildfly integration
because of this.

You'll have to try out the demo on AS7 or EAP 6.x.

On 12/5/2013 11:25 AM, <a class="moz-txt-link-abbreviated" href="mailto:ssilvert@redhat.com">ssilvert@redhat.com</a> wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">I'm trying to get the demo to run on WildFly master.   I ran into a
compilation problem and submitted this PR so it would compile:
<a class="moz-txt-link-freetext" href="https://github.com/keycloak/keycloak/pull/122">https://github.com/keycloak/keycloak/pull/122</a>

Now it builds OK, but when I do mvn jboss-as:deploy, I get the errors
below on WildFly.  Is this what I should be doing to get started?
Should I be trying this on EAP 6 instead?

11:22:17,891 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6)
MSC000001: Failed to start service
jboss.undertow.deployment.default-server.default-host./auth-se
rver.UndertowDeploymentInfoService: org.jboss.msc.service.StartException
in service
jboss.undertow.deployment.default-server.default-host./auth-server.UndertowDeploymentI
nfoService: java.lang.ClassNotFoundException:
org.keycloak.services.listeners.MongoRunnerListener from [Module
"deployment.auth-server.war:main" from Service Module Loade
r]
         at
org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService.createServletConfig(UndertowDeploymentInfoService.java:772)
         at
org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService.start(UndertowDeploymentInfoService.java:217)
         at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
[jboss-msc-1.2.0.CR1.jar:1.2.0.CR1]
         at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
[jboss-msc-1.2.0.CR1.jar:1.2.0.CR1]
         at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[rt.jar:1.7.0_15]
         at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[rt.jar:1.7.0_15]
         at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_15]
Caused by: java.lang.ClassNotFoundException:
org.keycloak.services.listeners.MongoRunnerListener from [Module
"deployment.auth-server.war:main" from Service Module Loader
]
         at
org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:197)
[jboss-modules.jar:1.3.0.Final]
         at
org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:443)
[jboss-modules.jar:1.3.0.Final]
         at
org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:431)
[jboss-modules.jar:1.3.0.Final]
         at
org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:373)
[jboss-modules.jar:1.3.0.Final]
         at
org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:118)
[jboss-modules.jar:1.3.0.Final]
         at
org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService.addListener(UndertowDeploymentInfoService.java:1035)
         at
org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService.createServletConfig(UndertowDeploymentInfoService.java:640)
         ... 6 more

11:22:17,936 ERROR [org.jboss.as.controller.management-operation]
(management-handler-thread - 5) JBAS014613: Operation ("deploy") failed
- address: ([("deployment" =&gt; "a
uth-server.war")]) - failure description: {"JBAS014671: Failed services"
=&gt;
{"jboss.undertow.deployment.default-server.default-host./auth-server.UndertowDeploymentInfoSer
vice" =&gt; "org.jboss.msc.service.StartException in service
jboss.undertow.deployment.default-server.default-host./auth-server.UndertowDeploymentInfoService:
java.lang.Clas
sNotFoundException: org.keycloak.services.listeners.MongoRunnerListener
from [Module \"deployment.auth-server.war:main\" from Service Module
Loader]
     Caused by: java.lang.ClassNotFoundException:
org.keycloak.services.listeners.MongoRunnerListener from [Module
\"deployment.auth-server.war:main\" from Service Module
Loader]"}}
11:22:17,946 ERROR [org.jboss.as.server] (management-handler-thread - 5)
JBAS015870: Deploy of deployment "auth-server.war" was rolled back with
the following failure mes
sage:
{"JBAS014671: Failed services" =&gt;
{"jboss.undertow.deployment.default-server.default-host./auth-server.UndertowDeploymentInfoService"
=&gt; "org.jboss.msc.service.StartExcep
tion in service
jboss.undertow.deployment.default-server.default-host./auth-server.UndertowDeploymentInfoService:
java.lang.ClassNotFoundException: org.keycloak.services.
listeners.MongoRunnerListener from [Module
\"deployment.auth-server.war:main\" from Service Module Loader]
     Caused by: java.lang.ClassNotFoundException:
org.keycloak.services.listeners.MongoRunnerListener from [Module
\"deployment.auth-server.war:main\" from Service Module
Loader]"}}
_______________________________________________
keycloak-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/keycloak-dev">https://lists.jboss.org/mailman/listinfo/keycloak-dev</a>

</pre>
        </blockquote>
        <pre wrap="">
--
Bill Burke
JBoss, a division of Red Hat
<a class="moz-txt-link-freetext" href="http://bill.burkecentral.com">http://bill.burkecentral.com</a>
_______________________________________________
keycloak-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/keycloak-dev">https://lists.jboss.org/mailman/listinfo/keycloak-dev</a>

</pre>
      </blockquote>
      <pre wrap="">_______________________________________________
keycloak-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/keycloak-dev">https://lists.jboss.org/mailman/listinfo/keycloak-dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>