Search:

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

Search: Search took 0.02 seconds.

  1. Can i use environment variable in applicationContext.xml?

    in my applicationContext.xml ,i use those to refer to jdbc connection



    <bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
    <property...
  2. How to judge httpinvoker service is really become effective?

    i have add a remote client for petclinic,for test this client,i add some jars to a folder,and add clientContext.xml to this folder, then add a bat file,content is:


    echo on
    set...
  3. Replies
    3
    Views
    2,669

    yes,need add ...

    yes,need add


    <servlet>
    <servlet-name>remoting</servlet-name>
    <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
    <load-on-startup>4</load-on-startup>...
  4. java.lang.ClassCastException_BlobByteArrayType.deepCopy

    i have some trouble at cast between Blob and org.springframework.orm.hibernate.support.BlobByteArrayType

    the errro is:


    java.lang.ClassCastException
    at...
  5. Can i use getHibernateTemplate() to save Blob filed??

    imagedb is write by jdbc example:


    public void storeImage&#40;
    final String name, final InputStream contentStream, final int contentLength, final String description&#41;
    throws...
  6. this is a class from...

    this is a class from http://folk.uio.no/olepaa/spring/, i use it to solve the classloader problem that occur in my hibernate+spring+Eclipse RCP integrated application.
    because i use spring in a...
  7. org.springframework.aop.framework.Advised not visible??

    i only want to use Transaction in my app, and my applicationContext.xml is :




    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
    ...
  8. how to use httpinvoker to config multiple service

    i have seen the doc's Chapter 16,and i was interested in httpinvoker,the code is sample:
    _______________________
    in server:

    <bean name="/AccountService"...
  9. does anybody have solved this problem?

    does anybody have solved this problem?
  10. Help!spring+hibernate+rcp,can't find h

    now,we have integrated spring and hibernate into our RCP application. use
    spring as control,integrate hibernate into spring as persistence layer.

    at first ,in rcp application,it can't load...
  11. Replies
    10
    Views
    4,821

    i have the same problem

    i have the same problem.
    i use hibernate integrated with spring ,and use them all in eclipse rcp application, but can't find sss.hbm.xml.

    i am not familiar with classloader, not know the matter...
  12. thanks :D

    thanks :D
  13. does i must write some code to create a...

    does i must write some code to create a ApplicationContext?are there some examples?
  14. Load applicationContext.xml,use BeanFactory out of web app

    i want to use spring+hibernate in a swt/swing application, so i search the document about spring,but i found that, all the examples introduce how to
    load applicationContext.xml and use BeanFactory...
  15. thanks ,but spring-rcp aimed at Swing...

    thanks ,but spring-rcp aimed at Swing applications。i don‘t whether my swt application can use it? :?:
  16. Use spring in swt/jface or eclipse rcp application?

    Does any body ever use spring framework in swt/jface or eclipse rcp application, can spring be used in swt/jface or eclipse rcp appliction?

    are there some simple or articles about how to use...
Results 1 to 16 of 16