Re: How can TransactionScoped be started with weld-embedded-1.1

2014-03-08 Thread Ove Ranheim
But I want to use JTA, that's why I include the Narayana and JTA-and-Hiberante. On 08 Mar 2014, at 08:58, Thomas Hug thomas@gmail.com wrote: Hi Ove, By default, the DS JPA module comes with a RESOURCE_LOCAL transaction strategy (which the Data module is reusing). Your persistence.xml

Re: How can TransactionScoped be started with weld-embedded-1.1

2014-03-08 Thread Gerhard Petracek
hi ove, #1 DELTASPIKE-473 is about javax.transaction.Transactional and not about org.apache.deltaspike.jpa.api.transaction.Transactional. #2 for jta you can use BeanManagedUserTransactionStrategy (or EnvironmentAwareTransactionStrategy for a mixed environment). regards, gerhard

Re: DS Logging

2014-03-08 Thread John D. Ament
Deltaspike uses java.util.logging. Here's an SO on how to bridge them: http://stackoverflow.com/questions/6020545/java-util-logging-logger-to-logback-using-slf4j On Sat, Mar 8, 2014 at 7:58 AM, Ove Ranheim oranh...@gmail.com wrote: Hi, How can I capture the DS logger for slf4j? The first part

[jira] [Resolved] (DELTASPIKE-537) test-utils jar should be added to deployed wars only if the test is a server test

2014-03-08 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved DELTASPIKE-537. --- Resolution: Fixed Fix Version/s: (was: 0.7)

[jira] [Reopened] (DELTASPIKE-537) test-utils jar should be added to deployed wars only if the test is a server test

2014-03-08 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek reopened DELTASPIKE-537: - there is a typo in DeltaspikeTestUtilExtension (should be

[jira] [Comment Edited] (DELTASPIKE-537) test-utils jar should be added to deployed wars only if the test is a server test

2014-03-08 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13925011#comment-13925011 ] Gerhard Petracek edited comment on DELTASPIKE-537 at 3/8/14 9:20 PM:

[jira] [Resolved] (DELTASPIKE-537) test-utils jar should be added to deployed wars only if the test is a server test

2014-03-08 Thread Romain Manni-Bucau (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved DELTASPIKE-537. --- Resolution: Fixed Done, thanks for the review. Side note: i didn't put