Aw: Setting up TomEE in IntelliJ IDEA

2014-02-06 Thread Ingo Mahnke
Hallo Tommy, we now using TomEE+ with IntelliJ IDEA 12.x and JDK 1.7. Yesterday we moved our EJB-Project from Glassfish to TomEE and it works within Intellij without errors :) 1. We do not use the TomEE-Trunk 2. We use TomEE+ 3. We use jdk 1.7 4. We had troube with Hibernate as jpa-Provider and

Container has suffered a SystemException

2016-05-01 Thread Ingo Mahnke
Hallo, maybe anybody can help me. Today we try to to use tomee in real productiv usage. After two hours of online the folling exection occurs: javax.ejb.EJBException: Container has suffered a SystemException org.apache.openejb.client.EJBObjectHandler._invoke(EJBObjectHandler.java:224)

Aw: Re: Container has suffered a SystemException

2016-05-02 Thread Ingo Mahnke
ub.com/rmannibucau> | > LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber > <http://www.tomitribe.com> | JavaEE Factory > <https://javaeefactory-rmannibucau.rhcloud.com> > > 2016-05-01 22:29 GMT+02:00 Ingo Mahnke <ingo.mah...@quvion.org>: > > >

Aw: Re: TomEE with flexibe Db-Ressource

2018-10-22 Thread Ingo Mahnke
@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://ww

TomEE with flexibe Db-Ressource

2018-10-22 Thread Ingo Mahnke
Hallo! We are using "apache-tomee-plus-1.7.4". In the file "conf/tomee.xml" I setup the database resource: JdbcDriver org.mariadb.jdbc.Driver JdbcUrl jdbc:mariadb://xx UserName x Password x JtaManaged true Everthing works fine. Now we switch to

This ist the right maven

2019-10-06 Thread Ingo Mahnke
org.apache.maven.plugins maven-resources-plugin copy-tomee.xml package

Tomee Microprofile and resources.xml

2019-10-06 Thread Ingo Mahnke
Hallo, yesterday I saw that TomEE Micro M3 (at least) seams not to read/detect the resources.xml in WEB-INF. So I created this workaround (via maven) for me. org.apache.maven.plugins maven-antrun-plugin 1.6