> PreparedStatement stmt = dataSourceConnection.prepareStatement( qry,
> ResultSet.TYPE_FORWARD_ONLY, ResultSet.CONCUR_READ_ONLY);
> System.err.println("Lexicon id size ( PreparedStatement)= " + aLexiconId.length());
> stmt.setString(1,aLexiconId);
> ResultSet rset = stmt.executeQuery(qry);//this is the line appearing in the bottom 
>of the stack trace....

as far I can read, I think I used a stmt.executeQuery()
call, isn't it?


Jerome

_________________________________________________________
View thread online: http://main.jboss.org/thread.jsp?forum=66&thread=8519

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to