Petals BC MAIL

Operation 'send' no more available into the static 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 static 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/version-3}SendMailService, SendMailServiceEndpoint, {http://petals.ow2.org/components/mail/version-3}send
     	at org.ow2.petals.bc.mail.listeners.JBIListener.onJBIMessage(JBIListener.java:114)
     	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)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
     	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
     	at java.lang.Thread.run(Thread.java:745)
    Show
    Using the static 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/version-3}SendMailService, SendMailServiceEndpoint, {http://petals.ow2.org/components/mail/version-3}send
     	at org.ow2.petals.bc.mail.listeners.JBIListener.onJBIMessage(JBIListener.java:114)
     	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)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
     	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
     	at java.lang.Thread.run(Thread.java:745)
  • Environment:
    -

Activity

Hide
Christophe DENEUX added a comment - Mon, 5 Mar 2018 - 17:05:20 +0100

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

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

Show
Christophe DENEUX added a comment - Mon, 5 Mar 2018 - 17:05:20 +0100 The operation was renamed with 'SendMail' introducing the service mode. It's a regression due to the wrong WSDL. You can use the operation 'SendMail', but caution, it will be renamed into 'send'.
Hide
Christophe DENEUX added a comment - Mon, 5 Mar 2018 - 17:06:13 +0100

Fixed in trunk

Show
Christophe DENEUX added a comment - Mon, 5 Mar 2018 - 17:06:13 +0100 Fixed in trunk

People

Dates

  • Created:
    Mon, 5 Mar 2018 - 17:04:02 +0100
    Updated:
    Mon, 5 Mar 2018 - 17:06:13 +0100
    Resolved:
    Mon, 5 Mar 2018 - 17:06:13 +0100