Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    15
    Views
    2,550

    Many thanks. Although I meet some problem when...

    Many thanks. Although I meet some problem when changing to svn and maven, I feel it's great to have the first release version.
  2. Replies
    9
    Views
    1,839

    any hints? I meet the same problem.

    any hints? I meet the same problem.
  3. Hi jwray, Thank you. You're right. If I change...

    Hi jwray,

    Thank you. You're right. If I change the return type of method getOrder from interface Order to its implementation class OrderImpl could solve the problem.

    So that means I can hide...
  4. problem when transfering a pojo object by using hessian

    Hi All,

    Here's the xml configuration and class definition of my environment.



    <bean id="simpleObject" class="example.SimpleObject">
    <property name="accountService"...
  5. Sorry, my fault. I should add abstract="true" to...

    Sorry, my fault. I should add abstract="true" to the definition of bean transactionProxy, otherwise it will also be initiliazed by the framework.
  6. Replies
    0
    Views
    924

    any documents for Tree data binding?

    Hi all,

    After reading the wiki site of spring-rcp, I found there's no documents for tree data bind and support.

    Anybody can give me some hints on how to do this? I wanna bind the data of...
  7. Does spring-rcp work well with spring 1.2.6?

    Hi all,

    I check out all the source codes of spring-richclient on cvs and build the jar files. When I integrate it to my application and use the exist spring bean configuration xml, some error...
  8. Hi Juergen, Now I extend JdoTemplte class and...

    Hi Juergen,

    Now I extend JdoTemplte class and override postProcessResult() method. It seems the only thing I can do is to return a new copied collection? I tried to use KodoPersistentManager (kodo...
Results 1 to 8 of 8