Rewrite DD driven injection tests.
----------------------------------
Key: JBWS-3334
URL:
https://issues.jboss.org/browse/JBWS-3334
Project: JBoss Web Services
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Richard Opalka
Assignee: Richard Opalka
Fix For: jbossws-native-4.0, jbossws-cxf-4.0
Copy/paste from servlet 3.0 spec.
---
The injection-target-class specifies the fully qualified class name
that is the target of the injection. The injection-target-name specifies the
target within the specified class. The target is first looked for as a JavaBean
property name. If not found, the target is looked for as a field name. The specified
resource will be injected into the target during initialization of the class by either
calling the set method for the target property or by setting a value into the name field.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira