Petals BC MAIL

Operation 'send' no more available into the integration service

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 4.0.0, 4.0.1
  • Fix Version/s: 4.1.0
  • Component/s: None
  • Security Level: Public
  • Description:
    Hide

    Using the integration service, the following error occurs telling that the operation 'send' does not exist:

    javax.jbi.messaging.MessagingException: No mail operation found matching the exchange: {http://petals.ow2.org/components/mail/generic/version-3}SendMailGenericService, edpt-a541d300-1e33-11e8-945c-0242debb3f2f, {http://petals.ow2.org/components/mail/version-3}send
     	at org.ow2.petals.bc.mail.listeners.JBIListener.onJBIMessage(JBIListener.java:115)
     	at org.ow2.petals.component.framework.process.MessageExchangeProcessor.invokeJBIListener(MessageExchangeProcessor.java:522)
     	at org.ow2.petals.component.framework.process.MessageExchangeProcessor.processAsProvider(MessageExchangeProcessor.java:490)
     	at org.ow2.petals.component.framework.process.MessageExchangeProcessor.process(MessageExchangeProcessor.java:280)
     	at org.ow2.petals.component.framework.process.MessageExchangeProcessor.run(MessageExchangeProcessor.java:182)
     	at org.ow2.petals.component.framework.process.JBIProcessorThreadPoolExecutor$ExchangeRunnable.run(JBIProcessorThreadPoolExecutor.java:90)
    Show
    Using the integration service, the following error occurs telling that the operation 'send' does not exist:
    javax.jbi.messaging.MessagingException: No mail operation found matching the exchange: {http://petals.ow2.org/components/mail/generic/version-3}SendMailGenericService, edpt-a541d300-1e33-11e8-945c-0242debb3f2f, {http://petals.ow2.org/components/mail/version-3}send
     	at org.ow2.petals.bc.mail.listeners.JBIListener.onJBIMessage(JBIListener.java:115)
     	at org.ow2.petals.component.framework.process.MessageExchangeProcessor.invokeJBIListener(MessageExchangeProcessor.java:522)
     	at org.ow2.petals.component.framework.process.MessageExchangeProcessor.processAsProvider(MessageExchangeProcessor.java:490)
     	at org.ow2.petals.component.framework.process.MessageExchangeProcessor.process(MessageExchangeProcessor.java:280)
     	at org.ow2.petals.component.framework.process.MessageExchangeProcessor.run(MessageExchangeProcessor.java:182)
     	at org.ow2.petals.component.framework.process.JBIProcessorThreadPoolExecutor$ExchangeRunnable.run(JBIProcessorThreadPoolExecutor.java:90)
  • Environment:
    -

Activity

Hide
Christophe DENEUX added a comment - Fri, 2 Mar 2018 - 17:35:11 +0100

Fixed in trunk

Show
Christophe DENEUX added a comment - Fri, 2 Mar 2018 - 17:35:11 +0100 Fixed in trunk
Hide
Christophe DENEUX added a comment - Fri, 2 Mar 2018 - 17:31:44 +0100

The operation was renamed with 'SendMailGeneric' introducing the service mode. It's a regression due to the wrong integration WSDL.

You can use the operation 'SendMailGeneric', but caution, it will be renamed into 'send'.

Show
Christophe DENEUX added a comment - Fri, 2 Mar 2018 - 17:31:44 +0100 The operation was renamed with 'SendMailGeneric' introducing the service mode. It's a regression due to the wrong integration WSDL. You can use the operation 'SendMailGeneric', but caution, it will be renamed into 'send'.

People

Dates

  • Created:
    Fri, 2 Mar 2018 - 17:29:38 +0100
    Updated:
    Fri, 2 Mar 2018 - 17:35:11 +0100
    Resolved:
    Fri, 2 Mar 2018 - 17:35:11 +0100