Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    488

    Redirecting to a new controller

    hi,
    how can i redirect from one spring controller to another controller using a post method. I was looking at RedirectView . It seems to only do GET. Is there a workaround ? I appreciate your...
  2. setting up https connections for a Restful webservice

    hi,
    I am trying to setup a https connection for a Restful spring web service.





    When i use the normal url it is redirected to the https and works fine. My question is do i still need the...
  3. Replies
    4
    Views
    1,423

    @RequestBody unable to unmarshall

    Hi,
    I have a Controller that has methods which accept get and post requests .




    I have an @XStreamAlias("Processor") on my Processor pojo.

    When i call a fetchProcessors method
    my...
  4. Replies
    0
    Views
    696

    remoting and spring rest web service

    Hi,
    I have a web project which has a some classes that can be invoked using spring remoting. I also have some classes which are exposed as spring rest web services. The whole thing works. When i...
  5. Replies
    0
    Views
    796

    support for db2 v9

    hi,
    we are using db2 v9 . we are trying to query a xml structure in the database using a prepared statement. has anyone worked on it.

    I am getting the following error

    Caused by:...
  6. Replies
    2
    Views
    1,579

    spring view problem

    hi,
    I am a new to spring. I am getting an error when i try to find a command from a jsp so that i can display the validation errors while validating using commons framework .

    my xyz-servlet.xml...
  7. Replies
    2
    Views
    895

    AOP and logging

    hi,
    Please forgive me if this question has been asked before. I am new to spring aop. I would like to use AOP for logging. I have gone through the concepts and understand that spring provides...
  8. Replies
    14
    Views
    2,535

    hi, Can someone please help me . regards...

    hi,
    Can someone please help me .

    regards
    vvs
  9. Replies
    14
    Views
    2,535

    org.springframework.beans.factory.UnsatisfiedDepen...

    org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.svg.xyz.unittest.ViewTest': Unsatisfied dependency expressed through bean property...
  10. Replies
    14
    Views
    2,535

    hi, xxx-servlet.xml

    hi,
    xxx-servlet.xml


    <bean id="productListController" class="com.svg.xyz.controllers.ProductListController">
    <property name="productManager">
    <ref bean="productManager"></ref>
    ...
  11. Replies
    14
    Views
    2,535

    Unit testing spring application

    hi,
    I am new to Spring. I was trying to implement a spring unit test extending
    AbstractDependencyInjectionSpringContextTests. I have also implemented the following function protected String[]...
Results 1 to 11 of 12