My env looks like this:
-Solaris 8
-Oracle 9i
-Apache 2
-Tomcat 5
My code takes a document id and retrieves it's file path from the database. The file is opened and read into the system and...
Type: Posts; User: compostellas; Keyword(s):
My env looks like this:
-Solaris 8
-Oracle 9i
-Apache 2
-Tomcat 5
My code takes a document id and retrieves it's file path from the database. The file is opened and read into the system and...
Ok, I did as you suggested and here are the log results (the number of 'stale' connections still grows).
2005-06-27 05:55:43,202 DEBUG...
Hi Thomas,
Thanks for the reply. When I say 'stale processes' I mean that Spring seems to create an oracle process and then lose it. Eventually, I get a "ORA-00020" error. I am running Oracle 9i...
Hello,
My application uses Oracle 9i, release 2 and is using the DataSourceTransactionManager. My DAO's are using a TransactionProxyFactoryBean with the following transaction attributes:
...
I need to set a static field in a bean that calls a native method to specify the library to use. Is there a way to do something like this:
class MyBean {
system {
...
Thanks for all the help!
I have one more question to close the loop:
Is the aspect appliet 'automatically' or do I have to do an additional step? For example, can I simply call...
Can you suggest how to do this?
I have two questions about grouping queries in a transaction:
1. I have a dao object that has seven private inner classes
that subclass SqlUpdate - each performs an insert. These seven classes are...