Search:

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

Search: Search took 0.01 seconds.

  1. URL Mappings with multiple definitions of SimpleUrlHandlerMapping

    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....
  2. internationalization i18n locale in portlet mvc of spring

    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...
  3. Thanks, :) The problem was with our code .It...

    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;...
  4. Thanks again dejan and mdeinum. I tried with...

    Thanks again dejan and mdeinum.
    I tried with javax.sql.DataSource as below :


    <bean id="dataSource" class="org.springframework.jndi.JndiObjectFactoryBean">
    <property name="proxyInterface"...
  5. Thanks for the quick reply dejan. The spring...

    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...
  6. JndiObjectFactoryBean cast error with tomcat data source

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