Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,013

    After struggling this problem for few days, I...

    After struggling this problem for few days, I think the problem was caused by using RCP. Since RCP is based on OSGi archecture, it seemed the classloader causing this problem. I think I may need to...
  2. Replies
    4
    Views
    1,013

    Thanks Mark, I'm sure the xml file is copied into...

    Thanks Mark, I'm sure the xml file is copied into classpath. I'm using Eclipse 3.7.1 RCP to build my application. I didn't use either Maven or Ant for my program.

    My xml file put in the root of...
  3. Replies
    4
    Views
    1,013

    Can't read XML definition file

    Dear All,

    I'm building an Eclipse RCP application using Eclipse 3.7.1 and Spring 3.0.6. I use Java based container configuration method to setup the spring. In my unit test, that's fine...
  4. Replies
    0
    Views
    446

    GenericBeanFactoryAccessor was depleted

    Dear All,

    In previous version, I use GenericBeanFactoryAccessor to get my bean. But this function was depleted in new version. How should I do ? Anyone can help? Thanks

    Best Rdgs
    Ellis
  5. Replies
    0
    Views
    540

    How can work with multiple data sources

    Dear all,

    I'm writing a database application with using spring and hibernate. It's awesome until I'm now starting to retrieve some data from another database. I'm using local transaction type...
  6. For my problem, I find out that it maybe caused...

    For my problem, I find out that it maybe caused by service using different entityManager. When I check the entity manager in tradeRouteSrv and indexRouteSrv, they are not shared same entity manager....
  7. Can't create new enity with many to one relationship

    Dear All,

    I have a simple many to one unidirectional relationship table. In table 1 (trade_record), it will reference 2 tables. One is Company and another one is "IndexRoute". When I insert a new...
  8. Replies
    4
    Views
    964

    Helping for writing database application... But...

    Helping for writing database application... But the concept of Spring is new to me, so i'm still exploring on it :rolleyes:
  9. Replies
    4
    Views
    964

    Sample program for newbie

    Dear All,

    I'm just starting to learn writting eclipse rcp program to connect to mssql with spring. I choose jtds 1.2 as the driver. But I found it's really hard for me to start. Anyone can...
Results 1 to 9 of 9