Null Pointer Exception
----------------------
Key: DIGESTER-145
URL: https://issues.apache.org/jira/browse/DIGESTER-145
Project: Commons Digester
Issue Type: Bug
Affects Versions: 1.6
Environment: AIX, WebSphere 7
Reporter: Ray John
Priority: Trivial
Fix For: 1.6
Hello
We recently migrated to WebSphere 7. When my app is reading values from my XML
getting null pointer exception. XML contents:
<?xml version="1.0"?>
<validation>
<batch id="MyBatchRequest">
<record id="Header">
<field name="tagName">
<validators>
<validator name="required">
<error-code>1501</error-code>
</validator>
<validator name="constant" value="HR">
<error-code>1501</error-code>
</validator>
</validators>
</field>
Put in some sysout messages, showing "required" and then for error-code getting
"null pointer exception".
Apprecaite any help
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.