Hi,
Hopefully this is an easy one!
I've just installed JBoss-2.2.2_Tomcat-3.2.2.
I've deployed the Interest EJB into JBoss without any problems by following the tutorial in the online html help.
I've tried to run the client in JBuilder 4 but it coughs on the very first line:
InitialContext jndiContext = new InitialContext();
The exception I get is:
javax.naming.CommunicationException: Can't find SerialContextProvider
Could someone give me a pointer?
Thanks.
Martin