You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Helge Waastad (JIRA)" <ji...@apache.org> on 2014/10/29 19:39:34 UTC

[jira] [Created] (DELTASPIKE-759) 1.0.3 breaks abstractentityrepositories in ear project

Helge Waastad created DELTASPIKE-759:
----------------------------------------

             Summary: 1.0.3 breaks abstractentityrepositories in ear project
                 Key: DELTASPIKE-759
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-759
             Project: DeltaSpike
          Issue Type: Bug
          Components: Data-Module
    Affects Versions: 1.0.3
         Environment: openjdk 1.7
ubuntu 14.04
tomee 1.7.1
            Reporter: Helge Waastad


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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)