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...
Type: Posts; User: ellisyu; Keyword(s):
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...
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...
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...
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
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...
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....
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...
Helping for writing database application... But the concept of Spring is new to me, so i'm still exploring on it :rolleyes:
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...