java.sql.SQLException: Stream has already been closed when using Long in VO
872257Jun 29 2011 — edited Jun 30 2011Hi All,
I am getting the following exception java.sql.SQLException: Stream has already been closed
This is the first time that we have encountered this exception although we are using the application for some time now.
This the attribute configuration.
<ViewAttribute
Name="AdditionalWhereClause"
IsUpdateable="false"
IsQueriable="false"
IsPersistent="false"
PrecisionRule="true"
Type="java.lang.String"
ColumnType="LONG"
AliasName="ADDITIONAL_WHERE_CLAUSE"
Expression="ADDITIONAL_WHERE_CLAUSE"
SQLType="VARCHAR"/>
Does any body has any clues.
Help is appreciated.
-Nagesh