Bug 784169

Summary: Upgrade Riftsaw to 2.3.2.Final to include RIFTSAW-470
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Jason Shepherd <jshepherd>
Component: riftsawAssignee: Nobody <nobody>
Status: VERIFIED --- QA Contact: Ivo Bek <ibek>
Severity: high Docs Contact:
Priority: high    
Version: 5.2CC: jpechane, ldimaggi, ncross, rwagner
Target Milestone: ---   
Target Release: 5.3.0 GA   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Problems would arise when attempting to access the BPEL Console at http://servername:8080/bpel-console/ if Oracle 11G was the database. An exception would be thrown which read "Failed to execute query". This was solved by converting native SQL commands into HQL. It has been fixed in Riftsaw 2.3.2.
Story Points: ---
Clone Of:
: 784293 (view as bug list) Environment:
Last Closed: Type: Component Upgrade
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 784293    

Description Jason Shepherd 2012-01-24 04:27:33 UTC
Description of problem:

See https://issues.jboss.org/browse/RIFTSAW-470

Version-Release number of selected component (if applicable):

2.3.2.Final

Comment 1 Jeff Yu 2012-01-24 12:12:24 UTC
The solution to this problem is to convert those Native SQL into HQL, which is in the bpaf-explore project (a subproject that is consumed by the bpm-console and riftsaw). It has been fixed into the RiftSaw 2.3.2 version.

Comment 4 Rick Wagner 2012-03-19 21:26:18 UTC
GSS considers this a high priority, please.

Comment 5 Nick Cross 2012-06-01 09:30:50 UTC
Fix exists in Riftsaw 2.3.4.Final which SOA-P 5.3.0 is using.

Comment 6 Suz 2012-06-13 01:20:54 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
When using Riftsaw, problems would arise when attempting to access http://servername:8080/bpel-console/. An exception would be thrown which read "Failed to execute query". This was solved by converting those Native SQL into HQL, which is in the bpaf-explore project (a subproject that is consumed by the bpm-console and Riftsaw). It has been fixed in Riftsaw 2.3.2.

Comment 7 David Le Sage 2012-06-14 03:35:02 UTC
    Technical note updated. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    Diffed Contents:
@@ -1 +1 @@
-When using Riftsaw, problems would arise when attempting to access http://servername:8080/bpel-console/. An exception would be thrown which read "Failed to execute query". This was solved by converting those Native SQL into HQL, which is in the bpaf-explore project (a subproject that is consumed by the bpm-console and Riftsaw). It has been fixed in Riftsaw 2.3.2.+Problems would arise when attempting to access the BPEL Console at http://servername:8080/bpel-console/ if Oracle 11G was the database. An exception would be thrown which read "Failed to execute query". This was solved by converting native SQL commands into HQL. It has been fixed in Riftsaw 2.3.2.

Comment 8 Ivo Bek 2012-06-14 08:59:30 UTC
Verified in SOA-P 5.3.0.ER3