My current development environment is java 6, spring framework 3.2, weblogic 10.3.6 and using Freemarker templates. Everything is working fine in current environment, don't see any runtime issues while browsing pages.
IDE: eclipse kepler 4.3 and I am running weblogic server from eclipse IDE. My deployment assembly is from m2e plugin that comes with kepler.
Now I am upgrading to latest Weblogic 12.1.2 and java 7. I am able to successfully build, deploy and publish the module but while accessing pages, I see runtime issues with freemarker templates.
There is a related issue discussed in forum for tomcat deployment wherein solution is to add spring-security-taglibs to pom file and place spring-security-taglibs.jar in WEB-INF/lib folder. But that does not work for me.
Greatly appreciate any help in resolving this issue. I see many freemarker template exception related postings but not solution.
Below is the runtime error, I am seeing.
2013-09-23 14:16:30,696 [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR freemarker.runtime - Template processing error: "No mapping defined for http://www.springframework.org/tags"
The problematic instruction:
Java backtrace for programmers:
freemarker.template.TemplateModelException: No mapping defined for http://www.springframework.org/tags