Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.sql.SQLException: Stream has already been closed when using Long in VO

872257Jun 29 2011 — edited Jun 30 2011
Hi 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
This post has been answered by Jobinesh-Oracle on Jun 30 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 28 2011
Added on Jun 29 2011
3 comments
4,691 views