1. does ejb commits on connection? stackoverflow.comi am using session bean in my application and transaction is controlled at EJB layer only. The problem that i am facing is with some commit. I am using the same ... |
2. J2EE Entity Bean cannot connect to the database stackoverflow.comI am required to write a simple application using J2EE 1.4 (it is pretty old, so i cannot find much example in the Internet). I am using Netbeans 6.9.1 First, I created ... |
3. Database connection in J2EE webservice stackoverflow.comHow to connect msAcess database to the EJB webservice using netBeans |
4. EJB3 DAO stateless session bean design (use JDBC connection) stackoverflow.comI'm designing a DAO layer for a EJB3 project, they are stateless session bean. For some reason, part of DAOs won't use JPA, they access database directly with JDBC. So instead ... |
5. EJB - CMP database connection problem coderanch.comCMP - failed to retrieve data from database - but NO exception.. Hi, I've developed this simple CMP to retrieve user Group information from database. It failed to retrieve data from database but no exception is thrown (Yes, I stepped through the code, nothing happenned). And now I'm kind of stuck without any error message to start debuggin with. So, I'm ... |