+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
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
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
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
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