Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Using Eclipose link Adaptor in spring

Hello devs,

I am migration a microservice's orm from hibernate to eclipselink however, it's failing to start.

I would like to know why my application is failing to start
I would like to know if the weaving was successful. I have supplied a log here.


Everything look for to me except this
  1. [EL Finer]: metamodel: 2019-07-02 04:03:24.572--ServerSession(1513204713)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.apache.fineract.cn.notification.service.internal.repository.SMSGatewayConfigurationEntity_] not found during initialization.
  2. [EL Finer]: metamodel: 2019-07-02 04:03:24.579--ServerSession(1513204713)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.apache.fineract.cn.notification.service.internal.repository.TemplateEntity_] not found during initialization.
  3. [EL Finest]: jpa: 2019-07-02 04:03:24.58--ServerSession(1513204713)--Thread(Thread[main,5,main])--End deploying Persistence UnitĀ 

Looking forward to hearingĀ from you.

--

Best Regards,


Back to the top