services management postgres config

Robert Lewis r.lewis at tamu.edu
Mon Mar 3 16:55:56 EST 2008


Thank you, Li Wei Nan,


I tried your bean, which is no doubt better than what I have, but I
still get a StackOverflowError. From searching for similar problems, it
seems this is due to resolving a symbol in the schema. I tried switching
the order of the schemas in xsi:schemaLocation, but no luck. so, I may
be missing a needed schema. Please show me the schemas you have at the
top of deployerConfigContext.xml. I have the following.

xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:p="http://www.springframework.org/schema/p"
       xmlns:tx="http://www.springframework.org/schema/tx"
       xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
http://www.springframework.org/schema/tx
http://www.springframework.org/schema/tx/spring-tx-2.0.xsd">


Thanks again,

Robert Lewis



More information about the cas mailing list