[Axis2] Build failure

2006-09-30 Thread Dennis Sosnoski
I'm getting a failure on org.apache.rampart.RampartTest in integration: java.lang.RuntimeException: Undefined 'org.apache.axiom.om.impl.llom.OMElementImpl' resource property at org.apache.rampart.RampartException.getMessage(RampartException.java:81) at

Re: [Axis2] Build failure

2006-09-30 Thread Ruchith Fernando
Hi Dennis, I updated the Rampart code to add the correct resource property in the exception (SVN revision 451552). But this is caused by another exception and you should be able get that out properly now. BTW please make sure you have the latest wss4j-SNAPSHOT.jar in you maven repo as well.I

[Axis2] Release Status update

2006-09-30 Thread Davanum Srinivas
Folks, FYI, The team has resolved 53 bugs in the last week: http://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hiderequestId=12311243 There are 7 blockers as of right now: http://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hiderequestId=12311157 As soon as the blockers

[jira] Updated: (AXIS2-1275) Bug when generating Java Code

2006-09-30 Thread Kai Huener (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1275?page=all ] Kai Huener updated AXIS2-1275: -- Attachment: agreement_types.xsd Bug when generating Java Code - Key: AXIS2-1275 URL:

[jira] Created: (AXIS2-1275) Bug when generating Java Code

2006-09-30 Thread Kai Huener (JIRA)
Bug when generating Java Code - Key: AXIS2-1275 URL: http://issues.apache.org/jira/browse/AXIS2-1275 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Reporter: Kai Huener Attachments:

[jira] Updated: (AXIS2-1275) Bug when generating Java Code

2006-09-30 Thread Kai Huener (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1275?page=all ] Kai Huener updated AXIS2-1275: -- Attachment: AgreementFactoryPortType.wsdl Bug when generating Java Code - Key: AXIS2-1275 URL:

[jira] Created: (AXIS2-1276) Confusing Bug when calling webservice: The prefix xml cannot be bound to any namespace other than its usual namespace ...

2006-09-30 Thread Kai Huener (JIRA)
Confusing Bug when calling webservice: The prefix xml cannot be bound to any namespace other than its usual namespace ... --- Key: AXIS2-1276

[jira] Updated: (AXIS2-1276) Confusing Bug when calling webservice: The prefix xml cannot be bound to any namespace other than its usual namespace ...

2006-09-30 Thread Kai Huener (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1276?page=all ] Kai Huener updated AXIS2-1276: -- Attachment: agreement_types.xsd Schema necessary for code generation Confusing Bug when calling webservice: The prefix xml cannot be bound to any namespace

[jira] Updated: (AXIS2-1276) Confusing Bug when calling webservice: The prefix xml cannot be bound to any namespace other than its usual namespace ...

2006-09-30 Thread Kai Huener (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1276?page=all ] Kai Huener updated AXIS2-1276: -- Attachment: AgreementFactoryPortType.wsdl WSDL the code is generated for Confusing Bug when calling webservice: The prefix xml cannot be bound to any namespace

[jira] Updated: (AXIS2-1276) Confusing Bug when calling webservice: The prefix xml cannot be bound to any namespace other than its usual namespace ...

2006-09-30 Thread Kai Huener (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1276?page=all ] Kai Huener updated AXIS2-1276: -- Attachment: AgreementFactoryService.aar aar producing the error Confusing Bug when calling webservice: The prefix xml cannot be bound to any namespace other

Soap Request with X509 Token

2006-09-30 Thread Shyam Shukla
Dear All, I am required to create a SOAP request which contains RequestSecurityToken with X509 Security Token.I am using rampart module of axis2 1.0 to achieve this. Now my problem is when this request is sent to the web service,wsse:SecurityTokenReference tag is found as a child

[jira] Updated: (AXIS2-1270) Issues regarding Unwrapping support with ADB

2006-09-30 Thread Amila Chinthaka Suriarachchi (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1270?page=all ] Amila Chinthaka Suriarachchi updated AXIS2-1270: Attachment: unwrapping-xmlbeans.tar this patch fixes the codegeneration issues for xmlbeans with unwrapping support except

[jira] Updated: (AXIS2-1270) Issues regarding Unwrapping support with ADB

2006-09-30 Thread Amila Chinthaka Suriarachchi (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1270?page=all ] Amila Chinthaka Suriarachchi updated AXIS2-1270: Attachment: unwrappingTest.tar fix for TestCase generation template Issues regarding Unwrapping support with ADB

Re: [Axis2] Build failure

2006-09-30 Thread Ruchith Fernando
Ok... the malicious commit that caused the build failure seems to be the commit to svn revision 451179 [1]. This is due to a bug [2] in axiom-1.1.1. Devs *PLEASE* do run the integration test cases before you commit and make sure they pass!!! Earlier I commented out the test scenario that failed

Re: [Axis2] Build failure

2006-09-30 Thread Brian De Pradine
Apologies. I appear to have missed that one. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the first time, where will you find the time to do it again? Ruchith Fernando [EMAIL PROTECTED]

[jira] Created: (AXIS2-1277) Exceptions of void-operations will not get delivered by the client

2006-09-30 Thread Thomas, Berlinghoff (JIRA)
Exceptions of void-operations will not get delivered by the client -- Key: AXIS2-1277 URL: http://issues.apache.org/jira/browse/AXIS2-1277 Project: Apache Axis 2.0 (Axis2)

[jira] Updated: (AXIS2-1277) Exceptions of void-operations will not get delivered by the client

2006-09-30 Thread Thomas, Berlinghoff (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1277?page=all ] Thomas, Berlinghoff updated AXIS2-1277: --- Attachment: exception_test.rar Attached a rar-Archiv containing the used WSDL-Document as well as source code ready to compile. The resulting

[jira] Commented: (AXIS2-1277) Exceptions of void-operations will not get delivered by the client

2006-09-30 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1277?page=comments#action_12438900 ] Deepal Jayasinghe commented on AXIS2-1277: -- What is the operation you are using in the sreviceclint to invoke the service sendRobust fireAndForget

[jira] Commented: (AXIS2-1277) Exceptions of void-operations will not get delivered by the client

2006-09-30 Thread Thomas, Berlinghoff (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1277?page=comments#action_12438901 ] Thomas, Berlinghoff commented on AXIS2-1277: I've simply created an Stub-object (Test2Stub in my example source) and used this for doing the operation

[jira] Created: (AXIS2-1278) Licence files of unused jars are still packaged

2006-09-30 Thread Ali Sadik Kumlali (JIRA)
Licence files of unused jars are still packaged --- Key: AXIS2-1278 URL: http://issues.apache.org/jira/browse/AXIS2-1278 Project: Apache Axis 2.0 (Axis2) Issue Type: Improvement

[jira] Commented: (AXIS2-1150) ADB does not handle elementFormDefault correctly

2006-09-30 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1150?page=comments#action_12438961 ] Davanum Srinivas commented on AXIS2-1150: - Sample WSDL and Request is here - http://issues.apache.org/jira/browse/AXIS2-720 ADB does not handle