Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    90

    How to suppress autowiring at @Bean?

    Hi,

    I have been trying to port some XML based config to programmatic configuration lately. In my XML I had



    <bean id="abean" class="com.zfabrik.springframework.ComponentFactoryBean">
    ...
  2. well... that was an example to illustrate how I...

    well... that was an example to illustrate how I expected Spring to work. Never mind. Obviously the actual question didn't come across and I am ok with assuming that Spring requires it's own TX...
  3. hmm... I think I am rather well aware about how...

    hmm... I think I am rather well aware about how JTA works.

    I was not asking for automatic registration of transactional resources. I was asking for a less intrusive way of having Spring resources...
  4. Right. And it works, if I do that. The actual...

    Right. And it works, if I do that. The actual question was, if I can use pure JTA transaction demarcation instead.

    Or, put differently, is there a way to set up the Spring transaction manager...
  5. When using Spring JPA is it strictly required to use Spring TX demarcation

    In a Web app of mine that uses Spring's

    a) org.springframework.transaction.jta.JtaTransactionManager as Spring TX Manager

    over an external JTA implementation and

    b)...
  6. Just saw this post. I had a similar problem....

    Just saw this post. I had a similar problem. Could it be you relied on managing TX boundaries without using Spring? I.e. just via the JTA transaction manager, tyically using the UserTransaction...
Results 1 to 6 of 6