In dm-kernel 2.0.2 the medic core bundle already imports the javax.mail package optionally, so no fragment has to be created.
I got logback configuring the smtp appender correctly by
-...
Type: Posts; User: besson; Keyword(s):
In dm-kernel 2.0.2 the medic core bundle already imports the javax.mail package optionally, so no fragment has to be created.
I got logback configuring the smtp appender correctly by
-...
hi glyn
configuring logback with debug=true (in configuration tag of servicability.xml) the state of logback is reported as follows.
the problem is a cnfe (javax.mail.Multipart). in my setup a...
The solution is to additionally add "org.springframework.remoting.support" to the list of imported packages in the bundle manifest which exports the services.
For more details consider DMS-2491.
When i deploy a bundle which exports two services through RMI on bundle activation the following exception is raised:
Caused by: java.rmi.UnmarshalException: Error unmarshaling return; nested...
When i deploy a bundle which exports two services through RMI on bundle activation the following exception is raised:
...
Caused by: java.rmi.UnmarshalException: Error unmarshaling return;...