[seam-issues] [JBoss JIRA] Commented: (SEAMREST-44) Deployment fails on JBoss AS 7

Jozef Hartinger (JIRA) jira-events at lists.jboss.org
Wed Jun 8 02:33:59 EDT 2011


    [ https://issues.jboss.org/browse/SEAMREST-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607036#comment-12607036 ] 

Jozef Hartinger commented on SEAMREST-44:
-----------------------------------------

JBoss AS 7 bundles RESTEasy without the httpclient library. We need to define explicit httpclient dependencies.

> Deployment fails on JBoss AS 7
> ------------------------------
>
>                 Key: SEAMREST-44
>                 URL: https://issues.jboss.org/browse/SEAMREST-44
>             Project: Seam REST
>          Issue Type: Bug
>          Components: Client
>    Affects Versions: 3.0.0.Final
>         Environment: JBoss AS 7.0.0.Beta4-SNAPSHOT
>            Reporter: Jozef Hartinger
>            Assignee: Jozef Hartinger
>            Priority: Blocker
>             Fix For: 3.1.0.Alpha1
>
>
> {code}
> 08:16:49,123 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC00001: Failed to start service jboss.deployment.unit."rest-exceptions.war".WeldService: org.jboss.msc.service.StartException in service jboss.deployment.unit."rest-exceptions.war".WeldService: org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied dependencies for type [ClientExecutor] with qualifiers [@Default] at injection point [[parameter 2] of [method] @Produces @RestClient public org.jboss.seam.rest.client.RestClientProducer.produceClientRequest(InjectionPoint, ClientExecutor)]
>         at org.jboss.as.weld.services.WeldService.start(WeldService.java:96)
>         at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1675)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_23]
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_23]
>         at java.lang.Thread.run(Thread.java:662) [:1.6.0_23]
> Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied dependencies for type [ClientExecutor] with qualifiers [@Default] at injection point [[parameter 2] of [method] @Produces @RestClient public org.jboss.seam.rest.client.RestClientProducer.produceClientRequest(InjectionPoint, ClientExecutor)]
>         at org.jboss.weld.bootstrap.Validator.validateInjectionPoint(Validator.java:270)
>         at org.jboss.weld.bootstrap.Validator.validateBean(Validator.java:106)
>         at org.jboss.weld.bootstrap.Validator.validateRIBean(Validator.java:129)
>         at org.jboss.weld.bootstrap.Validator.validateBeans(Validator.java:351)
>         at org.jboss.weld.bootstrap.Validator.validateDeployment(Validator.java:336)
>         at org.jboss.weld.bootstrap.WeldBootstrap.validateBeans(WeldBootstrap.java:396)
>         at org.jboss.as.weld.WeldContainer.start(WeldContainer.java:82)
>         at org.jboss.as.weld.services.WeldService.start(WeldService.java:89)
>         ... 4 more
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list