[
https://issues.apache.org/jira/browse/GERONIMO-5346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913099#action_12913099
]
Jarek Gawor commented on GERONIMO-5346:
---------------------------------------
You are getting this exception because the web.xml is using servlet 2.4 xsd and
the <env-entry-type> is commented out. In servlet 2.4 xsd the <env-entry-type>
element is required. It is not required in sevlet 2.5 xsd and greater.
Please open a separate jira for this NPE but this is definitely not a critical
problem.
> infer jndi type from injection target; check type consistency
> -------------------------------------------------------------
>
> Key: GERONIMO-5346
> URL: https://issues.apache.org/jira/browse/GERONIMO-5346
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: deployment, naming
> Affects Versions: 3.0
> Reporter: David Jencks
> Assignee: David Jencks
> Fix For: 3.0
>
> Attachments: helloworld.zip
>
>
> Not sure if this was required in ee5, but ee6 requires that if a naming entry
> type is missing, it be determined from the injection target type, and that
> all these be consistent.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.