Technical data
Known Limitations
BEA WebLogic Integration Release Notes 29
6 CR051469
Problem
When you use a proxy server and do not set your system to bypass local addresses, you
get the following error when running the Hello Partner sample:
ERROR> The requested URL could not be retrieved
Platforms
All
Workaround
To bypass local addresses, change your Web browser configurations as follows:
Internet Explorer:
Choose Tools→Internet Options →Connections →LAN Settings→ Bypass proxy
server for local addresses.
Netscape:
Choose Edit→Preferences→Advanced→Proxies→View.
Add your
localhost to Exceptions.
7 CR052680
Problem
Apache’s ant command is not internationalized. The ant command is used to build
application integration adapters. When an error occurs during the build process, the error
text may not be displayed properly in Windows environments in which the natural
language used in not English. For example, in a Japanese Windows environment you
might see the following:
[java] ...\jsp_servlet\_addevent.java:20: ’class’ ??????
’interface’ ?????????????B
Platforms
All
Workaround
None
8 CR052994
Problem
The WebLogic Integration software does not currently provide methods or properties for
specifying use of the Japanese character set for sending messages and for the
contentType of the mail header (for example, Content-Type: text/plain;
charset="ISO-2022-JP"
).
Platforms
All
Workaround
Email adapter code is provided with WebLogic Integration. Japanese users are free to
alter this code to allow for the specification of character sets. Keep in mind, however,
that the sample email adapter does not support multibyte characters.