-->

This is a second posting. I didn’t receive any reply to the previous. Castor is generating the

Following error. I am trying to initialize an integer value.

I am getting the following error when I set a fixed value into an integer field.

I am using the option to generate wrapper classes.

 

 

 

Exception in thread "main" java.lang.NumberFormatException: new java.lang.Intege

r("25")

        at java.lang.Integer.parseInt(Unknown Source)

        at java.lang.Integer.parseInt(Unknown Source)

        at org.exolab.castor.builder.DescriptorSourceFactory.validationCode(Desc

riptorSourceFactory.java:869)

        at org.exolab.castor.builder.DescriptorSourceFactory.createDescriptor(De

scriptorSourceFactory.java:506)

        at org.exolab.castor.builder.DescriptorSourceFactory.createSource(Descri

ptorSourceFactory.java:191)

 

Reply via email to