Re: [Dspace-devel] [Dspace-tech] Autowired Class cannot use ConfigurationManager

2012-12-18 Thread Joachim Bingel
Hi Helix, thanks for your help. In debug mode, my class doesn't even get to the point where the ConfigurationManager is called, still the earlier posted log excerpt (below) tells me that this is the problem. I tried to employ the DSpaceConfigurationService, too, but since its methods are non-s

Re: [Dspace-devel] [Dspace-tech] Autowired Class cannot use ConfigurationManager

2012-12-18 Thread helix84
On Tue, Dec 18, 2012 at 4:33 PM, Joachim Bingel wrote: > thanks for your help. In debug mode, my class doesn't even get to the > point where the ConfigurationManager is called, still the earlier posted log > excerpt (below) tells me that this is the problem. What do you mean in debug mode? When l

Re: [Dspace-devel] [Dspace-tech] Autowired Class cannot use ConfigurationManager

2012-12-18 Thread João Melo
Hi Joachim, ConfigurationManager requires one to define the precise location of dspace.cfg file. So, if you are implementing a webapp you need to add two pieces of information to the web.xml file: 1. A context parameter ( https://github.com/lyncode/DSpace/blob/springui/dspace-jspui/src/main/webap