Hi,
those three tips did indeed help. I just wanted to thank you for the assistance.
Actually setting the Import-Library directive did the trick. Though not all bundles in that library could be...
Type: Posts; User: ypsilon; Keyword(s):
Hi,
those three tips did indeed help. I just wanted to thank you for the assistance.
Actually setting the Import-Library directive did the trick. Though not all bundles in that library could be...
Hi,
after doing some (actually a lot) more of try/error and MANIFEST.MF reading I came a bit closer to the solution.
The ClassNotFound exception I mentioned above could be removed by doing the...
Hello,
I am desperate here. I cannot get a hibernate based application to run under the dm server. During the application's startup process the DM Server reports a
"ClassNotFoundException:...
Hi,
I found the problem by myself. It was a ClassNotFoundException buried somewhere in the log.log file. Foey anybody else who is having this problem, the solution can be found here:
...
Hi,
I am a total newbie the world of SpringSource DM Server. My current task is to deploy a simple web-app which uses a Service from another bundle. This fails because I cannot deploy the app for...