If I remember well, the wink dependency was used only by a constructor in the RESTLink class. Perhaps you can configure your project to exclude Wink, and have a copy of the RESTLink class (maintaining the package name, etc), with that constructor removed (it is not used by jclouds). This sucks, but the class should take preference in the classpath and you should be able to use that as a temporary workaround, assuming I remember well and the used Wink classes were only there.
On 8 January 2014 12:53, Carlos Garcia Ibañez <[email protected]>wrote: > 1. Thank you, Ignasi. I’ve opened an issue > (JCLOUDS-421<https://issues.apache.org/jira/browse/JCLOUDS-421>) > as you suggest, though I’m not sure if the description is correct J > > But as it gets solved, is there any workaround I can implement on my side > in the meantime? > > > > *From:* Ignasi Barrera [mailto:[email protected]] > *Sent:* miércoles, 08 de enero de 2014 12:19 > *To:* Carlos Garcia Ibañez > *Cc:* [email protected] > *Subject:* Re: [jClouds Abiquo] - Issue when deploying to jBoss > > > > This is something that hs already been fixed in the Abiquo dependencies. > The wink-common was included just for commodity, but we've removed the > dependency in the last version of the api-model-transport. Using it > requires some changes in the Abiquo provider and I've still had no time to > make them. Could you please file a JIRA issue for this? > > > > On 8 January 2014 11:11, Carlos Garcia Ibañez <[email protected]> > wrote: > > Good morning everyone! > > I’m facing an issue when deploying an application which uses the > jClouds/Abiquo libraries (my project depends on > org.apache.jclouds.labs:abiquo:1.7.0), and I hope some of you have found > and solved this problem. > > When I started developing my project I noticed that the RESTEasy services > provided by jBoss conflicted with the Wink libraries used by jClouds/Abiquo > and the server failed to deploy the application. Right then, I decided to > disable the REST extensions provided by jBoss by commenting out some lines > in the standalone.xml configuration file of the server, like this: > > > > <extensions> > > … > > <!-- extension module="org.jboss.as.jaxrs"/ --> > > … > > </extensions> > > > > <profile> > > … > > <!-- subsystem xmlns="urn:jboss:domain:jaxrs:1.0"/ --> > > … > > </profile> > > Everything worked ok until I needed to re-enable these extensions to allow > a new module to use them. And then , the deployment problem reappeared: > > > > 10:35:33,193 INFO [org.jboss.weld.deployer] (MSC service thread 1-5) > JBAS016002: Processing weld deployment IaasGateway-ear-1.0.0-SNAPSHOT.ear > > 10:35:33,421 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) > MSC000001: Failed to start service > jboss.deployment.unit."IaasGateway-ear-1.0.0-SNAPSHOT.ear".POST_MODULE: > *org.jboss.msc.service.StartException* in service > jboss.deployment.unit."IaasGateway-ear-1.0.0-SNAPSHOT.ear".POST_MODULE: > JBAS018733: Failed to process phase POST_MODULE of deployment > "IaasGateway-ear-1.0.0-SNAPSHOT.ear" > > at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start( > *DeploymentUnitPhaseService.java:127*) > [jboss-as-server-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] > > at > org.jboss.msc.service.ServiceControllerImpl$StartTask.startService( > *ServiceControllerImpl.java:1811*) > [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1] > > at org.jboss.msc.service.ServiceControllerImpl$StartTask.run( > *ServiceControllerImpl.java:1746*) > [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1] > > at java.util.concurrent.ThreadPoolExecutor.runWorker( > *ThreadPoolExecutor.java:1145*) [rt.jar:1.7.0_45] > > at java.util.concurrent.ThreadPoolExecutor$Worker.run( > *ThreadPoolExecutor.java:615*) [rt.jar:1.7.0_45] > > at java.lang.Thread.run(*Thread.java:744*) [rt.jar:1.7.0_45] > > Caused by: > *org.jboss.as.server.deployment.DeploymentUnitProcessingException*: > JBAS011232: *Only one JAX-RS Application Class allowed. > org.apache.wink.common.internal.application.SimpleWinkApplication > org.apache.wink.common.WinkApplication* > org.apache.wink.common.internal.model.ModelUtils$1 > > at org.jboss.as.jaxrs.deployment.JaxrsScanningProcessor.scan( > *JaxrsScanningProcessor.java:206*) > > at org.jboss.as.jaxrs.deployment.JaxrsScanningProcessor.deploy( > *JaxrsScanningProcessor.java:100*) > > at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start( > *DeploymentUnitPhaseService.java:120*) > [jboss-as-server-7.2.0.Final-redhat-8.jar:7.2.0.Final-redhat-8] > > ... 5 more > > I’ve tried excluding the Wink dependencies from my project to be able to > deploy it, but then the application fails when some of the Wink classes is > referenced since they cannot be found. > > Any idea will be welcome; thank you so much in advance! > > > > > > > > > > Click > here<https://www.mailcontrol.com/sr/9w8HFfNc2Q!GX2PQPOmvUndZP90azNGYgBKfmPEqRY!ijnPsCxTfFTi37crpSUmD6!d5cSRWK9U94h7CChK4GQ==>to > report this email as spam. >
<<image001.jpg>>
