Now I am trying to run the Tassie Online Book Store of Budi Kurniawan's book. 
The Tassie Online Bookstore example is also available at the following URL:

http://benmira.free.fr/en/j2ee/sessionEJB.htm#ch29lev1sec4

I compiled the Book beans, Search Beans and even CartHome.java and Cart.java 
without any problem. However when I am trying to compile CartBean.java, i get 
the following errors:


com/brainysoftware/tassie/ejb/CartBean.java:35: cannot resolve symbol
symbol : variable cart
location: class com.brainysoftware.tassie.ejb.CartBean
cart.add(row);
^
com/brainysoftware/tassie/ejb/CartBean.java:40: cannot resolve symbol
symbol : variable cart
location: class com.brainysoftware.tassie.ejb.CartBean
return cart;
^
2 errors
-----------------

I am not sure what is going on here. Could anybody tell me what is going. All 
suggestions are gratefully accepted and acknowledged. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875687#3875687

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875687


-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to