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 8875259
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T18:55:55+00:00 2026-06-14T18:55:55+00:00

I got a common jar that used for creating Database Connection Pool with the

  • 0

I got a common jar that used for creating Database Connection Pool with the datasource XML configuration ‘db2.xml’, which is under the same path of this JAR, like:

Project/
       -- lib
              -- db2.xml
              -- common.jar

Following the code for reading the db2.xml:

    private BeanFactory() {
            try {
                beanFactory = new DefaultListableBeanFactory();
                xmlReader = new XmlBeanDefinitionReader((BeanDefinitionRegistry)
                   beanFactory);
                resource = new ClassPathResource("db2.xml");
                xmlReader.loadBeanDefinitions(resource);
            } catch (Exception e) {
                e.printStackTrace();
            }
        }    

Always error happens:

org.springframework.beans.factory.BeanDefinitionStoreException: IOException 
parsing XML document from class path resource [db2.xml]; nested exception is 
java.io.FileNotFoundException: class path resource [db2.xml] cannot be opened 
because it does not exist

So it must be caused by ‘db2.xml’ cannot be found. Whether configuration file are set resource = new ClassPathResource("/db2.xml") or resource = new ClassPathResource("lib/db2.xml") or resource = new ClassPathResource("../lib/db2.xml"); I t all dose not work. How do I set a relative path for this.

resource = new ClassPathResource(CONFIGURATION_PATH);

This is a Java project. I works when I put the db2.xml into the common jar.

  • 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-06-14T18:55:56+00:00Added an answer on June 14, 2026 at 6:55 pm

    db2.xml should be in classpath. tell us how you are running the java application. If you are using ide like eclipse, add the lib directory to classpath(build path). If you are using plain java command , then use following command to have lib directory in classpath.

    java -cp {path to lib directory},{what ever jars you have comma seperated} mainClass

    Also by default java command wont have current directory in classpath.

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

Sidebar

Related Questions

I have got a JAR file which contains Utility classes, that are used in
In the scenario where a connection is got from a database pool(like Commons DBCP,
I got used to the xml support and recursive common table expressions of sql
So I've got what seems to be a common problem, which is that the
I've got a common task that I do with some Activities - downloading data
I've got two web sites (written in c#) which are pretty common: One is
I got a worker thread which throws events, which are handled by common handler
I've got common code that can run in a number of execution enviroments -
I've got the common situation where I've got user input that uses a subset
I've got a common situation where you have two variables (xSpeed and ySpeed) which

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.