hang on guys, let me check.

-- dims

On 7/28/05, Glen Daniels <[EMAIL PROTECTED]> wrote:
> I'm seeing these exactly same problems, and I do have the geronimo
> activation jar in my repository...
> 
> :(
> 
> --Glen
> 
> ----- Original Message -----
> From: "Eran Chinthaka" <[EMAIL PROTECTED]>
> To: <[email protected]>; "'Venkat Reddy'" <[EMAIL PROTECTED]>
> Sent: Thursday, July 28, 2005 9:32 AM
> Subject: RE: [Axis2] MTOM and other tests are failing for me.
> 
> 
> > Hi Venkat and all,
> >
> > Today and yesterday I did a clean checkout and test the build. It passed
> > without a problem. I even updated my current working version and it also
> > built successfully.
> >
> > But for me to compile the sources mounted in IDEA, I had to change the
> > mail
> > and activation jars. If your build still fails, lets do something for
> > that,
> > soon.
> >
> >
> >
> >> -----Original Message-----
> >> From: Venkat Reddy [mailto:[EMAIL PROTECTED]
> >> Sent: Wednesday, July 27, 2005 5:15 PM
> >> To: [email protected]
> >> Subject: Re: [Axis2] MTOM and other tests are failing for me.
> >>
> >> yes, i did suspect that, but i already seem to have the version it is
> >> asking for - geronimo-spec-activation-1.0.2-SNAPSHOT.jar, which is
> >> downloaded a week back.
> >>
> >> currently i'm unable to download again because of ws.zones site issue.
> >>
> >> - venkat
> >>
> >>
> >> On 7/27/05, Chathura Herath <[EMAIL PROTECTED]> wrote:
> >> >
> >> >
> >> >
> >> > Absolutely. I had the same problem a while ago and replaced the
> >> activation
> >> > jar in the repository manually and it worked fine. Different people are
> >> > getting different behaviors due to the fact that the Geronimo
> >> > activation
> >> > jars are not getting downloaded during the build.
> >> >
> >> >
> >> >
> >> > Chathura
> >> >
> >> >
> >> >
> >> >
> >> >  ________________________________
> >> >
> >> >
> >> > From: Thilina Gunarathne [mailto:[EMAIL PROTECTED]
> >> >  Sent: Wednesday, July 27, 2005 1:00 PM
> >> >  To: [email protected]; Venkat Reddy
> >> >  Subject: Re: [Axis2] MTOM and other tests are failing for me.
> >> >
> >> >
> >> >
> >> >
> >> > You are probably having the incoreect version of activation jar. Check
> >> > whether u have geronimo-spec-activation-1.0.2-SNAPSHOT.jar
> >> > in ur repository.....
> >> >  See the error below.
> >> >  Caused by: javax.activation.UnsupportedDataTypeException:
> >> > text/xml
> >> >
> >> >
> >> >        at
> >> > javax.activation.DataHandler.writeTo(DataHandler.java:76)
> >> >
> >> >  Thanx & Regards,
> >> >  ~Thilina
> >> >
> >> >
> >> >
> >> >
> >> > On 7/27/05, Thilina Gunarathne <[EMAIL PROTECTED]> wrote:
> >> >
> >> > Build passes for me. I did with a clean checkout.......
> >> >  Tests are ready ..... No need of any configurations...
> >> >
> >> >
> >> >
> >> >
> >> >
> >> > On 7/27/05, Venkat Reddy < [EMAIL PROTECTED]> wrote:
> >> >
> >> > Can someone remove the testcases, from the Axis2 test harness, if the
> >> >  tests are not yet ready? If there is any configuration needed for
> >> >  these testscase, we can update the README etc.
> >> >
> >> >  Currently i have the following failing.
> >> >
> >> >      [junit] Running
> >> > org.apache.axis2.attachments.ImageSampleTest
> >> >      [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 1.719
> >> sec
> >> >      [junit] [ERROR] TEST
> >> > org.apache.axis2.attachments.ImageSampleTest FAILED
> >> >      [junit] Running
> >> > org.apache.axis2.om.impl.llom.mtom.MTOMStAXSOAPModelBuilderTest
> >> >      [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.391
> >> sec
> >> >      [junit] [ERROR] TEST
> >> > org.apache.axis2.om.impl.llom.mtom.MTOMStAXSOAPModelBuilderTest
> >> > FAILED
> >> >      [junit] Running
> >> > org.apache.axis2.om.impl.llom.OMOutputTest
> >> >      [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.468
> >> sec
> >> >      [junit] [ERROR] TEST
> >> > org.apache.axis2.om.impl.llom.OMOutputTest FAILED
> >> >
> >> >  with all the 3 test reports showing the following stack trace.
> >> >
> >> >  Testcase:
> >> > testImageSampleSerialize(org.apache.axis2.attachments.ImageSampleTest
> >> > ):       Caused
> >> >  an ERROR
> >> >  Problem with the OutputStream.
> >> >  org.apache.axis2.om.OMException: Problem with the OutputStream.
> >> >          at
> >> >
> >> org.apache.axis2.om.impl.MIMEOutputUtils.complete(MIMEOutputUtils.java:66)
> >> >          at
> >> > org.apache.axis2.om.impl.OMOutputImpl.flush(OMOutputImpl.java:76)
> >> >          at
> >> >
> >> org.apache.axis2.attachments.ImageSampleTest.testImageSampleSerialize(Imag
> >> eSampleTest.java:120)
> >> >          at sun.reflect.NativeMethodAccessorImpl.invoke0
> >> > (Native Method)
> >> >          at
> >> >
> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> >> 39)
> >> >          at
> >> >
> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> >> pl.java:25)
> >> >  Caused by: javax.activation.UnsupportedDataTypeException:
> >> > text/xml
> >> >          at
> >> > javax.activation.DataHandler.writeTo(DataHandler.java:76)
> >> >          at
> >> > javax.mail.internet.MimeBodyPart.writeTo(MimeBodyPart.java:211)
> >> >          at
> >> > org.apache.axis2.om.impl.MIMEOutputUtils.writeBodyPart
> >> > (MIMEOutputUtils.java:114)
> >> >          at
> >> >
> >> org.apache.axis2.om.impl.MIMEOutputUtils.complete(MIMEOutputUtils.java:56)
> >> >          ... 16 more
> >> >
> >> >
> >> >  Testcase:
> >> > testImageSampleDeserialize(org.apache.axis2.attachments.ImageSampleTest
> >> > ):     Caused
> >> >  an ERROR
> >> >  Referenced MIME part not found.End of Stream reached.
> >> >  org.apache.axis2.om.OMException: Referenced MIME part not found.End of
> >> >  Stream reached.
> >> >          at
> >> > org.apache.axis2.attachments.MIMEHelper.getMimeBodyPart
> >> > (MIMEHelper.java:279)
> >> >          at
> >> > org.apache.axis2.attachments.MIMEHelper.getNextPart(MIMEHelper.java:307)
> >> >          at
> >> >
> >> org.apache.axis2.attachments.MIMEHelper.getDataHandler(MIMEHelper.java:236
> >> )
> >> >          at
> >> > org.apache.axis2.attachments.MIMEHelper.getSOAPPartInputStream
> >> > (MIMEHelper.java:197)
> >> >          at
> >> >
> >> org.apache.axis2.attachments.ImageSampleTest.testImageSampleDeserialize(Im
> >> ageSampleTest.java:127)
> >> >          at
> >> > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >> >          at
> >> >
> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
> >> 39)
> >> >          at
> >> >
> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorIm
> >> pl.java:25)
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> > --
> >> >  "May the SourcE be with u"
> >> >  http://www.bloglines.com/blog/thilina
> >> >
> >> >
> >> >
> >> >
> >> >  --
> >> >  "May the SourcE be with u"
> >> >  http://www.bloglines.com/blog/thilina
> >
> >
> >
> 
> 


-- 
Davanum Srinivas -http://blogs.cocoondev.org/dims/

Reply via email to