Can you use a foreign jms provider to drive an mdb transactionally?
Which are the benefits of mdb (message driven beans) over standard jms consumers?
Why did my jdbc code throw a rollback sqlexception?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
How does a file store compare with a jdbc store?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
How do I call oracle stored procedures that take no parameters?
How do I learn what codesets are available in oracle?
How do I use os authentication with weblogic jdriver for oracle and connection pools?
How do I limit the number of oracle database connections generated by weblogic server?
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?
How do I use unicode codesets with the weblogic jdriver for oracle driver?
Why does for update in oracle 8 cause an ora-01002 error?
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?