Build failed in Jenkins: sandesha2-trunk » Apache Sandesha #303

2011-04-08 Thread Apache Hudson Server
See -- <===[HUDSON REMOTING CAPACITY]===>channel started Executing Maven: -B -f

Build failed in Jenkins: sandesha2-trunk #303

2011-04-08 Thread Apache Hudson Server
See -- Started by upstream project "Rampart" build number 373 Building remotely on ubuntu1 Updating http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/trunk At revision 1090160 no change for h

Jenkins build is back to normal : sandesha2-trunk » Apache Sandesha #304

2011-04-08 Thread Apache Hudson Server
See - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

Jenkins build is back to normal : sandesha2-trunk #304

2011-04-08 Thread Apache Hudson Server
See - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

Build failed in Jenkins: sandesha2-1.4 » Apache Sandesha #67

2011-04-08 Thread Apache Hudson Server
See -- <===[HUDSON REMOTING CAPACITY]===>channel started Executing Maven: -B -f

Build failed in Jenkins: sandesha2-1.4 #67

2011-04-08 Thread Apache Hudson Server
See -- Started by upstream project "rampart-1.5" build number 4 Building remotely on ubuntu2 Updating http://svn.apache.org/repos/asf/axis/axis2/java/sandesha/branches/1_4 At revision 1090337 no change

Decode MTOM Message with Java Function?

2011-04-08 Thread Peter Lambrechtsen
Hello A question not specifically about Axis, but I am looking for a function that would take a byte array string which is a MTOM message, and extract out the payload message into a String variable. Having a poke through the code I couldn't find an particular function I could use, the MessageCont

Jenkins build is back to normal : sandesha2-1.4 » Apache Sandesha #68

2011-04-08 Thread Apache Hudson Server
See - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

Jenkins build is back to normal : sandesha2-1.4 #68

2011-04-08 Thread Apache Hudson Server
See - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

Build failed in Jenkins: Axis2 #748

2011-04-08 Thread Apache Hudson Server
See Changes: [veithen] Exclude the transitive Woodstox dependency from Neethi. Otherwise we will end up with two versions of Woodstox. -- [...truncated 9529 lines...] [mkdir] Created dir:

Build failed in Jenkins: sandesha2-trunk #305

2011-04-08 Thread Apache Hudson Server
See -- Started by upstream project "Rampart" build number 374 Building remotely on ubuntu1 FATAL: cannot assign instance of hudson.model.StreamBuildListener to field hudson.scm.subversion.Workspace

[Rampart] Rampart trunk and Axis2 trunk incompatible ?

2011-04-08 Thread suresh attanayake
Dear Axis2 community ! I get the following error when I start Axis2 1.70-SNAPSHOT server with Rampart 1.7.0 mar and jars. So is there any incompatibility between them ? We group of students of University of Moratuwa planing to implement WS- Federation specification for Apache Rampart. If there is

Re: [Rampart] Rampart trunk and Axis2 trunk incompatible ?

2011-04-08 Thread Ruchith Fernando
Hi Suresh, Seems like you are missing the required rampart-core-*.jar Build the distribution by running "mvn install" at "modules/distribution" directory and then lib directory in the "modules/distribution/target/rampart-dist-1.7.0-SNAPSHOT-bin.zip" file contains all the required jars that you nee

Re: [Rampart] Rampart trunk and Axis2 trunk incompatible ?

2011-04-08 Thread suresh attanayake
Hi Ruchith ! Thanks for the help. Now it works fine after adding those jars. Thanks, Suresh. On Sat, Apr 9, 2011 at 10:17 AM, Ruchith Fernando < [email protected]> wrote: > Hi Suresh, > > Seems like you are missing the required rampart-core-*.jar > Build the distribution by running "mv