Improving REST on Axis2/C

2008-03-12 Thread Senaka Fernando
Hi all, I'm starting on the 2nd phase of REST support of Axis2/C. This will feature, 1. Use of correct status codes. (At present we use just a little more than the bare minimum.) I'm looking forward for more informative statuses, and most preliminary work will be done based on the Simple Axis2

[jira] Created: (AXIS2C-1052) Bad code from anonymous empty clompex types

2008-03-12 Thread Sam Meder (JIRA)
Bad code from anonymous empty clompex types --- Key: AXIS2C-1052 URL: https://issues.apache.org/jira/browse/AXIS2C-1052 Project: Axis2-C Issue Type: Bug Components: code generation

[jira] Updated: (AXIS2C-1052) Bad code from anonymous empty clompex types

2008-03-12 Thread Sam Meder (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Meder updated AXIS2C-1052: -- Attachment: adb_AddInternetScsiSendTargetsResponse.c Bad code from anonymous empty clompex types

Axis2/C 1.3 source compilation error

2008-03-12 Thread Frank Zhou
Hi All, I downloaded the AXIS2/c 1.3 source code today and found out that I can not compile it. I got the following error: == http_server_main.c ..\..\src\core\transport\http\server\simple_axis2_server\http_server_main.c(119) : error C2220: warning treated as error - no object

Re: Axis2/C 1.3 source compilation error

2008-03-12 Thread Frank Zhou
I also tried on my Windows Server 2003 machine and got the same error. In both machine, I am using MS visual studio .Net 2003. Thanks! Frank --- Frank Zhou [EMAIL PROTECTED] wrote: Hi All, I downloaded the AXIS2/c 1.3 source code today and found out that I can not compile it. I got the

Re: Axis2/C 1.3 source compilation error

2008-03-12 Thread Samisa Abeysinghe
You seem to have warnings treated as errors. Can you disable that and try again? Samisa... Frank Zhou wrote: Hi All, I downloaded the AXIS2/c 1.3 source code today and found out that I can not compile it. I got the following error: == http_server_main.c

[jira] Assigned: (AXIS2C-1052) Bad code from anonymous empty clompex types

2008-03-12 Thread Lahiru Gunathilake (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lahiru Gunathilake reassigned AXIS2C-1052: -- Assignee: Lahiru Gunathilake Bad code from anonymous empty clompex types

Re: Improving REST on Axis2/C

2008-03-12 Thread Dinesh Premalal
Hi Senaka, Senaka Fernando [EMAIL PROTECTED] writes: Hi all, I'm starting on the 2nd phase of REST support of Axis2/C. This will feature, 1. Use of correct status codes. (At present we use just a little more than the bare minimum.) I'm looking forward for more informative statuses, and

[jira] Resolved: (AXIS2C-1052) Bad code from anonymous empty clompex types

2008-03-12 Thread Lahiru Gunathilake (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lahiru Gunathilake resolved AXIS2C-1052. Resolution: Fixed From 2008 12th Nightly build this issue is resolved. Regs

Re: Axis2/C 1.3 source compilation error

2008-03-12 Thread Frank Zhou
Hi Samisa, I am using nmake commands, I tried a few options like /k, /C or /I. Only /I will allow me continue to build, but the axis2_http_server.exe was not created. How do I turn off the option so warnings won't be treated as errors? I was able to compile axis2/c 1.2 successfully. Thanks!

Re: Axis2/C 1.3 source compilation error

2008-03-12 Thread Dinesh Premalal
Samisa Abeysinghe [EMAIL PROTECTED] writes: You seem to have warnings treated as errors. Can you disable that and try again? IIRC, Senaka worked on fixing windows warnings and jira is also fixed [1]. May be we might happen to reopen this issue.

Axis2: Invalid UTF-8 start byte 0xff (at char #1, byte #-1)

2008-03-12 Thread Simon Steinacker
Hello, I already wrote this issue once to the mailing list. But for me nothing has changed with the problem. I still get this error (I checked all library versions). The complete Axis2 debug trace is: http://www.pastebin.org/23395 The message that causes the problem:

Re: Axis2: Invalid UTF-8 start byte 0xff (at char #1, byte #-1)

2008-03-12 Thread WJ Krpelan
Hi, just guessing: could something have changed the actual encoding to utf-16 on the way (standard encoding with microsoft windows) ? of course an UTF-8-XML-Document is not expected to start with 0xFF. additionaly, using text/xml is not quite safe, application/xml would be preferrable Cheers ---

RE: Axis2 JAXBRI binding and MTOM not working

2008-03-12 Thread Narayan Dhillon
Hi, I tried a simple web service client with JAXB binding, and noticed that MTOM parts are being in-lined in the soap message as opposed to being XOP attachments. The same client works fine with ADB binding. Is this a known issue? Any pointers on this will be greatly appreciated. Code

[jira] Created: (AXIS-2726) problem with creation of WSDL file in Documnet Literal format, by using Java2WSDL command.

2008-03-12 Thread nagasrinivas (JIRA)
problem with creation of WSDL file in Documnet Literal format, by using Java2WSDL command. -- Key: AXIS-2726 URL: https://issues.apache.org/jira/browse/AXIS-2726

[jira] Created: (AXIS-2727) problem with creation of WSDL file in Documnet Literal format, by using Java2WSDL command.

2008-03-12 Thread nagasrinivas (JIRA)
problem with creation of WSDL file in Documnet Literal format, by using Java2WSDL command. -- Key: AXIS-2727 URL: https://issues.apache.org/jira/browse/AXIS-2727

Re: Axis2: Invalid UTF-8 start byte 0xff (at char #1, byte #-1)

2008-03-12 Thread Simon Steinacker
Thanks for you reply! Well, as I am not developing the client application and do not have the source code available, it might be the case that the message is UTF-16. How can I determine that? Or where can I tell axis2 that it should decode UTF-16 messages? Thanks, Simon WJ Krpelan wrote:

[jira] Updated: (AXIS2-3561) Error extracting fault from SOAP envelope when body is encrypted

2008-03-12 Thread Nandana Mihindukulasooriya (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandana Mihindukulasooriya updated AXIS2-3561: -- Fix Version/s: 1.4 Error extracting fault from SOAP envelope when

Re: Axis2: Invalid UTF-8 start byte 0xff (at char #1, byte #-1)

2008-03-12 Thread WJ Krpelan
Hi, I'd suggest testing service and client on the same machine using AXIS2's WSDL2Java. Is this an AXIS2 service talking to an AXIS2 Client? What obviously is missing in your soap-message in an ?xml version=./? - tag in front of soapenv:Envelope .../ Compare this to other

[jira] Commented: (AXIS2-3595) Unconnected sockets not implemented

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577849#action_12577849 ] Davanum Srinivas commented on AXIS2-3595: - Kristof, Can you please try passing

[jira] Resolved: (AXIS2-3591) MTOM doesnt work over JMS

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3591. - Resolution: Fixed Fixed in svn revision 636328 thanks, dims MTOM doesnt work over JMS

[jira] Updated: (AXIS2-3584) LocalTransportSender can be used on multithread.

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-3584: Fix Version/s: 1.4 LocalTransportSender can be used on multithread.

[Axis2] Cleaning up imports and fixing license headers

2008-03-12 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Team, FYI, a quick heads up, just before RC1, i will update the license headers of all the source files and clean up imports. thanks, dims -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (Cygwin)

[jira] Resolved: (AXIS2-3267) Axis2 SAAJ implementation included in Geronimo 2.0.1 - class cast bug when unmarshalling

2008-03-12 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle resolved AXIS2-3267. --- Resolution: Fixed Resolved 636345 Axis2 SAAJ implementation included in Geronimo 2.0.1 -

[jira] Created: (AXIS2-3596) minOccurs=0 is ignored for dateTime values

2008-03-12 Thread Raanan Zvi (JIRA)
minOccurs=0 is ignored for dateTime values Key: AXIS2-3596 URL: https://issues.apache.org/jira/browse/AXIS2-3596 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: wsdl Affects

[jira] Resolved: (AXIS2-3584) LocalTransportSender can be used on multithread.

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3584. - Resolution: Fixed LocalTransportSender can be used on multithread.

[jira] Commented: (AXIS2-3584) LocalTransportSender can be used on multithread.

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577877#action_12577877 ] Davanum Srinivas commented on AXIS2-3584: - Fixed in svn revision 636372

[jira] Resolved: (AXIS2-3575) org.apache.axis2.client.Stub addHeader ignores custom header attributes

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3575. - Resolution: Fixed org.apache.axis2.client.Stub addHeader ignores custom header

[jira] Commented: (AXIS2-3575) org.apache.axis2.client.Stub addHeader ignores custom header attributes

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577878#action_12577878 ] Davanum Srinivas commented on AXIS2-3575: - I believe this is already fixed.

[jira] Updated: (AXIS2-3488) WstxIOException on long base64Binary elements

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-3488: Fix Version/s: 1.4 Assignee: Rich Scheuerle (was: Deepal Jayasinghe) Rich, can

[jira] Commented: (AXIS2-3515) restore previously commented JAXWS tests

2008-03-12 Thread Mike Rheinheimer (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577897#action_12577897 ] Mike Rheinheimer commented on AXIS2-3515: - Since it is no longer simply a matter of

[jira] Closed: (AXIS2-3515) restore previously commented JAXWS tests

2008-03-12 Thread Mike Rheinheimer (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Rheinheimer closed AXIS2-3515. --- Resolution: Won't Fix restore previously commented JAXWS tests

warning about ConvertUtil

2008-03-12 Thread mathieu fabre
Hi, I use axis2 in my webapp wihch provide some services. In one method, the result is cast to an object called LogObject ( in fact, a table of LogObject so a LogObject[] ) This LogObject contain some information (a string content, a string location etc...) When i try to use axis2, the response

[jira] Resolved: (AXIS2-3406) Deploy goal for Axis2 Web Admin Console for axis2-aar-maven-plugin

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3406. - Resolution: Fixed Deploy goal for Axis2 Web Admin Console for axis2-aar-maven-plugin

[jira] Updated: (AXIS2-3404) sources unavailable in the maven repository.

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-3404: Fix Version/s: 1.4 sources unavailable in the maven repository.

[jira] Updated: (AXIS2-3404) sources unavailable in the maven repository.

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-3404: Assignee: Davanum Srinivas sources unavailable in the maven repository.

[jira] Updated: (AXIS2-3396) docs website repeatedly refer to Eclipse Plugin; but never specify NAME or WHERE IT IS LOCATED.

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-3396: Assignee: Davanum Srinivas docs website repeatedly refer to Eclipse Plugin; but never

[jira] Commented: (AXIS2-3406) Deploy goal for Axis2 Web Admin Console for axis2-aar-maven-plugin

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577930#action_12577930 ] Davanum Srinivas commented on AXIS2-3406: - Fixed in svn revision 636427 Deploy

[jira] Commented: (AXIS2-3374) support logging full stack traces in log

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577937#action_12577937 ] Davanum Srinivas commented on AXIS2-3374: - Mark, i believe we are getting better

[jira] Resolved: (AXIS2-3374) support logging full stack traces in log

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3374. - Resolution: Fixed support logging full stack traces in log

[jira] Updated: (AXIS2-3396) docs website repeatedly refer to Eclipse Plugin; but never specify NAME or WHERE IT IS LOCATED.

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-3396: Fix Version/s: 1.4 docs website repeatedly refer to Eclipse Plugin; but never specify

[jira] Resolved: (AXIS2-3384) CXF and Axis2 interop: MTOM

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3384. - Resolution: Incomplete CXF and Axis2 interop: MTOM ---

[jira] Commented: (AXIS2-3383) MTOM Attachment XMLBeans API should support Streaming Attachments

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577936#action_12577936 ] Davanum Srinivas commented on AXIS2-3383: - Sorry, please start the the xmlbeans

[jira] Resolved: (AXIS2-3383) MTOM Attachment XMLBeans API should support Streaming Attachments

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3383. - Resolution: Won't Fix MTOM Attachment XMLBeans API should support Streaming Attachments

[jira] Commented: (AXIS2-3384) CXF and Axis2 interop: MTOM

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577935#action_12577935 ] Davanum Srinivas commented on AXIS2-3384: - Mike, Can you please try latest nightly

[jira] Created: (AXIS2-3597) Restore JAX-WS FaultyWebServiceTests

2008-03-12 Thread Mike Rheinheimer (JIRA)
Restore JAX-WS FaultyWebServiceTests Key: AXIS2-3597 URL: https://issues.apache.org/jira/browse/AXIS2-3597 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: jaxws Affects Versions: 1.4

[jira] Created: (AXIS2-3598) legal/backport-util-concurrent-LICENSE.txt is out of date

2008-03-12 Thread Tom Seelbach (JIRA)
legal/backport-util-concurrent-LICENSE.txt is out of date -- Key: AXIS2-3598 URL: https://issues.apache.org/jira/browse/AXIS2-3598 Project: Axis 2.0 (Axis2) Issue Type: Bug

[jira] Created: (AXIS2-3599) minOccurs=0 is ignored for xs:any when using XMLBeans

2008-03-12 Thread Stefan Lischke (JIRA)
minOccurs=0 is ignored for xs:any when using XMLBeans --- Key: AXIS2-3599 URL: https://issues.apache.org/jira/browse/AXIS2-3599 Project: Axis 2.0 (Axis2) Issue Type: Bug

[jira] Commented: (AXIS2-3369) NullPointerException in org.apache.axiom.om.impl.util.OMSerializerUtil

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577966#action_12577966 ] Davanum Srinivas commented on AXIS2-3369: - Fixed in svn revision 636444

[jira] Resolved: (AXIS2-3369) NullPointerException in org.apache.axiom.om.impl.util.OMSerializerUtil

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3369. - Resolution: Fixed NullPointerException in

[jira] Commented: (AXIS2-3362) wsdl2java for JAXB binding generates uncompilable code

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577973#action_12577973 ] Davanum Srinivas commented on AXIS2-3362: - Looks like this is fixed already in

[jira] Resolved: (AXIS2-3362) wsdl2java for JAXB binding generates uncompilable code

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3362. - Resolution: Fixed wsdl2java for JAXB binding generates uncompilable code

[jira] Resolved: (AXIS2-3361) Exception in thread main org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3361. - Resolution: Won't Fix Exception in thread main

[jira] Commented: (AXIS2-3361) Exception in thread main org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577978#action_12577978 ] Davanum Srinivas commented on AXIS2-3361: - looks like there's something in the

[jira] Commented: (AXIS2-3357) java.lang.NoSuchMethodError: runtime for

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578029#action_12578029 ] Davanum Srinivas commented on AXIS2-3357: - Pradeep, Please try latest nightlies of

[jira] Commented: (AXIS2-3355) Multi-threading: java.lang.RuntimeException: Data binding error

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578030#action_12578030 ] Davanum Srinivas commented on AXIS2-3355: - Pat, Please try Axis2 1.3 or latest

[jira] Resolved: (AXIS2-3355) Multi-threading: java.lang.RuntimeException: Data binding error

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3355. - Resolution: Cannot Reproduce Multi-threading: java.lang.RuntimeException: Data binding

[jira] Updated: (AXIS2-3349) adb should convert anonymous inner type to inner class

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-3349: Assignee: Amila Chinthaka Suriarachchi adb should convert anonymous inner type to inner

[jira] Updated: (AXIS2-3346) problem in axis2 version service + internal server error prevents access to services/admin pages

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-3346: Assignee: Davanum Srinivas problem in axis2 version service + internal server error

[jira] Updated: (AXIS2-3346) problem in axis2 version service + internal server error prevents access to services/admin pages

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-3346: Fix Version/s: 1.4 problem in axis2 version service + internal server error prevents

[jira] Commented: (AXIS2-3319) engageModule for ContextMessage has wrong parameters

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578035#action_12578035 ] Davanum Srinivas commented on AXIS2-3319: - Martin, could you please kindly check

[jira] Updated: (AXIS2-3284) MEX module does not contain implementation class files after build

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-3284: Fix Version/s: 1.4 Assignee: Davanum Srinivas (was: Sanka Samaranayake) MEX

[jira] Updated: (AXIS2-3289) SwaTest.wsdl not found when building binary from source distribution

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-3289: Assignee: Davanum Srinivas (was: Thilina Gunarathne) SwaTest.wsdl not found when

[jira] Updated: (AXIS2-3289) SwaTest.wsdl not found when building binary from source distribution

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-3289: Fix Version/s: 1.4 SwaTest.wsdl not found when building binary from source distribution

[jira] Commented: (AXIS2-3232) Code generated using jaxb databinding creates empty namespace in toOM(..) method

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578038#action_12578038 ] Davanum Srinivas commented on AXIS2-3232: - Stan, could you please upload your

[jira] Commented: (AXIS2-3231) SOAPFault question. Missing faultString

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578039#action_12578039 ] Davanum Srinivas commented on AXIS2-3231: - Please try latest 1.3 or nightly and let

[jira] Resolved: (AXIS2-3231) SOAPFault question. Missing faultString

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3231. - Resolution: Cannot Reproduce SOAPFault question. Missing faultString

[jira] Commented: (AXIS2-3219) NPE in LocalTransportReceiver.processMessage()

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578040#action_12578040 ] Davanum Srinivas commented on AXIS2-3219: - Alex, there are several test cases with

[jira] Resolved: (AXIS2-3219) NPE in LocalTransportReceiver.processMessage()

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3219. - Resolution: Fixed NPE in LocalTransportReceiver.processMessage()

[jira] Commented: (AXIS2-3195) AXIOM parser's throwing NullPointerException if OMElement.getParent() is instance of OMDocument and Rampart is engaged

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578043#action_12578043 ] Davanum Srinivas commented on AXIS2-3195: - Ruchith, do you want to try fixing this

[jira] Commented: (AXIS2-3189) Axis2 incomplete cached files should be deleted BUT they aren't; how can I delete them

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578045#action_12578045 ] Davanum Srinivas commented on AXIS2-3189: - Fahd, we have better support for

[jira] Resolved: (AXIS2-3189) Axis2 incomplete cached files should be deleted BUT they aren't; how can I delete them

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3189. - Resolution: Fixed Axis2 incomplete cached files should be deleted BUT they aren't; how

Submitting a base64 attachment to a dot net service using MTOM.

2008-03-12 Thread Armaghan
I've used a sample example service and a client to send a binary attachment to a service from a client from an article i found on the web. All this works fine in a Java environment. In the same Java Service, the Service maps to a method in the service that accepts a parameter of type

[jira] Commented: (AXIS2-3185) org.apache.axis2.description.AxisService#setLastupdate() is a typo.

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578107#action_12578107 ] Davanum Srinivas commented on AXIS2-3185: - fixed in svn revision 636536

[jira] Resolved: (AXIS2-3185) org.apache.axis2.description.AxisService#setLastupdate() is a typo.

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3185. - Resolution: Fixed org.apache.axis2.description.AxisService#setLastupdate() is a typo.

[jira] Resolved: (AXIS2-3174) Can't avoid timeout

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3174. - Resolution: Fixed Can't avoid timeout --- Key:

[jira] Commented: (AXIS2-3174) Can't avoid timeout

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578109#action_12578109 ] Davanum Srinivas commented on AXIS2-3174: - please axis on axis-user if you can't

[jira] Commented: (AXIS2-3166) Axis error when using the endpoint address with japanese characters

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578110#action_12578110 ] Davanum Srinivas commented on AXIS2-3166: - Please try latest nightly or even Axis2

[jira] Resolved: (AXIS2-3166) Axis error when using the endpoint address with japanese characters

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3166. - Resolution: Fixed Axis error when using the endpoint address with japanese characters

[jira] Resolved: (AXIS2-3160) Changing the timeout has no effect when reusing the same stub, and with HTTPConstants.REUSE_HTTP_CLIENT set to true

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3160. - Resolution: Won't Fix Changing the timeout has no effect when reusing the same stub,

[jira] Commented: (AXIS2-3160) Changing the timeout has no effect when reusing the same stub, and with HTTPConstants.REUSE_HTTP_CLIENT set to true

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578111#action_12578111 ] Davanum Srinivas commented on AXIS2-3160: - this is by design. we populate the

[jira] Resolved: (AXIS2-3157) Loader.java in util package of kernel can not find the class in extremely environment

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3157. - Resolution: Fixed Loader.java in util package of kernel can not find the class in

[jira] Resolved: (AXIS2-3128) Axis2 1.2/1.3 xmlBean with MTOM or SwA for Java Client and .net 2.0 and WSE 3.0 Server

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3128. - Resolution: Won't Fix Axis2 1.2/1.3 xmlBean with MTOM or SwA for Java Client and .net

[jira] Resolved: (AXIS2-3148) Endpoint Extension handling bug in WSDL20ToAxisServiceBuilder

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3148. - Resolution: Fixed Endpoint Extension handling bug in WSDL20ToAxisServiceBuilder

[jira] Commented: (AXIS2-3148) Endpoint Extension handling bug in WSDL20ToAxisServiceBuilder

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578114#action_12578114 ] Davanum Srinivas commented on AXIS2-3148: - Keith, I checked in a revision 636600.

[jira] Commented: (AXIS2-3128) Axis2 1.2/1.3 xmlBean with MTOM or SwA for Java Client and .net 2.0 and WSE 3.0 Server

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578115#action_12578115 ] Davanum Srinivas commented on AXIS2-3128: - We wont' fix streaming MTOM with

[jira] Updated: (AXIS2-3087) axis2.bat, axis2server.bat and wsdl2java.bat scripts do not work if axis2 directory path is too long

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-3087: Fix Version/s: 1.4 Assignee: Davanum Srinivas axis2.bat, axis2server.bat and

[jira] Commented: (AXIS2-3052) Undeploy fails to persist sessions on Tomcat 5.5 and 6

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578116#action_12578116 ] Davanum Srinivas commented on AXIS2-3052: - someone please try nightly and let us

[jira] Resolved: (AXIS2-3052) Undeploy fails to persist sessions on Tomcat 5.5 and 6

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3052. - Resolution: Fixed Undeploy fails to persist sessions on Tomcat 5.5 and 6

[jira] Commented: (AXIS2-3026) New AxisConfigurator that operates within the aar file

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578117#action_12578117 ] Davanum Srinivas commented on AXIS2-3026: - someday thanks, dims New

[jira] Resolved: (AXIS2-3026) New AxisConfigurator that operates within the aar file

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3026. - Resolution: Won't Fix New AxisConfigurator that operates within the aar file

[jira] Commented: (AXIS2-3003) Unable to engage addressing at client side, want to know the specific location of addressing.mar in the project

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578118#action_12578118 ] Davanum Srinivas commented on AXIS2-3003: - Please try latest nightly / Axis2 1.3

[jira] Resolved: (AXIS2-3003) Unable to engage addressing at client side, want to know the specific location of addressing.mar in the project

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-3003. - Resolution: Fixed Unable to engage addressing at client side, want to know the specific

[jira] Resolved: (AXIS2-2925) Axis doesn't use params from axis2.xml

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-2925. - Resolution: Fixed Axis doesn't use params from axis2.xml

[jira] Commented: (AXIS2-2924) Change scope of Maven dependencies in axis-spring to 'provided'

2008-03-12 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578121#action_12578121 ] Davanum Srinivas commented on AXIS2-2924: - should be already fixed. -- dims

[jira] Commented: (AXIS2-3349) adb should convert anonymous inner type to inner class

2008-03-12 Thread Amila Chinthaka Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578149#action_12578149 ] Amila Chinthaka Suriarachchi commented on AXIS2-3349: - this needs a lot

Re: [Axis2] Cleaning up imports and fixing license headers

2008-03-12 Thread Deepal Jayasinghe
Dims , One more thing I think we need to fix each and every pom.xml to have the correct name , at the moment they have put Axis 2.0 which is wrong and it should be Axis2. Will you fix that too , or do you want me to do that ? Thanks Deepal Team, FYI, a quick heads up, just before RC1, i