Bug 780156 (SOA-2531)

Summary: Problem with teiid's simple client example run script
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Jehudi Castro Sierra <jcastro>
Component: EDSAssignee: Van Halbert <vhalbert>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.1.0.ER3CC: mvecera
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-2531
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-11-02 18:11:45 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 Jehudi Castro Sierra 2010-11-02 18:07:00 UTC
project_key: SOA

The error is:
Exception in thread "main" java.lang.ClassNotFoundException: org.teiid.jdbc.TeiidDriver


The problem is here on run.sh (something similar in the .bat file):
TEIID_PATH=../../lib/teiid-7.1.1-client.jar
should be:
TEIID_PATH=../../resources/runtime/lib/teiid-7.1.1-client.jar

Comment 1 Van Halbert 2010-11-02 18:11:33 UTC
Link: Added: This issue duplicates SOA-2357