Search:

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

Search: Search took 0.02 seconds.

  1. This was caused by running the...

    This was caused by running the aspectj-maven-plugin and not setting the mode="aspectj"

    <task:annotation-driven mode="aspectj"/>
  2. The class PersonBLImplTest extending BaseTest...

    The class PersonBLImplTest extending BaseTest inherits the test suite annotation so you are both adding it to a suite and calling it a suite. You will need to change your inheritance hierarchy to...
  3. Replies
    2
    Views
    342

    The profile attribute was added in spring 3.1. ...

    The profile attribute was added in spring 3.1. You are using the 3.0 xsd (and maybe jars?).
    See: http://java.dzone.com/articles/using-spring-profiles-xml
  4. Replies
    1
    Views
    274

    How about writing a custom jsp tag that would...

    How about writing a custom jsp tag that would fetch the value for you?
  5. See this thread for how you could pipe jndi props...

    See this thread for how you could pipe jndi props into PropertyPlaceholderConfigurer
    http://forum.springsource.org/showthread.php?14361-PropertyPlaceholderConfigurer-search-in-JNDI

    I assume you...
  6. If I was in your shoes, I would look at the...

    If I was in your shoes, I would look at the source for PropertyPlaceholderConfigurer and PropertyResourceConfigurer to see how I might extent/override/or reuse to create a bean that fetches the...
  7. Replies
    1
    Views
    221

    If you are not building a servlet your would...

    If you are not building a servlet your would setup the spring container in your main method. See: http://www.springbyexample.org/examples/intro-to-ioc-creating-a-spring-application.html
  8. Yes. I use the PropertyPlaceholderConfigurer...

    Yes. I use the PropertyPlaceholderConfigurer (http://static.springsource.org/spring/docs/1.1.5/api/org/springframework/beans/factory/config/PropertyPlaceholderConfigurer.html) to make values from a...
  9. Error When using @Asynch support with named executor in 3.2.1

    Test project: https://github.com/jasonparallel/asynchError (run junit and look for system out statements)

    When using the new value property of the asynch annotation execution will not occur.
    It...
Results 1 to 9 of 9