Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

When should my WebLogic Integration application use the document store?

0
Posted

When should my WebLogic Integration application use the document store?

0

Each application will have a different threshold for the size of documents it is more efficient to pass by reference (using the document store) rather than inline. In general, the more trips a document makes, the better it is to use the document store. You configure the size of files passed by reference by setting the value of the weblogic.wli.DocumentMaxInlineSize parameter in the WebLogic Integration application domain’s wli-config.properties file. Note: When using the document store, a two-phase commit related race condition in some cases may cause the following message to appear in the log: SQLException in retrievData(). In this situation, you can set the value of weblogic.wli.DocumentMaxInlineSize to a large number so that all documents will be passed inline.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123