[jboss-user] [EJB/JBoss] - Re: Class.cast.Exception when Accessing a Session bean on 4.

2006-12-08 Thread ncheetham
Thanks for the tip. And yes I did have two instances running. However, I cleaned up my act so that I only have one now and I'm still getting the ClassCastException error. Any other pearls of wisdom for me? Thanks, Nigel View the original post :

[jboss-user] [EJB/JBoss] - Class.cast.Exception when Accessing a Session bean on 4.0.5

2006-12-07 Thread ncheetham
Can anyone help me - I'm at a loss. I'm also embarrassed because I think this should be easy. I've deployed my application in an EAR, it contains a JSF web app, and some EJB's. Here's the code I use to call the bean. | InitialContext context = new InitialContext(); | |