Hi Jens,
thanks for the hint, just tried it, works perfectly. Lets hope this will be fixed in some of the next versions of the bundles.
Christoph
Type: Posts; User: cja; Keyword(s):
Hi Jens,
thanks for the hint, just tried it, works perfectly. Lets hope this will be fixed in some of the next versions of the bundles.
Christoph
Hi,
I am not entirely sure this is the right forum to ask this question, so please let me know if a different forum is better suited.
I have a bundle, which depends on...
Is there any simple example of how to set up things to write an Eclipse RCP application using Spring? Just a basic RCP app with a single window and some bean created from an applicationContext.xml in...
Hi,
I have a problem using the <util:list> syntax in combination with merging:
<util:list id="list1">
<value>value1</value>
<value>value2</value>
<value>value3</value>
</util:list>
Hi,
Switching from plain Hibernate to using Spring-managed Hibernate, I am trying to find out how to create my database schema (drop old database, create a new one) using Spring.
The "old"...