RE: Spring Boot Persistence Context

2020-04-09 Thread Stéphane Kay
. That’s only facts. Best Regards -Message d'origine- De : Zowalla, Richard Envoyé : jeudi, 9 avril 2020 14:23 À : dev@tomee.apache.org Objet : Re: Spring Boot Persistence Context [signed INVALID] I agree with you 100%. I had the same "pain" in legacy Web applications. W

Re: Spring Boot Persistence Context

2020-04-09 Thread Zowalla, Richard
Spring libraries. > From Spring to JEE is a complete and expensive refactoring. > > -Message d'origine- > De : Stéphane Kay > Envoyé : jeudi, 9 avril 2020 13:28 > À : dev@tomee.apache.org > Objet : RE: Spring Boot Persistence Context > > We are using an Applicat

RE: Spring Boot Persistence Context

2020-04-09 Thread Stéphane Kay
 : RE: Spring Boot Persistence Context We are using an Application Server for our application - >15'000 classes >2000 db tables, on-premised deployed - and not planed to be a cloud system (legal constraints). An application server is a better fit for this kind of application with a very

RE: Spring Boot Persistence Context

2020-04-09 Thread Stéphane Kay
oyé : mercredi, 8 avril 2020 14:31 À : dev@tomee.apache.org Objet : Re: Spring Boot Persistence Context Thanks for the follow up! I did get this working. I'm thinking a little Spring Boot example for TomEE might be useful. Any thoughts? Is anyone here using Spring Boot in their applications? Jo

Re: Spring Boot Persistence Context

2020-04-08 Thread Zowalla, Richard
Hi Jon, thanks. Our students tend to use SpringBoot as it is "fancy" ;) I think, that a example would be useful. Richard Am Mittwoch, den 08.04.2020, 13:31 +0100 schrieb Jonathan Gallimore: > Thanks for the follow up! I did get this working. I'm thinking a > little > Spring Boot example for

Re: Spring Boot Persistence Context

2020-04-08 Thread Jonathan Gallimore
Thanks for the follow up! I did get this working. I'm thinking a little Spring Boot example for TomEE might be useful. Any thoughts? Is anyone here using Spring Boot in their applications? Jon On Tue, Apr 7, 2020 at 2:27 PM Gilberto Caetano de Andrade < gilbert...@gmail.com> wrote: > Maybe you

Re: Spring Boot Persistence Context

2020-04-07 Thread Gilberto Caetano de Andrade
Maybe you need to adjust the config like this one [1] for weblogic. Regards, Gilberto [1] https://docs.spring.io/spring-boot/docs/current/rference/html/howto.html#howto-weblogic On 2020/04/06 11:29:14, Jonathan Gallimore wrote: > Hi All, > > I'm looking at running a Spring Boot app in