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...
Type: Posts; User: pathangi; Keyword(s):
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...
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...
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...
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...
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...
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..
Success....i removed this entry
<bean class="org.springframework.ws.server.endpoint.adap ter.GenericMarshallingMethodEndpointAdapter">
<constructor-arg ref="jaxunmarshaller"/>
</bean>
it...
sorry I forgot to copy the schema file, in previous posting....
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...
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...
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.
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"
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...
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...
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 ...
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...
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>
...
Were you able to do anything on this ?
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...
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)....
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...