Questions tagged [xml-configuration]

A configuration that could be parsed from the XML file.

A configuration that could be parsed from the XML file. Many frameworks and applications use XML files to keep their configuration persistent and loadable. Beside them the Apache Commons Configuration XMLConfiguration class that is able to parse XML documents.

For example, the Struts 2 framework has a configuration file struts.xml that could be used with any web application that uses this framework.

185 questions
0
votes
1 answer

Tomcat giving error : "There is no Action mapped for action name" in Struts 2

Tried changing the location of struts.xml but still getting error. Also the namespace is being used in URL still getting the error. struts.xml:
ninad
  • 9
  • 3
0
votes
1 answer

Reuse method defined under another XML in Struts 2

Here are the sample two xmls. email.xml: mailSelect.jsp I want to use the same method call defined in email.xml in another xml. another.xml:
kitokid
  • 3,009
  • 17
  • 65
  • 101
0
votes
1 answer

autofac open generic iRepository xml configuration

I would like to use autofac and the Repository Pattern (iRepository) but can't seem to see a way to configure autofac using XML configuration. As anyone else come across this issue?
Vince
  • 165
  • 1
  • 14
0
votes
2 answers

How do I setup log4j so that jackrabbit does not produce a "jackrabbit.log_IS_UNDEFINED" file

Forewarning: I am new to log4j logging and well logging in general and apologize for my ignorance. When ever I run my program from a .jar I get a "jackrabbit.log_IS_UNDEFINED" file in the directory where my program was ran. This log file is…
Archangel33
  • 496
  • 8
  • 22
-2
votes
2 answers

While adding authentication provider to Spring Security caught Null pointer exception

While adding authentication provider to Spring Security caught Null pointer exception. attaching the stacktrace and also my…
1 2 3
12
13