[jbossws-dev] [Design of JBoss Web Services] - Re: Using jbossws/trunk for jboss-5.0, jboss-4.2, jboss-4.0.

sudarshan_srivathsav do-not-reply at jboss.com
Mon Mar 12 01:46:44 EDT 2007


Hi thanks ..All the errors are gone now..But Im gettin some assertion error of junit like this. 
compile15:
    [javac] Compiling 215 source files to /home/sudharsans/jbossws-samples-1.2.0.GA/output/classes
    [javac] /home/sudharsans/jbossws-samples-1.2.0.GA/src/main/java/org/jboss/test/ws/JBossWSTest.java:61: cannot find symbol
    [javac] symbol  : constructor TestCase()
    [javac] location: class junit.framework.TestCase
    [javac]    {
    [javac]    ^
    [javac] /home/sudharsans/jbossws-samples-1.2.0.GA/src/main/java/org/jboss/test/ws/jaxrpc/samples/jsr109ejb/RpcDIIConfiguredCallTestCase.java:78: cannot find symbol
    [javac] symbol  : method assertFalse(boolean)
    [javac] location: class org.jboss.test.ws.jaxrpc.samples.jsr109ejb.RpcDIIConfiguredCallTestCase
    [javac]       assertFalse(call.isParameterAndReturnSpecRequired(operationName));
    [javac]       ^
    [javac] /home/sudharsans/jbossws-samples-1.2.0.GA/src/main/java/org/jboss/test/ws/jaxrpc/samples/jsr109pojo/RpcDIIConfiguredCallTestCase.java:78: cannot find symbol
    [javac] symbol  : method assertFalse(boolean)
    [javac] location: class org.jboss.test.ws.jaxrpc.samples.jsr109pojo.RpcDIIConfiguredCallTestCase
    [javac]       assertFalse(call.isParameterAndReturnSpecRequired(operationName));
    [javac]       ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 3 errors

BUILD FAILED
/home/sudharsans/jbossws-samples-1.2.0.GA/build.xml:373: Compile failed; see the compiler error output for details.

Can u please tell me what is the problem

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

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



More information about the jbossws-dev mailing list