Solved!
Turns out the default location for the maven repository (~/.m2/repository) could not be created by the account I was using on my Mac book. Therefore, I accessed the filesystem as su and...
Type: Posts; User: planaria; Keyword(s):
Solved!
Turns out the default location for the maven repository (~/.m2/repository) could not be created by the account I was using on my Mac book. Therefore, I accessed the filesystem as su and...
Hi All,
Apologies up-front for stupid question.
I've done a fresh install of STS 2.8.1 on my Mac.
I create one of the Spring Template Projects using the wizard. The automatically created...
I am using j2ee:jndi lookup for a property file. The following works great:
<bean class="org.springframework.core.io.FileSystemResource">
<constructor-arg>
<jee:jndi-lookup id="myProps"...
I had stumbled upon the following and it works:
<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property...
Environment: Windows server 2003, Spring 3.0, Tomcat 6
How can I use a JNDI property inside a PropertyPlaceholderConfigurer?
Specifically, I'm using JNDI to look up a java.lang.String that...