Hi all,

I have down loaded the EJB3 JUnit tutorial (from 
http://docs.jboss.org/ejb3/embedded/embedded-tutorial/test-with-junit/) but I 
seem to have and error. I am guessing it there is a version problem as I get 
the following:
compile:
    [javac] Compiling 1 source file to 
/home/tim/workspace/jboss4junittest/build/classes
    [javac] 
/home/tim/workspace/jboss4junittest/src/code/org/jboss/tutorial/junit/EmbeddedEjb3TestCase.java:74:
 cannot find symbol
    [javac] symbol  : method scanClasspath()
    [javac] location: class org.jboss.ejb3.embedded.EJB3StandaloneBootstrap
    [javac] EJB3StandaloneBootstrap.scanClasspath();
    [javac] ^
    [javac] Note: 
/home/tim/workspace/jboss4junittest/src/code/org/jboss/tutorial/junit/EmbeddedEjb3TestCase.java
 uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

Does anyone know why this happens and how to solve it?

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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to