[jira] [Issue Comment Edited] (CXF-3750) Sometimes, CXF servlet will blocked until bussiness logical finished for one-way operation

2011-08-22 Thread ext2 (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13088535#comment-13088535 ] ext2 edited comment on CXF-3750 at 8/23/11 2:44 AM: oneway-deadlock-temp

[jira] [Commented] (CXF-3750) Sometimes, CXF servlet will blocked until bussiness logical finished for one-way operation

2011-08-22 Thread ext2 (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13088533#comment-13088533 ] ext2 commented on CXF-3750: --- the patch may cause a problem: when the user's business logic reached

[jira] [Updated] (CXF-3750) Sometimes, CXF servlet will blocked until bussiness logical finished for one-way operation

2011-08-22 Thread ext2 (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ext2 updated CXF-3750: -- Attachment: oneway-deadlock-temporary-file.zip 1) service, the service 'stemporary file directory is set to "./attservice

[jira] [Commented] (CXF-3750) Sometimes, CXF servlet will blocked until bussiness logical finished for one-way operation

2011-08-18 Thread ext2 (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3750?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13087548#comment-13087548 ] ext2 commented on CXF-3750: --- if the execute sequence as following, every thing is ok. there is n

[jira] [Updated] (CXF-3750) Sometimes, CXF servlet will blocked until bussiness logical finished for one-way operation

2011-08-18 Thread ext2 (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ext2 updated CXF-3750: -- Attachment: oneway-deadlock.zip ProductClient.java: it contains a comment indicate how to change source code of CXF to s

[jira] [Updated] (CXF-3750) Sometimes, CXF servlet will blocked until bussiness logical finished for one-way operation

2011-08-18 Thread ext2 (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ext2 updated CXF-3750: -- Summary: Sometimes, CXF servlet will blocked until bussiness logical finished for one-way operation (was: Sometimes, CXF

[jira] [Created] (CXF-3750) Sometimes, CXF service will blocked until bussiness logical finished for one-way operation

2011-08-18 Thread ext2 (JIRA)
Sometimes, CXF service will blocked until bussiness logical finished for one-way operation -- Key: CXF-3750 URL: https://issues.apache.org/jira/browse/CXF-3750 Pr

[jira] [Commented] (CXF-3504) for big attachment, a temporary file is left on disk and keep opend, if the application just close the DataSource's inputStream and doesn't consume it;

2011-05-22 Thread ext2 (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13037724#comment-13037724 ] ext2 commented on CXF-3504: --- @FreeMan Fang: by the way, I suggest you'd better to add the checking

[jira] [Commented] (CXF-3504) for big attachment, a temporary file is left on disk and keep opend, if the application just close the DataSource's inputStream and doesn't consume it;

2011-05-22 Thread ext2 (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13037722#comment-13037722 ] ext2 commented on CXF-3504: --- @FreeMan Fang I have tried the new patch. it could works in my scenio

[jira] [Commented] (CXF-3504) for big attachment, a temporary file is left on disk and keep opend, if the application just close the DataSource's inputStream and doesn't consume it;

2011-05-20 Thread ext2 (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13036781#comment-13036781 ] ext2 commented on CXF-3504: --- @FreeMan Fang: My private temporary fix is quite different;the strat

[jira] [Commented] (CXF-3504) for big attachment, a temporary file is left on disk and keep opend, if the application just close the DataSource's inputStream and doesn't consume it;

2011-05-19 Thread ext2 (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13036639#comment-13036639 ] ext2 commented on CXF-3504: --- when I reported CXF3504 & CXF3505 bug previously, I just use a "user'

[jira] [Commented] (CXF-3504) for big attachment, a temporary file is left on disk and keep opend, if the application just close the DataSource's inputStream and doesn't consume it;

2011-05-19 Thread ext2 (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13036634#comment-13036634 ] ext2 commented on CXF-3504: --- I am sure I have correct patch for CXF3504 and CXF3505. there are s

[jira] [Commented] (CXF-3504) for big attachment, a temporary file is left on disk and keep opend, if the application just close the DataSource's inputStream and doesn't consume it;

2011-05-19 Thread ext2 (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13036128#comment-13036128 ] ext2 commented on CXF-3504: --- maybe while close the MIMEPartInputstream, the close method should co

[jira] [Commented] (CXF-3504) for big attachment, a temporary file is left on disk and keep opend, if the application just close the DataSource's inputStream and doesn't consume it;

2011-05-19 Thread ext2 (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13036126#comment-13036126 ] ext2 commented on CXF-3504: --- Yes the patch will leave no temporary file on disk. But it introduce

[jira] [Commented] (CXF-3505) CXF attachment doesn't compatible with SUN's ACTIVATION library

2011-05-09 Thread ext2 (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031018#comment-13031018 ] ext2 commented on CXF-3505: --- the problem is somewhat releate the javax.acivation.DataHandler's imp

[jira] [Commented] (CXF-3505) CXF attachment doesn't compatible with SUN's ACTIVATION library

2011-05-09 Thread ext2 (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031015#comment-13031015 ] ext2 commented on CXF-3505: --- 1)attachment is a POM project for testing this problem; the test app

[jira] [Updated] (CXF-3505) CXF attachment doesn't compatible with SUN's ACTIVATION library

2011-05-09 Thread ext2 (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ext2 updated CXF-3505: -- Attachment: attachment-clean.zip > CXF attachment doesn't compatible with SUN's ACTIVATION library > ---

[jira] [Created] (CXF-3505) CXF attachment doesn't compatible with SUN's ACTIVATION library

2011-05-09 Thread ext2 (JIRA)
CXF attachment doesn't compatible with SUN's ACTIVATION library Key: CXF-3505 URL: https://issues.apache.org/jira/browse/CXF-3505 Project: CXF Issue Type: Bug Repo

[jira] [Updated] (CXF-3504) for big attachment, a temporary file is left on disk and keep opend, if the application just close the DataSource's inputStream and doesn't consume it;

2011-05-09 Thread ext2 (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ext2 updated CXF-3504: -- Attachment: attachment-clean.zip this is the test case's pom project. > for big attachment, a temporary file is left on

[jira] [Updated] (CXF-3504) for big attachment, a temporary file is left on disk and keep opend, if the application just close the DataSource's inputStream and doesn't consume it;

2011-05-09 Thread ext2 (JIRA)
[ https://issues.apache.org/jira/browse/CXF-3504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ext2 updated CXF-3504: -- Attachment: mtom.wsdl > for big attachment, a temporary file is left on disk and keep opend, if the > application just c

[jira] [Created] (CXF-3504) for big attachment, a temporary file is left on disk and keep opend, if the application just close the DataSource's inputStream and doesn't consume it;

2011-05-09 Thread ext2 (JIRA)
for big attachment, a temporary file is left on disk and keep opend, if the application just close the DataSource's inputStream and doesn't consume it; -