Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Error Injection

  1. #1
    Junior Member
    Join Date
    Oct 2012
    Posts
    24
    My Mood
    Angelic
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Error Injection

    Hi again,
    I just love this forum as am getting all the help I need.
    Now, am working on an application of fault tolerance in Java. I have put my rules and now I need to inject transient errors into the code during run-time to see if it will detect them and fix them for me.
    My question is if any one knows about these techniques of transient error injection.
    Am using Eclipse Indigo
    Regards,


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Error Injection

    What do you mean by 'inject transient errors'? Can you provide an example?

  3. #3
    Junior Member
    Join Date
    Oct 2012
    Posts
    24
    My Mood
    Angelic
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Re: Error Injection

    Quote Originally Posted by copeg View Post
    What do you mean by 'inject transient errors'? Can you provide an example?
    Well these errors that may appear once during the compilation and once the code is ran again they may not appear.
    I just want to know if there are any methods to inject errors into a java code to measure its fault tolerance rate.
    Thanks for the reply.

  4. #4
    Junior Member
    Join Date
    Oct 2012
    Posts
    24
    My Mood
    Angelic
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Re: Error Injection

    Thx for the replies. I just sorted out myself and this thread should be closed.

Similar Threads

  1. [SOLVED] Resource Injection
    By newbie in forum JDBC & Databases
    Replies: 2
    Last Post: March 22nd, 2011, 04:27 PM
  2. Method injection
    By java? in forum Object Oriented Programming
    Replies: 1
    Last Post: December 29th, 2010, 03:16 PM
  3. Dll injection Java
    By TheEnd in forum Java Theory & Questions
    Replies: 1
    Last Post: March 2nd, 2010, 04:35 PM
  4. Object Injection
    By Json in forum Java Programming Tutorials
    Replies: 1
    Last Post: December 4th, 2009, 04:08 AM
  5. Object Injection
    By Json in forum Java Code Snippets and Tutorials
    Replies: 1
    Last Post: December 4th, 2009, 04:08 AM