[jboss-jira] [JBoss JIRA] (AS7-6831) Provide implementation of JaxwsInjectionServices
Jozef Hartinger (JIRA)
jira-events at lists.jboss.org
Wed Apr 3 07:22:45 EDT 2013
[ https://issues.jboss.org/browse/AS7-6831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jozef Hartinger updated AS7-6831:
---------------------------------
Summary: Provide implementation of JaxwsInjectionServices (was: Cannot invoke web service resource declared with @WebServiceRef)
Assignee: Stuart Douglas (was: Jozef Hartinger)
Priority: Major (was: Critical)
Description:
Provide implementation of https://github.com/weld/api/blob/2.0/weld-spi/src/main/java/org/jboss/weld/injection/spi/JaxwsInjectionServices.java
This is necessary for Weld to inject @WebServiceRef.
----
Cannot invoke web service resource declared with @WebServiceRef
... results in following error:
{noformat}
org.jboss.weld.exceptions.NullInstanceException: WELD-000044 Unable to obtain instance from null
{noformat}
was:
... results in following error:
{noformat}
org.jboss.weld.exceptions.NullInstanceException: WELD-000044 Unable to obtain instance from null
{noformat}
Component/s: CDI / Weld
> Provide implementation of JaxwsInjectionServices
> ------------------------------------------------
>
> Key: AS7-6831
> URL: https://issues.jboss.org/browse/AS7-6831
> Project: Application Server 7
> Issue Type: Task
> Components: CDI / Weld
> Affects Versions: EAP 6.1.0.Alpha (7.2.0.Final)
> Reporter: Martin Kouba
> Assignee: Stuart Douglas
> Fix For: 8.0.0.Alpha1
>
>
> Provide implementation of https://github.com/weld/api/blob/2.0/weld-spi/src/main/java/org/jboss/weld/injection/spi/JaxwsInjectionServices.java
> This is necessary for Weld to inject @WebServiceRef.
> ----
> Cannot invoke web service resource declared with @WebServiceRef
> ... results in following error:
> {noformat}
> org.jboss.weld.exceptions.NullInstanceException: WELD-000044 Unable to obtain instance from null
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list