]
Abhijit Sarkar commented on AS7-1323:
-------------------------------------
This problem is now resolved. Please see the forum reference.
@Resource injection on WebServiceContext fails
----------------------------------------------
Key: AS7-1323
URL:
https://issues.jboss.org/browse/AS7-1323
Project: Application Server 7
Issue Type: Bug
Components: Web Services
Affects Versions: 7.0.0.Final
Environment: Ubuntu 11.04 64 bit, Sun Java 1.6.0_26, JBoss AS 7.0.0.Final
Reporter: Abhijit Sarkar
Assignee: Alessio Soldano
00:20:55,004 WARN
[org.jboss.as.ee.component.ResourceInjectionAnnotationParsingProcessor] (MSC service
thread 1-4) Can't handle @Resource for ENC name: MovieServiceRestful/wsCtx on class
MovieServiceRestful since it's missing a "lookup" (or
"mappedName") value and isn't of any known type.
@WebServiceProvider
@BindingType(value = HTTPBinding.HTTP_BINDING)
public class MovieServiceRestful implements Provider<Source> {
@Resource
protected WebServiceContext wsCtx;
...
}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: