Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    17
    Views
    559

    Hello Gary, In the diagram above, let's say I...

    Hello Gary,

    In the diagram above, let's say I throw runtimeException in the serviceActivator of the InboundGateway, is it continue moving the flow to aggregation and create the soapfault to return...
  2. Replies
    17
    Views
    559

    When I turn off the log message to Error I still...

    When I turn off the log message to Error I still receive this error in log


    [2/22/13 15:30:08:640 EST] 0000002a SystemErr R java.lang.RuntimeException: Sucessful throw soapfault .......
  3. Replies
    17
    Views
    559

    I also saw JAXB generate @WebFault like: ...

    I also saw JAXB generate @WebFault like:

    @WebFault(name = "ServiceException", targetNamespace = "http://example.com/ess/schema")
    public class ServiceExceptionMsg

    How does that WebFault fits...
  4. Replies
    17
    Views
    559

    I have another question about throwing soapFault...

    I have another question about throwing soapFault error message. Instead of throwing RuntimeException I would like to throw like this:



    //throw new RuntimeException("Sucessful throw soapfault...
  5. Replies
    17
    Views
    559

    Thanks a lot for your help.

    Thanks a lot for your help.
  6. Replies
    17
    Views
    559

    How do you set log level for category...

    How do you set log level for category 'org.springframework.integration.ws.SimpleWebServi ceInboundGateway' to ERROR ?

    I misread that :) with thought it is an error. This is the first project that...
  7. Replies
    17
    Views
    559

    I received a an SoapFaultException at client at...

    I received a an SoapFaultException at client at follow



    catch (SoapFaultClientException e) {
    SoapFault fault = e.getSoapFault();
    SoapFaultDetail details = fault.getFaultDetail();...
  8. Replies
    17
    Views
    559

    I throwed the error in Service Aggregation ...

    I throwed the error in Service Aggregation



    @Aggregator
    public Message<SearchResponseType> aggregateReponses(List<Message<SearchResponseType>> resultMsgs) throws ServiceExceptionMsg,...
  9. Replies
    17
    Views
    559

    Error when throw in RuntimeException

    Hi All,

    I am build an application which use Spring-WS , JAXB and Spring Integration. This is my Spring integration config:



    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <beans...
  10. Using findByNamedQuery with Spring and Hibernate

    Hi All,

    I am using Spring and hibernate with Oracle. I try to use the findByNameQuery as follow:

    <query name="RetrieveACMServicesByUserIDAndContentType"><![CDATA[
    SELECT d.company,...
Results 1 to 10 of 11