[jboss-user] [JBossWS] - Re: Sample application

2007-10-02 Thread richard_opalka
Copy junit jar file to $ANT_HOME/lib directory. This will solve your problem ;-) Richard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090515#4090515 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090515 _

[jboss-user] [JBossWS] - Re: Sample application

2007-10-01 Thread manny88
I added junit.jar to the entry in build.xml. The compile is OK now but the test results are another matter!! (all failing) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090367#4090367 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBossWS] - Re: Sample application

2007-10-01 Thread manny88
Thomas, The "ant tests" is failing here as below. I'm on jboss-eap-4.2. I think it needs some package for junit.framework.Testcase. Where would this be? C:\cygwind\home\Manny\jboss-eap-4.2\jbossws-native-2.0.1.GA>ant tests Buildfile: build.xml prepare: tests-prepare: [echo] -

[jboss-user] [JBossWS] - Re: Sample application

2007-10-01 Thread manny88
Note, I have already added junit.jar to 3rdParty (/lib) here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090360#4090360 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090360

[jboss-user] [JBossWS] - Re: Sample application

2007-09-19 Thread [EMAIL PROTECTED]
The samples are included in the binary distribution | ant deploy-jboss42 | ant tests | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086091#4086091 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4086091 ___

[jboss-user] [JBossWS] - Re: Sample application

2007-09-12 Thread palin
"rukus" wrote : i have the same question, but i still can't find this .zip file :( | | i've tried in jbossws-native-2.0.0.GA and jbossws-native-2.0.1.GA You have to download the src zip or checkout the src from svn. Alessio Soldano View the original post : http://www.jboss.com/index.html?

[jboss-user] [JBossWS] - Re: Sample application

2007-09-12 Thread rukus
i have the same question, but i still can't find this .zip file :( i've tried in jbossws-native-2.0.0.GA and jbossws-native-2.0.1.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083459#4083459 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBossWS] - Re: Sample application

2007-09-11 Thread oskar.carlstedt
Hello! There are several examples in the JBossWS-distribution. Just download the normal distribution (src distribution is not required). The distribution zip file contains another zip file with lots of examples about how to do what in what situation. Build the examples, deploy them into JBoss