Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    921

    Stopping SimpleAsyncTaskExecutor

    Here is the scenario.

    I am starting a job from a http request.

    The job will consists of ParallelTestSuite, which will invoke multiple test cases at a time

    When I attemtp to stop the job, the...
  2. I am trying something exactly similar and facing...

    I am trying something exactly similar and facing the same issue as yours.

    The second job that i submit is not starting if the first job has JUnit ParallelTestSuite of 250 test cases.

    How did...
  3. Replies
    0
    Views
    246

    Execution Order

    I am trying to execute a job using SimpleAsyncTaskExecutor. The job will started from Spring controller on form submission. Everything works fine except that the job execution/completion order is...
  4. Replies
    11
    Views
    2,306

    Call to Ap2 is webservice and you dont have...

    Call to Ap2 is webservice and you dont have control over it...read the soap header message from AP2 call

    and handle the exception in case of error from AP2... this way you can control transaction...
  5. Replies
    11
    Views
    2,306

    Not clear.

    I am not clear what exactly you say. When you say webservice call, is it something happens outside spring container. In such case, i guess it is not possible. Transaction can be controlled only if...
  6. Replies
    21
    Views
    9,308

    soap sonar

    i used "soap sonar" tool to test the webservice...just download the personal edition of the tool and open new project by giving the "wsdl" URL...thats very easy to test..
  7. Rocks..

    Success....i removed this entry

    <bean class="org.springframework.ws.server.endpoint.adap ter.GenericMarshallingMethodEndpointAdapter">
    <constructor-arg ref="jaxunmarshaller"/>
    </bean>


    it...
  8. schema file

    sorry I forgot to copy the schema file, in previous posting....
  9. Hi I did the following things that you said. ...

    Hi

    I did the following things that you said.

    1. Removed jaxunmarshaller (but not jaxmarshaller..). Made the incoming and outgoing content of object type CaseRequest class.

    2. Generated...
  10. Same Error !!!!!!

    I tried but still same "No output" weird error. I generated the marshaller and unmarshaler file using eclipse plugin available for jaxb2. Refered those packages in my bean definition file. But i am...
  11. Thank you very much. I am using the POJO written...

    Thank you very much. I am using the POJO written by me.This could be the problem. Let me try and update the same in forum.
  12. Same Error

    I am facing the same issue...i am getting unmarshallingexception..can you explain how you solved it and what you mean by "not correct marshalling"
  13. Thread: Suggestions ?

    by pathangi
    Replies
    0
    Views
    666

    Suggestions ?

    We have the following scenario annd thinking of implmenting webservices. Please give some expert suggestions on the architechting this application.

    1. There are two databases database1 and...
  14. Replies
    1
    Views
    948

    Multiple Connections - Same Transaction

    Following is the scenario

    POJO1 interceptor will be called whenever we attemtp to execute a procedure in another POJO2.

    POJO1 will actually call another procedure to set the logged in user id...
  15. Thread: html:rewrite

    by pathangi
    Replies
    0
    Views
    1,011

    html:rewrite

    Hi

    In struts, we can do <html:rewrite like this, where the action mapping extension will be automatically assigned to the URL. like ViewEditCaseAction.do.

    <html:rewrite ...
  16. Replies
    5
    Views
    1,024

    though contextCongiLocation takes multiple files,...

    though contextCongiLocation takes multiple files, there should be a explicit url mapping for each controllers in moduleName-servlet.xml.

    My question is, Struts idenfitifies the module based on the...
  17. Replies
    5
    Views
    1,024

    Multiple Configuration Files

    Is there way to register multiple configuration files with module name like the one we do it struts.

    Please find the struts approach.

    <init-param>
    <param-name>config</param-name>
    ...
  18. Got it ?

    Were you able to do anything on this ?
  19. It was throwing Eror 404 Exception for the...

    It was throwing Eror 404 Exception for the following URL

    http://localhost:8080/mms-spring/repair.mod

    But when I tried this url it worked.

    http://localhost:8080/mms-spring/repair/repair.mod...
  20. MultiActionController and ControllerClassNameHandlerMapping

    Hi

    I am not able to map a multiaction controller with ControllerClassNameHandlerMapping.

    I just given this URL http://localhost:8080/mms-spring/repair.mod (.mod is the servlet URL extension)....
  21. Replies
    6
    Views
    8,203

    SpringIDE in Eclipse 3.3

    I am trying install springide plugin in eclipse with following setup.

    1. Eclipse 3.3
    2. Lates update from springide.org - http://springide.org/updatesite/
    3. Jdk 1.6 compliance

    I am getting...
Results 1 to 21 of 21