Search:

Type: Posts; User: compostellas; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    7
    Views
    5,175

    My env looks like this: -Solaris 8 -Oracle 9i...

    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...
  2. Replies
    7
    Views
    5,175

    Ok, I did as you suggested and here are the log...

    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...
  3. Replies
    7
    Views
    5,175

    Hi Thomas, Thanks for the reply. When I say...

    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...
  4. Replies
    7
    Views
    5,175

    stale Oracle processes

    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:
    ...
  5. How to set static field (to load JNI native lib)

    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 {
    ...
  6. Thanks for all the help! I have one more...

    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...
  7. Can you suggest how to do this?

    Can you suggest how to do this?
  8. Grouping multiple SqlUpdates into transactions

    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...
Results 1 to 8 of 8