Search:

Type: Posts; User: planaria; Keyword(s):

Search: Search took 0.01 seconds.

  1. Solved! Turns out the default location for the...

    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...
  2. Newly installed STS 2.8.1: where are the org.springframework.* jar files?

    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...
  3. View Post

    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"...
  4. I had stumbled upon the following and it works: ...

    I had stumbled upon the following and it works:

    <bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
    <property...
  5. using a

    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...
Results 1 to 5 of 5