Re: Subject for next blog post

2020-01-03 Thread Gabriel Ferreira
+1 😀 Em sex., 3 de jan. de 2020 às 13:18, Richard Monson-Haefel < monsonhae...@gmail.com> escreveu: > Very helpful, Gilberto. Thank you! I'm taking a short break from blogging > right now but doing something on embedded TomEE is at the top of my list. > > Richard > > On Fri, Jan 3, 2020 at 9:12

Re: Subject for next blog post

2020-01-03 Thread Richard Monson-Haefel
Very helpful, Gilberto. Thank you! I'm taking a short break from blogging right now but doing something on embedded TomEE is at the top of my list. Richard On Fri, Jan 3, 2020 at 9:12 AM gilbertoca wrote: > I do use tomee-embedded-maven-plugin since 2015 (with help of Romain > Manni-Bucau) li

Re: Subject for next blog post

2020-01-03 Thread Gilberto Caetano de Andrade
forgot test code: @PropertyFile("test-config.properties") @RunWith(EJBContainerRunner.class) public class ContratoParcelaServiceTest { @Resource private DataSource dataSource; @EJB private ContratoParcelaService parcelaService; // the tracker is static because JUnit uses

Re: Subject for next blog post

2020-01-03 Thread gilbertoca
I do use tomee-embedded-maven-plugin since 2015 (with help of Romain Manni-Bucau) like almost everyone did with tomcat-maven-plugin/jetty-maven-plugin. Ex.: mvn package tomee-embedded:run -P dev-postgresql -Dmaven.test.skip I setup a parametrized data-source in the web.xml and inject it everywhere

[GitHub] [tomee] Daniel-Dos commented on issue #626: TOMEE-2759-Update-Eclipse-Krazo

2020-01-03 Thread GitBox
Daniel-Dos commented on issue #626: TOMEE-2759-Update-Eclipse-Krazo URL: https://github.com/apache/tomee/pull/626#issuecomment-570545029 thanks @cesarhernandezgt > This is an automated message from the Apache Git