Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    4,513

    thanks

    whipshaw,

    Thanks so much for the help. Problem solved.

    The example code was really helpful.

    calvin
  2. Replies
    4
    Views
    4,513

    accessing model from Freemarker template?

    How does one access model data from a Freemarker template?

    I.e., I can access a command field as follows:


    [@spring.bind 'command.query'/]
    Query was: ${spring.status.value}

    But I can't...
  3. problem with multiple authentication providers

    I'm trying to get a quick sample app to authenticate against ldap or another provider, in this case, the in-memory dao provider.


    <bean id="authenticationManager"...
  4. Re: ApplicationContext Config

    Something like the following is what I had, though your needs might be different (might not want lazy-init set to true, might not use JTA, etc):


    <bean id="dependencyInjectionInterceptor"...
  5. HELP: jotm standalone w/ JdbcTemplate rollback not working

    First, let me apologize for the length of this post, but I thought that giving detailed information was the only way anybody might be able to help me. This actually is a very simplified test case.
    ...
  6. Got the update from CVS and verified that I'm...

    Got the update from CVS and verified that I'm back in Spring nirvana again.

    Thanks very much for taking care of this so quickly.
  7. Thanks, Rob. That's great news. I'll be watching...

    Thanks, Rob. That's great news. I'll be watching for the commit in CVS. If you are able to update this thread when you commit, that would be wonderful, as I'll get an email notification and can build...
  8. Replies
    1
    Views
    3,156

    Poll: update

    The problem was apparently that HSQLDB does not support XA transactions. I had expected based on something that I read that since my transaction involved only 1 datasource, it would fallback and do a...
  9. HotSwappableTargetSource problem with Spring >= 1.1.2

    I've used a HotSwappableTargetSource successfully since before 1.1.1, but encounter a problem upon upgrading to Spring 1.1.2 in order to fix another issue.

    My application context for the relevant...
  10. Replies
    1
    Views
    3,156

    Poll: problems with jta/jotm rollback (hsqldb)

    I'm having trouble getting transactions working correctly in a simple test case. I've tried declaratively, and am now trying to get it working programmatically using the TransactionTemplate and also...
  11. thanks

    Ah, that makes sense now. After changing autowire to 0 and defining the prototypes in managedClassNamesToPrototypeNames, it works great.

    Thanks...
  12. Autowiring an ApplicationContextAware type

    Everything appears to be being wired up correctly for me using the three new classes from the sandbox with 1.1.1, except that my Hibernate persisted object does not get its setApplicationContext...
  13. TransactionProxyFactoryBean with non-Spring supplied target?

    I would like to use the declarative transaction management abililities of TransactionProxyFactoryBean in conjunction with JTATransactionManager and JOTM.

    My problem is that I can't wire-up the...
Results 1 to 13 of 14