[ 
https://issues.apache.org/activemq/browse/SMX4-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46465#action_46465
 ] 

Freeman Fang commented on SMX4-138:
-----------------------------------

found that the saaj api we are used for this test is geronimo-saaj_1.3_spec, in 
the MessageFactory, it will use 
private static final String DEFAULT_MESSAGE_FACTORY =
            "org.apache.axis2.saaj.MessageFactoryImpl";
as default impl.
we may need specify the property to pick the sun saaj impl

> testSoapHandlerOsgi failed
> --------------------------
>
>                 Key: SMX4-138
>                 URL: https://issues.apache.org/activemq/browse/SMX4-138
>             Project: ServiceMix 4
>          Issue Type: Test
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 4.0-m2
>
>
> get exception like
>        at 
> org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:497)
> Caused by: javax.xml.soap.SOAPException: Unable to create message factory for 
> SOAP: Provider org.apache.axis2.saaj.MessageFactoryImpl not found
>         at javax.xml.soap.MessageFactory.newInstance(MessageFactory.java:89)
>         at 
> org.apache.cxf.binding.soap.saaj.SAAJInInterceptor.handleMessage(SAAJInInterceptor.java:77)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to