Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TRUNK-4016: Service implementations should not be top-level beans #418

Closed
wants to merge 1 commit into from

Conversation

NameFILIP
Copy link
Contributor

  1. Substitute DefaultAdvisorAutoProxyCreator,
    TransactionAttributeSourceAdvisor and TransactionInterceptor with
    tx:annotation-driven/
  2. Remove old style transaction wrapping by TransactionProxyFactoryBean
  3. Define global service interceptors

1. Substitute DefaultAdvisorAutoProxyCreator,
TransactionAttributeSourceAdvisor and TransactionInterceptor with
<tx:annotation-driven/>
2. Remove old style transaction wrapping by TransactionProxyFactoryBean
3. Define global service interceptors
@dkayiwa
Copy link
Member

dkayiwa commented Oct 29, 2013

Can you add a unit test or two with something like @autowire on VisitService

@dkayiwa
Copy link
Member

dkayiwa commented Nov 1, 2013

I also tried to run the web app and got errors in spring. Can you try run the application after your changes?

@dkayiwa
Copy link
Member

dkayiwa commented Jan 23, 2014

Closing because author abandoned it.

@dkayiwa dkayiwa closed this Jan 23, 2014
RandilaP pushed a commit to RandilaP/openmrs-core that referenced this pull request Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants