You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by gg1052 <gg...@gmail.com> on 2006/09/17 03:22:24 UTC

JMS component bug?

Hi..

SM-JMS component src.. AbstractJmsProcessor.java bug??

protected Context createContext() {
        return soapHelper.createContext(); ====>
    }

soapHelper class follow method.
public Context createContext(SoapMessage message) {


-- 
View this message in context: http://www.nabble.com/JMS-component-bug--tf2284328.html#a6345661
Sent from the ServiceMix - User forum at Nabble.com.


Re: JMS component bug?

Posted by Guillaume Nodet <gn...@gmail.com>.
I guess you missed the
     public Context createContext()
method on the SoapHelper.  If it was not defined,
it would not compile.

On 9/17/06, gg1052 <gg...@gmail.com> wrote:
>
> Hi..
>
> SM-JMS component src.. AbstractJmsProcessor.java bug??
>
> protected Context createContext() {
>         return soapHelper.createContext(); ====>
>     }
>
> soapHelper class follow method.
> public Context createContext(SoapMessage message) {
>
>
> --
> View this message in context: http://www.nabble.com/JMS-component-bug--tf2284328.html#a6345661
> Sent from the ServiceMix - User forum at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet