Hi All
getting following error while entering data,
ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RESTORE_VIEW 1
oracle.jbo.domain.DataCreationException: JBO-25009: Cannot create an object of type:java.lang.Long from type:java.lang.String with value:ab
ADF_FACES-60096:Server Exception during PPR, #2
oracle.jbo.domain.DataCreationException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25009. Error message parameters are {0=java.lang.Long, 1=ab, 2=java.lang.String}
Caused by: java.lang.NumberFormatException: For input string: "ab"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
at java.lang.Long.parseLong(Long.java:410)
at java.lang.Long.<init>(Long.java:678)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at oracle.jbo.domain.TypeConvMapEntry.convert(TypeConvMapEntry.java:84)
at oracle.jbo.domain.TypeFactory.get(TypeFactory.java:869)
though that field is the string, I am also entering string data.

May I know what is the cause?
Regards
Naren