Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6576747
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:33:03+00:00 2026-05-25T15:33:03+00:00

I am attempting to run some unit tests on my spring web app using

  • 0

I am attempting to run some unit tests on my spring web app using Maven. The app installs and runs fine without tests.

I receive this error in my surefire test report :

java.lang.NoClassDefFoundError: javax/servlet/ServletException

The test itself looks like this :

@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations={"file:C:/myProjects/myWebapp/src/main/webapp/WEB-INF/applicationContext-test.xml"})
@Transactional
public class MyTest {
...

Previously I was receiving this error, however I removed any reference to the security package from test app context. And got this latest error.

Both problems are caused by my classpath not being set correctly ? The maven dependencies do not seem to be included when testing ? How can I change this, or what else am I missing ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T15:33:04+00:00Added an answer on May 25, 2026 at 3:33 pm

    Try this.

    <dependency>
        <groupId>javax.servlet</groupId>
        <artifactId>servlet-api</artifactId>
        <version>2.5</version>
        <scope>test</scope>
    </dependency>
    

    Your servlet container will have this but some of your tests must need it. You may need to adjust the version.

    The scope is important. You don’t want to bundle this jar into your war but you want it available to your tests.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm attempting to write some unit tests using EasyMock and TestNG and have run
I'm attempting to run some unit tests on my application using SQLite in memory,
I am attempting to run some unit tests in python from what I believe
I am attempting to run some automated tests in Eclipse using Java (running them
I am attempting to wrap some C code in Python using Pyrex. I've run
I'm attempting to create a Spring application (NOT web application) to perform some simple
I'm attempting to build a web app and I've run into a bit of
Currently attempting to get some code to compile using Lejos for the Lego NXT
I am attempting to run some AppleScript in the terminal, just to learn how
I am attempting to create python bindings for some C++ code using swig. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.