Better error message for trying to inject String arrays
-------------------------------------------------------
Key: GERONIMO-4381
URL: https://issues.apache.org/jira/browse/GERONIMO-4381
Project: Geronimo
Issue Type: Improvement
Security Level: public (Regular issues)
Components: dependencies
Reporter: Jürgen Weber
Priority: Minor
I erroneously tried to inject a String array
@Resource
private String[] ...
There should be a better error message for this than
could not load class [Ljava.lang.String;
org.apache.geronimo.common.DeploymentException: could not load class
[Ljava.lang.String;
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.