Search:

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

Search: Search took 0.03 seconds.

  1. where is org.springframework.data.mapping.model.PersistentP roperty

    doesn't exists in spring-data-document-1.0.0.M3.zip

    java.lang.NoClassDefFoundError: org/springframework/data/mapping/model/PersistentProperty
    at java.lang.Class.forName0(Native Method)
    ...
  2. I'm sorry,I don't use maven,what is the exact url...

    I'm sorry,I don't use maven,what is the exact url pattern,http://maven.springframework.org/snapshot cannot list dir


    <Error>
    <Code>NoSuchKey</Code>
    <Message>The specified key does not...
  3. where is spring-data nightly build download?

    for struts2,this is a lastest build download
    https://hudson.apache.org/hudson/job/Struts2/lastStableBuild/

    is there a simular method to download lastest nightly build,I didn't find it in bamboo.
  4. Replies
    4
    Views
    1,822

    thanks,this is exactly what I need.

    thanks,this is exactly what I need.
  5. Replies
    4
    Views
    1,822

    it doesn't helps,thanks for replying

    it doesn't helps,thanks for replying
  6. Replies
    4
    Views
    1,822

    how to inject value using @Value optionally?

    @Singleton
    @Named
    public class Service{
    @Value("${service.serviceUrl}")
    private String serviceUrl = "http://localhost/service";
    }

    If ${service.serviceUrl} exists then use it replace default...
  7. refactor spring injection annotations to javax.inject.*

    @Component -> @Singleton @Named
    @Component("name") -> @Singleton @Named("name")
    @Autowired -> @Inject
    @Autowired @Qualifier("name") -> @Inject @Named("name")
    @Autowired(required = false) -> ???
    ...
  8. Replies
    1
    Views
    3,863

    how to rebuild hibernate sessionFactory?

    I modify hibernate mapping file to add some columns for dynamic-component at runtime,I need it take effect at runtime.

    way 1,don't rebuild sessionFactory and use the original sessionFactory:...
  9. Replies
    0
    Views
    1,047

    A problem with

    hi,
    When I use <aop:scoped-proxy/>,all AOP advice became class proxying
    in org.springframework.aop.config.ScopedProxyBeanDefinitionDecorator,line 43


    // Must use class proxying for any AOP...
Results 1 to 9 of 9