You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Simone Tripodi (Closed) (JIRA)" <ji...@apache.org> on 2011/12/14 09:44:30 UTC

[jira] [Closed] (DIGESTER-145) Null Pointer Exception

     [ https://issues.apache.org/jira/browse/DIGESTER-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simone Tripodi closed DIGESTER-145.
-----------------------------------


Digester 3.2 released
                
> 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
>            Assignee: Simone Tripodi
>            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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira