[ 
https://issues.apache.org/jira/browse/CXF-3494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13032172#comment-13032172
 ] 

jacques hefer commented on CXF-3494:
------------------------------------

I have tracked this down to the following. When deploying to jboss we have to 
include saajapi and saajimpl.jar because Jboss has an older version. For some 
reason when I call the webservice on the second installed instance of the 
application it goes into a loop when loading the messagefactory.

I am now using tomcat and the saaj version supplied with the JDK and do not 
have the same issues.

> Out Of Memory Exception
> -----------------------
>
>                 Key: CXF-3494
>                 URL: https://issues.apache.org/jira/browse/CXF-3494
>             Project: CXF
>          Issue Type: Bug
>          Components: WS-* Components
>    Affects Versions: 2.3.4
>         Environment: Windows 64Bit Jboss5.1 cxf 2.3.4
>            Reporter: jacques hefer
>
> We have multiple war files exposing different endpoints. We use Wss4J 
> Interceptor which in turn calls SAAJInInterceptor.
> When only one War is running everything works fine. When both are running and 
> you call a service on the first war it works. when you call it on the second 
> War it hangs on MessageFactory.newInstance(....); in the SAAJ interceptor
> Which eventually leads to a out of memory exception.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to