You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Thomas Hug (JIRA)" <ji...@apache.org> on 2015/01/07 10:58:35 UTC

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

    [ https://issues.apache.org/jira/browse/DELTASPIKE-759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14267472#comment-14267472 ] 

Thomas Hug commented on DELTASPIKE-759:
---------------------------------------

Tested with v1.2.1 and it seems everything runs fine again. Can you confirm that?

> 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
>            Assignee: Thomas Hug
>
> 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)