Hide Forgot
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)
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.
Works fine with ER3. Closing.