Bug 779937 (SOA-2297) - ClassNotFoundException: org.apache.cxf.Bus when deploying a WS connection for EDS
Summary: ClassNotFoundException: org.apache.cxf.Bus when deploying a WS connection for...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-2297
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: EDS
Version: 5.1.0.ER1
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 5.1.0.ER2
Assignee: Default User
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-09-10 13:42 UTC by Paul Nittel
Modified: 2010-11-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-11-01 15:37:45 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-2297 0 Major Closed ClassNotFoundException: org.apache.cxf.Bus when deploying a WS connection for EDS 2014-06-02 17:30:22 UTC

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.


Note You need to log in before you can comment on or make changes to this bug.