Search:

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

Search: Search took 0.01 seconds.

  1. JaxWsPortProxyFactoryBean for Web Service integration

    Hi,

    I am using JaxWsPortProxyFactoryBean for integration with Web services. Following is my XML file:


    <bean id="CWebService"...
  2. Replies
    2
    Views
    2,532

    Hi, You can use Spring's AOP to write a...

    Hi,

    You can use Spring's AOP to write a generic around advice and log method signatures, parameters and return values.

    I tried following as examples:



    LoggingAspect is simple POJO aspect.
  3. Define an interface for AbstractDAOImpl and let...

    Define an interface for AbstractDAOImpl and let BasketDAO interface extend it.
  4. your question: Im can catch the exception in...

    your question: Im can catch the exception in Action, but i wanted to do it in the store method.
    I want to catch that exception and convert into my FrameworkException, and then throw it again since...
  5. I tried following HibernateInterceptor: ...

    I tried following HibernateInterceptor:


    package com.examples.interceptors.hibernate;

    import org.hibernate.EmptyInterceptor;
    import org.hibernate.Transaction;
    import java.io.Serializable;...
  6. It is similar to how we use Spring in standalone...

    It is similar to how we use Spring in standalone programs for testing. Create ClassPathXMLApplicationContext or FileSystemXMLApplicationContext object at your application startup and bind it to JNDI....
  7. I have solved this problem. This thread helped me...

    I have solved this problem. This thread helped me arriving at solution http://forum.springsource.org/showthread.php?t=61540.

    Problem was in following aop config:


    Due to this point cut, even...
  8. NullPointerException at org.springframework.orm.hibernate3.LocalDataSource Connection

    Hi,

    I am trying out examples of using Hibernate with Spring. Following are the config files and code:



    <?xml version="1.0" encoding="UTF-8"?>
    <beans...
Results 1 to 8 of 8