Hi,
I had a similar problem and it took hours figuring out this problem..
I was just wondering if spring should warn us when it detects more than one simpleURLHandlerMappings without an order....
Type: Posts; User: sandeep_maloth; Keyword(s):
Hi,
I had a similar problem and it took hours figuring out this problem..
I was just wondering if spring should warn us when it detects more than one simpleURLHandlerMappings without an order....
I am trying to conclude on the best solution for locale support in portlet mvc framework provided by spring.
Liferay4.3.2 is the portal server used.
My question is : how do we best implement...
Thanks, :)
The problem was with our code .It was due to bad code (not programming to interface) ..The DAO class was having member org.springframework.jdbc.datasource.DriverManagerDataSource;...
Thanks again dejan and mdeinum.
I tried with javax.sql.DataSource as below :
<bean id="dataSource" class="org.springframework.jndi.JndiObjectFactoryBean">
<property name="proxyInterface"...
Thanks for the quick reply dejan.
The spring configuration resides in the web app. The datasource is looked up using JNDI with JndiObjectFactoryBean
The complete spring configuration is as...
Hi,
We are trying to configure a datasource in tomcat. The datasource is configured properly as we are able to lookup using simple code in JSP as below :...