1. How to test efficiently the acidity of transactions (Java/Spring/EJB or others) stackoverflow.comJust wonder. In some applications, the atomicity and consistency are really reallly important that i guess it should be tested... As i'm a Java developer i'll talk about what i know. Using ... |
2. EJB3 / JPA @Transactional stackoverflow.comIs there an EJB or JPA annotiation that is equivalent to Spring's @Transactional ? |
3. Specification violation [EJB3 JPA 6.2.1.2] - You have not defined a jta-data-source forum.springsource.orgSpecification violation [EJB3 JPA 6.2.1.2] - You have not defined a jta-data-source using jboss5.1 + spring + jpa., i have done the following set up In persistence.xml |
4. Spring -> EJB Transaction issue forum.springsource.orgSpring -> EJB Transaction issue Hi, I am having an application in which I am using the following scenario and in which am getting exception if I use XA data source(keep ... |
5. EJB transaction and Spring templates forum.springsource.orgHi, Can I use jdbcTemplate or HibernateTemplate or support under SLSB transaction hood? ( for example company need expose to remote EJB client), I like the spring handle exception. Ping |
6. J2EE without EJB & transaction forum.springsource.orgJ2EE without EJB & transaction Hello, I read J2EE without EJB.In chapter 9 (transaction) is assert : When we request distributed database , we have to use JTA It isn't complete ... |
7. Spring Declarative Transactions in EJB Bean Managed Transaction forum.springsource.orgSpring Declarative Transactions in EJB Bean Managed Transaction I have a situation where it seems appropriate to use EJB (EJB 3). We have a few simple service interfaces with complex business ... |
8. EJB Transaction does not work forum.springsource.orgEJB Transaction does not work Hi all. I am trying to test transaction using SessionBean Stateless with spring. When an exception is thrown my EJB seems not to rollback the transaction. ... |
9. JTA over hibernate and ejb forum.springsource.orgI would like to perform a distributed transaction that involves updating in database mapped by hibernate and in remote ejb. Is it possible to do? Is it possible to do in ... |
10. Using EJB Transaction Declarations forum.springsource.orgUsing EJB Transaction Declarations Hi All, I'm having an issue that I can't seem to find the answer to. I am trying to get the Hibernate DAO's I have defined to ... |
11. Spring and EJB transaction!! forum.springsource.orgSpring and EJB transaction!! Hi, I am making an insert call to an EJB and and also to Hibernate in a single method call. Suppose if the second insert(hibernate) throws exceptions, ... |
12. Need to make standalone call to EJB container transactional forum.springsource.orgNeed to make standalone call to EJB container transactional Here is my call situations: non-J2EE application Remote EJB call to Weblogic 8.1 EJB calls JMS subsystem I want to make sure ... |
13. rolling back transactions for a mock client to a remote EJB forum.springsource.orgJul 11th, 2005, 07:59 AM #1 rdb View Profile View Forum Posts Private Message Junior Member Join Date Jul 2005 Posts 2 rolling back transactions for a mock client to a ... |
14. propagation of EJB transaction into Spring/Hibernate forum.springsource.orgpropagation of EJB transaction into Spring/Hibernate Hi there, I've got SLSB session facade using Spring/Hibernate POJOs as persistance layer. On the service methods I can set EJB transaction type. Is this ... |
15. EJB Transaction and Spring/Hibernate forum.springsource.orgEJB Transaction and Spring/Hibernate Hi experts, what is the best integration (or a good one) of a Spring/Hibernate persistence layer inside an EJB session Bean "Container Transaction Manage" under IBM WAS ... |
16. Using EJB Transaction in a non-JTA environment. Help! forum.springsource.orgAug 22nd, 2005, 01:07 PM #1 etienno View Profile View Forum Posts Private Message Member Join Date Mar 2005 Location Paris Posts 54 Using EJB Transaction in a non-JTA environment. Help! ... |
17. EJB to Spring transaction config question forum.springsource.orgEJB to Spring transaction config question I am currently moving an app from using EJB's to POJO's. The SLSB's use DAO's/Hibernate for data access via JTA configured in Hibernate. It's worked ... |
18. How to pass EJB transaction to Spring forum.springsource.orgHow to pass EJB transaction to Spring Hi I have got an EJB which calls some dao methods to modify some data via the Hibernate spring layer. What do I have ... |
19. EJB/JTA with Spring/Hibernate forum.springsource.orgEJB/JTA with Spring/Hibernate I am in the process of integrating Spring into our application. At the moment I am trying to incorporate Spring behind EJB layer. In future we plan to ... |
20. JTA with Spring and EJB forum.springsource.orgMar 21st, 2006, 09:51 AM #1 vali View Profile View Forum Posts Private Message Junior Member Join Date Mar 2006 Posts 6 JTA with Spring and EJB Hi, I am trying ... |
21. SPRING-EJB transaction problem forum.springsource.orgSPRING-EJB transaction problem Hi all, I use Spring with Statless EJB and EJB MDB. An EJB MDB create a transaction ("Required"), this EJB call a spring service (POJO) and this service ... |
22. declarative transaction works only on single method, while EJB work on any forum.springsource.orgMay 21st, 2006, 01:30 PM #1 len53 View Profile View Forum Posts Private Message Member Join Date Mar 2006 Posts 81 declarative transaction works only on single method, while EJB work ... |
23. Transactions throug 2 EJB Application forum.springsource.orgHi, we have 2 applications running in ibm websphere. Application 1 contains a EJB (calls DB 1) invokes application 2 contains a EJB (underlying spring pojos) (calls DB 2). We now ... |
24. TransactionProxyFactoryBean closes Hibernate session in EJB transaction forum.springsource.orgHi folks, Does TransactionProxyFactoryBean commit a pre-existing transaction? I thought that it didn't, but I can't find any documentation to support that assumption. I'm having a problem when my business services ... |
25. EJB & Transactions forum.springsource.orgEJB & Transactions I have a Local EJB (EJB 2.0) on WAS. I want to use the LocalStatelessSessionProxyFactoryBean to use this EJB from the calling class. In addition to that I ... |
26. EJBs and transaction management forum.springsource.orgEJBs and transaction management I am trying to create a MDB which uses spring-managed hibernate in the course of processing a message. I would like to have the entire process wrapped ... |
27. Confused about Transactions in an EJB Environment forum.springsource.orgConfused about Transactions in an EJB Environment Hello! I'm new to Spring and I'm a bit confused about the transaction management in a Spring/EJB scenario. It seems that the more I ... |
28. JTA (EJB-->Store Procedure) Problem forum.springsource.orgJTA (EJB-->Store Procedure) Problem I'm currently facing a problem that I'm not sure how to fix it. I have a Controller class that is accessing many EJB (Session Stateless Container Managed) ... |
29. EJB BMT Spring transaction propagation forum.springsource.orgEJB BMT Spring transaction propagation Hello, I would know if it is possible to propagate the transaction with the Spring transaction attribute set to PROPAGATION_REQUIRED using the JtaTransactionManager when you invoke ... |
30. Local EJB, Hibernate and JTA? forum.springsource.orgJan 10th, 2008, 07:20 AM #1 melsom View Profile View Forum Posts Private Message Junior Member Join Date Jan 2006 Location Oslo, Norway Posts 13 Local EJB, Hibernate and JTA? Hi ... |
31. Transaction commit for EJB3 Session Bean with Spring-managed DAO forum.springsource.orgTransaction commit for EJB3 Session Bean with Spring-managed DAO I was not sure, whether I should post this here, or rather in the data access forum. Please tell me, if this ... |
32. Fail safe transactions and Simultaneous accesses: EJBs or Spring/Hibernate forum.springsource.orgHi Guys A group of us are working or implementing a rich client for coursework submissions. One of the specifications requires that we look at how we cater for fail safe ... |
33. EJB + Spring + Transactions forum.springsource.orgEJB + Spring + Transactions I am trying to get Transactions working in the following scenario: SSB (with CMT) --> POJO (Injected with JMSTtemplate) --> Sends JMS Msg I have looked ... |
34. Jta transaction not work for remote ejb call and local database access forum.springsource.orgJta transaction not work for remote ejb call and local database access Hi all, I have a method which is declared as "required" under Jta transaction (using spring AOP declarative transaction ... |
35. JPA, JTA, EJB & glassfish V2 forum.springsource.orgJPA, JTA, EJB & glassfish V2 hi ! I'm new to Spring and i'm facing an issue. I want to create a DAO layer in my application between EJB (v3) and ... |
36. jta transaction begins twice in ejb statless session forum.springsource.orgjta transaction begins twice in ejb statless session hi.. i don't exactly what problem this belongs to but here is the situations. enviorment is jboss 4.2.3, with spring 2.0.8 we are ... |
37. how to handle EJB and spring transactions in a same method??? forum.springsource.orghow to handle EJB and spring transactions in a same method??? Im having this peculiar problem. Im trying to refactor a piece of code that was a mess earlier with all ... |
38. Spring / EJB transaction problem on WAS forum.springsource.orgSpring / EJB transaction problem on WAS Having a difficult time getting Spring and EJB to participate in transactions. Even without transactions we have to give Spring-JDBC methods a different datasource ... |
39. EJB MDB Transaction Propagation forum.springsource.orgJan 22nd, 2010, 08:03 AM #1 SpringBuddy View Profile View Forum Posts Private Message Junior Member Join Date Dec 2009 Posts 15 EJB MDB Transaction Propagation Hi Guys ,I am very ... |
40. Mirroring EJB3 container using JPA and Spring Transaction Advice forum.springsource.orgMirroring EJB3 container using JPA and Spring Transaction Advice Hello, I'm working in a non ejb3 enviroment. I'd like to use spring and JPA to mirror the transaction management features of ... |
41. Spring, Glassfish, Remote EJB and JTA forum.springsource.orgSep 22nd, 2010, 04:10 PM #1 christian.ridmark View Profile View Forum Posts Private Message Junior Member Join Date Sep 2010 Posts 2 Spring, Glassfish, Remote EJB and JTA Hi, I have ... |
42. Specification violation [EJB3 JPA 6.2.1.2] -You have not defined non-jta-data-source forum.springsource.orgSep 27th, 2010, 04:42 AM #1 amar4kintu View Profile View Forum Posts Private Message Junior Member Join Date Sep 2010 Posts 19 Specification violation [EJB3 JPA 6.2.1.2] -You have not defined ... |
43. Spring Transactional Tests with EJB Annotations forum.springsource.orgSpring Transactional Tests with EJB Annotations I'm trying to find out whether or not the Spring Test Context can be used for non-intrusive testing of Java EE 6 EJBs and JPA ... |