I ran the ant-script and got the following output:
Buildfile: build.xml
|
| prepare:
| [echo]
| [echo] -----------------------------------------------
| [echo] jboss.home = C:\java\jboss-4.0.5.GA
| [echo] tomcat.home = /usr/java/tomcat
| [echo] java.home = C:\Programme\Java\jdk1.5.0_11\jre
| [echo] endorsed = C:\java\jboss-4.0.5.GA/lib/endorsed
| [echo] excludesfile = tests-jboss40-excludes.txt
| [echo] -----------------------------------------------
|
| thirdparty-get:
|
| thirdparty-classpath:
|
| thirdparty:
|
| common-classpath:
|
| jboss-classpath:
|
| tomcat-classpath:
|
| init:
|
| test:
|
| prepare:
| [echo]
| [echo] -----------------------------------------------
| [echo] jboss.home = C:\java\jboss-4.0.5.GA
| [echo] tomcat.home = /usr/java/tomcat
| [echo] java.home = C:\Programme\Java\jdk1.5.0_11\jre
| [echo] endorsed = C:\java\jboss-4.0.5.GA/lib/endorsed
| [echo] excludesfile = tests-jboss40-excludes.txt
| [echo] -----------------------------------------------
|
| thirdparty-get:
|
| thirdparty-classpath:
|
| thirdparty:
|
| common-classpath:
|
| jboss-classpath:
|
| tomcat-classpath:
|
| init:
|
| tests-main:
|
| BUILD SUCCESSFUL
| Total time: 2 seconds
the generated output-folder includes the folders classes, log, and reports
each of these folders is empty, except the log folder which includes an empty logfile.
What is the right way to use an ejb3 stateless session bean as webservice-client?
I found several examples, but none of them worked.
Do I have to put the annotation to the class, to the field of the service or to the field
of the port?
Do I have to set a value for mappedName and wsdlLocation?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025080#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...