[jboss-user] [EJB/JBoss] - Re: Client can connect to Bean before jdbc is bound

2007-11-09 Thread joerandom
jaikiran, Thanks for the link, I'll check it out to see if adding this detection logic avoids the issue. However, I still think that I shouldn't have to check to make sure the server is totally up before I can connect to it. For example, assume my clients are running happily. I then decide

[jboss-user] [EJB/JBoss] - Re: Client can connect to Bean before jdbc is bound

2007-11-08 Thread joerandom
The clients are crunching numbers, and are always running regardless of the server status. When the clients are done with their number crunching, they try to report their results to the server. If the server cannot be contacted, they simply hold their results and ping the server to see whe

[jboss-user] [EJB/JBoss] - Re: Client can connect to Bean before jdbc is bound

2007-11-08 Thread joerandom
No responses on this yet, but to me this appears to be a bug, and should be logged as such. Before I log it it, does anyone else see this as a bug? Or it this "normal" behavior? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103033#4103033 Reply to the po

[jboss-user] [EJB/JBoss] - Client can connect to Bean before jdbc is bound

2007-10-05 Thread joerandom
I have an issue with JBoss where clients are connecting to an EJB (2.0) during the server startup before JBoss has bound my jdbc connection to the EJB. This is causing some bad issues in my bean. I've coded around it, but is this the expected behavior during server startup? I would have thoug