Contents
System and Software Requirements
2 Gigabytes (GB) of RAM.
275 megabytes (MB) of available hard disk space for installation plus a recommended 100 MB additional space for growth in the Presto Repository.
Windows, Linux, OS/X or Solaris operating system.
Presto has been tested in Windows Vista , Windows XP (SP2), Linux Fedora Core 5, OS/X 10.4.6 and Solaris 10 x86.
JDK 1.4.2 or 1.5.
If JMX cascade clusters are enabled, JMX 1.1.
Any of the following browsers for Presto applications:
Internet Explorer 6.0 or 7.0.
Firefox 2.0.
The Mashup Studio Eclipse Plug-in is recommended to be installed on development clients along with Presto servers and applications. This plug-in can be installed separately, although remote debugging is not supported. If Presto is co-hosted with Mashup Studio, see Recommendations for Presto for additional requirements.
1 Gigabyte (GB) of RAM.
50 megabytes (MB) of available hard disk space for the plug-in.
Windows Vista or XP (SP2), Linux or OS/X operating system.
JDK 1.5.
Eclipse Platform, version 3.3 (Europa build)
WTP Feature, version 2.0
Note: for best results add the Mashup Studio plug-in to a new installation of the WTP All-In-One package for 2.0 which includes the Eclipse Platform 3.3. For more information on the compatibility of other Eclipse projects with the Europa build, see http://www.eclipse.org/europa/projects.php.
220 kilobytes (KB) of available hard disk space.
Recommended hardware requirements for Windows .NET Framework 2.0
Windows .NET Framework 2.0 or Visual Studio .NET 2005
1.7 megabytes (MB) of available hard disk space.
Recommended hardware requirements for Windows Office 2003 and the .NET Framework 2.0
Microsoft Office 2003 (SP3) and any compatible Windows operating system.
Microsoft .NET Framework 2.0.
Windows Office 2003 Primary Interop Assemblies
Currently this connector is available for the Oracle Application Server Portal:
Oracle Application Server 10g (10.1.3.0.0)
Oracle Containers for Java, v10.1.3.3
2 Gigabytes (GB) of RAM
The following software is installed with Presto:
Apache's Tomcat Servlet Container, v 5.5.20.
HSQLDB 1.8.0.
Presto is installed with Tomcat as its default servlet container. Presto is compatible with Tomcat or any J2EE application server with JDK 1.4.2 or 1.5. Presto has been tested in the following application server configurations:
BEA WebLogic Server 10.0
JBoss Application Server 4.2.2GA
Oracle Containers for Java (OC4J) 10.1.3
Tomcat 5.5.20
Presto mashlets are compatible with the following browsers:
Internet Explorer 6.0 and 7.0
Firefox 2.0
To migrate service data from version 1.X to 2.0+, you must re-register services.
This release does includes a utility to export service data from a 2.0+ Presto Repository and import service data to another 2.0+ Presto Repository. You can use these utilities to migrate services registered in any 2.0 version or above of Presto or to replicate service data to additional instances. See Migrating Services in the Presto Library for instructions.
The name of the mashup markup language has changed to the Enterprise Mashup Markup Language (EMML) in this version. This includes schema changes that are backwards compatible with the JMML syntax from the 2007-09-15 schema. Migration is required for any existing mashup scripts from earlier schemas or if you wish to use new features available in this version in an existing mashup.
To upgrade existing mashup scripts to the new schema, you must change both the namespace and the name of the schema file in mashup scripts:
New namespace = http://www.jackbe.com/2008-03-01/EMMLSchema
New schema file = EMMLSpec.xsd
In addition, this release adds a new schema for Mashup Macro libraries: http://www.jackbe.com/2008-03-01/EMMLMacroDefSchema.
See Migrating Mashups in the Presto Library for instructions.
Edge Mashup Server is now simply the Mashup Server.
Push Server is now the Event Connector.
JMML is now EMML, the Enterprise Mashup Markup Language.
Support for Excel services
Built-in RSS feeds for common service queries
Support for POJO services using DWR has been removed and replaced with mashup wrappers. This is not backwards compatible.
Session parameters that can be set in requests and saved from responses
The username and password for the current user is available as session attributes
The POST operation is supported for REST services as well as REST services that have XML schemas to define their responses.
A web page to allow you to monitor and manage the Presto license has been added
Caching options for NSD (normalized service definitions) and for service metadata (from the repository)
Several new headers in JUMP. See API reference documentation.
Additional links in the server home page to access Connectors, Wires and license management features
A plug-in architecture and new WSDL engine for better support of WSDLs and WSS policies
Changes in authentication behavior to support Mashlet security allow requests to omit credentials for authentication. If credentials are missing, the server assumes this is an "anonymous" login and allows the request to continue. If the request invokes services that require authorization, they fail - if authorization is enabled.
Import/export utility for services
Caching options for service metadata
Support for hosting the repository in Oracle and MySql databases
A new name and new namespace
<group> command to allowing grouping
Macros to allow custom mashup commands within a script or in libraries
Scripting support for JRuby
Support for direct invocation of SQL commands including queries, CRUD and transaction handling
Transaction handling for Database service invocations
Support for user-defined XPath functions
Support for XPath functions in join conditions
Support for the complex <join> syntax has been removed. The simple syntax has been enhanced, instead.
Mashups as wrappers for POJO classes
Access to HTTP headers and cookies in responses from ungoverned services (<directinvoke>)
Access to user and global parameters in mashups
Limited access and support for session parameters
Pagination for mashup service responses only
Built-in query services for mashups
Error handling for service invocations
User-defined and Presto-defined metadata commands
Enhancements to <assign> for more flexible data handling
Enhancements to sort to support dates and numbers
Mashup script profiling for performance analysis
Note: to ensure compatibility with NSD and JUMP, the Mashup Engine uses a different naming format for parent nodes in service results that contain arrays of complex objects. Existing mashup scripts may need to be updated to use the new naming convention. Previous releases returned a parent node in the form <object-name-Array>. The new name is in the form <object-name_Array>.
This is a new application that is a plug-in for Eclipse to support the full breadth of EMML and mashup scripts.
Full IDE support including creating scripts, debugging (local servers only), and publishing,.
Mashup Perspective
Mashup Debugging Perspective
EMML Editor
Macro Editor
Syntax highlighting and code assistance
Drag-and-drop commands for service invocation or XPath expressions
XPath assistance (to build expressions or test expressions)
Server configuration (local and remote)
Services view to find Presto services
Service Inspector view to test operations, see sample service results, test XPath expressions or generate XPath expressions for the mashup script
Debugging with breakpoint management, view variables and step through
This is a new application that provides a graphical canvas to create simple mashups.
Invoke services or mashups
Invoke ungoverned services (directinvoke)
Conditional invocations
Sort
Filter
Merge
Join
Input parameters
Extract data as nodes or as values
Support for built-in or user-defined macros to provide custom actions
Preview results at any step
Basic mashup management features
Links to make mashlets from a mashup
Mashlets is a new feature that combines service or mashup results with views (user interfaces) that can easily be plugged into web pages. Mashlets can also simply be custom "widgets" defined with an API.
Wizard to create mashlets for any type of service or mashup
Multiple views supported (XML tree, grid, Flash-based charts, Yahoo Map and RSS reader)
Mashlet security
Programmatic or generated from services
Database service flow enhanced
Changes to support additions for REST services)
Link to make mashlets from any service
Presto Connectors allow users to publish services and in some cases to consume services from different sources including:
Dapper Connector for creating services based on web clipping
HP SOA Systinet Connect to publish services quickly from the HP SOA Center registry, in real time or in batch mode
Excel Connector
Portal Connector
Event Connector
Includes updates to the existing API plus APIs in two additional languages:
Complete new JavaScript API: now backwards compatible, new namespace, no synch and no HTTP
Java API for server-side access
C# API for server-side access
Configuration to control mashup features including ungoverned service invocations, scripting and direct SQL invocations
Post-installation scripts to publish built-in mashups for RSS feeds and support of macros in Wires
Deployment information for various application servers
Administration Console/Server Fixed Issues
Mashlet API and Mashlets Fixed Issues
Presto Connectors Fixed Issues
Presto Event Connector Fixed Issues
| Issue | Description |
| REAP-4712 | JBHD: Presto G.A. 1.4.3 E-BCOMM BAF LDAP implementation issues |
| REAP-4225 | Inconsistencies between labels and links for admin server - admin console |
| REAP-3901 | After submitting login at Admin Console browser freezes |
| REAP-3695 | Unable to log on to the admin console when the proxy property is set to true |
| REAP-2581 | ACHelp: Edit Role button is not available |
| REAP-2580 | ACHelp: No functionality to modify user details |
| REAP-1519 | Service Policy Enforcement is failing |
| REAP-1511 | Unexpected behavior in UserManager api: modifyUser() |
| REAP-1308 | MAke the screen blockers occupy the whole screen |
| Issue | Description |
| REAP-4925 | Error invoking Amazon service - error: Unexpected character encountered: 'c |
| REAP-4908 | Actions from global.emml-macros missing |
| REAP-4907 | Unable to run a user defined action on wires |
| REAP-4792 | WebSphere: Unable to register DAO in WebSphere |
| REAP-4742 | Unable to assign roles to User when using LDAP as User Repository |
| REAP-4660 | Verbose mode ON doesn't cause any changes |
| REAP-4574 | WebSphere: Unable to save mashups |
| REAP-4527 | WebSphere: Order the tags in web.xml file in presto war to support WebSphere deployment |
| REAP-4509 | Obligatory default datasource on emml |
| REAP-4486 | Presto utilities "register samples" shortcuts have been removed |
| REAP-4468 | Browse button on the installer takes longer than normal time to open up a Select Dialog |
| REAP-4319 | jbenv.sh does not set the environmental variables |
| REAP-4206 | Documentation shortcut points to old link |
| REAP-4199 | Special providers should be removed from Provider list |
| REAP-4138 | Presto not working on Oracle DB |
| REAP-4113 | Presto not working on MySQL DB |
| REAP-4103 | Unable to Install in Vista with Java 1.6 installed |
| REAP-4102 | Need to be Admin to Install on Vista |
| REAP-4005 | Cannot invoke services in Presto with WAS 6.1 |
| REAP-3933 | Unable to deploy Presto on WebSphere |
| REAP-3821 | No license validation for any application. |
| REAP-3804 | emmlpub.bat and other mashup related commands not available in installation |
| REAP-3782 | Columns sizes are too small in DB |
| REAP-3773 | JPOX fails to initialize properly when trying to access NSD Information from the Eclipse based Mashup Studio |
| REAP-3763 | Issues with generated code for Stored Procedures |
| REAP-3691 | Unable to register REST service in WebLogic |
| REAP-3599 | Slow DAO services performance |
| REAP-3551 | (DAO) When searching for a field of type String, in an Oracle DAO service, the result is always empty. |
| REAP-3354 | Installer does not proceed after the shortcut creation if a standard user tries to install in Vista; installation rolls back thereafter |
| REAP-3346 | License expired after installation |
| REAP-3344 | Presto installation in Vista fails |
| REAP-3310 | Presto shortcuts not created when installing on Windows XP |
| REAP-3308 | SE AND AS stop responding if user clicks on Tomcat Trace Window |
| REAP-3256 | No output displayed while invoking the samplewsdl.jmml script remotely (Using -url option) |
| REAP-3253 | Registration of sample mashups fails on solaris. |
| REAP-3217 | Receiving Error while trying to re-register service that has been previously removed from registry |
| REAP-3137 | Error registering WSDL Service |
| REAP-3108 | JVM options (JAVA_OPTS) for min and max memory settings do not exist in jbenv.bat & jbenv.sh |
| REAP-3107 | Add Portal Integration Guide to Presto > Documentation menu |
| REAP-3087 | Incorrect output displayed while invoking a mashup with RSS service (Union of two RSS service) |
| REAP-2971 | Change Docs Menu for Windows to include Installation and Edge Integration Guide |
| REAP-2964 | Move security properties back to presto.config so users can set these properties |
| REAP-2709 | ROLE_RDS_PUBLISHER is assigned by default to mashup services and cannot be unassigned |
| REAP-2485 | (Installer) Shortcuts to PDF files in Documentation Menu have not icon (adobe) |
| REAP-2471 | Google search service hangs Edge server |
| REAP-2365 | Unable to install in Program Files folder (VISTA) |
| REAP-2362 | Installation path dilaog box is truncated from right causing the Browse buttons to hide (VISTA) and similar issues in subsequent screens too |
| REAP-2205 | New WSDL Engine not processing PayPal WSDL |
| REAP-2111 | Fix view selection logic in OutputFormatModificationInterceptor |
| REAP-2091 | User is able to proceed without entering any Licensee Name |
| REAP-1855 | REST services do not get registered if sample output is not provided |
| REAP-1412 | Issue regarding messages while Tomcat starts up |
| REAP-1386 | Invalid project.jmbl file for databinding |
| REAP-934 | DWR POJO - NSD Generation during registration |
| REAP-917 | Failed shutdown on Apache Portable runtime |
| REAP-333 | JVM version detection when installing Presto |
| REAP-45 | Sever Error log messages |
| Issue | Description |
| REAP-4924 | WebSphere: Unable to publish mashlets in WebSphere |
| REAP-4626 | Need a way to hide the "Get Script" icon on the mashlet toolbar |
| REAP-4427 | Slightly complex mashup fails on make mashlet |
| REAP-4360 | DAO filter mashlet can't be created |
| REAP-4318 | Cannot Make Mashlet for RSS Mashup with Filtering |
| REAP-4022 | Service Home doesn't work |
| REAP-3631 | Can't load mashlets |
| Issue | Description |
| REAP-4034 | Mashup hub mashlet configuration isn't saved |
| REAP-4033 | Mashup hub mashlets can be created with already used names |
| REAP-4032 | Error show when tree mashlet is selected |
| REAP-4031 | Mashup Hub mashlets takes the whole window |
| REAP-4030 | Mashup Hub columns aren't displayed with some structures on grid mashlet |
| REAP-4029 | Mashup Hub no configuration for RSS mashlet |
| REAP-4027 | Mashup hub nested parameters are not displayed on make a mashlet |
| REAP-4025 | Mashup Hub back button doesn't work on create a mashlet |
| REAP-4024 | Mashup Hub mashlet information are not validated when creating a mashlet |
| REAP-4023 | Mashup Hub inputs are not validated when creating a mashlet |
| REAP-3999 | Rename 'static' to 'prestoresources' |
| REAP-3979 | Refactor hub2.jsp |
| REAP-3898 | When mandatory inputs are not filled then it is not possible to configure columns for default grid mashlet |
| REAP-3701 | DragonFly Task List |
| REAP-3486 | (Wires) Mashup homepage (OR the one titled "servicehome.jsp" still), to "get the code" (click button) withouth clicking the "preview" button |
| Issue | Description |
| REAP-4773 | Log messages and feedback messages to the user are not correct. |
| REAP-4575 | Error displayed when trying to publish mashups to remote server from Eclipse |
| REAP-4530 | Macro spec namespace incorrect in schemaLocation attribute |
| REAP-4498 | Mashup debugger server classpath cancel buttons failure |
| REAP-4475 | Namespace not being generated properly when a service operation is dragged and dropped onto the Mashup Editor. |
| REAP-4474 | global-emml macro does not show any node in the outline view |
| REAP-4450 | Eraze instead of erase in mashup studio - mashup server configuration |
| REAP-4406 | Ok button should be disabled when the operation preview is in progress after user drops an operation from service explorer |
| REAP-4354 | Product information not present in the About dialog |
| REAP-4235 | Auto switch to Debugger Perspective not happening consistently |
| REAP-4230 | Product Branding in the about dialog not present for Mashup Studio |
| REAP-4172 | Unable to create EMML file in Mashup Studio |
| REAP-4165 | Change Register Service action to Publish Service |
| REAP-4112 | Operation is not cancelled even if the user selects 'Cancel' button of the 'Progress Info Dialog' invoked on 'Load Service' or 'Inspect Operation' from Presto Service |
| REAP-3929 | Not possible to open a Mashup project |
| REAP-3925 | Correct header always shows an error in MashupStudio / EMML View |
| REAP-3894 | Code completion doesn't work in MashupStudio. |
| REAP-3692 | Use EMMLSpec.xsd for schema and update namespace when creating new EMML |
| Issue | Description |
| REAP-4038 | Unable to invoke WSDLs that have nested Headers WSDL |
| REAP-3562 | Add login/logout APIs for PConnect for Ajax |
| Issue | Description |
| REAP-4833 | .chm Help file its broken |
| REAP-4716 | Error message should be formatted for more readability |
| REAP-4701 | "Error retrieving stored search results!" message is displayed when trying to retrieve a stored search URL |
| REAP-4455 | Doc review for Excel Connector |
| REAP-4289 | Error when trying to publish an excel which has special characters in content |
| REAP-4278 | Error when trying to publish excel service |
| REAP-4207 | Atom service not listed in the list of services displayed in Excel |
| REAP-4193 | Dapper connector does not work when Presto is running on a non-8080 port |
| REAP-4142 | AmazonREST Data is hardcoded in the Excel Toolbar |
| REAP-4058 | Last Service is not displayed properly in the Services List |
| REAP-4057 | Error is displayed in the tomcat console when going back in Bind Service Dialog |
| REAP-4056 | "Next" button in "Bind Service Wizard - Pick Service Operation" should be enabled only after Service and Operation both are selected |
| REAP-3956 | Error Displayed when trying to bind XigniteGetQuotes |
| REAP-3955 | Results do not change once user goes back while binding a REST service |
| REAP-3953 | Test button in the Bind Service Wizard does not work |
| REAP-3917 | The Saved Search URL field goes blank when clicking on it |
| REAP-3778 | Special characters in Service Names cause issues in SE |
| REAP-3775 | Issues with Chart data - Inconsistency in the data representation in "Edge Service Distribution by Availability and Status" graph |
| REAP-3727 | Systinet Presto Page is not displayed unless user already logs into Service Explorer |
| REAP-3720 | Unable to access Service Explorer with IP address |
| REAP-3718 | Registration Properties pane should be clickable along the entire length |
| REAP-3717 | Error message is displayed when trying to save changes made to a service in Service Explorer |
| REAP-3686 | REST Services are identified through its "Service Endpoint" while WSDL are identified by the service Name. |
| REAP-3684 | On register service, progress indicates 100% even the process is still incomplete. |
| REAP-3683 | Some icons overlap the section they belong to. (Even in a maximized window) |
| REAP-3681 | When "restoring" the browser, controls appear averlapped. |
| REAP-3680 | Even a service is "Not Consumable", their links can be clicked. |
| REAP-3679 | Service type tooltip appears in lowercase |
| REAP-3677 | Exceptions thrown on Tomcat console when unregistering a service. |
| REAP-3676 | Exceptions thrown on Tomcat console when clicking on "Browse Services". |
| REAP-3675 | [D E] hyperlinks redirects to same link as "Service Endpoint". |
| REAP-3673 | Register related buttons should advice when there are no selected services. |
| Issue | Description |
| REAP-837 | Java exception when launching ASB in Windows XP |
| Issue | Description |
| REAP-4381 | Cant register DAO of a table with many columns on Service Explorer |
| REAP-4364 | Unable to save MySQL driver |
| REAP-4334 | The service registered with "JackBe Presto Platform" disappears after refreshing |
| REAP-4039 | WEBLOGIC: Static war not getting auto-deployed on WebLogic |
| REAP-1704 | SEHelp: Help for Service Explorer doesnt open in FF in Mac |
| REAP-1655 | Type for Atom feed is displayed as RSS |
| REAP-1601 | Unable to register WSDL services when app server is Weblogic |
| REAP-827 | What should be action on click of Cancel button? |
| REAP-553 | SE Login Screen |
| Issue | Description |
| REAP-4908 | Actions from global.emml-macros missing |
| REAP-4907 | Unable to run a user defined action on wires |
| REAP-4800 | Cannot use Extract Value in wires |
| REAP-4797 | No xml tree is displayed when try to use conditional block |
| REAP-4793 | WebSphere: Wires not working on WebSphere |
| REAP-4636 | Extracting node value resturns response in document format; user may need to use it as string |
| REAP-4546 | Expression Builder does not show newly created Input param |
| REAP-4484 | Need to ensure that Wires works on Firefox with Firebug not installed or disabled |
| REAP-4399 | Join of RSS & Rest fails |
| REAP-4303 | Differentiate mashups created in wires with mashups created using script |
| REAP-4247 | Sorting for a mashup block is not allowed |
| REAP-4192 | Have Service/Mashup appear as Wires Block title and operation (if any) appear as subtitle |
| REAP-4140 | Load Balancing: Wires not working in a Load Balancing environment. |
| REAP-4039 | WEBLOGIC: Static war not getting auto-deployed on WebLogic |
| REAP-3856 | RSS Filter stop working after saving |
| REAP-3630 | RSS item window pops when configuration is edited |
| REAP-3551 | (DAO) When searching for a field of type String, in an Oracle DAO service, the result is always empty. |
| REAP-3502 | XML/RSS/Grid TABS are displayed inconsistently in the mashup homepage |
| REAP-3501 | JMML not formed properly when trying to create a mashlet of a Youtube REST service |
| REAP-3498 | A mashup invoked in a mashup is not working.wires |
| REAP-3493 | Edit configuration does not hold user define values |
| REAP-3481 | When cutting a previously cutted object, you'll get an exception. |
| REAP-3480 | Error when saving after publishing. |
| REAP-3470 | "Properties" menu raises an error dialog when applied over blocks. |
| REAP-3464 | "Link" button doesn't perform any action. |
| REAP-3437 | (Output Action) Not obtaining response from action block |
| REAP-3435 | Wires unable to consume EMML with inline document definition |
| REAP-3431 | Add help toolbar button to Wires Designer |
| REAP-3430 | Add help button to Service Home Page |
| REAP-3374 | Output parameter does not display response when trying to preview |
| REAP-3369 | Wires/Browser hangs when invoking an operation involving a lot of data |
| REAP-3366 | Able to view mashlet only on the one with the Edge Server |
| REAP-3360 | Sort doesn't have a Direction property |
| REAP-2815 | permission exception for xmlhttp |
| REAP-2516 | Output Operation in Wires not working |
| REAP-2450 | Incorrect handling of single input param used to 2 services |
Administration Console/Server Known Issues
Mashlet API and Mashlets Known Issues
Presto Connectors Known Issues
Presto Event Connector Known Issues
| Issue | Description |
| REAP-4869 | "Operation not found" error raise when server status is clicked WAS 6.1 |
| REAP-4848 | LDAP configuration screen does not display details |
| REAP-4847 | Error message is displayed twice when non admin user tries to access Attribute Management |
| REAP-4788 | userjdbc properties is needed even if we use LDAP for user authorization and authentication - needed for identity attributes |
| REAP-4726 | Modification buttons should not be displayed if user is using a configured User Repository |
| REAP-3911 | Admin console Attributes don't get updated |
| REAP-2910 | Changing User Store type to LDAP doesn't do anything and is not affected by actual LDAP config changes |
| REAP-2553 | Javascript error displayed in adminserver |
| REAP-2230 | "Moved Temporarily" error displayed on adminserver login page if server forces change to https |
| REAP-1840 | Ok button jumps tto another place when trying to copy settings in Server Config |
| REAP-1701 | Able to create user with User Name admin |
| REAP-1569 | Table returns to page 1 automatically when user navigates to page 2 in Server Configuration |
| REAP-1525 | Failed requests get added to Requests in Progress Count for REST services |
| REAP-1268 | All rows turn bold on selecting once instead of only the currently selected one |
| REAP-1236 | Dulpicate attribute names allowed |
| REAP-1222 | Different fields displayed for same option in User DB settings |
| REAP-1197 | Buttons and pagination labels in Manage users are disoriented |
| REAP-872 | There is not validation for delete operation |
| Issue | Description |
| REAP-4947 | Need serviceType filter for tag cloud |
| REAP-4929 | Mechanism required to allow specifying LDAP password in encrypted format |
| REAP-4926 | WebSphere: Instantiation Error displayed when trying to invoke a DAO operation |
| REAP-4904 | move all the *editable* config files out of war file into separate *config* directory |
| REAP-4855 | DAO invocation is not working in WAS 6.1 - Windows Vista |
| REAP-4853 | Stored procedures that return Result Set in MSQL 2000 do not work |
| REAP-4849 | Implicit declaration of variables does not meet proper type |
| REAP-4778 | Change persto to presto in the createUser.txt file |
| REAP-4774 | RDS API Error messages need to be more intuitive and user frieldly |
| REAP-4766 | Unablet to register EMMLs on the following config - Presto running on JBoss on Win Vista/ User Repository and Service Repository on MySQL/Linux |
| REAP-4763 | Unable to view a specific WSDL in Wires |
| REAP-4755 | <RSS> Tag not closed in Return |
| REAP-4737 | Cannot use DAO to insert Timestamp data |
| REAP-4735 | Up field size in createTables.txt |
| REAP-4673 | Comprehensive error message should be displayed when trying to import from an invalid file |
| REAP-4672 | Comprehensive error message should be displayed when trying to import with presto repository down |
| REAP-4670 | Unable to create a DAO Service for MSSQLServer 2005 |
| REAP-4666 | Comprehensive error message should be displayed when trying to export with wrong URL |
| REAP-4665 | Comprehensive error message should be displayed when trying to export with invalid queries |
| REAP-4664 | Comprehensive error message should be displayed when trying to export with wrong credentials |
| REAP-4663 | Comprehensive error message should be displayed when trying to export with parameters missing |
| REAP-4662 | Comprehensive error message should be displayed when trying to export with mashup server down |
| REAP-4661 | Comprehensive error message should be displayed when trying to export with user repository down |
| REAP-4656 | An error message should be shown for unexisting services exportation |
| REAP-4655 | An error message should be shown when using more than 1 tag on service exportation |
| REAP-4654 | An error message should be shown for unsupported service type exportation |
| REAP-4647 | JEMSDesigner has get JMML operation |
| REAP-4620 | JUMP Requests must be only namespace uri aware, and namespace prefix agnostic |
| REAP-4591 | assigning providerName to services creating in wires |
| REAP-4505 | Default tomcat installation directory does not change in the Configure Application Server dialog after user goes back from component selection screen |
| REAP-4390 | Mashup server is crashing |
| REAP-4357 | Unable to invoke custom created Salesforce WSDL |
| REAP-4323 | Export/Import does not handle POST URL for REST services |
| REAP-4316 | Errors for PRESTO_CLI_HOME for exportService command |
| REAP-4269 | Can't do writes to SalesForce |
| REAP-4221 | Apache Tomcat is displayed in the list of components to be installed even if one selects an existing tomcat installation. |
| REAP-4185 | Need Private Key for API Access |
| REAP-4183 | <variable jmmlType="variable" should be named emmlType |
| REAP-4160 | DateFormat (mm/dd/yyyy) in RDS APis need to changed to mm-dd-yyyy |
| REAP-4100 | Unable to publish Oracle DAO Service on Unix: Tables, views and procedures are not displayed for the respective schemas |
| REAP-4098 | Wrong DAO SP params generation for Sybase DBMS |
| REAP-4066 | GoogleSearchWSDL can not be used based on automated schema understanding of Presto. |
| REAP-4006 | Cannot load a POJO inside Presto webapp |
| REAP-3939 | Variables can be used outside their scope in EMML. |
| REAP-3896 | emmlpub.sh fails to register a mashup into an existing application (if application name has spaces) |
| REAP-3873 | In a join condition you only can use document type variables |
| REAP-3829 | Uninstaller in deletes eveything under install directory, not just what it installed, with no warning |
| REAP-3828 | Program Menu Hierarchy |
| REAP-3827 | Installation on the remote machine via X Window takes long time |
| REAP-3803 | Problem with EMML <display> element and Xpath text() |
| REAP-3790 | Add JUMP request validations on the Server side |
| REAP-3785 | RDS start script should be in a loop so can automatically start if server goes down |
| REAP-3732 | RDS should provide a internal field(s) for storing additional metadata |
| REAP-3731 | Need a way set id or internal name for services |
| REAP-3461 | In the mashlets the given width and height is not generated in the code. |
| REAP-3371 | If an invalid operation/service exists on the Wires desktop, user is unable to preview other services |
| REAP-3225 | Error while executing googleauth.jmml using jmm.bat |
| REAP-3224 | When JDK 1.4 is selected - User cannot select multiple items, in the component selection dialog, after selecting one item |
| REAP-3079 | Join requires use of string() function under certain scenarios |
| REAP-3041 | In Solaris, user should be prevented from proceeding for installation if the required space is greater than the available space |
| REAP-3007 | No error message displayed when input file format is wrong |
| REAP-2800 | Remove namespace dependency in SOAP payload builder |
| REAP-2573 | Widget level authorization level is required and/or clearing of user credentials after browser window is closed |
| REAP-2381 | Presto GA 1.2.1 Licence issues, Licence expired when installing either the evaluation licence or normal licence |
| REAP-2363 | The available space is displayed as not ascertainable in the Presto Components Selection dialog |
| REAP-2232 | User names and passwords are not encrypted before sending it to the Edge Server |
| REAP-2207 | Unable to register Mashup via http://localhost:8080/presto/invokeJEMSd.jsp |
| REAP-2203 | Multiple instances of the same service in case of cyclic reference in Federated Servers |
| REAP-2199 | One row is displayed by default even if we delete it in the Federated Servers list |
| REAP-2198 | Add Fed Server process accepts blank in all the fields |
| REAP-2188 | Able to add two servers with the same name |
| REAP-2187 | Last entered values are displayed in text fields when user to add new server in federation |
| REAP-2112 | Propogate format parameter to Federation partner |
| REAP-2088 | Changing the name of installation folder does not delete the original folder |
| REAP-2087 | Error log file is generated if installer is quit mid way |
| REAP-1944 | PojoServicePulisher is not threadsafe |
| REAP-1929 | Federatioin name cannot have "." in it |
| REAP-1893 | Cache changes semantic of qm.getRegistryObject(svcUid) |
| REAP-1848 | Javascript scripting support is not available in JEMS for Weblogic 8.1 deployments |
| REAP-1768 | Problem to send parameters with databinding API |
| REAP-1571 | Not all shortcuts are removed when uninstalling after a staggered installation |
| REAP-1282 | JUMP cannot differentiate between null array and empty array |
| REAP-1182 | Tomcat does not get uninstalled if it is installed in a folder other than the Presto install folder |
| REAP-1137 | Multiple XSD Anonymous types with same parent element names are handled incorrectly in NSD |
| REAP-1090 | Residual folders/files are not deleted even if installation is quit before copying of files |
| REAP-1056 | Amount of space mentioned in the installer is not consistent with the actual amount of space taken up on disk |
| REAP-615 | If database is not running, RDS initialization is not handled gracefully |
| REAP-478 | Service Registration fails if SOAP:Address not valid at registration time |
| REAP-233 | Update SDO payload builder to handle all SDO data types |
| Issue | Description |
| REAP-4968 | URL for help button |
| REAP-4959 | Expand All for XML view in Make Mashlet give a Shows a Browser Error: El has no properties |
| REAP-4949 | Custom Mashlets does not work in IE7 |
| REAP-4889 | custom mashlets do not show in IE |
| REAP-4863 | Mashlet Maker - sends Firefox into CPU overdrive - after going back to viewer screen and selecting different columns |
| REAP-4857 | Mashlet Maker barfs on one mashup I wrote |
| REAP-4823 | Mashlet Maker Does not prompt for authentication for SOAP headers when using Xignite services |
| REAP-4790 | Back button overshoots the mashlet frame |
| REAP-4697 | When changing input params in Mashlet for Mashlet Maker values don't get saved |
| REAP-4649 | Mashlets with setTitle inside the render method fails to load in IE |
| REAP-4639 | When selecting operation "ListSearch" from the AmazonDocStyle service on the Make Mashlet page same stage, "unknown error from the presto server" error is thrown |
| REAP-4631 | MakeMashlet doesn't load for IE7 |
| REAP-4573 | WebSphere: Error when trying to create mashlet with Presto on WebSphere |
| REAP-4524 | There's only one field for complex parameters |
| REAP-4523 | Data from mashlet is lost when any or all of the fields from "Custom Preferences" are changed |
| REAP-4503 | Input parameter overlaps input field |
| REAP-4499 | Assign fromexpr causes error on wires and mashlet |
| REAP-4492 | "Make Mashlet" not working on IE6 |
| REAP-4431 | Inconsistent behavior for horizontal scrolling in FF and IE7 |
| REAP-4423 | "Operation" section doesn't show scrollbar |
| REAP-4422 | Mashlet contains unused space |
| REAP-4421 | Text & image overlapped when mashlet is published |
| REAP-4417 | Mashlet of a sorted rest don't show any results |
| REAP-4416 | Federated services threated like local services |
| REAP-4401 | Refresh Icon in mashlets does not update the size of the mashlet |
| REAP-4398 | Repeated name for fields are combined |
| REAP-4389 | No title tag for make mashlet page |
| REAP-4386 | Wrong display of make mashlet screen when window is a little bit more thin |
| REAP-4385 | Make mashlet not working on IE |
| REAP-4384 | (makemashlet) No sync between display and menu in the left side |
| REAP-4383 | Make mashlet embed options columns not fully expanded |
| REAP-4359 | The options in "Make Mashlet" app are enabled |
| REAP-4358 | Mashups with inputs lost them on mashlets |
| REAP-4356 | Yahoo maps viewer can't be used |
| REAP-4350 | Grid viewer displayed differently on IE from FF |
| REAP-4348 | Scrolling down on RSS viewer causes wrong display |
| REAP-4341 | Repeated operations for mashup |
| REAP-4324 | Can't embed a mashlet within a mashlet |
| REAP-4115 | Cannot render an EAF form within a Mashlet |
| REAP-3999 | Rename 'static' to 'prestoresources' |
| REAP-3701 | DragonFly Task List |
| Issue | Description |
| REAP-4873 | createMashlet JUMP request does not retain attribute order of json objects |
| REAP-4653 | Make Mashlet page -- no scroll bars if you make browser window less than full screen width |
| REAP-4034 | Mashup hub mashlet configuration isn't saved |
| REAP-4033 | Mashup hub mashlets can be created with already used names |
| REAP-4032 | Error show when tree mashlet is selected |
| REAP-4031 | Mashup Hub mashlets takes the whole window |
| REAP-4030 | Mashup Hub columns aren't displayed with some structures on grid mashlet |
| REAP-4029 | Mashup Hub no configuration for RSS mashlet |
| REAP-4027 | Mashup hub nested parameters are not displayed on make a mashlet |
| REAP-4025 | Mashup Hub back button doesn't work on create a mashlet |
| REAP-4024 | Mashup Hub mashlet information are not validated when creating a mashlet |
| REAP-4023 | Mashup Hub inputs are not validated when creating a mashlet |
| REAP-3999 | Rename 'static' to 'prestoresources' |
| REAP-3979 | Refactor hub2.jsp |
| REAP-3898 | When mandatory inputs are not filled then it is not possible to configure columns for default grid mashlet |
| REAP-3701 | DragonFly Task List |
| REAP-3429 | Add help button to Mashup Hub page |
| Issue | Description |
| REAP-4956 | An empty progress bar clutters the 'Create Invoke' dialog |
| REAP-4937 | Unable to debug and run an EMML with "parallel" and "sequence' is used |
| REAP-4920 | Refactoring TestServiceView into different listner and utility classes |
| REAP-4918 | If user fails to connect to a server proper message should be displayed |
| REAP-4916 | When user hits the 'Clear All' button of SI Tab Panel, XPath Combo History is not cleared. |
| REAP-4912 | when a new operation is inspected the XPath Utility combo history is not cleaned up |
| REAP-4910 | The Mashup Server Configuration - dialog should not accept incomplete server url |
| REAP-4607 | Do not allow user to create invoke stmt (ok - btn to be disabled) when input parameter types are blank |
| REAP-4231 | Enable Drag and drop from Service Explorer and Service Inspector for EMML macros |
| REAP-4229 | Outline view for EMML Macros not consistent |
| REAP-3893 | Eclipse service inspector error throws error for unique services |
| REAP-3888 | "Local" mashup server type doesn't work when you have federated providers registered. |
| Issue | Description |
| REAP-3916 | SSl is currently not supported for Java and C# |
| REAP-3620 | "samples" assumes port is 8080 |
| REAP-3560 | Include login/logout APIs in Presto Connect for Java |
| REAP-3528 | On setting useProxy to false the user is not able to invoke the service in FireFox |
| Issue | Description |
| REAP-4966 | All endpoints for a service in HP Systinet not displayed when connecting through Presto Connector |
| REAP-4965 | Invalid Stored Search Error message not displayed in all cases |
| REAP-4957 | Excel Installer says "Presto Connect Excel Connector". Should say "Presto Excel Connector" |
| REAP-4938 | Excel Download URL in Excel Plugin About Screen |
| REAP-4935 | if user attempts to delete data that contains data set that is bound to presto service, warn them and tell them that this will delete the binding too |
| REAP-4934 | no UI for deleting service bindings |
| REAP-4933 | update plugin text info |
| REAP-4898 | Excel Connector - importing service wizard works fine, but no data appears; Tried with multiple mashups and services. |
| REAP-4805 | Presto Connect for Excel is not visible/accessible after close and re open Excel |
| REAP-4441 | PC4Excel toolbar is not loaded when installed for "Just Me" in Windows Vista Home Premium |
| REAP-4190 | User should be able to put input fields as cells in Worksheet |
| REAP-3777 | Loading graphic is displayed only for the first time when we try to Browse Services in IE |
| REAP-3701 | DragonFly Task List |
| REAP-3688 | Scroll wheel doesn't work when you click over a Summary chart. |
| REAP-3678 | Exceptions thrown on Tomcat console when re-registering a service. |
| REAP-3672 | When activating a service through Service Explorer, the changes are not reflected in HP SOA Center Mashup Manager graphs. |
| Issue | Description |
| REAP-3974 | ESD communication causes error on Push server start |
| Issue | Description |
| REAP-4858 | Services list in Service Explorer does not refresh after emmlpubbing a mashup I had removed with SE; even after clicking refresh icon |
| REAP-4824 | Error when setting a datasource |
| REAP-4822 | "Are you sure" dialog called when unnecessary |
| REAP-4783 | Error displayed when trying to assign a role to a Federated Service |
| REAP-4781 | SE should not show "ROLE_SERVICE_PUBLISHER" in list of roles to assign to services |
| REAP-4696 | Mashup Embed Page in Make Mashlet script fields needs to be much wider |
| REAP-4670 | Unable to create a DAO Service for MSSQLServer 2005 |
| REAP-4622 | In DAO configuration for drivers are not validated correctly for Linux |
| REAP-4582 | Make Mashlet in SE throws an error when selecting "Make Mashlet" on a chained service |
| REAP-4448 | Metadata info for views and strd procs is not shown when registering DAO service (mysql) |
| REAP-4444 | When trying to register DAO services for databases of medium size onwards the browser freezes/hangs |
| REAP-4404 | Message is not specific enought when required field is not filled during service registration |
| REAP-4352 | Make mashlet should be disabled for unactive mashups |
| REAP-4288 | Unable to edit a federated service in Service Explorer |
| REAP-4248 | Can not assign Federate Service to an application |
| REAP-4185 | Need Private Key for API Access |
| REAP-4161 | Column name case differ from database |
| REAP-4139 | Load Balancing: Service Explorer not working in a Load Balancing environment. |
| REAP-3662 | Roles are not saved at the operation level in Service Explorer |
| REAP-3643 | Unable to add federated service to Applications in Service Explorer |
| REAP-3575 | (Service Explorer) A database provider could be saved without validation |
| REAP-3568 | (Service Explorer) A database driver could be saved without validation |
| REAP-3451 | Problem when activating services with an accent in the title |
| REAP-3311 | Errors displayed when trying to activate/deactivate or SAVE changes for federated services in SE |
| REAP-2641 | SEHElp: Service Name does not accept period '.' even though the documentation says it should |
| REAP-1619 | User able to add duplicate attribute names by providing a lagging space |
| REAP-1602 | Service Explorer unable to start in Weblogic after registering WSDL service on SE running on Tomcat |
| REAP-1500 | Text alignment is not proper if the added comment has more characters |
| Issue | Description |
| REAP-4959 | Expand All for XML view in Make Mashlet give a Shows a Browser Error: El has no properties |
| REAP-4950 | (wires) No scrolls are shown in setting chart view frame |
| REAP-4944 | Mashup "creator" is not set correctly - always set to 'admin' |
| REAP-4927 | WebSphere: Unable to select operation in WSDL in Wires |
| REAP-4901 | Need to Copy a Wire's EMML form one Presto to another and be able to edit |
| REAP-4835 | Tree structured data display should provide expand/collapse options |
| REAP-4831 | Join Condition in wires should not be casesensitive |
| REAP-4828 | Adding inputs for a service/operation overlaps and truncates input names |
| REAP-4822 | "Are you sure" dialog called when unnecessary |
| REAP-4817 | Wires always ask to save even after saving |
| REAP-4806 | Incorrect display of Wires when services have to many operations |
| REAP-4798 | Wrong space distribution in run area for wires. unnecessary scrolls are displayed |
| REAP-4782 | Mashup stops working once I publish it from wires |
| REAP-4708 | Under some resolutions not all the controls are displayed |
| REAP-4706 | Grid doesn't work when the data is coming from an extract XML action |
| REAP-4679 | When a service answer is only one row, all the view does not shows anything and then Wires not working |
| REAP-4652 | Starting Wires for first time prompts with a "Do you want to exit dialog" |
| REAP-4643 | Sevearl Yahoo sample services, when executed in wires, throws a "invalid or missing appid" |
| REAP-4637 | Cannot consume REST service that returns XML dataset with attribute in Wires |
| REAP-4601 | (Wires) Wrong error for message when using invalid/expired license |
| REAP-4581 | Wires doesn't allow you to select a operation in a Chained Mashup |
| REAP-4580 | Opening up a Mashup on a chained service in Wires doesn't work |
| REAP-4552 | Need to remove EXT.debug library from install |
| REAP-4544 | Multiple Joins on Block |
| REAP-4518 | Cache error when Presto 1.4.3 and Presto 2.0 coexist |
| REAP-4500 | "Wires" not working on IE6 |
| REAP-4499 | Assign fromexpr causes error on wires and mashlet |
| REAP-4490 | In condition tab, boxes are displayed but any data/info is displayed |
| REAP-4467 | RSS view seem to only work with services having a RSS type output |
| REAP-4463 | When a service answer is only one row, the grid view does not shows anything |
| REAP-4408 | Expression Builder - Issue with complex conditions involving multpile sources with XML data |
| REAP-4402 | A little black pixel is shown in canvas where a mashup is published |
| REAP-4352 | Make mashlet should be disabled for unactive mashups |
| REAP-4349 | It's possible to create a Merge of services with different structures |
| REAP-4347 | The box for search index selection in sort configuration is very small |
| REAP-4340 | Scroll bars on grid view not updated automatically |
| REAP-4337 | Wires hangs on IE7 |
| REAP-4332 | Wires "Help" is local files |
| REAP-4331 | It can't open Wires with Internet Explorer 6.0.2 |
| REAP-4329 | Error message is displayed when we CUT a block from the wires canvas |
| REAP-4328 | XML in the Parameters block not formed correctly when a block is dragged for the first time after starting server |
| REAP-4325 | Remove links to servicehome |
| REAP-4313 | Save does not provide a way to select a valid provider |
| REAP-4301 | Wires does not load in IE |
| REAP-4183 | <variable jmmlType="variable" should be named emmlType |
| REAP-4127 | Need a callback when a new mashup is created in wires |
| REAP-3970 | Merge allows the merge of inputs with different structures |
| REAP-3912 | Admin Console graphs doesn't get updated |
| REAP-3889 | Parsing error on wires with federated services |
| REAP-3788 | Service and Mashup names wrap around in Wires Explorer |
| REAP-3787 | Mashups should not have Operation Name in Wires |
| REAP-3516 | Sort does not work as expected when sorting on the basis of a numerical value |
| REAP-3510 | Able to create multiple links between any two blocks |
| REAP-3478 | "Output" block must be restricted to avoid being an input to another block |
| REAP-3477 | "Input" action block can have input itself but it shouldn't. |
| REAP-3474 | When drag & drop a block outside canvas, block becomes sticked to the mouse pointer. |
| REAP-3472 | Canvas becomes tighter under specific scenario using FireBug. |
| REAP-3460 | The old mashup script name is displayed in the header. |
| REAP-3457 | Wires does not work with IE6 & IE7 |
| REAP-3454 | It is not always possible to delete components from the canvas using "Del" key. |
| REAP-3410 | Display of Long Named Services should be limited to 15 characters |
| REAP-3371 | If an invalid operation/service exists on the Wires desktop, user is unable to preview other services |
| REAP-3364 | User should be able to set the order of components in a mashlet |
| REAP-3110 | Wires hangs on clicking the "Refresh" button after getting an error trying to Cut a block |
| REAP-2463 | input for External Operation not handled same as input for services/mashups |