Kevin,

I just went through 'Beginning EJB programming using Boss'.  Excellent documentation.  
I appreciated the background / depth you provided and listing out possible error 
messages.  I caught a few typos:

http://www.jboss.org/jboss1.html
        s/and then you close the question/and then you close the connection/
http://www.jboss.org/jboss3.html
        s/How it's time to create the deployment descriptor/Now it's time to create 
the deployment descriptor/
        s/Agthough the deployment descriptor format/Although the deployment descriptor 
format/
        s/Defaugt Stateless SessionBean/Defaugt Stateless SessionBean/g
http://www.jboss.org/jboss4.html
        s/I stronly recommend using Makefiles/I strongly recommend using Makefiles/
http://www.jboss.org/jboss5.html
        s/and ordinary JavaBean, a JSP page, and applet/an ordinary JavaBean, a JSP 
page, an applet/

Also, a couple errors that I came across in http://www.jboss.org/jboss6.html that I 
thought you may want to add are:

bash-2.02$ java InterestClient
Got context
javax.naming.CommunicationException [Root exception is java.net.MalformedURLException: 
no protocol: Files/jboss2/lib/ext/jboss.jar]

I solved this problem by installing jboss in the root directory rather than C:\Program 
Files\.

bash-2.02$ java InterestClient
Got context
javax.naming.CommunicationException [Root exception is 
java.lang.ClassNotFoundException: org.jboss.ejb.plugins.jrmp13.interfaces.HomeProxy 
(no security manager: RMI class loader disabled)]

You specifically listed jboss-client.jar in your instructions, but I forgot it.  
Thought you may just want to note the specific error message so that someone will know 
right away what they forgot.

- jeremiah

______________________________________________
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup


Reply via email to