We didn't realise there was a runtime dependency on these schemas. It is obvious now, but looking at the number of examples which use the http location of the schemas we might just see a stack of...
Type: Posts; User: cheetah100; Keyword(s):
We didn't realise there was a runtime dependency on these schemas. It is obvious now, but looking at the number of examples which use the http location of the schemas we might just see a stack of...
I'm trying out dm Server, and have built a basic app that has three bundles, a datasource bundle, a model bundle, and a web bundle to access the model. The datasource bundle has no code, only the...
Consider an XML parser - if you look at something like XStream it creates POJO instances based on alias definitions as it parses the XML. You can have a service which exposes an XStream instance, and...
I have structured my project so that there are services with no dependencies on which everything else depends. One such bundle is the resource_manager which contains a service that exposes a ...
Thank you very much, it solved the issue. The problem was that I installed something with a dependency on 2.5.5. To get the bundle to deploy I had to install Spring 2.5.5 specifically. Once you gave...
I am importing the org.hibernate package as you can see below. Also, I would expect a ClassNotFound exception if this was the case. What is odd is that it seems to actually assign the...
I have an application currently working as a Spring app in a single ApplicationContext, which has a LocalSessionFactoryBean bean defined which is then used later in data access objects and provided...