Tagged Questions
1
vote
1answer
238 views
How do i connect to multiple Oracle Coherence cache's from a single application?
I have an application(written in CSharp) which currently connects to just one coherence cluster. This cluster is fed in data and when the application see's this in the cluster's cache it uses this to ...
0
votes
1answer
1k views
DTD is prohibited in this XML document — how to change permissions?
I am using a 3rd-party .NET component which requires an XML configuration file.
I'm am using this in an ASP.NET application.
I get an error when configure the XML with the following dtd:
...
0
votes
1answer
346 views
Testing an Oracle Coherence IPortableObject Implementation in .NET
In order to get good test coverage, I want to test the WriteExternal and ReadExternal methods of IPortableObject (as described at Creating an IPortableObject Implementation (.NET) ).
Here is code ...