[java ee programming] Re: JDBC close in Session bean

2009-03-24 Thread mayur
Try putting try-catch block for close methods in finally block .. Dont forget to print stack. 2009/3/24 Ondrej Medek > > Hi, > > I use JDBC in a stateless session bean in JBoss. (I know it's a bad > practice.) I get the connection via the JBoss DataSource: > > try { > InitialContext ic = new In

[java ee programming] Re: Glassfish Server messages...

2009-02-25 Thread mayur
I think it just keeps on trying to login in few steps of interval till you enter correct credentials Tilll that point it logs all failure attempt (since it will be comparing with empty password). I dont know whether it is a bug .. but even though you get these messages , you will get your des