Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.3
-
None
-
openjdk 1.7
ubuntu 14.04
tomee 1.7.1
Description
In dialog woith Thomas Hug, I've decided to file a bug report.
https://github.com/hwaastad/DeltaspikeEnterprise.git
A simple EAR project having ear,ejb,web and a jpa module.
Using containermanagedtransactionstrategy in beans.xml, jta em producer and jta in persistence.xml
A simple timerservice is started by a servletcontextlistener in web module.
timer is just persisting a dummy person object using a remote EJB in ejb module (because my current production environment is a distributed setup)
Before 1.0.3 this has been working smooth as silk, however in 1.0.3 all bad things happen.
1. parent pom has a deltaspike.version set to 1.0.3
2. compile project
3. in ear module, do mvn tomee:run (fires up a TomEE 1.7.1)
4. Verify repositories are failing
5. set version 1.0.2 and recompile
6. mvn tomee:run and verify its working ok
It is also possible to compile war module using a standalone profile and mvn tomee:run in wen module will verify its working fine in bothe 1.0.2 AND 1.0.3
I have also made a simple openejb test aswell in another project which I happily will provide if needed/necessary
br hw