[jira] [Commented] (AXIOM-326) MIME message parser and serializer based on Apache mime4j

2011-12-03 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIOM-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13162101#comment-13162101
 ] 

Hudson commented on AXIOM-326:
--

Integrated in ws-axiom-trunk #734 (See 
[https://builds.apache.org/job/ws-axiom-trunk/734/])
AXIOM-326: Removed some code that is no longer used.

veithen : 
Files : 
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/PartImpl.java


 MIME message parser and serializer based on Apache mime4j
 -

 Key: AXIOM-326
 URL: https://issues.apache.org/jira/browse/AXIOM-326
 Project: Axiom
  Issue Type: Improvement
Reporter: Oleg Kalnichevski
Assignee: Andreas Veithen
 Fix For: 1.2.13


 MIME message parser and serializer based on Apache mime4j

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@ws.apache.org
For additional commands, e-mail: dev-h...@ws.apache.org



[jira] [Commented] (AXIOM-326) MIME message parser and serializer based on Apache mime4j

2011-08-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIOM-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13073614#comment-13073614
 ] 

Hudson commented on AXIOM-326:
--

Integrated in ws-axiom-trunk #475 (See 
[https://builds.apache.org/job/ws-axiom-trunk/475/])
AXIOM-326: Improved error handling.

veithen : 
Files : 
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/PartFactory.java


 MIME message parser and serializer based on Apache mime4j
 -

 Key: AXIOM-326
 URL: https://issues.apache.org/jira/browse/AXIOM-326
 Project: Axiom
  Issue Type: Improvement
Reporter: Oleg Kalnichevski

 MIME message parser and serializer based on Apache mime4j

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@ws.apache.org
For additional commands, e-mail: dev-h...@ws.apache.org



[jira] [Commented] (AXIOM-326) MIME message parser and serializer based on Apache mime4j

2011-08-01 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIOM-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13073643#comment-13073643
 ] 

Hudson commented on AXIOM-326:
--

Integrated in ws-axiom-trunk #476 (See 
[https://builds.apache.org/job/ws-axiom-trunk/476/])
AXIOM-326: Fixed an issue that caused the MIME parser to end up in an 
unexpected state under some circumstances.
AXIOM-326: Improved error handling.

veithen : 
Files : 
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/PartFactory.java

veithen : 
Files : 
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/MIMEMessage.java
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/PartFactory.java


 MIME message parser and serializer based on Apache mime4j
 -

 Key: AXIOM-326
 URL: https://issues.apache.org/jira/browse/AXIOM-326
 Project: Axiom
  Issue Type: Improvement
Reporter: Oleg Kalnichevski

 MIME message parser and serializer based on Apache mime4j

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@ws.apache.org
For additional commands, e-mail: dev-h...@ws.apache.org



[jira] [Commented] (AXIOM-326) MIME message parser and serializer based on Apache mime4j

2011-07-31 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIOM-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13073403#comment-13073403
 ] 

Hudson commented on AXIOM-326:
--

Integrated in ws-axiom-trunk #474 (See 
[https://builds.apache.org/job/ws-axiom-trunk/474/])
AXIOM-326: Use mime4j instead of our own MIME parsing code.

veithen : 
Files : 
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/MIMEMessage.java
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/MIMEBodyPartInputStream.java
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/Attachments.java
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/AttachmentsImpl.java
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/AttachmentSet.java
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/BoundaryDelimitedStream.java
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/BoundaryPushbackInputStream.java
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/PartFactory.java
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-osgi/axiom-osgi-run/pom.xml
* /webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/MultipartAttachmentStreams.java
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/java/org/apache/axiom/attachments/BoundaryPushbackInputStreamTest.java
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/attachments/impl/BufferUtils.java
* /webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml


 MIME message parser and serializer based on Apache mime4j
 -

 Key: AXIOM-326
 URL: https://issues.apache.org/jira/browse/AXIOM-326
 Project: Axiom
  Issue Type: Improvement
Reporter: Oleg Kalnichevski

 MIME message parser and serializer based on Apache mime4j

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@ws.apache.org
For additional commands, e-mail: dev-h...@ws.apache.org



[jira] [Commented] (AXIOM-326) MIME message parser and serializer based on Apache mime4j

2011-07-30 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIOM-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13073154#comment-13073154
 ] 

Hudson commented on AXIOM-326:
--

Integrated in ws-axiom-trunk #461 (See 
[https://builds.apache.org/job/ws-axiom-trunk/461/])
AXIOM-311: Moved some attachments related unit tests from axiom-tests to 
axiom-api so that we can do a unit test coverage analysis in preparation of 
AXIOM-326.

veithen : 
Files : 
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/attachments/PdfAttachmentStreamingTest.java
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/java/org/apache/axiom/attachments/PartOnFileTest.java
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/java/org/apache/axiom/attachments/PdfAttachmentStreamingTest.java
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/test/java/org/apache/axiom/attachments/AttachmentsTest.java
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/attachments/PartOnFileTest.java
* 
/webservices/commons/trunk/modules/axiom/modules/axiom-tests/src/test/java/org/apache/axiom/attachments/AttachmentsTest.java


 MIME message parser and serializer based on Apache mime4j
 -

 Key: AXIOM-326
 URL: https://issues.apache.org/jira/browse/AXIOM-326
 Project: Axiom
  Issue Type: Improvement
Reporter: Oleg Kalnichevski

 MIME message parser and serializer based on Apache mime4j

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@ws.apache.org
For additional commands, e-mail: dev-h...@ws.apache.org



[jira] [Commented] (AXIOM-326) MIME message parser and serializer based on Apache mime4j

2011-07-30 Thread Andreas Veithen (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIOM-326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13073158#comment-13073158
 ] 

Andreas Veithen commented on AXIOM-326:
---

I think that it is possible to replace our custom MIME parsing code with mime4j 
without breaking any existing public APIs, with one (potential) exception, 
namely Attachments#getIncomingAttachmentsAsSingleStream(). Probably once we 
hand over the input stream to mime4j it will probably (to be confirmed) no 
longer be possible to give access to that stream in a well defined state. The 
reason is that we have no control over how much buffering mime4j does.

However:
* I didn't find a single piece of code that is using 
getIncomingAttachmentsAsSingleStream().
* The method was introduced by AXIOM-329, but that use case should be covered 
by a proper solution for AXIOM-377 (which in turn depends on the present issue).

Therefore it is reasonable to sacrifice getIncomingAttachmentsAsSingleStream 
(if necessary).

 MIME message parser and serializer based on Apache mime4j
 -

 Key: AXIOM-326
 URL: https://issues.apache.org/jira/browse/AXIOM-326
 Project: Axiom
  Issue Type: Improvement
Reporter: Oleg Kalnichevski

 MIME message parser and serializer based on Apache mime4j

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@ws.apache.org
For additional commands, e-mail: dev-h...@ws.apache.org