Flex Gateway新着情報
Governance新着情報
Monitoring API ManagerSupport Category: Premium
Anypoint Connector for Oracle PeopleSoft (PeopleSoft Connector) provides real-time connectivity to query and update any Oracle PeopleSoft module using a common integration interface known as the Component Interface.
Guide: Oracle PeopleSoft Connector
Reference: Oracle PeopleSoft Connector Reference
October 25, 2024
This connector is now compatible with Java 17.
| Software | Version | 
|---|---|
Mule  | 
4.1.1 and later  | 
PeopleSoft  | 
9.2  | 
PeopleTools  | 
8.53.02 to 8.58.04  | 
OpenJDK  | 
8, 11, and 17  | 
February 27, 2024
| Software | Version | 
|---|---|
Mule  | 
4.1.1 and later  | 
PeopleSoft  | 
9.2  | 
PeopleTools  | 
8.53.02 to 8.58.04  | 
| Issue Resolution | ID | 
|---|---|
The connector no longer fails with an issue when used with Anypoint Studio 7.15.0.  | 
W-14437636  | 
December 14, 2021
| Software | Version | 
|---|---|
Mule  | 
4.1.1 and later  | 
PeopleSoft  | 
9.2  | 
PeopleTools  | 
8.53.02 to 8.58.04  | 
| Issue | ID | 
|---|---|
Made the product language more inclusive.  | 
CONN-9477  | 
November 23, 2021
| Software | Version | 
|---|---|
Mule  | 
4.1.1 and later  | 
PeopleSoft  | 
9.2  | 
PeopleTools  | 
8.53.02 to 8.58.04  | 
| Issue | ID | 
|---|---|
Fixed security vulnerabilities.  | 
CONN-9294  | 
November 6, 2019
You can now log the request and response with Oracle PeopleSoft. To implement, add a logger of the class org.mule.modules.peoplesoft.extension.internal.service.PeopleSoftServiceImpl at DEBUG level
to the log4j2.xml file of the Mule app:
<AsyncLogger
  name="org.mule.modules.peoplesoft.extension.internal.service.PeopleSoftServiceImpl"
  level="DEBUG"
  additivity="false">