Search:

Type: Posts; User: debradley@gmail.com; Keyword(s):

Search: Search took 0.03 seconds.

  1. Spring Config: Non-printing characters

    I need to have a spring-managed bean which receives properties that configure it, and the value of one of those properties needs to be a non-standard character (tab). I've tried setting the value as...
  2. TransactionInterceptor and AXIS

    I have an AXIS web service that delegates to a Spring-managed bean so that I can wrap that bean in a Hibernate interceptor to keep the session open across the service invocation, and I am also trying...
  3. I spent a lot of time on the same issue and...

    I spent a lot of time on the same issue and wasn't able to come up with a satisfactory answer. Here's my best understanding: Spring can only bind form data to complex object relationship through...
  4. Is all this necessary?

    I'm not sure I see the advantages of your implementation over using nested properties, supported in Spring without requiring a custom binder.



    <spring&#58;bind path="myDate.year">
    <select...
  5. Can BeanWrapper resolve Maps with non-string keys?

    I know that BeanWrapper will bind Map properties where the key is a String. I also know that I can get BeanWrapper to convert between a String and an Object by registering a custom editor. I have...
  6. Answering my own reply

    The answer is:

    The tables were created as InnoDB tables. My Hibernate properties had the dialect set (incorrectly) to MySQL and hbm2ddl set to create-drop. As a result, Hibernate then created the...
  7. AbstractTransactionalSpringContextTests rollback fails?

    I'm using AbstractTransactionalSpringContextTests in some unit tests with great success on my Windows development environment running MySQL 4.1. My database is happily always left in a clean state no...
  8. Ah, inner bean is a very neat solution I wasn't...

    Ah, inner bean is a very neat solution I wasn't aware of before. Thanks! For anyone else, here's an example:



    <bean id="productManager" ...
  9. AbstractTransactionalSpringContextTests and autowire by name

    AbstractTransactionalSpringContextTests is a great, great thing, but is it possible to have it autowire by name instead of type? Autowire by type fails when the configuration has a transaction proxy....
Results 1 to 9 of 9