Hi Costin
Thanks for the reply. I'm updating an existing application in which DS was chosen over Spring DM, but I wasn't involved when it was first written. I think DS was chosen as it implements...
Type: Posts; User: davidbaker29; Keyword(s):
Hi Costin
Thanks for the reply. I'm updating an existing application in which DS was chosen over Spring DM, but I wasn't involved when it was first written. I think DS was chosen as it implements...
Hi
I'm working on a project in which OSGi services are published and referenced using Declarative Services. Previously I've always used Spring DM for this, so it has been easy for me to reference...
Hi
I had the exact same problem yesterday and found this thread when googling the stack trace. I solved it by adding the javax.xml.bind.annotation package to my manifest imports. This was needed...
Hi Costin
Thanks a lot for the reply. However as I said in my original post, I am sure that the security manager is unrelated to the problem I'm having. Here's an extract from the stack trace I...
Hi
I'm having a problem making an RMI call using Spring DM when I pass my domain objects as method arguments. RMI calls work fine when I call methods that don't take arguments, or ones that take...
Hi
I'm also having the same problem as Sateesh had. I'm getting the same stack trace as he got, but the class involved (RmiTestBean) is present on both client and server (it's contained in a...