Skip to content

Latest commit

 

History

History
96 lines (66 loc) · 5.02 KB

peoplesoft-connector-release-notes.adoc

File metadata and controls

96 lines (66 loc) · 5.02 KB

PeopleSoft Connector Release Notes

Premium

Anypoint Connector for PeopleSoft provides real-time connectivity to query and update any PeopleSoft module using a common integration interface known as the Component Interface. 

Version 1.1.0 - March 31, 2015

Version 1.1.0 Compatibility

PeopleSoft Connector 1.1.0 is compatible with:

Application/Service Version

Mule Runtime

3.6.x

PeopleSoft

9.2

PeopleTools

8.53.02 or higher

Java

1.7.0_x

Anypoint Studio

5.1 or Higher

Version 1.1.0 Features and Functionality

  • Added native library support for Mule projects created in Anypoint Studio without Maven. It enables you to add the required PeopleSoft Java Object Adapter (psjoa.jar) library from the Global Element configuration, without having to use Maven or to install the JAR locally and add the dependency to the Project Object Model (POM).

  • Included new demo examples for invoking Find, Get, and Save operations on your Component Interfaces.

Version 1.1.0 Fixes

None.

Version 1.1.0 Known Issues

None.

Version 1.0 Public Beta - February 17, 2015

Version 1.0 Public Beta Compatibility

PeopleSoft Connector 1.0 Public Beta is compatible with:

Application/Service Version

Mule Runtime

3.5.2 or higher

PeopleSoft

9.2

PeopleTools

8.53.02 or higher

Java

1.7.0_x

Version 1.0 Public Beta Features and Functionality

Based on the Component Interface White List provided in Connection Management, PeopleSoft connector exposes the PeopleSoft components through the Invoke operation. Using DataSense, the connector automatically populates the Record fields and methods defined by the Component Interface. Record fields on the component are mapped to the keys and properties of the component interface. Both Standard and User-defined methods created in the PeopleSoft Application Designer on the component are retrieved by the connector using DataSense feature of Mule Devkit.

Version 1.0 Public Beta Fixes

None.

Version 1.0 Public Beta Usage Information

Because of the complex nature and the underlying limitations of PeopleSoft and its integration interfaces, you may encounter the following while using the PeopleSoft connector. 

Issue Type Description

Compatibility

PeopleSoft connector works only in Java 1.7.0_x environment. You need to make sure that AnyPoint Studio, Mule Standalone ESB, CloudHub deployment ,or any associated software is using Java 1.7.0_x for the connector to work properly. 

The connector supports integration with PeopleSoft v9.2 and PeopleTools v8.53.02 or higher.

Component Interface Configuration

Since Component Interfaces provide an API that is identical to the business Component they provide an interface to, the input data is also bound by all of the defaults, codes and required values that would be required to use the Component in a Web browser. Values provided must match the values provided to the component, which may require looking up. (For example, drop downs may contain "US Dollars" as a value visible to the user, but the code "USA" is provided to the Component Interface.) 

When you try to use the connector with a PeopleSoft Component Interface, you may receive errors related to the functional validity of the data. You need to work with a PeopleSoft functional specialist to resolve the reason for these errors. 

Due to the design of Component Interfaces, the names of some operations can be misleading. For example, Create operations only returns a handle to a new instance (logically equivalent to clicking New for a given component), but does not update the data in PeopleSoft. If you want to make changes to the PeopleSoft data, you must use the Save operation.

Mule Application Configuration

You must provide a Component Interface white list in your Mule flow for DataSense and the connector to work correctly.

You must provide a psjoa.jar file, which is compiled with your PeopleSoft instance, in your Build path. Without the file, Mule applications throw a ClassNotFound exception. The psjoa.jar file is provided by your PeopleSoft administrator(s). 

See Also