Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    868

    Thanks for your help, I really appreciate it -- I...

    Thanks for your help, I really appreciate it -- I also read the same things you mentioned in the documentation. Unfortunately, no where in my application do I have either of these context tags:

    ...
  2. Replies
    3
    Views
    868

    Don't want to inject @Resource fields

    I have a class that has a field annotated with @Resource which I do not ever want Spring to inject. I've defined a spring bean as follows for the class containing this field:


    <bean...
  3. Replies
    0
    Views
    772

    Transaction manager integration

    I have a legacy transaction manager which I'm trying to integrate with Spring transactions using @Transactional and org.springframework.jdbc.datasource.DataSourceTransactionManager. I can't...
  4. Property files and Spring application context

    Let's say I have something like so:


    <bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
    <property name="locations">
    <list>
    ...
  5. Replies
    2
    Views
    818

    HttpInvoker

    Thanks for your reply,

    I'm going to use the HttpInvoker remoting mechanism. I see in the readme file that comes with the distribution does indeed list all of the dependencies for the remoting...
  6. Replies
    2
    Views
    818

    Remoting Setup

    I'm working on a proof of concept which utilizes Spring remoting:

    It appears that I need to run a spring container on the client and the server to use remoting, is this correct? If so, what are...
  7. Thread: Properties

    by cone0010
    Replies
    1
    Views
    824

    Properties

    So I have a PropertyPlaceHolderConfigurer like so:


    <bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
    <property name="location">...
Results 1 to 7 of 7