Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
9answers
13k views

“The creator of this fault did not specify a Reason” Exception

I have the following code in WCF service to throw a custom fault based on certain situations. I am getting a "The creator of this fault did not specify a Reason" exception. What am I doing wrong? ...
7
votes
5answers
310 views

To fault or not to fault

I'm having a discussion with a colleague about when to throw faults and when not to throw faults in a WCF service. One opinion is, that we only throw faults when the service operation could not do ...
5
votes
4answers
175 views

How are you generating tests from specifications?

I came across a printed article by Bertrand Meyer where he states that tests can be generated from specifications. My development team does nothing like this, but it sounds like a good technique to ...
2
votes
2answers
461 views

Silverlight Faults

I;m trying to get WCF Silverlight faults working as per this : MSDN aricle After adding the SL fault to my Web.config file I get the following warning: The element 'behavior' has invalid child ...
2
votes
1answer
226 views

wcf faults

and thanks for any assistance. I'm confused on how I should return errors to a client using SOAP. I have a wcf service, but I'm not sure what technology the client is using, so I'd like to stick to ...
1
vote
1answer
53 views

throwing exceptions->faults from SOAP service Java with GlassFish [closed]

Possible Duplicate: JAX-WS - Map Exceptions to faults I do not normally use java, but I being forced to write a service wrapper around a 3rd party library that I need. (So I can call it ...
1
vote
1answer
49 views

Changing page mapping for a user process in the linux kernel

So lets say I have access to a process and its mm_struct, is there a way that I can change one of the mappings or remove a mapping and create a temporary one so that I can allocate an amount smaller ...
1
vote
0answers
320 views

Memory mapped files and “soft” page faults. Unavoidable?

I have two applications (processes) running under Windows XP that share data via a memory mapped file. Despite all my efforts to eliminate per iteration memory allocations, I still get about 10 soft ...
0
votes
1answer
134 views

how to reduce page faults in this program?

I'm gating more then 1000 page faults in this program. can i reduce them to some smaller value or even to zero ? or even any other changes can speed up the execution #include <stdio.h> ...
-3
votes
1answer
57 views

Java program with two or more exceptions caused by similar values

I am working on project where I am trying to find programs which give any exception but because of close values. Let me explain by an example. I will highly appreciate any help and support. In the ...