Discussion:
Heap Memory / boot Tomee
cedr29
2018-10-29 13:05:10 UTC
Permalink
Hi,

I would like to know if increase of heap memory is normal just after booting
tomee.
I ran GC and analysed hprof in "Memory Analyser"

It tells me that I have :
- 17,3Mo of "org.apache.bval.cdi.BValExtension".
Next ones are
-"java.net.URLClassLoader" with 5.1Mo
- TomEEWebappClassLoader with 5Mo
webbeans.container.BeanManagerImpl with 3.7Mo

Those values are coherent?

By default I have 192Mo max for Heap size.
I expose more and more REST APIs et SOAP WS and i d like to know if its
normal heap size takes 150Mo just after boot.

Thank You



--
Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html
Romain Manni-Bucau
2018-10-29 14:02:39 UTC
Permalink
Hello,

it depends the scanning coverage for your app, normally you can tune it
using scan.xml (in WEB-INF) to only scan the EE classes (CDI/EJB) and not
all others which will reduce it at the minimum.
See http://tomee.apache.org/refcard/refcard.html for more details

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> | Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<https://www.packtpub.com/application-development/java-ee-8-high-performance>
Post by cedr29
Hi,
I would like to know if increase of heap memory is normal just after booting
tomee.
I ran GC and analysed hprof in "Memory Analyser"
- 17,3Mo of "org.apache.bval.cdi.BValExtension".
Next ones are
-"java.net.URLClassLoader" with 5.1Mo
- TomEEWebappClassLoader with 5Mo
webbeans.container.BeanManagerImpl with 3.7Mo
Those values are coherent?
By default I have 192Mo max for Heap size.
I expose more and more REST APIs et SOAP WS and i d like to know if its
normal heap size takes 150Mo just after boot.
Thank You
--
http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html
cedr29
2018-10-29 14:20:07 UTC
Permalink
Thank you Romain for quick reply.

I already use a scan.xml in my webapp (in "WEB-INF" folder of my war)

<?xml version="1.0" encoding="UTF-8"?>
<scan>
<packages>
<package>com.MyEntreprise</package>
</packages>
</scan>

This is why I dont understand why so much memory is consummed just after
tomee boot.
If you have an other Idea? (We use Tomee 7.0.4 with JDK8).

Thanks/Merci!






--
Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html
Romain Manni-Bucau
2018-10-29 14:26:48 UTC
Permalink
Maybe activate -Dopenejb.cdi.debug=true to ensure it is taken into account
in your instance

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> | Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<https://www.packtpub.com/application-development/java-ee-8-high-performance>
Post by cedr29
Thank you Romain for quick reply.
I already use a scan.xml in my webapp (in "WEB-INF" folder of my war)
<?xml version="1.0" encoding="UTF-8"?>
<scan>
<packages>
<package>com.MyEntreprise</package>
</packages>
</scan>
This is why I dont understand why so much memory is consummed just after
tomee boot.
If you have an other Idea? (We use Tomee 7.0.4 with JDK8).
Thanks/Merci!
--
http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html
cedr29
2018-10-29 15:50:02 UTC
Permalink
OK It seems that tomee only scans my programms as expected except for :
-org.apache.openejb.cdi.transactional.MandatoryInterceptor
-org.apache.openejb.cdi.transactional.NeverInterceptor
-org.apache.openejb.cdi.transactional.NotSupportedInterceptor
-org.apache.openejb.cdi.transactional.RequiredInterceptor
-org.apache.openejb.cdi.transactional.RequiredNewInterceptor
-org.apache.openejb.cdi.transactional.SupportsInterceptor

Perhaps 150Mo is classic Heap Memory Usage?
I dont understand this fact :
- I recently added 15 APIs in my Tomee and heap memory has increased by 30
Mo after boot (before those 15 APIs , Tomee boots with 100Mo, after thoses
APIs, Tomee now boots with 130Mo).


Logs :
29-Oct-2018 16:17:35.880 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init CDI beans for webappwar
29-Oct-2018 16:17:35.881 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init com.MyEntreprise.UtilSeleService
29-Oct-2018 16:17:35.881 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.dfap.apli.util.ExportCompService
29-Oct-2018 16:17:35.881 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.dfap.outi.trai.BatchBean
29-Oct-2018 16:17:35.881 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.dfap.outi.trai.BatchMDB
29-Oct-2018 16:17:35.881 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.dfap.outi.trai.BatchMDBClient
29-Oct-2018 16:17:35.881 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.dfex.site.outi.CnxService
29-Oct-2018 16:17:35.881 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.dfex.site.outi.UploadFileService
29-Oct-2018 16:17:35.881 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.dfex.site.para.ExtrEdtService
29-Oct-2018 16:17:35.881 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.dfex.spec.utilisateurs.UtilisateursService
29-Oct-2018 16:17:35.881 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.dfex.util.PrinterServiceImpl
29-Oct-2018 16:17:35.882 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.dfex.util.SpoolServiceImpl
29-Oct-2018 16:17:35.882 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.dfex.util.ToolBarServiceImpl
29-Oct-2018 16:17:35.882 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.dfex.util.TraitementServiceImpl
29-Oct-2018 16:17:35.882 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.dfex.util.locaService
29-Oct-2018 16:17:35.882 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.common.api.dao.CommandeFluxDAO
29-Oct-2018 16:17:35.882 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.common.api.dao.PanierEntreeFluxDAO
29-Oct-2018 16:17:35.882 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.common.api.dto.AlerteDTO
29-Oct-2018 16:17:35.882 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.common.api.dto.AlerteListDTO
29-Oct-2018 16:17:35.882 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.common.api.dto.CommandeDTO
29-Oct-2018 16:17:35.882 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.common.api.dto.CommandeListDTO
29-Oct-2018 16:17:35.882 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.common.api.dto.DetailBoxCommandeDTO
29-Oct-2018 16:17:35.882 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.common.api.dto.DetailBoxCommandeListDTO
29-Oct-2018 16:17:35.882 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.common.api.dto.DetailCommandeDTO
29-Oct-2018 16:17:35.882 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.common.api.dto.DetailCommandeListDTO
29-Oct-2018 16:17:35.882 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.common.api.dto.EcartDTO
29-Oct-2018 16:17:35.882 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.common.api.dto.EcartListDTO
29-Oct-2018 16:17:35.882 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.common.api.dto.PatchCommandeDTO
29-Oct-2018 16:17:35.882 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.common.api.dto.PatchDetailBoxCommandeDTO
29-Oct-2018 16:17:35.882 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.common.api.dto.PatchDetailCommandeDTO
29-Oct-2018 16:17:35.883 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.common.api.dto.PostEcartDTO
29-Oct-2018 16:17:35.883 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.common.api.dto.PostEcartListDTO
29-Oct-2018 16:17:35.883 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.delottage.DelottageService
29-Oct-2018 16:17:35.883 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.gestionpalette.GestionPaletteService
29-Oct-2018 16:17:35.883 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.litige.LitigeService
29-Oct-2018 16:17:35.883 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.ma.api.ressource.AlerteRessource
29-Oct-2018 16:17:35.883 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.ma.api.ressource.CommandePrincipaleRessource
29-Oct-2018 16:17:35.883 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.ma.api.ressource.CommandeRessource
29-Oct-2018 16:17:35.883 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.ma.api.ressource.CommandeSousRessource
29-Oct-2018 16:17:35.883 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.ma.api.ressource.DetailBoxCommandeRessource
29-Oct-2018 16:17:35.883 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.ma.api.ressource.DetailCommandeRessource
29-Oct-2018 16:17:35.883 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.ma.api.ressource.EcartRessource
29-Oct-2018 16:17:35.883 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.ma.api.service.CommandeService
29-Oct-2018 16:17:35.883 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.priofour.PriofourService
29-Oct-2018 16:17:35.883 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dao.MajIdentificationFluxDAO
29-Oct-2018 16:17:35.883 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.ClotureDTO
29-Oct-2018 16:17:35.883 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.ClotureListDTO
29-Oct-2018 16:17:35.883 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.DetailBoxPanierDTO
29-Oct-2018 16:17:35.884 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.DetailBoxPanierListDTO
29-Oct-2018 16:17:35.884 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.DetailIdentificationDTO
29-Oct-2018 16:17:35.884 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.DetailIdentificationListDTO
29-Oct-2018 16:17:35.884 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.DetailPanierEntreeDTO
29-Oct-2018 16:17:35.884 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.DetailPanierEntreeListDTO
29-Oct-2018 16:17:35.884 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.EmballageDTO
29-Oct-2018 16:17:35.884 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.EmballageListDTO
29-Oct-2018 16:17:35.884 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.IdentificationDTO
29-Oct-2018 16:17:35.884 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.IdentificationListDTO
29-Oct-2018 16:17:35.884 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.MajDetailIdentificationDTO
29-Oct-2018 16:17:35.884 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.MajIdentificationDTO
29-Oct-2018 16:17:35.884 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.MessageIdentificationDTO
29-Oct-2018 16:17:35.884 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.MessageIdentificationListDTO
29-Oct-2018 16:17:35.884 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.PanierEntreeDTO
29-Oct-2018 16:17:35.884 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.PanierEntreeListDTO
29-Oct-2018 16:17:35.884 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.PostDetailIdentificationDTO
29-Oct-2018 16:17:35.884 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.PostPanierEntreeDTO
29-Oct-2018 16:17:35.884 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.PostPanierEntreeDetailBoxDTO
29-Oct-2018 16:17:35.884 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.PostPanierEntreeDetailDTO
29-Oct-2018 16:17:35.885 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.TransporteurDTO
29-Oct-2018 16:17:35.885 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.common.api.dto.TransporteurListDTO
29-Oct-2018 16:17:35.885 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.ma.api.ressource.ClotureRessource
29-Oct-2018 16:17:35.885 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.ma.api.ressource.DetailBoxPanierEntreeRessource
29-Oct-2018 16:17:35.885 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.ma.api.ressource.DetailIdentificationRessource
29-Oct-2018 16:17:35.885 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.ma.api.ressource.DetailPanierEntreeRessource
29-Oct-2018 16:17:35.885 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.ma.api.ressource.EmballageRessource
29-Oct-2018 16:17:35.885 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.ma.api.ressource.IdentificationRessource
29-Oct-2018 16:17:35.885 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.ma.api.ressource.MajIdentificationRessource
29-Oct-2018 16:17:35.885 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.ma.api.ressource.MessageIdentificationRessource
29-Oct-2018 16:17:35.885 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.ma.api.ressource.PanierEntreeRessource
29-Oct-2018 16:17:35.885 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.ma.api.ressource.TransporteurRessource
29-Oct-2018 16:17:35.885 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.ma.api.service.ClotureService
29-Oct-2018 16:17:35.885 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.ma.api.service.EmballageService
29-Oct-2018 16:17:35.885 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.ma.api.service.IdentificationService
29-Oct-2018 16:17:35.885 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.ma.api.service.MessageIdentificationService
29-Oct-2018 16:17:35.885 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.ma.api.service.PanierEntreeService
29-Oct-2018 16:17:35.886 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.recp.ma.api.service.TransporteurService
29-Oct-2018 16:17:35.886 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.acha.saisiecmde.SaisieCmdeService
29-Oct-2018 16:17:35.886 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.adressage_lineaire.AdressageLineaireService
29-Oct-2018 16:17:35.886 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.aide_saisie_selections.AideSaisieSelectionService
29-Oct-2018 16:17:35.886 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.common.api.dto.AnomalieInventaireDTO
29-Oct-2018 16:17:35.886 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.common.api.dto.AnomalieInventaireListDTO
29-Oct-2018 16:17:35.886 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.common.api.dto.EmplacementInventaireDTO
29-Oct-2018 16:17:35.886 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.common.api.dto.EmplacementInventaireListDTO
29-Oct-2018 16:17:35.886 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.common.api.dto.InventaireDTO
29-Oct-2018 16:17:35.886 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.common.api.dto.InventaireListDTO
29-Oct-2018 16:17:35.886 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.common.api.dto.MouvementInventaireDTO
29-Oct-2018 16:17:35.886 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.common.api.dto.MouvementInventaireListDTO
29-Oct-2018 16:17:35.886 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.common.api.dto.PostMouvementInventaireDTO
29-Oct-2018 16:17:35.886 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.common.api.dto.PostMouvementInventaireListDTO
29-Oct-2018 16:17:35.886 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.common.api.dto.PostVidageInventaireDTO
29-Oct-2018 16:17:35.886 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.common.api.dto.PostVidageInventaireDetailDTO
29-Oct-2018 16:17:35.886 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.common.api.dto.TypeEmplacementInventaireDTO
29-Oct-2018 16:17:35.886 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.common.api.dto.TypeEmplacementInventaireListDTO
29-Oct-2018 16:17:35.886 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.common.api.dto.VidageInventaireDTO
29-Oct-2018 16:17:35.887 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.common.api.dto.VidageInventaireDetailDTO
29-Oct-2018 16:17:35.887 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.common.api.dto.VidageInventaireDetailListDTO
29-Oct-2018 16:17:35.887 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.common.api.dto.VidageInventaireListDTO
29-Oct-2018 16:17:35.887 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.ma.api.ressource.AnomalieInventaireRessource
29-Oct-2018 16:17:35.887 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.ma.api.ressource.EmplacementInventairePrincipaleRessource
29-Oct-2018 16:17:35.887 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.ma.api.ressource.EmplacementInventaireRessource
29-Oct-2018 16:17:35.887 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.ma.api.ressource.EmplacementInventaireSousRessource
29-Oct-2018 16:17:35.887 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.ma.api.ressource.InventairePrincipaleRessource
29-Oct-2018 16:17:35.887 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.ma.api.ressource.InventaireRessource
29-Oct-2018 16:17:35.887 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.ma.api.ressource.InventaireSousRessource
29-Oct-2018 16:17:35.887 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.ma.api.ressource.MouvementInventaireRessource
29-Oct-2018 16:17:35.887 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.ma.api.ressource.TypeEmplacementInventaireRessource
29-Oct-2018 16:17:35.887 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.ma.api.ressource.VidageInventaireDetailRessource
29-Oct-2018 16:17:35.887 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.ma.api.ressource.VidageInventaireRessource
29-Oct-2018 16:17:35.887 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.ma.api.service.EmplacementInventaireService
29-Oct-2018 16:17:35.887 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.ma.api.service.InventaireService
29-Oct-2018 16:17:35.887 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.ma.api.service.TypeEmplacementInventaireService
29-Oct-2018 16:17:35.887 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.invn.ma.api.service.VidageInventaireService
29-Oct-2018 16:17:35.887 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.common.api.dao.DelotageFluxDAO
29-Oct-2018 16:17:35.888 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.common.api.dao.RegularisationFluxDAO
29-Oct-2018 16:17:35.888 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.common.api.dto.DelotageDTO
29-Oct-2018 16:17:35.888 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.common.api.dto.DelotageDetailDTO
29-Oct-2018 16:17:35.888 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.common.api.dto.DelotageDetailListDTO
29-Oct-2018 16:17:35.888 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.common.api.dto.DelotageListDTO
29-Oct-2018 16:17:35.888 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.common.api.dto.MouvementStockDTO
29-Oct-2018 16:17:35.888 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.common.api.dto.MouvementStockListDTO
29-Oct-2018 16:17:35.888 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.common.api.dto.PostDelotageDTO
29-Oct-2018 16:17:35.888 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.common.api.dto.PostDelotageDetailDTO
29-Oct-2018 16:17:35.888 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.common.api.dto.PostRegularisationArticleDTO
29-Oct-2018 16:17:35.888 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.common.api.dto.PostRegularisationDTO
29-Oct-2018 16:17:35.888 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.common.api.dto.PostRegularisationListDTO
29-Oct-2018 16:17:35.888 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.common.api.dto.RegularisationDTO
29-Oct-2018 16:17:35.888 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.common.api.dto.RegularisationListDTO
29-Oct-2018 16:17:35.888 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.common.api.dto.StockDTO
29-Oct-2018 16:17:35.888 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.common.api.dto.StockListDTO
29-Oct-2018 16:17:35.888 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.common.api.dto.TypeRegularisationDTO
29-Oct-2018 16:17:35.888 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.common.api.dto.TypeRegularisationListDTO
29-Oct-2018 16:17:35.889 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.ma.api.ressource.DelotageDetailSousRessource
29-Oct-2018 16:17:35.889 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.ma.api.ressource.DelotageRessource
29-Oct-2018 16:17:35.889 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.ma.api.ressource.MouvementStockRessource
29-Oct-2018 16:17:35.889 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.ma.api.ressource.RegularisationArticleSousRessource
29-Oct-2018 16:17:35.889 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.ma.api.ressource.RegularisationCommonSousRessource
29-Oct-2018 16:17:35.889 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.ma.api.ressource.RegularisationRessource
29-Oct-2018 16:17:35.889 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.ma.api.ressource.RegularisationStockSousRessource
29-Oct-2018 16:17:35.889 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.ma.api.ressource.StockRessource
29-Oct-2018 16:17:35.889 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.ma.api.ressource.TypeRegularisationRessource
29-Oct-2018 16:17:35.889 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.ma.api.service.DelotageService
29-Oct-2018 16:17:35.889 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.ma.api.service.RegularisationService
29-Oct-2018 16:17:35.889 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.ma.api.service.StockService
29-Oct-2018 16:17:35.889 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.ma.api.service.TypeRegularisationService
29-Oct-2018 16:17:35.889 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.apro.stoc.trac_tremie.TracabiliteTremieService
29-Oct-2018 16:17:35.889 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.entp.cdec.cde_client.CdeClientService
29-Oct-2018 16:17:35.889 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.entp.entr.wlcj.Entp_entr_ws_wlcjService
29-Oct-2018 16:17:35.889 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.expo.date_echeance_lme.DateEcheanceLMEService
29-Oct-2018 16:17:35.889 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.offc.pdtc.propositionfournisseur.PropositionFournisseurService
29-Oct-2018 16:17:35.890 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.outi.alrt.visu.GestionAlerteService
29-Oct-2018 16:17:35.890 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.port.cadencier.CadencierService
29-Oct-2018 16:17:35.890 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.port.commande.CommandeService
29-Oct-2018 16:17:35.890 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.port.commande.DupliPanierService
29-Oct-2018 16:17:35.890 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.port.identification.IdentificationService
29-Oct-2018 16:17:35.890 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.port.menus.MenusService
29-Oct-2018 16:17:35.890 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.port.saisie_demande.SaisieDemandeService
29-Oct-2018 16:17:35.890 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.port.suividde.SuiviDdeService
29-Oct-2018 16:17:35.890 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.aco.common.api.dto.ActionCommercialeDTO
29-Oct-2018 16:17:35.890 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.aco.common.api.dto.ActionCommercialeListDTO
29-Oct-2018 16:17:35.890 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.aco.common.api.dto.SousVenteDTO
29-Oct-2018 16:17:35.890 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.aco.common.api.dto.SousVenteDetailDTO
29-Oct-2018 16:17:35.890 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.aco.common.api.dto.SousVenteListDTO
29-Oct-2018 16:17:35.890 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.aco.common.api.dto.SousVenteListDetailDTO
29-Oct-2018 16:17:35.890 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.aco.ma.api.ressource.ActionCommercialePrincipaleRessource
29-Oct-2018 16:17:35.890 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.aco.ma.api.ressource.ActionCommercialeRessource
29-Oct-2018 16:17:35.890 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.aco.ma.api.ressource.ActionCommercialeSousRessource
29-Oct-2018 16:17:35.890 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.aco.ma.api.ressource.SousVenteArticleDetailRessource
29-Oct-2018 16:17:35.890 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.aco.ma.api.ressource.SousVenteDetailRessource
29-Oct-2018 16:17:35.891 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.aco.ma.api.ressource.SousVenteDetailSousRessource
29-Oct-2018 16:17:35.891 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.aco.ma.api.ressource.SousVentePrincipaleRessource
29-Oct-2018 16:17:35.891 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.aco.ma.api.ressource.SousVenteRessource
29-Oct-2018 16:17:35.891 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.aco.ma.api.ressource.SousVenteSousRessource
29-Oct-2018 16:17:35.891 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.aco.ma.api.service.ActionCommercialeService
29-Oct-2018 16:17:35.891 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.arti.ma.api.dto.ArticleListDTO
29-Oct-2018 16:17:35.891 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.arti.ma.api.dto.ArticleStoreDTO
29-Oct-2018 16:17:35.891 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.arti.ma.api.dto.EanListDTO
29-Oct-2018 16:17:35.891 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.arti.ma.api.dto.EanStoreDTO
29-Oct-2018 16:17:35.891 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.arti.ma.api.dto.PatchArticleDTO
29-Oct-2018 16:17:35.891 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.arti.ma.api.ressource.ArticleStoreRessource
29-Oct-2018 16:17:35.891 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.arti.ma.api.ressource.EanStoreRessource
29-Oct-2018 16:17:35.891 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.arti.ma.api.service.ArticleStoreService
29-Oct-2018 16:17:35.891 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.arti.ma.api.service.EanStoreService
29-Oct-2018 16:17:35.891 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.delot.common.api.dto.RegroupeDTO
29-Oct-2018 16:17:35.891 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.delot.common.api.dto.RegroupeListDTO
29-Oct-2018 16:17:35.891 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.delot.common.api.dto.RegroupeurDTO
29-Oct-2018 16:17:35.891 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.delot.common.api.dto.RegroupeurListDTO
29-Oct-2018 16:17:35.892 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.delot.common.api.dto.TyRegrDTO
29-Oct-2018 16:17:35.892 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.delot.common.api.dto.TyRegrListDTO
29-Oct-2018 16:17:35.892 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.delot.ma.api.ressource.RegroupeRessource
29-Oct-2018 16:17:35.892 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.delot.ma.api.ressource.RegroupeurRessource
29-Oct-2018 16:17:35.892 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.delot.ma.api.ressource.TyRegrRessource
29-Oct-2018 16:17:35.892 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.delot.ma.api.service.TyRegrService
29-Oct-2018 16:17:35.892 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.common.api.dto.CodeInterneFournisseurDTO
29-Oct-2018 16:17:35.892 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.common.api.dto.CodeInterneFournisseurListDTO
29-Oct-2018 16:17:35.892 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.common.api.dto.DossierTransitaireDTO
29-Oct-2018 16:17:35.892 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.common.api.dto.DossierTransitaireListDTO
29-Oct-2018 16:17:35.892 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.common.api.dto.FournisseurDTO
29-Oct-2018 16:17:35.892 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.common.api.dto.FournisseurListDTO
29-Oct-2018 16:17:35.892 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.common.api.dto.ReserveDTO
29-Oct-2018 16:17:35.892 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.common.api.dto.ReserveListDTO
29-Oct-2018 16:17:35.892 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.common.api.ressource.CodeInterneFournisseurRessource
29-Oct-2018 16:17:35.892 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.common.api.ressource.DossierTransitairePrincipaleRessource
29-Oct-2018 16:17:35.892 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.common.api.ressource.DossierTransitaireRessource
29-Oct-2018 16:17:35.892 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.common.api.ressource.DossierTransitaireSousRessource
29-Oct-2018 16:17:35.892 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.common.api.ressource.FournisseurPrincipaleRessource
29-Oct-2018 16:17:35.893 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.common.api.ressource.FournisseurRessource
29-Oct-2018 16:17:35.893 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.common.api.ressource.FournisseurSousRessource
29-Oct-2018 16:17:35.893 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.common.api.ressource.ReserveRessource
29-Oct-2018 16:17:35.893 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.ma.api.dto.CadencierDTO
29-Oct-2018 16:17:35.893 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.ma.api.dto.CadencierListDTO
29-Oct-2018 16:17:35.893 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.ma.api.dto.FiliereApprovisionnementDTO
29-Oct-2018 16:17:35.893 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.ma.api.dto.FiliereApprovisionnementListDTO
29-Oct-2018 16:17:35.893 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.ma.api.dto.SemaineCadencierDTO
29-Oct-2018 16:17:35.893 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.ma.api.dto.SemaineCadencierListDTO
29-Oct-2018 16:17:35.893 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.ma.api.dto.UniteLogistiqueDTO
29-Oct-2018 16:17:36.263 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.ma.api.dto.UniteLogistiqueListDTO
29-Oct-2018 16:17:36.264 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.ma.api.ressource.CadencierRessource
29-Oct-2018 16:17:36.264 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.ma.api.ressource.FiliereAppovisionnementPrincipaleStoreRessource
29-Oct-2018 16:17:36.264 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.ma.api.ressource.FiliereAppovisionnementSousRessourceStore
29-Oct-2018 16:17:36.264 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.ma.api.ressource.FiliereAppovisionnementStoreRessource
29-Oct-2018 16:17:36.264 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.ma.api.ressource.SemaineCadencierRessource
29-Oct-2018 16:17:36.264 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.ma.api.ressource.UniteLogistiqueStoreRessource
29-Oct-2018 16:17:36.264 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.ma.api.service.FournisseurService
29-Oct-2018 16:17:36.264 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.four.ma.api.service.ReserveService
29-Oct-2018 16:17:36.264 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.nomenclature.common.api.dto.DepartementDTO
29-Oct-2018 16:17:36.264 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.nomenclature.common.api.dto.DepartementListDTO
29-Oct-2018 16:17:36.264 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.nomenclature.common.api.dto.FamilleDTO
29-Oct-2018 16:17:36.264 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.nomenclature.common.api.dto.FamilleListDTO
29-Oct-2018 16:17:36.265 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.nomenclature.common.api.dto.RayonDTO
29-Oct-2018 16:17:36.265 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.nomenclature.common.api.dto.RayonListDTO
29-Oct-2018 16:17:36.265 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.nomenclature.common.api.dto.SousFamilleDTO
29-Oct-2018 16:17:36.265 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.nomenclature.common.api.dto.SousFamilleListDTO
29-Oct-2018 16:17:36.265 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.nomenclature.common.api.ressource.DepartementPrincipalRessource
29-Oct-2018 16:17:36.265 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.nomenclature.common.api.ressource.DepartementRessource
29-Oct-2018 16:17:36.265 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.nomenclature.common.api.ressource.DepartementSousRessource
29-Oct-2018 16:17:36.265 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.nomenclature.common.api.ressource.FamillePrincipalRessource
29-Oct-2018 16:17:36.265 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.nomenclature.common.api.ressource.FamilleRessource
29-Oct-2018 16:17:36.265 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.nomenclature.common.api.ressource.FamilleSousRessource
29-Oct-2018 16:17:36.265 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.nomenclature.common.api.ressource.RayonPrincipalRessource
29-Oct-2018 16:17:36.265 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.nomenclature.common.api.ressource.RayonRessource
29-Oct-2018 16:17:36.265 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.nomenclature.common.api.ressource.RayonSousRessource
29-Oct-2018 16:17:36.265 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.nomenclature.ma.api.service.DepartementService
29-Oct-2018 16:17:36.265 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.nomenclature.ma.api.service.FamilleService
29-Oct-2018 16:17:36.266 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.refe.nomenclature.ma.api.service.RayonService
29-Oct-2018 16:17:36.266 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.util.FacturesService
29-Oct-2018 16:17:36.266 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.util.MessageService
29-Oct-2018 16:17:36.266 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.util.MultimediaService
29-Oct-2018 16:17:36.266 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.util.UtilParamService
29-Oct-2018 16:17:36.266 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.util.common.api.dto.InfoTraitementDTO
29-Oct-2018 16:17:36.266 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.util.common.api.dto.InfoTraitementListDTO
29-Oct-2018 16:17:36.266 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.util.common.api.dto.TracesTraitementDTO
29-Oct-2018 16:17:36.266 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.util.common.api.ressources.InfosTraitementRessource
29-Oct-2018 16:17:36.266 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.util.common.api.ressources.TracesTraitementSousRessource
29-Oct-2018 16:17:36.266 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.util.ma.api.service.InfoTraitementService
29-Oct-2018 16:17:36.266 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.util.tech.common.api.dto.ImprimanteDTO
29-Oct-2018 16:17:36.266 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.util.tech.common.api.dto.ImprimanteListDTO
29-Oct-2018 16:17:36.267 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.util.tech.ma.api.ImprimanteRessource
29-Oct-2018 16:17:36.267 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.vend.vdeu.acompte.AcompteService
29-Oct-2018 16:17:36.267 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.vend.vdeu.dsccpanier.DsccpanierService
29-Oct-2018 16:17:36.267 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.vend.vdeu.panierecom.PanierEcomService
29-Oct-2018 16:17:36.267 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.vend.vdeu.reserv.ReservService
29-Oct-2018 16:17:36.267 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.vtes.cais.common.api.dao.EditionEtiquetteArticleFluxDAO
29-Oct-2018 16:17:36.267 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.vtes.cais.common.api.dto.EditionEtiquetteArticleDTO
29-Oct-2018 16:17:36.267 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.vtes.cais.common.api.dto.EditionEtiquetteArticleGenDTO
29-Oct-2018 16:17:36.267 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.vtes.cais.common.api.dto.EditionEtiquetteArticleListDTO
29-Oct-2018 16:17:36.267 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.vtes.cais.common.api.dto.EtiquetteArticleDTO
29-Oct-2018 16:17:36.267 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.vtes.cais.common.api.dto.EtiquetteArticleListDTO
29-Oct-2018 16:17:36.267 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.vtes.cais.common.api.dto.PostEditionEtiquetteArticleDTO
29-Oct-2018 16:17:36.267 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.vtes.cais.common.api.dto.PostEditionEtiquetteArticleGenDTO
29-Oct-2018 16:17:36.267 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.vtes.cais.common.api.dto.PostEditionEtiquetteArticleListDTO
29-Oct-2018 16:17:36.268 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.vtes.cais.ma.api.ressource.EditionEtiquetteArticleRessource
29-Oct-2018 16:17:36.268 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.vtes.cais.ma.api.ressource.EditionEtiquetteArticleSousRessource
29-Oct-2018 16:17:36.268 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.vtes.cais.ma.api.ressource.EtiquetteArticleRessource
29-Oct-2018 16:17:36.268 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.vtes.cais.ma.api.service.EtiquetteArticleService
29-Oct-2018 16:17:36.268 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.vtes.vent.common.api.dto.VenteDTO
29-Oct-2018 16:17:36.268 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.vtes.vent.common.api.dto.VenteListDTO
29-Oct-2018 16:17:36.268 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.front.vtes.vent.ma.api.ressource.VenteRessource
29-Oct-2018 16:17:36.268 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init com.MyEntreprise.lib.api.dao.DAO
29-Oct-2018 16:17:36.268 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.dao.ErreurDAO
29-Oct-2018 16:17:36.268 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.dao.FluxDAO
29-Oct-2018 16:17:36.268 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.dao.RessourceDAO
29-Oct-2018 16:17:36.268 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.dao.XmlDAO
29-Oct-2018 16:17:36.268 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.dbo.ConfigurationDBO
29-Oct-2018 16:17:36.268 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.dbo.ExpandsUtil
29-Oct-2018 16:17:36.268 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.dbo.FilterDBO
29-Oct-2018 16:17:36.269 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.dbo.FiltersUtil
29-Oct-2018 16:17:36.269 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.dbo.KeyFilterDBO
29-Oct-2018 16:17:36.269 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.dbo.RessourceDBO
29-Oct-2018 16:17:36.269 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.dbo.TechConfDBO
29-Oct-2018 16:17:36.269 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.dbo.XmlDBO
29-Oct-2018 16:17:36.269 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.dto.CommonDTO
29-Oct-2018 16:17:36.269 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.dto.CritereDTO
29-Oct-2018 16:17:36.269 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init com.MyEntreprise.lib.api.dto.DTO
29-Oct-2018 16:17:36.269 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.dto.ErrorDTO
29-Oct-2018 16:17:36.269 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.dto.FileListDTO
29-Oct-2018 16:17:36.269 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.dto.FluxListDTO
29-Oct-2018 16:17:36.269 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.dto.FluxResponseDTO
29-Oct-2018 16:17:36.269 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.dto.GlobalErrorDTO
29-Oct-2018 16:17:36.269 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.dto.InfoDTO
29-Oct-2018 16:17:36.269 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.dto.ListDTO
29-Oct-2018 16:17:36.269 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.dto.TimeTraceDTO
29-Oct-2018 16:17:36.270 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.exception.ApiDetailedException
29-Oct-2018 16:17:36.270 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.exception.ApiException
29-Oct-2018 16:17:36.270 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.exception.ApiMappingException
29-Oct-2018 16:17:36.270 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.exception.ApiNotFoundException
29-Oct-2018 16:17:36.270 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.exception.ValidationExceptionMapper
29-Oct-2018 16:17:36.270 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.exception.ValidationExceptionMapper$1
29-Oct-2018 16:17:36.270 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.mao.FluxMAO
29-Oct-2018 16:17:36.270 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.mapper.Mapper
29-Oct-2018 16:17:36.270 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.mapper.MapperConfiguration
29-Oct-2018 16:17:36.270 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.mapper.MapperException
29-Oct-2018 16:17:36.270 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.mapper.MapperMap
29-Oct-2018 16:17:36.270 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.mapper.MapperReflectionUtils
29-Oct-2018 16:17:36.270 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.mapper.OrderedMap
29-Oct-2018 16:17:36.270 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.mapper.ResultSetIterator
29-Oct-2018 16:17:36.270 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.mapper.ResultSetRow
29-Oct-2018 16:17:36.270 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.mapper.Row
29-Oct-2018 16:17:36.270 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.ressource.Ressource
29-Oct-2018 16:17:36.271 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.ressource.RessourceFile
29-Oct-2018 16:17:36.271 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.ressource.RessourceFlux
29-Oct-2018 16:17:36.271 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.ressource.RessourceXml
29-Oct-2018 16:17:36.271 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.util.ApiEnvironnement
29-Oct-2018 16:17:36.271 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.util.Const
29-Oct-2018 16:17:36.271 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.util.AuthorizationControlFilter
29-Oct-2018 16:17:36.271 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.util.AuthorizationControlFilter$1
29-Oct-2018 16:17:36.271 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.util.CallOraProcedure
29-Oct-2018 16:17:36.271 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.util.DaoUtil
29-Oct-2018 16:17:36.271 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.util.FieldControlFilter
29-Oct-2018 16:17:36.271 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.util.Principal
29-Oct-2018 16:17:36.271 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.util.RequestValidation
29-Oct-2018 16:17:36.271 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.util.ResourceLink
29-Oct-2018 16:17:36.271 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.api.util.TimeTraceUtil
29-Oct-2018 16:17:36.271 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.flux.util.FluxService
29-Oct-2018 16:17:36.271 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.outi.FichierService
29-Oct-2018 16:17:36.271 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.lib.outi.RequeteService
29-Oct-2018 16:17:36.272 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.offc.ofco.alrt.OffcAlrtService
29-Oct-2018 16:17:36.272 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.offc.ofco.offres_commerciales.OffresCommercialesService
29-Oct-2018 16:17:36.272 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.outi.batch.BatchWSService
29-Oct-2018 16:17:36.272 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.outi.flux.WS_outi_fluxService
29-Oct-2018 16:17:36.272 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.refe.arti.dist.Refe_arti_dist_wsService
29-Oct-2018 16:17:36.272 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.ws.apro.acha.code.alert.Apro_acha_ws_code_alertService
29-Oct-2018 16:17:36.272 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.ws.apro.stoc.WS_apro_stoc_synartService
29-Oct-2018 16:17:36.272 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.ws.apro.stoc.stk.regul.Apro_stoc_ws_stk_regulService
29-Oct-2018 16:17:36.272 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.ws.e1.refe.arti.WSCdLocService
29-Oct-2018 16:17:36.272 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.ws.extr_mult.Extract_cont_multimService
29-Oct-2018 16:17:36.272 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.ws.refe.arti.Refe_arti_ws
29-Oct-2018 16:17:36.272 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.ws.refe.arti.WSQueryArtPickingService
29-Oct-2018 16:17:36.272 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.ws.refe.arti.WSQueryArtService
29-Oct-2018 16:17:36.272 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.ws.refe.arti.refe_arti_ws_controle_ean
29-Oct-2018 16:17:36.272 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.ws.refe.four.Refe_four_wsService
29-Oct-2018 16:17:36.272 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.ws.tran.imp.WS_tran_imp
29-Oct-2018 16:17:36.273 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.ws.tran.imp.rer.env.caisse.WS_tran_imp_rer_env_caisseService
29-Oct-2018 16:17:36.273 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
com.MyEntreprise.ws.vtes.vent.Vtes_vent_wsService
29-Oct-2018 16:17:36.273 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
org.apache.openejb.cdi.transactional.MandatoryInterceptor
29-Oct-2018 16:17:36.273 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
org.apache.openejb.cdi.transactional.NeverInterceptor
29-Oct-2018 16:17:36.273 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
org.apache.openejb.cdi.transactional.NotSupportedInterceptor
29-Oct-2018 16:17:36.273 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
org.apache.openejb.cdi.transactional.RequiredInterceptor
29-Oct-2018 16:17:36.273 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
org.apache.openejb.cdi.transactional.RequiredNewInterceptor
29-Oct-2018 16:17:36.273 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.CdiScanner.init
org.apache.openejb.cdi.transactional.SupportsInterceptor
29-Oct-2018 16:17:38.105 INFOS [localhost-startStop-1]
org.apache.webbeans.config.BeansDeployer.validateInjectionPoints All
injection points were validated successfully.
29-Oct-2018 16:17:38.120 INFOS [localhost-startStop-1]
org.apache.openejb.cdi.OpenEJBLifecycle.startApplication OpenWebBeans
Container has started, it took 2378 ms.



--
Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html
Matthew Broadhead
2018-10-29 15:19:16 UTC
Permalink
 just tried using scan.xml but i get:

29-Oct-2018 16:15:16.495 SEVERE [localhost-startStop-1]
org.apache.openejb.cdi.OpenEJBLifecycle.startApplication CDI Beans
module deployment failed
 org.apache.webbeans.exception.WebBeansDeploymentException:
javax.enterprise.inject.UnsatisfiedResolutionException: Api type
[org.apache.deltaspike.core.spi.future.FutureableStrategy] is not found
with the qualifiers
Qualifiers: [@javax.enterprise.inject.Default()]
for injection into Field Injection Point, field name :
futureableStrategy, Bean Owner : [FutureableInterceptor,
WebBeansType:INTERCEPTOR, Name:null, API
Types:[org.apache.deltaspike.core.impl.future.FutureableInterceptor,java.lang.Object,java.io.Serializable],
Qualifiers:[javax.enterprise.inject.Default,javax.enterprise.inject.Any]]
    at
org.apache.webbeans.config.BeansDeployer.deploy(BeansDeployer.java:338)
    at
org.apache.openejb.cdi.OpenEJBLifecycle.startApplication(OpenEJBLifecycle.java:196)
    at
org.apache.openejb.cdi.ThreadSingletonServiceImpl.initialize(ThreadSingletonServiceImpl.java:189)
    at org.apache.openejb.cdi.CdiBuilder.build(CdiBuilder.java:41)
    at
org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:963)
    at
org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:757)
    at
org.apache.tomee.catalina.TomcatWebAppBuilder.startInternal(TomcatWebAppBuilder.java:1303)
    at
org.apache.tomee.catalina.TomcatWebAppBuilder.configureStart(TomcatWebAppBuilder.java:1125)
    at
org.apache.tomee.catalina.GlobalListenerSupport.lifecycleEvent(GlobalListenerSupport.java:133)
    at
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:94)
    at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5154)
    at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
    at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1421)
    at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1411)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:748)

am i supposed to scan deltaspike library?
Post by Romain Manni-Bucau
Hello,
it depends the scanning coverage for your app, normally you can tune it
using scan.xml (in WEB-INF) to only scan the EE classes (CDI/EJB) and not
all others which will reduce it at the minimum.
See http://tomee.apache.org/refcard/refcard.html for more details
Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> | Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<https://www.packtpub.com/application-development/java-ee-8-high-performance>
Post by cedr29
Hi,
I would like to know if increase of heap memory is normal just after booting
tomee.
I ran GC and analysed hprof in "Memory Analyser"
- 17,3Mo of "org.apache.bval.cdi.BValExtension".
Next ones are
-"java.net.URLClassLoader" with 5.1Mo
- TomEEWebappClassLoader with 5Mo
webbeans.container.BeanManagerImpl with 3.7Mo
Those values are coherent?
By default I have 192Mo max for Heap size.
I expose more and more REST APIs et SOAP WS and i d like to know if its
normal heap size takes 150Mo just after boot.
Thank You
--
http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html
Romain Manni-Bucau
2018-10-29 15:35:44 UTC
Permalink
yep, scan.xml controls all the scanning globally for the app

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> | Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<https://www.packtpub.com/application-development/java-ee-8-high-performance>


Le lun. 29 oct. 2018 à 16:19, Matthew Broadhead
Post by Matthew Broadhead
29-Oct-2018 16:15:16.495 SEVERE [localhost-startStop-1]
org.apache.openejb.cdi.OpenEJBLifecycle.startApplication CDI Beans
module deployment failed
javax.enterprise.inject.UnsatisfiedResolutionException: Api type
[org.apache.deltaspike.core.spi.future.FutureableStrategy] is not found
with the qualifiers
futureableStrategy, Bean Owner : [FutureableInterceptor,
WebBeansType:INTERCEPTOR, Name:null, API
Types:[org.apache.deltaspike.core.impl.future.FutureableInterceptor,java.lang.Object,
java.io.Serializable],
Qualifiers:[javax.enterprise.inject.Default,javax.enterprise.inject.Any]]
at
org.apache.webbeans.config.BeansDeployer.deploy(BeansDeployer.java:338)
at
org.apache.openejb.cdi.OpenEJBLifecycle.startApplication(OpenEJBLifecycle.java:196)
at
org.apache.openejb.cdi.ThreadSingletonServiceImpl.initialize(ThreadSingletonServiceImpl.java:189)
at org.apache.openejb.cdi.CdiBuilder.build(CdiBuilder.java:41)
at
org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:963)
at
org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:757)
at
org.apache.tomee.catalina.TomcatWebAppBuilder.startInternal(TomcatWebAppBuilder.java:1303)
at
org.apache.tomee.catalina.TomcatWebAppBuilder.configureStart(TomcatWebAppBuilder.java:1125)
at
org.apache.tomee.catalina.GlobalListenerSupport.lifecycleEvent(GlobalListenerSupport.java:133)
at
org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:94)
at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5154)
at
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1421)
at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1411)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
am i supposed to scan deltaspike library?
Post by Romain Manni-Bucau
Hello,
it depends the scanning coverage for your app, normally you can tune it
using scan.xml (in WEB-INF) to only scan the EE classes (CDI/EJB) and not
all others which will reduce it at the minimum.
See http://tomee.apache.org/refcard/refcard.html for more details
Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> | Blog
<https://rmannibucau.metawerx.net/> | Old Blog
<http://rmannibucau.wordpress.com> | Github <
https://github.com/rmannibucau> |
Post by Romain Manni-Bucau
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book
<
https://www.packtpub.com/application-development/java-ee-8-high-performance
Post by Romain Manni-Bucau
Post by cedr29
Hi,
I would like to know if increase of heap memory is normal just after booting
tomee.
I ran GC and analysed hprof in "Memory Analyser"
- 17,3Mo of "org.apache.bval.cdi.BValExtension".
Next ones are
-"java.net.URLClassLoader" with 5.1Mo
- TomEEWebappClassLoader with 5Mo
webbeans.container.BeanManagerImpl with 3.7Mo
Those values are coherent?
By default I have 192Mo max for Heap size.
I expose more and more REST APIs et SOAP WS and i d like to know if its
normal heap size takes 150Mo just after boot.
Thank You
--
http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html
Loading...