Search:

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

Search: Search took 0.04 seconds.

  1. I guess your request should look like this: ...

    I guess your request should look like this:



    languages[0].code:pl
    languages[0].level:Fluent
    languages[1].code:cc
    languages[1].level:Intermediate
  2. There are many databases for application and I...

    There are many databases for application and I need to create different datasources that depends on user. For the purpose I set db url in placeholder that looks like...
  3. BeanWrapperImpl : spring-2.0.3 : Object...

    BeanWrapperImpl :

    spring-2.0.3 : Object convertedValue = this.typeConverterDelegate.convertIfNecessary(oldValue, newValue, pd);

    spring-2.0.6 : Object convertedValue =...
  4. It is registered in the following way

    It is registered in the following way
    <bean class="org.springframework.beans.factory.config.CustomEditorConfigurer">
    <property name="customEditors">
    <map>
    <entry...
  5. Custom property editor doesn't fire in new version of spring

    I have an application context and registered custom editor.
    When application starts and bean factory is initialized custom editor is called for bean creation but when later in application i create...
Results 1 to 5 of 5