<div dir="ltr">Hi Marek,<div>thanks for your answer.</div><div><br></div><div>You could add a paragraph in documentation page <a href="http://docs.jboss.org/keycloak/docs/1.0-alpha-3/userguide/html_single/index.html#d4e167">http://docs.jboss.org/keycloak/docs/1.0-alpha-3/userguide/html_single/index.html#d4e167</a> about this.</div>
<div><br></div></div><div class="gmail_extra"><br clear="all"><div><div>--</div>Davide</div>
<br><br><div class="gmail_quote">On Mon, May 19, 2014 at 10:38 PM, Marek Posolda <span dir="ltr"><<a href="mailto:mposolda@redhat.com" target="_blank">mposolda@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div>Hi,<br>
<br>
I guess you removed persistence.xml from auth-server.war right? In
newest version, persistence.xml contains configuration of
model-api, but also for audit-api . Default implementation of
audit-api is based on JPA and needs persistence.xml . <br>
<br>
Thing is that default implementation of audit-api is always based
on JPA even if you changed your model implementation to "mongo".
My opinion is, that we should change this behaviour. So default
implementation of audit-api will be same like the chosen
implementation of model-api. So if someone (like you) changed the
implementation of model to be based on mongo, the audit-api will
automatically use mongo as well. I will discuss with guys about
this tomorrow.<br>
<br>
Until this is done, I think that easiest solution for you is to
manually switch audit-api to use mongo as well. So in addition to
property "-Dkeycloak.model=mongo" you also need to add property
"-Dkeycloak.audit=mongo" .<br>
<br>
Marek<div class=""><br>
<br>
On 16.5.2014 22:20, Davide Ungari wrote:<br>
</div></div>
<blockquote type="cite"><div class="">
<div dir="ltr">Hi Stian,
<div>I think the problem was that I was running "mvn package"
inside /keycloak/distribuition instead it works if your run it
from root directory.
<div><br>
</div>
<div>I have all the jars, model-mongo included, but the
application fails at startup with error message "No
Persistence provider for EntityManager named
jpa-keycloak-audit-store\". What am I doing wrong this time?</div>
<div><br>
</div>
<div>If you need I'm free to test the import process as you do
it.</div>
<div><br>
</div>
<div>Thanks.</div>
</div>
</div>
</div><div class="gmail_extra"><br clear="all">
<div>
<div>--</div>
Davide</div>
<br>
<br>
<div class="gmail_quote"><div class="">On Thu, May 15, 2014 at 10:31 AM, Stian
Thorgersen <span dir="ltr"><<a href="mailto:stian@redhat.com" target="_blank">stian@redhat.com</a>></span>
wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">
I'm not sure why the mongo model has been removed from the
WAR, I'll look into that.<br></div>
"jpa-keycloak-identity-store"<div class=""><br>
We don't yet have support for upgrading the database when
upgrading Keycloak. This will be added soon. The plan is to
provide a mechanism to export the database to a json file,
and after installing a new version of Keycloak you import
this json file again. We'll make this import backwards
compatible so you can import a json file from any older
versions of Keycloak.<br>
<div>
<div><br>
----- Original Message -----<br>
> From: "Davide Ungari" <<a href="mailto:ungarida@gmail.com" target="_blank">ungarida@gmail.com</a>><br>
> To: <a href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.jboss.org</a><br>
> Sent: Monday, 12 May, 2014 7:13:53 PM<br>
> Subject: Re: [keycloak-user] MongoDB - Model
provider not found<br>
><br>
> I found out that:<br>
> 1- the command "mvn package" does not include mongo
module and driver<br>
> 2- there is a regression on data model, updating
source of keycloak I must<br>
> drop database in order to see the admin console
works again<br>
> --<br>
> Davide<br>
><br>
</div>
</div>
> _______________________________________________<br>
> keycloak-user mailing list<br>
> <a href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.jboss.org</a><br>
> <a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><br>
</div></blockquote>
</div>
<br>
</div><div class="">
<br>
<fieldset></fieldset>
<br>
<pre>_______________________________________________
keycloak-user mailing list
<a href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.jboss.org</a>
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a></pre>
</div></blockquote>
<br>
</div>
</blockquote></div><br></div>