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

  • SEARCH
  • Home
  • 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 6768843
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T15:07:21+00:00 2026-05-26T15:07:21+00:00

I am new to Spring programming and currently struggling with Spring 3.1’s Java Based

  • 0

I am new to Spring programming and currently struggling with Spring 3.1’s Java Based Configuraion” I have created following Configuration class

@Configuration
@ImportResource("classpath:/resources/jdbc.properties")
public class AppConfig {

    @Autowired
    Environment env;
    private @Value("${jdbc.url}")
    String url;
    private @Value("${jdbc.username}")
    String username;
    private @Value("${jdbc.password}")
    String password;

    @Bean
    public DataSource dataSource() {
        System.out.println("Creating data Source.");
        return new DriverManagerDataSource(url, username, password);
    }

    @Bean
    public SessionFactory sessionFactory () throws Exception {
        return new AnnotationSessionFactoryBuilder().setDataSource(dataSource()).setPackagesToScan("com.argusoft.loginmodule.domain").buildSessionFactory();
    }
}

now when I try to run the project I get following error.

OUTPUT

SEVERE: Exception while loading the app :
java.lang.IllegalStateException: ContainerBase.addChild: start:
org.apache.catalina.LifecycleException:
java.lang.IllegalArgumentException: javax.servlet.ServletException:
java.lang.NoClassDefFoundError:
org/springframework/core/env/EnvironmentCapable

stuck into it, Cant solve it….. I am following Spring Source Blog.

please also suggest some good tutorial in which Spring’s latest Java based configuration is explained by easy to understand examples…

Thanks in advance,

  • 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-26T15:07:22+00:00Added an answer on May 26, 2026 at 3:07 pm

    From the perspective of the exception:

    java.lang.NoClassDefFoundError: org/springframework/core/env/EnvironmentCapable
    

    This question is equals to the question: Spring class EnvironmentCapable

    So the correct answer might be:

    I think that need use version 3.1.0 – in package
    org.springframework.core-3.1.0.M2.jar this class presents.

    given by user810430 here: original answer.

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

Sidebar

Related Questions

I'm currently enrolled in a Client/Server Programming class (i.e. Java 2) in college. For
Hey everyone! I am new to blackberry programming although I do have some java
I'm new to spring controllers using annotated controllers. Here is my configuration Bean definition
I am new to spring and I am currently using ClassPathXmlApplicationContext to getBean inside
I'm brand spanking new at Spring and have gotten a majority of the knowledge
I am relatively new to the Spring Framework and Spring security. I have used
Almost every new Java-web-project is using a modern MVC-framework such as Struts or Spring
I am relatively new to ASP.NET programming, and web programming in general. We have
I'm quite new to programming larger applications. I have now written a command line
I am new to VB programming and have come across an problem:( after a

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.