Technical data
Known Limitations
BEA WebLogic Integration Release Notes 45
55 CR082665
Problem
Task and workflow comments are being truncated.
Workflow and task comments are limited to a maximum of 254 characters. Comments
exceeding this limit are truncated and no exception is thrown.
Platforms
All
Workaround
Do not include more than 254 characters in your task and workflow comments.
56 CR082763
Problem
The client certificate is not recognized when using two-way SSL on Microsoft IIS with
a WebLogic Server proxy plug-in.. When a business message is forwarded from the
plug-in, an exception similar to the following is thrown:
<Plug-Ins> com.bea.b2b.protocol.PlugInException:
Invalid Trading Partner Certificate
Platforms
All
Workaround
The following properties were added to WebLogic Server 6.1 SP2. As a workaround,
add these properties to the web.xml file for the Default Web application using the
configuration detailed in the problem description.
tested ServletRequestImpl context-param
<context-param>
<param-name>weblogic.httpd.clientCertProxy</param-name>
<param-value>true</param-value>
</context-param>
tested Cluster-wide switch
<Cluster ClusterAddress="127.0.0.1" Name="MyCluster"
ClientCertProxyEnabled="true"/>
test HttpClusterServlet context-param
<context-param>
<param-name>weblogic.httpd.clientCertProxy</param-name>
<param-value>true</param-value>
</context-param>