Search:

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

Search: Search took 0.03 seconds.

  1. If you find out, let me know. I'm curious why...

    If you find out, let me know.

    I'm curious why such an obvious omission was made.
  2. I agree, it is impossible to specify multiple...

    I agree, it is impossible to specify multiple transaction managers with the @Transactional annotation as it is currently written.

    However, it is not impossible in general to accomplish this since...
  3. I don't see why it's more difficult to accomplish...

    I don't see why it's more difficult to accomplish this with annotations than with the XML based AOP approach <tx:advice ...>.
  4. The problem with not being able to specify which...

    The problem with not being able to specify which transaction manager to use with the transactional annotation is that only ONE Hibernate session factory can be associated with a single hibernate...
  5. Multiple transaction managers with @Transactional annotation

    It's been discussed before but here goes.

    Basically I have multiple transaction managers set up for multiple sessions factories.

    I want to use the Transactional annotation and use the...
  6. Anyway to make changes to spring configuration XML w/o restarting webserver?

    Sometimes in testing, I would like to be able to make changes to the web server's applicationContext.xml file and then have the web server recognize the changes without having to restart the server....
  7. I want to guarantee that once a property is set,...

    I want to guarantee that once a property is set, it can never be set again.

    What you did works but you would have to do that for all your set methods if you wanted to make sure that the bean is...
  8. How to ensure that a bean can not be modified?

    I want to configure a bean with Spring using normal XML configuration files.

    However, once the bean has been set by Spring, I want to guarantee that the bean can never be modified again.

    I cant...
  9. How to select different beans based on a property value?

    I would like to have the ability to select different beans based on a property value.

    For example if a property value is "A", I would like bean "someBean" to be aliased to to "someBean1" and if...
  10. Replies
    11
    Views
    1,911

    I am trying to do the same thing but with no...

    I am trying to do the same thing but with no luck.

    Here's my thread:
    http://forum.springframework.org/showthread.php?t=44324

    I'm basically doing the same thing but it's not working for me.
    ...
  11. Replies
    5
    Views
    4,245

    The scope element you mentioned is for the...

    The scope element you mentioned is for the "struts-config.xml" - has nothing to do with spring.

    That's not the problem.

    I've tried so many things that I'm beginning to think it's a bug with...
  12. Replies
    5
    Views
    4,245

    AspectJ AOP and Struts Action

    I'm trying to create aspect (advice) that will intersect a Struts Action class method. I've tried EVERYTHING and NOTHING works.

    Here's my struts-config.xml fragment:



    <struts-config>...
  13. Replies
    2
    Views
    848

    I'm using AspectJ Here's my struts-config.xml ...

    I'm using AspectJ

    Here's my struts-config.xml fragment:



    <struts-config>
    <action name="doSomethingForm" type="org.springframework.web.struts.DelegatingActionProxy" path="/doSomething"...
  14. Replies
    2
    Views
    848

    Spring AOP and Struts Action

    I'm trying to use the annotation method (@Aspect) to create an aspect that will intercept a method in my Struts Action.

    How do I do that?
  15. Replies
    4
    Views
    1,357

    Anybody else has a clue about this? Surely...

    Anybody else has a clue about this?

    Surely somebody must have found this issue?
  16. Replies
    4
    Views
    1,357

    and lazy intialization

    I'm converting an existing Spring version 1 configuration file and ran into a problem.

    There's a named top level list bean which is lazy initialized like this. Assume it has to be lazy...
Results 1 to 16 of 16