Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7669643
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T15:38:31+00:00 2026-05-31T15:38:31+00:00

I have the following config. <bean id=abcManager parent=TxProxyTemplate> <property name=target> <bean class=com.x.y.AbcManagerImpl> <property name=abcDAO

  • 0

I have the following config.

<bean id="abcManager" parent="TxProxyTemplate">
    <property name="target">
        <bean class="com.x.y.AbcManagerImpl">
          <property name="abcDAO" ref="abcDAO"/>
          <property name="xyzManager" ref="xyzManager"/>
        </bean>
    </property>
</bean>

<bean id="xyzManager" parent="TxProxyTemplate">
    <property name="target">
        <bean class="com.x.y.XyzManagerImpl">
          <property name="abcDAO" ref="abcDAO"/>
          <property name="anotherManager" ref="anotherManager"/>
        </bean>
    </property>
</bean>

<bean id="anotherManager" parent="TxProxyTemplate">
    <property name="target">
      <bean class="com.x.y.AnotherManagerImpl">
        <property name="abcDAO" ref="abcDAO"/>
        <property name="oneMoreManager" ref="oneMoreManager"/>
      </bean>
    </property>
</bean>

What is the issue with the following configuration? will having the same DAO at the different levels cause concurency issues?

We found that we get lots of weblogic connection releases when we have high load.

How is this related to the connection release issue?

We use Hibernate for DAO operations.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T15:38:32+00:00Added an answer on May 31, 2026 at 3:38 pm

    First, analyse the logs to see when spring creates and closes transactions.
    Set the logger for org.springframework.transaction to DEBUG for this.

    Next my guess is you need to examine your @Transactional annotations (which I assume you use on your managers (=services?). Make sure the propagation is set correctly because this might be related to your issue (hard to say without seeing your manager’s code of course).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following configuration in my applicationContext.xml: <bean class=org.springframework.beans.factory.config.PropertyPlaceholderConfigurer> <property name=locations> <list> <value>classpath:app.properties</value>
I have the following bean defined: <bean id=myBean class=com.me.myapp.Widget> <constructor-arg name=fizz value=null/> <constructor-arg name=buzz
I have a property configuration depending on my environment, like this: <bean id=someConfigurer class=org.springframework.beans.factory.config.PropertyPlaceholderConfigurer>
I have the following .htaccess config RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^example.com [NC]
I have following test class @RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration(locations = {/services-test-config.xml}) public class MySericeTest { @Autowired
I have the following text in xml file: <Config Builder=LP Wizard> <Libraries> <Library Name=XCAMSource/>
Say I have the following config for the java util logger I am using
I am using IIS V5.1. Integrated windows authentication I have a following web config:
I have the following code in config: <?php return array( 'di' => array( 'instance'
I have the following setup: Web.config has customErrors mode=Off Global.Application_Error() event calls a custom

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.