Bug 779872 (SOA-2231)

Summary: Invalid classpath reference in source package
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Martin Weiler <mweiler>
Component: DistributionAssignee: Kevin Conner <kevin.conner>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: urgent Docs Contact:
Priority: urgent    
Version: 5.0.2   
Target Milestone: ---   
Target Release: 5.1.0 GA   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-2231
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-02-11 04:42:02 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Martin Weiler 2010-08-12 15:03:46 UTC
Help Desk Ticket Reference: https://access.redhat.com/issue-tracker/1190493
project_key: SOA

After importing the source package into Eclipse and adding an ESB server runtime, the following error still shows up:

Description Resource Path Location Type
The method setOutgoingRunAs(RunAs) in the type SecurityContext is not applicable for the arguments (RunAsIdentity) JBossASContextPropagator.java /JBossESB/rosetta/src/org/jboss/internal/soa/esb/services/security line 262 Java Problem

The .classpath needs to be updated to reference the AS5 jars as they extend the AS4 versions.

Comment 1 Anne-Louise Tangring 2010-09-10 18:51:18 UTC
This is a candidate for SOA 5.1.0.

Comment 2 Anne-Louise Tangring 2010-12-06 16:38:19 UTC
This is a blocker for SOA 5.1.0

Comment 4 Dana Mison 2011-01-05 00:14:47 UTC
Writer: Added: dlesage


Comment 5 Kevin Conner 2011-01-13 12:42:06 UTC
Checked eclipse project/classpath, no errors found.

Comment 6 David Le Sage 2011-02-11 04:39:14 UTC
Temporarily reopening to update release note info.

Comment 7 David Le Sage 2011-02-11 04:41:52 UTC
Release Notes Docs Status: Added: Documented as Resolved Issue
Release Notes Text: Added: https://issues.jboss.org/browse/SOA-2231

After importing a source package into Eclipse and adding an ESB server run-time, the following error would appear:

Description Resource Path Location Type
The method setOutgoingRunAs(RunAs) in the type SecurityContext is not applicable for the arguments (RunAsIdentity) JBossASContextPropagator.java /JBossESB/rosetta/src/org/jboss/internal/soa/esb/services/security line 262 Java Problem

To fix this problem, the .class-path has been updated to reference the AS5 JARs as they extend the functionality of the AS4 versions. As a result, the error will no longer occur.