Hi:

When I tried to compile the example according to the Getting Started guide, ant 
gave this error message

    [javac] Compiling 1 source file to 
C:\Tchen_doc\download\programming\jboss\j2eetutorial14\examples\bank\build
    [javac] 
C:\Tchen_doc\download\programming\jboss\j2eetutorial14\examples\bank\src\com\jboss\ebank\web\CustomerHackFilter.java:49:
 ca
nnot resolve symbol
    [javac] symbol  : class CustomerBean
    [javac] location: class com.jboss.ebank.web.CustomerHackFilter
    [javac]         CustomerBean customerBean = new CustomerBean();
    [javac]         ^
    [javac] 
C:\Tchen_doc\download\programming\jboss\j2eetutorial14\examples\bank\src\com\jboss\ebank\web\CustomerHackFilter.java:49:
 ca
nnot resolve symbol
    [javac] symbol  : class CustomerBean
    [javac] location: class com.jboss.ebank.web.CustomerHackFilter
    [javac]         CustomerBean customerBean = new CustomerBean();
    [javac]                                         ^
    [javac] 2 errors

I checked the folders and CustomerBean.class exist in the build folder.  Please 
advise.  Thanks.

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to