Code Monkey home page Code Monkey logo

icure-backend's Introduction

icure-backend

OSS version of the iCure Medical File Management software

iCureBackend is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

You will find a copy of GNU General Public License in the LICENSE file in this repository.

To install compile and start:

git clone [email protected]:taktik/icure-backend.git
git submodule init
git submodule update
./gradlew bootRun

icure-backend's People

Contributors

adrian-meyvn avatar aduchate avatar andaroth avatar antoinepairet avatar azagan-meyvn avatar be-arbiter avatar bsafta avatar damiano-figac avatar damienlibouton avatar dorian-figac avatar fabien-zimmer avatar gpiroux avatar hamsdam avatar htr-nsi avatar jdumur avatar jeanbaptistedeborman avatar julession avatar maxime2018 avatar mrecuerda avatar nicolas-b12 avatar olmartin avatar peb-nsi avatar phil1618 avatar rsp-nsi avatar sam-figac avatar sam-medispring avatar simon3 avatar skiinox avatar thesleepymonkey avatar watheletjulien avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

icure-backend's Issues

Hibernate and drug search

Un de nos testeurs rencontre des soucis pour trouver des médicaments, comme si ca se bloquait après un certain temps.
Voici les logs que j'ai pu récupérer:

[2018-10-25T14:04:25.443] [INFO] ICURE - Start ICURE backend successfully
[2018-10-25T20:29:51.488] [INFO] ICURE - 2018-10-25 20:29:51.482  INFO 3052 --- [qtp582666172-20] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {4.0.5.Final}

[2018-10-25T20:29:51.519] [INFO] ICURE - 2018-10-25 20:29:51.519  INFO 3052 --- [qtp582666172-20] org.hibernate.Version                    : HHH000412: Hibernate Core {4.3.10.Final}

[2018-10-25T20:29:51.528] [INFO] ICURE - 2018-10-25 20:29:51.527  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Environment            : HHH000206: hibernate.properties not found

[2018-10-25T20:29:51.532] [INFO] ICURE - 2018-10-25 20:29:51.532  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Environment            : HHH000021: Bytecode provider name : javassist

[2018-10-25T20:29:51.630] [INFO] ICURE - 2018-10-25 20:29:51.629  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Mpp.hbm.xml
2018-10-25 20:29:51.629  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Mpp.hbm.xml

[2018-10-25T20:29:51.630] [INFO] ICURE - 2018-10-25 20:29:51.629  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Mpp.hbm.xml
2018-10-25 20:29:51.629  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Mpp.hbm.xml

[2018-10-25T20:29:52.231] [INFO] ICURE - 2018-10-25 20:29:52.230  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.231] [INFO] ICURE - 2018-10-25 20:29:52.230  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.350] [INFO] ICURE - 2018-10-25 20:29:52.349  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Atc.hbm.xml

[2018-10-25T20:29:52.350] [INFO] ICURE - 2018-10-25 20:29:52.349  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Atc.hbm.xml

[2018-10-25T20:29:52.352] [INFO] ICURE - 2018-10-25 20:29:52.350  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Atc.hbm.xml

[2018-10-25T20:29:52.353] [INFO] ICURE - 2018-10-25 20:29:52.351  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Atc.hbm.xml

[2018-10-25T20:29:52.370] [INFO] ICURE - 2018-10-25 20:29:52.370  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.374] [INFO] ICURE - 2018-10-25 20:29:52.374  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.410] [INFO] ICURE - 2018-10-25 20:29:52.410  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Composition.hbm.xml

[2018-10-25T20:29:52.411] [INFO] ICURE - 2018-10-25 20:29:52.410  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Composition.hbm.xml

[2018-10-25T20:29:52.411] [INFO] ICURE - 2018-10-25 20:29:52.411  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Composition.hbm.xml

[2018-10-25T20:29:52.411] [INFO] ICURE - 2018-10-25 20:29:52.411  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Composition.hbm.xml

[2018-10-25T20:29:52.429] [INFO] ICURE - 2018-10-25 20:29:52.429  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.444] [INFO] ICURE - 2018-10-25 20:29:52.444  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.447] [INFO] ICURE - 2018-10-25 20:29:52.447  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Doc.hbm.xml

[2018-10-25T20:29:52.448] [INFO] ICURE - 2018-10-25 20:29:52.448  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Doc.hbm.xml

[2018-10-25T20:29:52.465] [INFO] ICURE - 2018-10-25 20:29:52.464  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Doc.hbm.xml

[2018-10-25T20:29:52.465] [INFO] ICURE - 2018-10-25 20:29:52.465  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Doc.hbm.xml

[2018-10-25T20:29:52.476] [INFO] ICURE - 2018-10-25 20:29:52.476  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.493] [INFO] ICURE - 2018-10-25 20:29:52.493  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Gal.hbm.xml

[2018-10-25T20:29:52.494] [INFO] ICURE - 2018-10-25 20:29:52.493  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Gal.hbm.xml

[2018-10-25T20:29:52.494] [INFO] ICURE - 2018-10-25 20:29:52.494  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.510] [INFO] ICURE - 2018-10-25 20:29:52.509  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.511] [INFO] ICURE - 2018-10-25 20:29:52.511  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Gal.hbm.xml

[2018-10-25T20:29:52.511] [INFO] ICURE - 2018-10-25 20:29:52.511  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Gal.hbm.xml

[2018-10-25T20:29:52.522] [INFO] ICURE - 2018-10-25 20:29:52.522  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Informationresponsible.hbm.xml

[2018-10-25T20:29:52.522] [INFO] ICURE - 2018-10-25 20:29:52.522  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Informationresponsible.hbm.xml

[2018-10-25T20:29:52.539] [INFO] ICURE - 2018-10-25 20:29:52.538  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.547] [INFO] ICURE - 2018-10-25 20:29:52.547  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Informationresponsible.hbm.xml

[2018-10-25T20:29:52.548] [INFO] ICURE - 2018-10-25 20:29:52.547  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Informationresponsible.hbm.xml

[2018-10-25T20:29:52.548] [INFO] ICURE - 2018-10-25 20:29:52.548  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.562] [INFO] ICURE - 2018-10-25 20:29:52.561  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Ingredient.hbm.xml

[2018-10-25T20:29:52.563] [INFO] ICURE - 2018-10-25 20:29:52.563  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Ingredient.hbm.xml

[2018-10-25T20:29:52.573] [INFO] ICURE - 2018-10-25 20:29:52.573  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.582] [INFO] ICURE - 2018-10-25 20:29:52.582  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Ingredient.hbm.xml

[2018-10-25T20:29:52.583] [INFO] ICURE - 2018-10-25 20:29:52.582  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Ingredient.hbm.xml

[2018-10-25T20:29:52.601] [INFO] ICURE - 2018-10-25 20:29:52.601  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.610] [INFO] ICURE - 2018-10-25 20:29:52.609  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.614] [INFO] ICURE - 2018-10-25 20:29:52.614  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Iam.hbm.xml

[2018-10-25T20:29:52.615] [INFO] ICURE - 2018-10-25 20:29:52.614  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Iam.hbm.xml

[2018-10-25T20:29:52.631] [INFO] ICURE - 2018-10-25 20:29:52.631  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.640] [INFO] ICURE - 2018-10-25 20:29:52.639  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Iam.hbm.xml

[2018-10-25T20:29:52.648] [INFO] ICURE - 2018-10-25 20:29:52.648  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Mp.hbm.xml

[2018-10-25T20:29:52.649] [INFO] ICURE - 2018-10-25 20:29:52.648  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Mp.hbm.xml

[2018-10-25T20:29:52.659] [INFO] ICURE - 2018-10-25 20:29:52.659  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Iam.hbm.xml

[2018-10-25T20:29:52.665] [INFO] ICURE - 2018-10-25 20:29:52.664  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.678] [INFO] ICURE - 2018-10-25 20:29:52.678  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Mppprop.hbm.xml

[2018-10-25T20:29:52.679] [INFO] ICURE - 2018-10-25 20:29:52.678  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Mppprop.hbm.xml

[2018-10-25T20:29:52.694] [INFO] ICURE - 2018-10-25 20:29:52.694  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.709] [INFO] ICURE - 2018-10-25 20:29:52.709  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
2018-10-25 20:29:52.709  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Mpp.hbm.xml

[2018-10-25T20:29:52.710] [INFO] ICURE - 2018-10-25 20:29:52.709  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Mpp.hbm.xml

[2018-10-25T20:29:52.717] [INFO] ICURE - 2018-10-25 20:29:52.717  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Prop.hbm.xml

[2018-10-25T20:29:52.717] [INFO] ICURE - 2018-10-25 20:29:52.717  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Prop.hbm.xml

[2018-10-25T20:29:52.725] [INFO] ICURE - 2018-10-25 20:29:52.725  WARN 3052 --- [qtp582666172-17] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.730] [INFO] ICURE - 2018-10-25 20:29:52.730  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Mp.hbm.xml

[2018-10-25T20:29:52.730] [INFO] ICURE - 2018-10-25 20:29:52.730  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Mp.hbm.xml

[2018-10-25T20:29:52.736] [INFO] ICURE - 2018-10-25 20:29:52.735  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Atc.hbm.xml

[2018-10-25T20:29:52.736] [INFO] ICURE - 2018-10-25 20:29:52.736  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Atc.hbm.xml

[2018-10-25T20:29:52.740] [INFO] ICURE - 2018-10-25 20:29:52.740  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.748] [INFO] ICURE - 2018-10-25 20:29:52.748  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Equivalence.hbm.xml

[2018-10-25T20:29:52.751] [INFO] ICURE - 2018-10-25 20:29:52.749  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Equivalence.hbm.xml

[2018-10-25T20:29:52.758] [INFO] ICURE - 2018-10-25 20:29:52.757  WARN 3052 --- [qtp582666172-17] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.765] [INFO] ICURE - 2018-10-25 20:29:52.765  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Composition.hbm.xml

[2018-10-25T20:29:52.766] [INFO] ICURE - 2018-10-25 20:29:52.765  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Composition.hbm.xml

[2018-10-25T20:29:52.776] [INFO] ICURE - 2018-10-25 20:29:52.775  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.780] [INFO] ICURE - 2018-10-25 20:29:52.779  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.790] [INFO] ICURE - 2018-10-25 20:29:52.789  WARN 3052 --- [qtp582666172-17] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.791] [INFO] ICURE - 2018-10-25 20:29:52.791  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/ActualIngredientStrength.hbm.xml

[2018-10-25T20:29:52.791] [INFO] ICURE - 2018-10-25 20:29:52.791  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/ActualIngredientStrength.hbm.xml

[2018-10-25T20:29:52.797] [INFO] ICURE - 2018-10-25 20:29:52.797  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Mppprop.hbm.xml

[2018-10-25T20:29:52.797] [INFO] ICURE - 2018-10-25 20:29:52.797  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Doc.hbm.xml

[2018-10-25T20:29:52.798] [INFO] ICURE - 2018-10-25 20:29:52.797  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Mppprop.hbm.xml
2018-10-25 20:29:52.797  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Doc.hbm.xml

[2018-10-25T20:29:52.823] [INFO] ICURE - 2018-10-25 20:29:52.822  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.824] [INFO] ICURE - 2018-10-25 20:29:52.824  WARN 3052 --- [qtp582666172-17] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.831] [INFO] ICURE - 2018-10-25 20:29:52.830  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Prop.hbm.xml

[2018-10-25T20:29:52.831] [INFO] ICURE - 2018-10-25 20:29:52.830  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Prop.hbm.xml

[2018-10-25T20:29:52.833] [INFO] ICURE - 2018-10-25 20:29:52.833  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Gal.hbm.xml

[2018-10-25T20:29:52.833] [INFO] ICURE - 2018-10-25 20:29:52.833  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Gal.hbm.xml

[2018-10-25T20:29:52.843] [INFO] ICURE - 2018-10-25 20:29:52.843  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.854] [INFO] ICURE - 2018-10-25 20:29:52.854  WARN 3052 --- [qtp582666172-17] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.857] [INFO] ICURE - 2018-10-25 20:29:52.856  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/AddedDocument.hbm.xml

[2018-10-25T20:29:52.857] [INFO] ICURE - 2018-10-25 20:29:52.857  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/AddedDocument.hbm.xml

[2018-10-25T20:29:52.862] [INFO] ICURE - 2018-10-25 20:29:52.862  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Informationresponsible.hbm.xml

[2018-10-25T20:29:52.863] [INFO] ICURE - 2018-10-25 20:29:52.863  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Informationresponsible.hbm.xml

[2018-10-25T20:29:52.866] [INFO] ICURE - 2018-10-25 20:29:52.866  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.877] [INFO] ICURE - 2018-10-25 20:29:52.877  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Equivalence.hbm.xml

[2018-10-25T20:29:52.878] [INFO] ICURE - 2018-10-25 20:29:52.878  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Equivalence.hbm.xml

[2018-10-25T20:29:52.880] [INFO] ICURE - 2018-10-25 20:29:52.880  WARN 3052 --- [qtp582666172-17] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.887] [INFO] ICURE - 2018-10-25 20:29:52.887  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Ingredient.hbm.xml

[2018-10-25T20:29:52.888] [INFO] ICURE - 2018-10-25 20:29:52.887  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Ingredient.hbm.xml

[2018-10-25T20:29:52.896] [INFO] ICURE - 2018-10-25 20:29:52.896  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.906] [INFO] ICURE - 2018-10-25 20:29:52.906  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/AdministrationForm.hbm.xml

[2018-10-25T20:29:52.907] [INFO] ICURE - 2018-10-25 20:29:52.906  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/AdministrationForm.hbm.xml

[2018-10-25T20:29:52.922] [INFO] ICURE - 2018-10-25 20:29:52.922  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.926] [INFO] ICURE - 2018-10-25 20:29:52.925  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.932] [INFO] ICURE - 2018-10-25 20:29:52.932  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/ActualIngredientStrength.hbm.xml

[2018-10-25T20:29:52.933] [INFO] ICURE - 2018-10-25 20:29:52.933  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/ActualIngredientStrength.hbm.xml

[2018-10-25T20:29:52.934] [INFO] ICURE - 2018-10-25 20:29:52.932  WARN 3052 --- [qtp582666172-17] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.936] [INFO] ICURE - 2018-10-25 20:29:52.935  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Amp.hbm.xml

[2018-10-25T20:29:52.936] [INFO] ICURE - 2018-10-25 20:29:52.936  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Amp.hbm.xml

[2018-10-25T20:29:52.952] [INFO] ICURE - 2018-10-25 20:29:52.952  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.956] [INFO] ICURE - 2018-10-25 20:29:52.955  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.962] [INFO] ICURE - 2018-10-25 20:29:52.962  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Ampp.hbm.xml

[2018-10-25T20:29:52.962] [INFO] ICURE - 2018-10-25 20:29:52.962  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Ampp.hbm.xml

[2018-10-25T20:29:52.964] [INFO] ICURE - 2018-10-25 20:29:52.964  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Iam.hbm.xml

[2018-10-25T20:29:52.964] [INFO] ICURE - 2018-10-25 20:29:52.964  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Iam.hbm.xml

[2018-10-25T20:29:52.968] [INFO] ICURE - 2018-10-25 20:29:52.967  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/AddedDocument.hbm.xml

[2018-10-25T20:29:52.969] [INFO] ICURE - 2018-10-25 20:29:52.968  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/AddedDocument.hbm.xml

[2018-10-25T20:29:52.985] [INFO] ICURE - 2018-10-25 20:29:52.985  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.993] [INFO] ICURE - 2018-10-25 20:29:52.993  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:52.996] [INFO] ICURE - 2018-10-25 20:29:52.996  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/AppendixType.hbm.xml

[2018-10-25T20:29:52.997] [INFO] ICURE - 2018-10-25 20:29:52.996  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/AppendixType.hbm.xml

[2018-10-25T20:29:52.998] [INFO] ICURE - 2018-10-25 20:29:52.998  WARN 3052 --- [qtp582666172-17] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.002] [INFO] ICURE - 2018-10-25 20:29:53.001  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/AdministrationForm.hbm.xml

[2018-10-25T20:29:53.002] [INFO] ICURE - 2018-10-25 20:29:53.002  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/AdministrationForm.hbm.xml

[2018-10-25T20:29:53.013] [INFO] ICURE - 2018-10-25 20:29:53.013  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.022] [INFO] ICURE - 2018-10-25 20:29:53.022  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Application.hbm.xml

[2018-10-25T20:29:53.024] [INFO] ICURE - 2018-10-25 20:29:53.022  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Application.hbm.xml
2018-10-25 20:29:53.024  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.025] [INFO] ICURE - 2018-10-25 20:29:53.024  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Mp.hbm.xml

[2018-10-25T20:29:53.025] [INFO] ICURE - 2018-10-25 20:29:53.025  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Mp.hbm.xml

[2018-10-25T20:29:53.039] [INFO] ICURE - 2018-10-25 20:29:53.038  WARN 3052 --- [qtp582666172-17] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.040] [INFO] ICURE - 2018-10-25 20:29:53.039  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Amp.hbm.xml

[2018-10-25T20:29:53.040] [INFO] ICURE - 2018-10-25 20:29:53.040  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Amp.hbm.xml

[2018-10-25T20:29:53.047] [INFO] ICURE - 2018-10-25 20:29:53.046  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Mppprop.hbm.xml

[2018-10-25T20:29:53.047] [INFO] ICURE - 2018-10-25 20:29:53.047  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Mppprop.hbm.xml

[2018-10-25T20:29:53.060] [INFO] ICURE - 2018-10-25 20:29:53.060  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.066] [INFO] ICURE - 2018-10-25 20:29:53.065  WARN 3052 --- [qtp582666172-17] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.074] [INFO] ICURE - 2018-10-25 20:29:53.074  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Ampp.hbm.xml

[2018-10-25T20:29:53.075] [INFO] ICURE - 2018-10-25 20:29:53.074  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Ampp.hbm.xml
2018-10-25 20:29:53.074  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Prop.hbm.xml
2018-10-25 20:29:53.074  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Prop.hbm.xml

[2018-10-25T20:29:53.077] [INFO] ICURE - 2018-10-25 20:29:53.077  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.089] [INFO] ICURE - 2018-10-25 20:29:53.089  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Atm.hbm.xml

[2018-10-25T20:29:53.090] [INFO] ICURE - 2018-10-25 20:29:53.089  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Atm.hbm.xml

[2018-10-25T20:29:53.094] [INFO] ICURE - 2018-10-25 20:29:53.094  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.099] [INFO] ICURE - 2018-10-25 20:29:53.099  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/AppendixType.hbm.xml

[2018-10-25T20:29:53.100] [INFO] ICURE - 2018-10-25 20:29:53.099  WARN 3052 --- [qtp582666172-17] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!
2018-10-25 20:29:53.099  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/AppendixType.hbm.xml

[2018-10-25T20:29:53.107] [INFO] ICURE - 2018-10-25 20:29:53.106  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Equivalence.hbm.xml

[2018-10-25T20:29:53.107] [INFO] ICURE - 2018-10-25 20:29:53.106  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/Equivalence.hbm.xml

[2018-10-25T20:29:53.116] [INFO] ICURE - 2018-10-25 20:29:53.116  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.126] [INFO] ICURE - 2018-10-25 20:29:53.126  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.131] [INFO] ICURE - 2018-10-25 20:29:53.131  WARN 3052 --- [qtp582666172-17] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.133] [INFO] ICURE - 2018-10-25 20:29:53.133  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Application.hbm.xml

[2018-10-25T20:29:53.134] [INFO] ICURE - 2018-10-25 20:29:53.134  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Application.hbm.xml

[2018-10-25T20:29:53.139] [INFO] ICURE - 2018-10-25 20:29:53.138  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/ActualIngredientStrength.hbm.xml

[2018-10-25T20:29:53.139] [INFO] ICURE - 2018-10-25 20:29:53.139  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/ActualIngredientStrength.hbm.xml

[2018-10-25T20:29:53.140] [INFO] ICURE - 2018-10-25 20:29:53.140  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Company.hbm.xml

[2018-10-25T20:29:53.141] [INFO] ICURE - 2018-10-25 20:29:53.140  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Company.hbm.xml

[2018-10-25T20:29:53.158] [INFO] ICURE - 2018-10-25 20:29:53.158  WARN 3052 --- [qtp582666172-17] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.164] [INFO] ICURE - 2018-10-25 20:29:53.163  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.169] [INFO] ICURE - 2018-10-25 20:29:53.169  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/AddedDocument.hbm.xml

[2018-10-25T20:29:53.170] [INFO] ICURE - 2018-10-25 20:29:53.169  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/AddedDocument.hbm.xml

[2018-10-25T20:29:53.173] [INFO] ICURE - 2018-10-25 20:29:53.172  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.174] [INFO] ICURE - 2018-10-25 20:29:53.173  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/FormType.hbm.xml

[2018-10-25T20:29:53.174] [INFO] ICURE - 2018-10-25 20:29:53.174  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/FormType.hbm.xml

[2018-10-25T20:29:53.181] [INFO] ICURE - 2018-10-25 20:29:53.181  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Atm.hbm.xml

[2018-10-25T20:29:53.182] [INFO] ICURE - 2018-10-25 20:29:53.181  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Atm.hbm.xml

[2018-10-25T20:29:53.194] [INFO] ICURE - 2018-10-25 20:29:53.193  WARN 3052 --- [qtp582666172-17] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.197] [INFO] ICURE - 2018-10-25 20:29:53.197  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.203] [INFO] ICURE - 2018-10-25 20:29:53.203  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/AdministrationForm.hbm.xml

[2018-10-25T20:29:53.204] [INFO] ICURE - 2018-10-25 20:29:53.203  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/AdministrationForm.hbm.xml

[2018-10-25T20:29:53.207] [INFO] ICURE - 2018-10-25 20:29:53.207  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/NameExplanation.hbm.xml

[2018-10-25T20:29:53.208] [INFO] ICURE - 2018-10-25 20:29:53.207  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/NameExplanation.hbm.xml

[2018-10-25T20:29:53.228] [INFO] ICURE - 2018-10-25 20:29:53.227  WARN 3052 --- [qtp582666172-17] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.230] [INFO] ICURE - 2018-10-25 20:29:53.230  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.236] [INFO] ICURE - 2018-10-25 20:29:53.235  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Amp.hbm.xml

[2018-10-25T20:29:53.236] [INFO] ICURE - 2018-10-25 20:29:53.236  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Amp.hbm.xml

[2018-10-25T20:29:53.238] [INFO] ICURE - 2018-10-25 20:29:53.238  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/NameTranslation.hbm.xml

[2018-10-25T20:29:53.239] [INFO] ICURE - 2018-10-25 20:29:53.239  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/NameTranslation.hbm.xml

[2018-10-25T20:29:53.243] [INFO] ICURE - 2018-10-25 20:29:53.243  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.259] [INFO] ICURE - 2018-10-25 20:29:53.259  WARN 3052 --- [qtp582666172-17] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.260] [INFO] ICURE - 2018-10-25 20:29:53.260  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Company.hbm.xml

[2018-10-25T20:29:53.261] [INFO] ICURE - 2018-10-25 20:29:53.260  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Company.hbm.xml

[2018-10-25T20:29:53.262] [INFO] ICURE - 2018-10-25 20:29:53.261  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.268] [INFO] ICURE - 2018-10-25 20:29:53.267  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Ampp.hbm.xml

[2018-10-25T20:29:53.269] [INFO] ICURE - 2018-10-25 20:29:53.269  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Ampp.hbm.xml

[2018-10-25T20:29:53.271] [INFO] ICURE - 2018-10-25 20:29:53.271  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/NameType.hbm.xml

[2018-10-25T20:29:53.272] [INFO] ICURE - 2018-10-25 20:29:53.271  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/NameType.hbm.xml

[2018-10-25T20:29:53.288] [INFO] ICURE - 2018-10-25 20:29:53.288  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.295] [INFO] ICURE - 2018-10-25 20:29:53.295  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/FormType.hbm.xml

[2018-10-25T20:29:53.295] [INFO] ICURE - 2018-10-25 20:29:53.295  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/FormType.hbm.xml

[2018-10-25T20:29:53.300] [INFO] ICURE - 2018-10-25 20:29:53.299  WARN 3052 --- [qtp582666172-17] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.314] [INFO] ICURE - 2018-10-25 20:29:53.314  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/AppendixType.hbm.xml

[2018-10-25T20:29:53.314] [INFO] ICURE - 2018-10-25 20:29:53.314  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/AppendixType.hbm.xml

[2018-10-25T20:29:53.320] [INFO] ICURE - 2018-10-25 20:29:53.319  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.327] [INFO] ICURE - 2018-10-25 20:29:53.327  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.329] [INFO] ICURE - 2018-10-25 20:29:53.328  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/NameExplanation.hbm.xml

[2018-10-25T20:29:53.329] [INFO] ICURE - 2018-10-25 20:29:53.329  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/NameExplanation.hbm.xml

[2018-10-25T20:29:53.343] [INFO] ICURE - 2018-10-25 20:29:53.342  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Paragraph.hbm.xml

[2018-10-25T20:29:53.343] [INFO] ICURE - 2018-10-25 20:29:53.342  INFO 3052 --- [qtp582666172-20] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Paragraph.hbm.xml

[2018-10-25T20:29:53.347] [INFO] ICURE - 2018-10-25 20:29:53.347  WARN 3052 --- [qtp582666172-17] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.349] [INFO] ICURE - 2018-10-25 20:29:53.349  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.357] [INFO] ICURE - 2018-10-25 20:29:53.357  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/NameTranslation.hbm.xml

[2018-10-25T20:29:53.358] [INFO] ICURE - 2018-10-25 20:29:53.357  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/NameTranslation.hbm.xml

[2018-10-25T20:29:53.361] [INFO] ICURE - 2018-10-25 20:29:53.361  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Application.hbm.xml

[2018-10-25T20:29:53.362] [INFO] ICURE - 2018-10-25 20:29:53.362  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Application.hbm.xml

[2018-10-25T20:29:53.377] [INFO] ICURE - 2018-10-25 20:29:53.376  WARN 3052 --- [qtp582666172-21] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.383] [INFO] ICURE - 2018-10-25 20:29:53.383  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/NameType.hbm.xml

[2018-10-25T20:29:53.384] [INFO] ICURE - 2018-10-25 20:29:53.384  INFO 3052 --- [qtp582666172-21] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/NameType.hbm.xml

[2018-10-25T20:29:53.387] [INFO] ICURE - 2018-10-25 20:29:53.387  WARN 3052 --- [qtp582666172-17] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:53.399] [INFO] ICURE - 2018-10-25 20:29:53.399  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Atm.hbm.xml

[2018-10-25T20:29:53.400] [INFO] ICURE - 2018-10-25 20:29:53.399  INFO 3052 --- [qtp582666172-17] org.hibernate.cfg.Configuration          : HHH000221: Reading mappings from resource: org/taktik/icure/be/drugs/civics/Atm.hbm.xml

[2018-10-25T20:29:53.404] [INFO] ICURE - 2018-10-25 20:29:53.404  WARN 3052 --- [qtp582666172-20] o.h.internal.util.xml.DTDEntityResolver  : HHH000223: Recognized obsolete hibernate namespace http://hibernate.sourceforge.net/. Use namespace http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide!

[2018-10-25T20:29:57.364] [INFO] ICURE - 2018-10-25 20:29:57.363  WARN 3052 --- [qtp582666172-17] org.eclipse.jetty.server.HttpChannel     : /rest/v1/be_drugs/mpp/find/byIngredients/escitalopr/fr

javax.servlet.ServletException: org.hibernate.HibernateException: createCriteria is not valid without active transaction
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:489)
	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:427)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:388)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:341)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:228)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:860)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650)
	at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:206)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:317)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:317)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:158)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:185)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:64)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:347)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:263)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:108)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:190)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
	at org.eclipse.jetty.server.handler.ContextH
[2018-10-25T20:29:57.365] [INFO] ICURE - andler.doHandle(ContextHandler.java:1253)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:527)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:530)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.hibernate.HibernateException: createCriteria is not valid without active transaction
	at org.hibernate.context.internal.ThreadLocalSessionContext$TransactionProtectionWrapper.invoke(ThreadLocalSessionContext.java:352)
	at com.sun.proxy.$Proxy163.createCriteria(Unknown Source)
	at org.taktik.icure.be.drugs.dao.h2impl.DrugsDAOImpl.getMedecinePackagesFromIngredients(DrugsDAOImpl.java:208)
	at org.taktik.icure.be.drugs.dao.h2impl.DrugsDAOImpl$$FastClassBySpringCGLIB$$7902f20d.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:738)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:136)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:673)
	at org.taktik.icure.be.drugs.dao.h2impl.DrugsDAOImpl$$EnhancerBySpringCGLIB$$df29d948.getMedecinePackagesFromIngredients(<generated>)
	at org.taktik.icure.be.drugs.logic.impl.DrugsLogicImpl.getMedecinePackagesFromIngredients(DrugsLogicImpl.java:202)
	at org.taktik.icure.services.external.rest.v1.facade.be.DrugsFacade.getMedecinePackagesFromIngredients(DrugsFacade.java:116)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:144)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:161)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:205)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:99)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:389)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:347)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:102)
	at org.glassfish.jersey.server.ServerRuntime$2.run(ServerRuntime.java:326)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:267)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:305)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1154)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:473)
	... 98 common frames omitted


[2018-10-25T20:29:57.370] [INFO] ICURE - 2018-10-25 20:29:57.369  WARN 3052 --- [qtp582666172-21] org.eclipse.jetty.server.HttpChannel     : /rest/v1/be_drugs/mpp/find/byIngredients/escit/fr

javax.servlet.ServletException: org.hibernate.HibernateException: createCriteria is not valid without active transaction
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:489)
	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:427)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:388)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:341)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:228)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:860)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650)
	at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:206)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:317)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:317)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:158)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:185)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:64)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:347)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:263)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.springframework.web.filter.HttpPutFormContentFilter.doFilterInternal(HttpPutFormContentFilter.java:108)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:81)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:190)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
	at org.eclipse.jetty.server.handler.ContextHandle
[2018-10-25T20:29:57.370] [INFO] ICURE - r.doHandle(ContextHandler.java:1253)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:527)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
	at org.eclipse.jetty.server.Server.handle(Server.java:530)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.hibernate.HibernateException: createCriteria is not valid without active transaction
	at org.hibernate.context.internal.ThreadLocalSessionContext$TransactionProtectionWrapper.invoke(ThreadLocalSessionContext.java:352)
	at com.sun.proxy.$Proxy163.createCriteria(Unknown Source)
	at org.taktik.icure.be.drugs.dao.h2impl.DrugsDAOImpl.getMedecinePackagesFromIngredients(DrugsDAOImpl.java:208)
	at org.taktik.icure.be.drugs.dao.h2impl.DrugsDAOImpl$$FastClassBySpringCGLIB$$7902f20d.invoke(<generated>)
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:738)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:136)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:673)
	at org.taktik.icure.be.drugs.dao.h2impl.DrugsDAOImpl$$EnhancerBySpringCGLIB$$df29d948.getMedecinePackagesFromIngredients(<generated>)
	at org.taktik.icure.be.drugs.logic.impl.DrugsLogicImpl.getMedecinePackagesFromIngredients(DrugsLogicImpl.java:202)
	at org.taktik.icure.services.external.rest.v1.facade.be.DrugsFacade.getMedecinePackagesFromIngredients(DrugsFacade.java:116)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:144)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:161)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:205)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:99)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:389)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:347)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:102)
	at org.glassfish.jersey.server.ServerRuntime$2.run(ServerRuntime.java:326)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:267)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:305)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1154)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:473)
	... 98 common frames omitted


[2018-10-25T20:36:17.088] [INFO] ICURE - 2018-10-25 20:36:17.087  INFO 3052 --- [qtp582666172-40] o.t.i.s.e.rest.v1.facade.PatientFacade   : Filter patients in 84 ms.

[2018-10-25T20:36:58.714] [INFO] ICURE - 2018-10-25 20:36:58.713  INFO 3052 --- [qtp582666172-18] o.t.i.s.e.rest.v1.facade.PatientFacade   : Filter patients in 90 ms.

[2018-10-25T20:38:10.804] [INFO] ICURE - 2018-10-25 20:38:10.804  INFO 3052 --- [qtp582666172-15] o.t.i.s.e.rest.v1.facade.PatientFacade   : Filter patients in 97 ms.

[2018-10-25T20:41:46.731] [INFO] ICURE - 2018-10-25 20:41:46.729  INFO 3052 --- [qtp582666172-18] o.t.i.s.e.rest.v1.facade.PatientFacade   : Filter patients in 14 ms.

[2018-10-25T20:42:40.770] [INFO] ICURE - 2018-10-25 20:42:40.770  INFO 3052 --- [qtp582666172-58] o.t.i.s.e.rest.v1.facade.PatientFacade   : Filter patients in 84 ms.

[2018-10-25T20:45:08.493] [INFO] ICURE - 2018-10-25 20:45:08.493  INFO 3052 --- [qtp582666172-59] o.t.i.s.e.rest.v1.facade.PatientFacade   : Filter patients in 15 ms.

Not passing the startKey parameter in the call /invoice/byAuthor cause the backend to crash

When doing a call to get the first page of invoices by author with

this.api.invoiceApi.findByAuthor(user.healthcarePartyId, 0, Date.now(), "", "", 100).then(invoices => {
  console.log(invoices);
})

The backend crash in src/main/java/org/taktik/icure/services/external/rest/v1/facade/InvoiceFacade.java because of an unsafe startKey.split causing a NPE.

The Typescript client should accept empty string as parameter for startKey (checking for falsy values is not robust enough here) or the backend should split only if startKey is defined.

Also, which is the default value for startKey to get first page? 0,null or 00000000-0000-0000....,null are not working

Volontés patient: autoriser/refuser/annuler

Formulaire “premier contact”: volontés: seulement cocher = volonté exprimée. Pas moyen d’exprimer un refus ? Exemples: donneur d'organes, transfusion...

Q Antoine : Tu vois ça comment, via une case à cocher à trois états ?

R : Oui bonne idée.
Voici comment c'est dans Pricare:
Les volontés sont exprimées de manière positive ; l’expression du patient est « Autorisation », « Refus » ou « Indéfini » ; ce dernier est utilisé si le patient désire modifier une volonté précédente sans se prononcer dans l’autre sens.
L’expression des volontés pouvant changer avec le temps, c’est la dernière expression en date qui est prise en compte dans les exports (sumehr,…) et affichée dans le profil de santé.
Dans le Sumehr, seules les volontés avec l’item « autorisation » ou « refus » sont exportées.

web app sur master ne compile pas :-/

Commit f931c60

ERROR in /Users/gpiroux/Sources/taktik/icure-backend/web/icure-ht/node_modules/icc-api/icc-x-api/icc-patient-x-api.ts
./node_modules/icc-api/icc-x-api/icc-patient-x-api.ts
[tsl] ERROR in /Users/gpiroux/Sources/taktik/icure-backend/web/icure-ht/node_modules/icc-api/icc-x-api/icc-patient-x-api.ts(42,78)
      TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string | null'.
  Type 'undefined' is not assignable to type 'string | null'.

ERROR in /Users/gpiroux/Sources/taktik/icure-backend/web/icure-ht/node_modules/icc-api/icc-x-api/icc-patient-x-api.ts
./node_modules/icc-api/icc-x-api/icc-patient-x-api.ts
[tsl] ERROR in /Users/gpiroux/Sources/taktik/icure-backend/web/icure-ht/node_modules/icc-api/icc-x-api/icc-patient-x-api.ts(43,13)
      TS7006: Parameter 'initData' implicitly has an 'any' type.

ERROR in /Users/gpiroux/Sources/taktik/icure-backend/web/icure-ht/node_modules/icc-api/icc-x-api/crypto/AES.ts
./node_modules/icc-api/icc-x-api/crypto/AES.ts
[tsl] ERROR in /Users/gpiroux/Sources/taktik/icure-backend/web/icure-ht/node_modules/icc-api/icc-x-api/crypto/AES.ts(23,40)
      TS2531: Object is possibly 'null'.

sumehr: pas correct pour Time

Signalé par bêtatesteur Marc Jamoulle:

• J’ai généré un SUMEHR, qui contient bien mes identifiants et ceux du patient Marcel Test dont la gene se de l’info le 2018-10-11T16:30:43.681 semble correcte

Par contre le 2018-10-1713:01:31.441 ne semble pas correct pour le Time . Je l’ai généré à environ 15 :01 et pas 13 :01 . Peut-être le temps machine est sur GMT 0 et Belgique +2 ?
Je ne comprends pas >mycomment

20161201.15397812913902018-10-1713:01:31.390persphysicianMarcJamoulleiCure 4.0.0persphysicianMarcJamoulle1362eeb2f-dddc-4541-ad5d-ee99b8f5d364marcelTest1988-01-01male2018-10-11T16:30:43.6811362eeb2f.1539781291441sumehr2018-10-1713:01:31.441persphysicianMarcJamoulletruetruemycomment

Tri affichage ES: suggestion

Actuellement, le tri des information se fait par ordre alphabétique dans les listes de la colonne de gauche (sous ES actifs, antécédents médicaux, …) pourrait-on trier au choix par date, ou par type de pathologie (chapitre CISP) ? C’est important pour les gros dossiers.

NB je n'ai pas accès aux labels dans Github, problème de droits ?

Infobulles: suggestion

Infobulles au survol des icônes: prévu ?
exemples: filtres, modification ES, icônes eHealth...

[INFO] Pagination in the Code API

The /rest/v1/code/byLabel API endpoint is used to search for codes by label within a certain type (e.g. BE-POSTCODES). The API takes a limit parameter in the query string, and the output is paginated according to that limit.

The issue is that the pages returned by the API can be much shorter than the requested limit.

Example

Get postcodes in the be region based on the search "Bru" in the fr language:

/rest/v1/code/byLabel?region=be&types=BE-POSTCODES&language=fr&label=Bru&limit=200

The expectation is to get Brussels in the list, but we only get Brucargo, Brugelette and Brugge.
Changing limit from 200 to 10, we only get Brucargo.

Possible cause

It seems that the backend fetches limit entries from the by_language_label view in CouchDB and filters the documents based on the type. If most of the entries are not postcodes, we only get a few postcodes.

Why not instead use the by_language_type_label view?

@ApiOperation(
value = "Finding codes by code, type and version with pagination.",
response = CodePaginatedList.class,
httpMethod = "GET",
notes = "Returns a list of codes matched with given input."
)
@GET
@Path("/byLabel")
public Response findPaginatedCodesByLabel(
@ApiParam(value = "region", required = false) @QueryParam("region") String region,
@ApiParam(value = "types", required = false) @QueryParam("types") String types,
@ApiParam(value = "language", required = false) @QueryParam("language") String language,
@ApiParam(value = "label", required = false) @QueryParam("label") String label,
@ApiParam(value = "A code document ID", required = false) @QueryParam("startDocumentId") String startDocumentId,
@ApiParam(value = "Number of rows", required = false) @QueryParam("limit") Integer limit) {
Response response;
PaginationOffset paginationOffset = new PaginationOffset(
Arrays.asList(region,language,label),
startDocumentId,
null,
limit == null ? null : Integer.valueOf(limit)
);
PaginatedList<Code> codesList;
codesList = codeLogic.findCodesByLabel(region, language, label, paginationOffset);
if (types != null) {
List<String> typesList = Arrays.asList(types.split(","));
codesList.setRows(codesList.getRows().stream().filter(c -> typesList.contains(c.getType())).collect(Collectors.toList()));
}
if (codesList.getRows() == null) {
codesList.setRows(new ArrayList<>());
}
org.taktik.icure.services.external.rest.v1.dto.PaginatedList<CodeDto> codeDtoPaginatedList =
new org.taktik.icure.services.external.rest.v1.dto.PaginatedList<>();
mapper.map(
codesList,
codeDtoPaginatedList,
new TypeBuilder<PaginatedList<Code>>() {}.build(),
new TypeBuilder<org.taktik.icure.services.external.rest.v1.dto.PaginatedList<CodeDto>>() {}.build()
);
response = ResponseUtils.ok(codeDtoPaginatedList);
return response;
}

Questions sur les formulaires

  1. Le nom que je donne au nouveau service est-il enregistré comme tel dans la base de données ? Question sous-jacente: si je lui donne le même nom que celui de la mesure correspondante dans Medinote (tblMeas), cela facilite-t-il la migration ?
    exemples: headEyes pour Yeux, orlSinus pour Points sinusaux, etc
  2. La légende que je mets pour le service correspond-elle à la traduction en français ? Pour traduire le formulaire, il suffirait alors de faire la traduction dans Github ? Ou bien je dois refaire le formulaire en NL ?
  3. Pour les mesures correspondant à un résultat de labo, exemple cholestérol + date (à encoder manuellement dans un formulaire quand on a reçu le résultat en pdf ou papier, via hub par exemple): comment faire pour qu'un historique reprenne la même mesure arrivée par un import de labo ?
  4. Longueur maximale pour un formulaire ?
  5. Comme discuté le 11/7, possibilité de récupérer l'ensemble des formulaires existants pour les adapter à Topaz ?

Erreur lors de l'appel à listCodesFrequencies

Bonjour, l'appel à la méthode listCodesFrequencies dans le fichier ContactDAOImpl.java génère une exception à tous les coups. Il semble que cette erreur vienne de CouchDB :

URI: /icure-healthdata/_design/Contact/_view/service_by_hcparty_code?startkey=%5B%22de97ab2e-ef9e-4b1f-96c6-cfd4c1678bb4%22%2C%22BE-THESAURUS%22%2Cnull%5D&endkey=%5B%22de97ab2e-ef9e-4b1f-96c6-cfd4c1678bb4%22%2C%22BE-THESAURUS%22%2C%7B%7D%5D&group=true&group_level=3
Response Body:
{
"error" : "query_parse_error",
"reason" : "Invalid use of grouping on a map view."
}

La méthode appelée à la base est getServiceCodesOccurences dans le fichier ContactFacade.java avec les paramètres codeType: "BE-THESAURUS" et minOccurences: 2.

@jfi-nsi @antoinepairet

Formulaire "premier contact": suggestions

(Julie Spoden) Ce formulaire permet directement d’encoder plus d’informations structurées. Je trouve ce formulaire premier contact très intuitif au niveau visuel, mais il manque d’outils pour compléter l’information.

Je peux indiquer les ES, mais sans pouvoir indiquer les infos détaillées
Il faudrait pouvoir cliquer sur l’antécédent et arriver directement sur le cadre suivant
ES premier contact.pdf

Actuellement si on part du formulaire “premier contact”, il faut encoder l’ES “pneumonie”, attendre la sauvegarde, aller dans la colonne résumée et modifier l’antécédent médical pneumonie, pour pouvoir encoder les détails

transfert droit d'accès Mayeur 7582f

##Antoine m' a transféré les droits d'accès du dossier Apolline MAyeur (7582f...)sur mon compte (MB: Benjamin j'ai enlevé ton adresse mail, ceci est public) mais je n'ai rien reçu.

divers problèmes dans Contact

  1. pas moyen de lier le contact ou un service à un facteur de risque

  2. formulaire “premier contact”: volontés: seulement cocher = volonté exprimée. Pas moyen d’exprimer un refus ? Exemples: donneur d'organes, transfusion...

  3. prescription médicament: pas ergonomique. Pas possibilité simple d’indiquer 3x/jour

  4. lier plusieurs fois le contact au même ES ne devrait pas être possible, cela semble dupliquer l’ES dans la liste des ES actifs (cf Nicolas Mansy). Le fait de mettre ce formulaire à la poubelle n'efface pas les ES dupliqués

  5. c'est mieux de tout mettre dans un issue comme ceci ou de créer des issues différents pour chaque item ?

Modèle LabelledOccurence

Rebonjour, en référence à l'issue #50, la méthode getServiceCodesOccurences ne renvoie pas un modèle approprié pour notre utilisation. En effet, le modèle LabelledOccurenceDto dispose uniquement d'un label et du nombre d’occurrences mais nous avons absolument besoin d'autres informations comme l'id des codes pour que nous puissions référencer ceux-ci dans les contacts convenablement.

Actuellement nous attaquons directement le service des codes via /code/byLabel lorsque nous avons besoin de codes dans l'application.

@jfi-nsi @antoinepairet @aduchate

Creation patient (A vérifier)

Michel rencontre un problème lors de la création d'un patient, celui-ci ne s'enregistre pas
Testé chez moi, ça fonctionne, surement un prob sur son navigateur

[INFO] Roles

@aduchate Hello,

Where can I find documentation about the roles / permissions ?

We need to implement at least the following roles:

  • Admin
  • Secretary
  • Practitioner

A user can have several roles (eg. Practitioner & Admin)

Each role defines the allowed actions or permissions

  • Manage users
  • Access patient file (administrative data)
  • Access patient medical data

So for example, the Practitioner should be able to access "Patient file" and "medial data" while the secretary should only be allowed to see the patient file.

Are there some API calls to manage the roles / permissions ?

icc-x-api: inconsistent return values from the healthcare party cache

When calling IccHcpartyXApi's getHealthcareParty with an id that does not exist, there are two possible behaviors for the returned promise:

  • It is rejected
  • It resolves to undefined

Which one happens depends on the state of the cache. getHealthcareParty takes care to keep the cache clean if the requested HCP does not exist, but that is not the case with getHealthcareParties.

To observe this behavior:

(async function () {
    hcpId = 'foo'

    // logs an error
    try {
        console.log(await hcpApi.getHealthcareParty(hcpId));
    } catch(err) {
        console.error(err);
    }

    // logs [undefined]
    console.log(await hcpApi.getHealthcareParties(hcpId));

    // logs undefined
    console.log(await hcpApi.getHealthcareParty(hcpId));
})();

Expected behavior: either throw an error in both getHealthcareParty calls or return undefined in both.

Allergie (et intolérance) médicamenteuse ou non: suggestions

  1. Affichage dans "dossier complet" des allergies et intolérances médicamenteuses
  2. Les infos sur allergies se composent de plusieurs éléments:
    • nature de l'allergie (asthme, urticaire, anaphylaxie,...): à coder comme ES
    • allergène:
      • médicamenteux: atc ou classe atc pour activer l'alerte à la prescription
      • non médicamenteux: liste d'allergènes: j'en ai une faite en snomed qui pourrait servir
      • possibilité de plusieurs allergènes (médicamenteux ou non) pour chaque allergie - imaginer un lien n-n. Relationship Snomed: Causative agent

Cannot get telecoms from db

Our HCP has an address with a telecom object in the database but the backend return the address object with an empty telecoms array.

// FROM DB
"addresses": [
    {
      "addressType": "work",
      "descr": "",
      "street": "Rue xxxxx ",
      "houseNumber": "xxx",
      "postboxNumber": "",
      "postalCode": "xxxx",
      "city": "xxxxx",
      "country": "Belgique",
      "telecoms": [
        {
          "telecomType": "phone",
          "telecomNumber": "0123456789",
          "telecomDescription": ""
        }
      ]
    }
  ],

@gpiroux @aduchate @fthuin

[INFO] Shamir algo

Is there some documentation on how to implement the Shamir algorithm to retrieve the private key of a user ?

Implement fuzzy search for drugs

Je tape thyr en recherche car je peux ne plus me souvenir de l intitulé exact et le programme me propose uniquement thyrogen sol...
Il devrait pouvoir nous proposer plusieurs solutions et non pas devoir taper l'intitulé exact pour trouver le médicament recherché

Création intempestive d'un nouveau contact

Lorsqu'on est dans un dossier patient pour le consulter, par exemple activer les filtres, ou créer nouveaux ES, création intempestive d'un nouveau contact du jour toutes les quelques secondes. Embêtant pour les démos.

Health element creation: opening date is always today

In iCure-web, the start date in the health element creation form is not taken into account: it is always set to today's date.

The cause seems to that the backend always sets a healthElement's openingDate to the current date. See line 85:

public HealthElement createHealthElement(@Check @NotNull HealthElement healthElement) {
List<HealthElement> createdHealthElements = new ArrayList<>(1);
try {
// Fetching the hcParty
String healthcarePartyId = sessionLogic.getCurrentHealthcarePartyId();
// Setting Healthcare problem attributes
healthElement.setId(uuidGenerator.newGUID().toString());
healthElement.setOpeningDate(FuzzyValues.getFuzzyDateTime(LocalDateTime.now(), ChronoUnit.SECONDS));
healthElement.setAuthor(healthcarePartyId);
healthElement.setResponsible(healthcarePartyId);
// TODO should we check that opening contacts or closing contacts are valid?
createEntities(Collections.singleton(healthElement), createdHealthElements);
} catch (Exception e) {
log.error("createHealthElement: " + e.getMessage());
throw new IllegalArgumentException("Invalid Healthcare problem", e);
}
return createdHealthElements.size() == 0 ? null:createdHealthElements.get(0);
}

Store type issue

Hello @aduchate,

With the latest commit (5c93083) of the backend I have the following error when running the server :

Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.
2018-06-12 17:55:07.479 ERROR 93354 --- [           main] o.s.boot.SpringApplication               : Application startup failed

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.boot.autoconfigure.session.SessionAutoConfiguration$SessionRepositoryValidator': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: No Spring Session store is configured: set the 'spring.session.store-type' property
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:137) ~[spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:409) ~[spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1620) ~[spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) ~[spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) ~[spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761) ~[spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) ~[spring-context-4.3.14.RELEASE.jar:4.3.14.RELEASE]
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) ~[spring-context-4.3.14.RELEASE.jar:4.3.14.RELEASE]
	at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122) ~[spring-boot-1.5.10.RELEASE.jar:1.5.10.RELEASE]
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693) [spring-boot-1.5.10.RELEASE.jar:1.5.10.RELEASE]
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360) [spring-boot-1.5.10.RELEASE.jar:1.5.10.RELEASE]
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:303) [spring-boot-1.5.10.RELEASE.jar:1.5.10.RELEASE]
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1118) [spring-boot-1.5.10.RELEASE.jar:1.5.10.RELEASE]
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1107) [spring-boot-1.5.10.RELEASE.jar:1.5.10.RELEASE]
	at org.taktik.icure.ICureBackendApplicationKt.main(ICureBackendApplication.kt:90) [classes/:na]
Caused by: java.lang.IllegalArgumentException: No Spring Session store is configured: set the 'spring.session.store-type' property
	at org.springframework.boot.autoconfigure.session.SessionAutoConfiguration$SessionRepositoryValidator.checkSessionRepository(SessionAutoConfiguration.java:105) ~[spring-boot-autoconfigure-1.5.10.RELEASE.jar:1.5.10.RELEASE]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131]
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:366) ~[spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:311) ~[spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:134) ~[spring-beans-4.3.14.RELEASE.jar:4.3.14.RELEASE]
	... 18 common frames omitted

Any idea ?

getFullMpInfosWithPackage: nested transactions not supported

When I try to access this endpoint getExtentedMpInfosWithPackage("2575553", "fr") , I get the error below while there is no issue with the call getMppInfos("2575553", "fr"). Could you investigate ? Thanks.


javax.servlet.ServletException: org.hibernate.TransactionException: nested transactions not supported
        at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:489)
        at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:427)
        at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:388)
        at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:341)
        at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:228)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:860)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650)
        at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:206)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
        at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
        at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:96)
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:317) ```

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.