opensubscriber
   Find in this group all groups
 
Unknown more information…

f : fx-dev@ws.apache.org 20 June 2007 • 10:16PM -0400

[GUMP@vmgump]: Project addressing (in module ws-addressing) failed
by WSFX Development

REPLY TO AUTHOR
 
REPLY TO GROUP




To whom it may engage...
        
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at general@gump....

Project addressing has an issue affecting its community integration.
This issue affects 2 projects,
and has been outstanding for 52 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - addressing :  WS-FX Project
    - wss4j :  WS-FX Project


Full details are available at:
    http://vmgump.apache.org/gump/public/ws-addressing/addressing/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
-DEBUG- Sole output [addressing-20062007.jar] identifier set to project name
-DEBUG- Dependency on wsdl4j exists, no need to add for property maven.jar.axis-wsdl4j.
-DEBUG- (Gump generated) Maven Properties in: /usr/local/gump/public/workspace/ws-addressing/build.properties
-INFO- Failed with reason build failed
-DEBUG- Maven POM in: /usr/local/gump/public/workspace/ws-addressing/project.xml
-DEBUG- Maven project properties in: /usr/local/gump/public/workspace/ws-addressing/project.properties
-INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/ws-addressing/addressing/gump_work/build_ws-addressing_addressing.html
Work Name: build_ws-addressing_addressing (Type: Build)
Work ended in a state of : Failed
Elapsed: 23 secs
Command Line: maven --offline jar
[Working Directory: /usr/local/gump/public/workspace/ws-addressing]
CLASSPATH: /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/ws-addressing/target/classes:/usr/local/gump/public/workspace/jakarta-commons/discovery/dist/commons-discovery.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-20062007.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-20062007.jar:/usr/local/gump/public/workspace/ws-axis/java/build/lib/axis.jar:/usr/local/gump/public/workspace/ws-axis/java/build/lib/saaj.jar:/usr/local/gump/public/workspace/ws-axis/java/build/lib/axis-ant.jar:/usr/local/gump/public/workspace/ws-axis/java/build/lib/jaxrpc.jar:/usr/local/gump/public/workspace/wsdl4j/build/lib/qname.jar:/usr/local/gump/public/workspace/wsdl4j/build/lib/wsdl4j.jar
---------------------------------------------
AFTER ALL: <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:f123="http://www.fabrikam123.com/svc53"><S:Body><f123:Delete>
      <maxCount>42</maxCount>
    </f123:Delete></S:Body></S:Envelope>

BEFORE SPE:<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"><soapenv:Header><wsa:MessageID>urn:messageId</wsa:MessageID><wsa:Action>urn:Action</wsa:Action><fabrikam:CustomerKey xmlns:fabrikam="http://fabrikam.com">123456789</fabrikam:CustomerKey><ns:AnotherProp xmlns:ns="http://ns.com"><AnotherChild>SomeData</AnotherChild></ns:AnotherProp></soapenv:Header><soapenv:Body/></soapenv:Envelope>

AFTER SPE: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"><soapenv:Header><ns:AnotherProp xmlns:ns="http://ns.com"><AnotherChild>SomeData</AnotherChild></ns:AnotherProp></soapenv:Header><soapenv:Body/></soapenv:Envelope>

BEFORE SPE:<?xml version="1.0" encoding="UTF-8"?><S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:f123="http://www.fabrikam123.com/svc53">
  <S:Header>
    <wsa:MessageID>uuid:aaaabbbb-cccc-dddd-eeee-ffffffffffff
    </wsa:MessageID>
    <wsa:RelatesTo>uuid:11112222-3333-4444-5555-666666666666
    </wsa:RelatesTo>
    <wsa:ReplyTo>
      <wsa:Address>http://business456.com/client1</wsa:Address>
    </wsa:ReplyTo>
    <wsa:FaultTo>
      <wsa:Address>http://business456.com/deadletters</wsa:Address>
    </wsa:FaultTo>
    <wsa:To S:mustUnderstand="1">mailto:joe@fabr...</wsa:To>
    <wsa:Action>http://fabrikam123.com/mail#Delete</wsa:Action>
<fabrikam:CustomerKey xmlns:fabrikam="http://fabrikam.com">123456789</fabrikam:CustomerKey><ns:AnotherProp xmlns:ns="http://ns.com"><AnotherChild>SomeData</AnotherChild></ns:AnotherProp>  </S:Header>
  <S:Body>
    <f123:Delete>
      <maxCount>42</maxCount>
    </f123:Delete>
  </S:Body>
</S:Envelope>

AFTER SPE: <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:f123="http://www.fabrikam123.com/svc53"><S:Header><ns:AnotherProp xmlns:ns="http://ns.com"><AnotherChild>SomeData</AnotherChild></ns:AnotherProp></S:Header><S:Body><f123:Delete>
      <maxCount>42</maxCount>
    </f123:Delete></S:Body></S:Envelope>

    [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.762 sec
    [junit] Running org.apache.ws.addressing.handler.ClientSideAddressingHandlerTestCase
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.625 sec
    [junit] Running org.apache.ws.addressing.handler.ServerSideAddressingHandlerTestCase
WARN: testHandleFault() not implemented.
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.123 sec

BUILD FAILED
File...... /home/gump/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly
Element... fail
Line...... 181
Column.... 54
There were test failures.
Total time: 21 seconds
Finished at: Wed Jun 20 07:16:30 PDT 2007

---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/ws-addressing/addressing/rss.xml
- Atom: http://vmgump.apache.org/gump/public/ws-addressing/addressing/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 18000020062007, vmgump.apache.org:vmgump-public:18000020062007
Gump E-mail Identifier (unique within run) #44.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]

---------------------------------------------------------------------
To unsubscribe, e-mail: fx-dev-unsubscribe@ws.a...
For additional commands, e-mail: fx-dev-help@ws.a...

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

opensubscriber is not affiliated with the authors of this message nor responsible for its content.