Bug 779937 (SOA-2297)

Summary: ClassNotFoundException: org.apache.cxf.Bus when deploying a WS connection for EDS
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Paul Nittel <pnittel>
Component: EDSAssignee: Default User <jbpapp-maint>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.1.0.ER1   
Target Milestone: ---   
Target Release: 5.1.0.ER2   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-2297
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-11-01 15:37: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 Paul Nittel 2010-09-10 13:42:10 UTC
Steps to Reproduce: Install SOA-P and Teiid
Drag the weather-ds.xml to the deploy directory
project_key: SOA

When attempting to deploy the Weather example's data source, this exception is thrown:
DEPLOYMENTS IN ERROR:
  Deployment "vfsfile:/home/pnittel/SOA51ER1/jboss-soa-p.5/jboss-as/server/default/deploy/weather-ds.xml" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.apache.cxf.Bus from BaseClassLoader@6d5bb4{vfszip:/home/pnittel/SOA51ER1/jboss-soa-p.5/jboss-as/server/default/deploy/teiid/connectors/teiid-connector-ws.rar/}

	at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1008)
	at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:954)
	at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:870)
	at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.checkComplete(MainDeployerAdapter.java:128)
	at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:416)
	at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:294)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)

Comment 1 Paul Nittel 2010-09-10 14:27:12 UTC
User (me) error!

I was unaware that the CXF component had to be separately installed. IMHO, core Teiid functionality (Web services) should not be dependent upon a Tech Preview, which, according to the installation readme, CXF is.

Comment 2 Paul Nittel 2010-11-01 15:37:45 UTC
Works fine with ER3. Closing.