[
https://issues.apache.org/jira/browse/CAMEL-5880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13645909#comment-13645909
]
Babak Vahdat commented on CAMEL-5880:
-------------------------------------
O.K. found a solution for now to make {{maven clean install}} work properly:
{code}
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!--
TODO: should fork per test as otherwise the build would cause
'java.lang.OutOfMemoryError: PermGen space'.
interestingly found a quick & dirty solution for this which would be
to remove the <filter> tag inside the
test resource QuickfixjSpringTest-context.xml then the build would
run perfectly without a need to fork always!
-->
<forkMode>always</forkMode>
</configuration>
</plugin>
</plugins>
</build>
{code}
> camel-quickfix: QuickfixjEndpoint should adhere the InOut exchange pattern if
> you would ask for this MEP
> --------------------------------------------------------------------------------------------------------
>
> Key: CAMEL-5880
> URL: https://issues.apache.org/jira/browse/CAMEL-5880
> Project: Camel
> Issue Type: Bug
> Components: camel-quickfix
> Affects Versions: 2.10.3
> Reporter: Babak Vahdat
> Priority: Minor
> Attachments: requestreply-2.patch, requestreply.patch
>
>
> See
> http://camel.465427.n5.nabble.com/camel-quickfix-RequestReplyExample-java-io-IOException-td5723769.html
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira