Skip to content

Commit

Permalink
Merge pull request #224 from DedunuKarunarathne/error-log
Browse files Browse the repository at this point in the history
  • Loading branch information
malakaganga authored Sep 9, 2024
2 parents cfef1de + d1d3f06 commit dd84273
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .connector-store/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"releases": [
{
"tagName": "v4.0.31",
"tagName": "v4.0.32",
"products": [
"EI 7.1.0",
"EI 6.6.0",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.carbon.esb.connector</groupId>
<artifactId>org.wso2.carbon.esb.connector.file</artifactId>
<version>4.0.31</version>
<version>4.0.32</version>
<packaging>jar</packaging>
<name>WSO2 Carbon - Connector For esb-connector-file</name>
<url>http://wso2.org</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -596,8 +596,8 @@ private void setStreamToSynapse(FileObject file, String contentPropertyName, Mes
msgCtx.setEnvelope(TransportUtils.createSOAPEnvelope(documentElement));
}
} else {
log.error("FileConnector:read - selected builder for streaming should be DataSourceMessageBuilder. "
+ "Maybe it is not registered to the contentType of this message");
log.error("FileConnector:read - Failed to process document. There is no message builder class " +
"available of type DataSourceMessageBuilder that supports the contentType: " + contentType);
throw new FileOperationException("Required builder for streaming not found");
}
} catch (AxisFault e) {
Expand Down

0 comments on commit dd84273

Please sign in to comment.