Enable autowiring for Mashup integration
If you plan to use the autowiring feature with Mashup integration, add the autowiring properties to an existing Property Extension (lookaside) database.
Configure a property extension database.
To enable autowiring for Mashup integration:
- Edit wp_add_LA.properties file, located in the WP_PROFILE/ConfigEngine/config/helpers directory.
- Enter a value for the following required parameters in the wp_add_LA.properties file:
- la.providerURL=remote_endpoint_portal/dmgr_server
- la.propertyName=com.ibm.mashups.user.AUTO_WIRE_ENABLED_NOTIFICATIONS
- la.entityTypes=PersonAccount
- la.dataType=string
- repositoryId=repositories where property should be added or leave blank for all repositories
- Save changes to the wp_add_LA.properties file.
- Run the appropriate task for OS to add the autowiring properties to the property extension configuration:
Option Description Windows™ ConfigEngine.bat wp-add-la-property -DWasPassword=foo -DparentProperties=WP_PROFILE/ConfigEngine/config/helpers/wp_add_LA.properties from the WP_PROFILE/ConfigEngine UNIX™/Linux™ ./ConfigEngine.sh wp-add-la-property -DWasPassword=foo -DparentProperties=WP_PROFILE/ConfigEngine/config/helpers/wp_add_LA.properties from the WP_PROFILE/ConfigEngine IBMi ConfigEngine.sh wp-add-la-property -DWasPassword=foo -DparentProperties=WP_PROFILE/ConfigEngine/config/helpers/wp_add_LA.properties from the WP_PROFILE/ConfigEngine
Receiving an authentication prompt: This task makes an EJB call to WAS, which requires authentication. You may receive a prompt asking for authentication. Enter the appropriate WAS user ID and password.
- Stop and restart all required servers to propagate changes.
- Edit wp_add_LA.properties file.
- Enter a value for the following required parameters in the wp_add_LA.properties file:
- la.providerURL=remote_endpoint_portal/dmgr_server
- la.propertyName=com.ibm.mashups.user.AUTO_WIRE_DISABLED_NOTIFICATIONS
- la.entityTypes=PersonAccount
- la.dataType=string
- repositoryId=repositories where property should be added or leave blank for all repositories
- Save changes to the wp_add_LA.properties file.
- Run the appropriate task for OS to add the autowiring properties to the property extension configuration:
Option Description Windows ConfigEngine.bat wp-add-la-property -DWasPassword=foo -DparentProperties=WP_PROFILE/ConfigEngine/config/helpers/wp_add_LA.properties from the WP_PROFILE/ConfigEngine UNIX/Linux ./ConfigEngine.sh wp-add-la-property -DWasPassword=foo -DparentProperties=WP_PROFILE/ConfigEngine/config/helpers/wp_add_LA.properties from the WP_PROFILE/ConfigEngine i ConfigEngine.sh wp-add-la-property -DWasPassword=foo -DparentProperties=WP_PROFILE/ConfigEngine/config/helpers/wp_add_LA.properties from the WP_PROFILE/ConfigEngine
Receiving an authentication prompt: This task makes an EJB call to WAS, which requires authentication. You may receive a prompt asking for authentication. Enter the appropriate WAS user ID and password.
- Stop and restart all required servers to propagate changes.
Parent
Configure options for mashups in portal (optional)
Related tasks
Configure a property extension database on AIX
Configure a property extension database on IBM i
Configure a property extension database on Linux
Configure a property extension database on Solaris
Configure a property extension database on Windows