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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T06:37:16+00:00 2026-05-29T06:37:16+00:00

I have properties file report.properties (\WEB-INF\classes\properties\report.properties) with entry : reportTemplate = reports/report5.jrxml and applicationContext-reports.xml

  • 0

I have properties file report.properties (\WEB-INF\classes\properties\report.properties) with entry :

reportTemplate = reports/report5.jrxml

and applicationContext-reports.xml (\WEB-INF\config\applicationContext-reports.xml) with entry:

<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="location" value="classpath:properties/report.properties"/>
</bean>

web.xml:

<context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>
        /WEB-INF/config/applicationContext-reports.xml
    </param-value>
</context-param>

In my controller I have:

private @Value("${reportTemplate}") String reportTemplatePath;

But when i print this to check its value as:

System.out.println("reportTemplatePath="+reportTemplatePath);

Instead of output:reports/report5.jrxml (taken from property file ) it gives reportTemplatePath=${reportTemplate}

Edit: Copied OP comment here for clarity and to show where the System.out.println is located.

@Controller
public class myController {
    private @Value("${reportTemplate}") String reportTemplatePath;
    // other field declarations... 

    @RequestMapping(value="report.htm", method=RequestMethod.GET) public String showReport() throws JRException{
        ...
        System.out.println("reportTemplatePath="+reportTemplatePath);
        ...
        return "report";
    }
}
  • 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-29T06:37:18+00:00Added an answer on May 29, 2026 at 6:37 am

    I guess that applicationContext-reports.xml belongs to the root application context, whereas controller is declared in context of DispatcherServlet. If so, note that PropertyPlaceholderConfigurer is configured at per-context basis, therefore you need to declare it in ...-servlet.xml as well.

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

Sidebar

Related Questions

I have a config file which lists all the configuration details for Logback.xml like
I have properties file config.properties where are stored some application wide properties. And I
I have a properties file in java, in which I store all information of
I have a properties file, let say my-file.properties. In addition to that, I have
I have a properties file which currently contains system names and ip addresses. What
Say I have a struts.properties file with a defined value uploads.directory . How can
I have an executable jar Client.jar that requires jndi.properties file. Since the jndi properties
I have an application for which log4j logging is configured in a log4j.properties file.
I have a java app, and the log4j.properties file is in src/com/my/path/props. On compile,
I developed an EAR using Quartz API. I have put my quartz.properties file in

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.