ejb « DataSource « Java Database Q&A





1. Message Driven Bean with a Datasource    stackoverflow.com

My question is how do I configure an EJB 3.0 style message driven bean to use a configured JMS datasource in jboss. For example, my MDB looks something like:

@MessageDriven(mappedName = "ExampleMDB", ...

2. EJB client can't find a DataSource that tests successfully in WebLogic admin console    stackoverflow.com

Disclaimer: I'm completely new to JEE/EJB and all that, so bear with me. I have a simple EJB that I can successfully deploy using JDeveloper 11g's integrated WebLogic server and a remote ...

3. guidance on using ejb 3 with Datasource connection and lots of methods    stackoverflow.com

I have to code an Stateless EJB3 that uses callable statements, and builds a XML structure. I'm getting a DataSource Connection from JNDI;

ctx.lookup('DS').getConnection();
my ejb has lots of methods(that build each part ...

4. Dynamic loading DataSource with Jboss inside EJB project    stackoverflow.com

lets consider I have one main database with one table. I created a datasource xml file inside the deploy directory from jboss and put inside the ejb project into the persistance.xml ...

5. EJB3.1, issue injecting Datasource in stateless bean    stackoverflow.com

I am new EJB framework and am in the process of learning it. I am developing a standalone application using EJB3.1 on Eclipse IDE and Glassfish 3 as server. Below is ...

6. Error testing ejb 3.1 (netbeans-glassifish-junit4)    stackoverflow.com

I'm trying to unit testing a EJB with entity crud operations. I already was capable of testing it just running my web application (and all works), but I want to do ...