service-ref regression
by Jason T. Greene
Hi Thomas,
tests-samples is failing after the service-ref changes. It appears we
have descriptors that refer to service interfaces that do not exist.
find . -name application-client.xml | xargs grep service-interface |
grep -v javax.xml.\*.Service
./jaxrpc/jbws637/META-INF/application-client.xml:
<service-interface>org.jboss.test.ws.jaxrpc.jbws637.Check</service-interface>
./jaxrpc/serviceref/META-INF/application-client.xml:
<service-interface>org.jboss.test.ws.jaxrpc.serviceref.TestEndpointService</service-interface>
./jaxrpc/samples/wsbpel/hello/META-INF/application-client.xml:
<service-interface>org.jboss.test.ws.jaxrpc.samples.wsbpel.hello.HelloWorldService</service-interface>
./jaxrpc/samples/exception/META-INF/application-client.xml:
<service-interface>org.jboss.test.ws.jaxrpc.samples.exception.ExceptionService</service-interface>
./jaxws/wseventing/META-INF/application-client.xml:
<service-interface>org.jboss.ws.extensions.eventing.jaxrpc.EventingService</service-interface>
./jaxws/serviceref/META-INF/application-client.xml:
<service-interface>org.jboss.test.ws.jaxws.serviceref.TestEndpointService</service-interface>
I will take a look at fixing them.
-Jason
17 years, 10 months
Todays JBWS CTS call
by Thomas Diesler
Hi Folks,
what would be a good time for a quick sync-up call today?
17:00 UTC+1 would work good for Heiko & me.
cheers
-thomas
--
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thomas Diesler
Web Service Lead
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
17 years, 10 months
Working with CTS JIRA issues
by Thomas Diesler
Folks, please make sure you have jira issues that describe the areas
that you'are working on and that these issues are "In Progress" state
when you are actually working on them.
Any issue that is not "In Progress" can be reassigned at free will. i.e.
If I encounter a problem that is in jira, assigned to somebody else and
not beeing worked on. I can to assign it to myself and start progress on
it.
In that way we can hopefully minimize potential conflicts.
cheers
-thomas
--
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thomas Diesler
Web Service Lead
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
17 years, 10 months
[Design of JBoss Web Services] - Re: Using jbossws/trunk for jboss-5.0, jboss-4.2, jboss-4.0.
by sudarshan_srivathsav
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
17 years, 10 months