[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-5995) Compile error because Statement is undefined in SqlExceptionHelper

Gail Badner (JIRA) noreply at atlassian.com
Tue Mar 8 23:35:08 EST 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-5995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=40142#action_40142 ] 

Gail Badner commented on HHH-5995:
----------------------------------

java.sql.Statement needs to be imported into SqlExceptionHelper.

> Compile error because Statement is undefined in SqlExceptionHelper
> ------------------------------------------------------------------
>
>                 Key: HHH-5995
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5995
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: core
>            Reporter: Gail Badner
>            Assignee: Gail Badner
>             Fix For: 4.0.0.Alpha1
>
>
> /NotBackedUp/gbadner/git/hibernate-core-master-exact-really/hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/SqlExceptionHelper.java:276: cannot find symbol
> symbol  : class Statement
> location: class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
>     public void handleAndClearWarnings( Statement statement,
>                                         ^
> Note: Some input files use or override a deprecated API.
> Note: Recompile with -Xlint:deprecation for details.
> Note: Some input files use unchecked or unsafe operations.
> Note: Recompile with -Xlint:unchecked for details.
> 1 error

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list