[jira] [Updated] (AXIS2-4170) WSDL2JAVA for WSDL2.0 has CodeGenerationException/NullPointerException

2011-06-02 Thread Ping Liu (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2-4170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ping Liu updated AXIS2-4170:


Attachment: axis2-4170_generated_parlayx.zip
checkin.txt
kernel.patch

> WSDL2JAVA for WSDL2.0  has CodeGenerationException/NullPointerException
> ---
>
> Key: AXIS2-4170
> URL: https://issues.apache.org/jira/browse/AXIS2-4170
> Project: Axis2
>  Issue Type: Bug
>  Components: codegen
>Affects Versions: 1.4.1
> Environment: Win XP
>Reporter: Vincent Dou
> Attachments: axis2-4170_generated_parlayx.zip, checkin.txt, 
> generated_parlayx.zip, kernel.patch, wsdl20.zip
>
>
> I converted the WSDL1.1 to WSDL2.0 by using WODEN.
> Then using Axis2 WSDL2Java , there are exceptions;
> wsdl2java  -wv 2.0  -or -g  -ss  -uri  parlayx_sms_send_service_2_2.wsdl2
> Woden[Warning],0:0,Description-1001,The targetNamespace 
> 'http://www.csapi.org/ws
> dl/parlayx/sms/send/v2_2/service' is not dereferencable.
> Exception in thread "main" 
> org.apache.axis2.wsdl.codegen.CodeGenerationException
> : Error parsing WSDL
> at 
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerat
> ionEngine.java:153)
> at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
> at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
> Caused by: org.apache.axis2.AxisFault
> at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
> at 
> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.populateServi
> ce(WSDL20ToAxisServiceBuilder.java:276)
> at 
> org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.populateA
> llServices(WSDL20ToAllAxisServicesBuilder.java:90)
> at 
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerat
> ionEngine.java:105)
> ... 2 more
> Caused by: java.lang.NullPointerException
> at 
> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.populateOpera
> tions(WSDL20ToAxisServiceBuilder.java:1088)
> at 
> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.processInterf
> ace(WSDL20ToAxisServiceBuilder.java:957)
> at 
> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.processServic
> e(WSDL20ToAxisServiceBuilder.java:385)
> at 
> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.populateServi
> ce(WSDL20ToAxisServiceBuilder.java:273)
> ... 4 more

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

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



[jira] [Commented] (AXIS2-4170) WSDL2JAVA for WSDL2.0 has CodeGenerationException/NullPointerException

2011-06-02 Thread Ping Liu (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-4170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13042638#comment-13042638
 ] 

Ping Liu commented on AXIS2-4170:
-

Finally, I was able to successfully test the service.  The good news is the 
test was passed and the changes 

are working.

Both test client (TestClient) and the service implementation 
(SendSmsServiceSkeleton) are mocked cases.  

But they are good enough to serve a purpose to verify that the fix is working.  
Meanwhile, it also verifies 

that the WSDL/XSD files that Vincent provided are correct.  The test is 
performed with the original 

WSDL/XSD.

I am attaching three files as follows:

1. kernel.patch

All changes are in the single Java source file 
WSDL20ToAxisServiceBuilder.java under 

kernel, in the following three methods:

populateService()
setup()
populateOperations()

2. checkin.txt

This file iterates the changes and can be pasted in when 
checking in the code.


3. axis2-4170_generated_parlayx.zip

This is the test project that contains the generated code 
itself as well as my service 

implementation and test client.

> WSDL2JAVA for WSDL2.0  has CodeGenerationException/NullPointerException
> ---
>
> Key: AXIS2-4170
> URL: https://issues.apache.org/jira/browse/AXIS2-4170
> Project: Axis2
>  Issue Type: Bug
>  Components: codegen
>Affects Versions: 1.4.1
> Environment: Win XP
>Reporter: Vincent Dou
> Attachments: axis2-4170_generated_parlayx.zip, checkin.txt, 
> generated_parlayx.zip, kernel.patch, wsdl20.zip
>
>
> I converted the WSDL1.1 to WSDL2.0 by using WODEN.
> Then using Axis2 WSDL2Java , there are exceptions;
> wsdl2java  -wv 2.0  -or -g  -ss  -uri  parlayx_sms_send_service_2_2.wsdl2
> Woden[Warning],0:0,Description-1001,The targetNamespace 
> 'http://www.csapi.org/ws
> dl/parlayx/sms/send/v2_2/service' is not dereferencable.
> Exception in thread "main" 
> org.apache.axis2.wsdl.codegen.CodeGenerationException
> : Error parsing WSDL
> at 
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerat
> ionEngine.java:153)
> at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
> at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
> Caused by: org.apache.axis2.AxisFault
> at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
> at 
> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.populateServi
> ce(WSDL20ToAxisServiceBuilder.java:276)
> at 
> org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.populateA
> llServices(WSDL20ToAllAxisServicesBuilder.java:90)
> at 
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerat
> ionEngine.java:105)
> ... 2 more
> Caused by: java.lang.NullPointerException
> at 
> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.populateOpera
> tions(WSDL20ToAxisServiceBuilder.java:1088)
> at 
> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.processInterf
> ace(WSDL20ToAxisServiceBuilder.java:957)
> at 
> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.processServic
> e(WSDL20ToAxisServiceBuilder.java:385)
> at 
> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.populateServi
> ce(WSDL20ToAxisServiceBuilder.java:273)
> ... 4 more

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

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



Re: [VOTE][TRANSPORT] Release Axis2 Transport -1.6.0

2011-06-02 Thread Afkham Azeez
+1

Azeez

On Wed, Jun 1, 2011 at 6:27 PM, Sagara Gunathunga <
sagara.gunathu...@gmail.com> wrote:

> Hi Devs,
>
> This is a call for votes to release  Axis2 Transport 1.6.0.
>
> JIRA issues fixed in this release can be found here:
>
> https://issues.apache.org/jira/browse/TRANSPORTS-22
>
> ( According to JIRA there is only one issue fixed for this release but
> there can be other changes and improvements to release. Also this
> release is important to match version numbers as Axis2 core release
> numbers. )
>
> The staging repository is here:
>
> https://repository.apache.org/content/repositories/orgapacheaxis2-003/
>
> The distributions are here:
>
> http://people.apache.org/~sagara/dist/transport/1.6.0/dist-1.6.0.html
>
> The preview of the Maven site is here:
>
> http://people.apache.org/~sagara/dist/transport/1.6.0/site/
>
>
>
> Here is my +1.
>
>
> Thanks !
>
> --
> Sagara Gunathunga
>
> Blog  - http://ssagara.blogspot.com
> Web  - http://people.apache.org/~sagara/
> LinkedIn - http://www.linkedin.com/in/ssagara
>
> -
> To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
> For additional commands, e-mail: java-dev-h...@axis.apache.org
>
>


-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com,
*Member; Apache Software Foundation;
**http://www.apache.org/*
*
*
*email: **az...@wso2.com* * cell: +94 77 3320919
blog: **http://blog.afkham.org* *
twitter: **http://twitter.com/afkham_azeez*
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
*
*


[jira] [Updated] (AXIS2-4170) WSDL2JAVA for WSDL2.0 has CodeGenerationException/NullPointerException

2011-06-02 Thread Ping Liu (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2-4170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ping Liu updated AXIS2-4170:


Attachment: WSDL20ToAxisServiceBuilder.java

Sorry.  Forgot to attach the source file itself.  Here it is.

> WSDL2JAVA for WSDL2.0  has CodeGenerationException/NullPointerException
> ---
>
> Key: AXIS2-4170
> URL: https://issues.apache.org/jira/browse/AXIS2-4170
> Project: Axis2
>  Issue Type: Bug
>  Components: codegen
>Affects Versions: 1.4.1
> Environment: Win XP
>Reporter: Vincent Dou
> Attachments: WSDL20ToAxisServiceBuilder.java, 
> axis2-4170_generated_parlayx.zip, checkin.txt, generated_parlayx.zip, 
> kernel.patch, wsdl20.zip
>
>
> I converted the WSDL1.1 to WSDL2.0 by using WODEN.
> Then using Axis2 WSDL2Java , there are exceptions;
> wsdl2java  -wv 2.0  -or -g  -ss  -uri  parlayx_sms_send_service_2_2.wsdl2
> Woden[Warning],0:0,Description-1001,The targetNamespace 
> 'http://www.csapi.org/ws
> dl/parlayx/sms/send/v2_2/service' is not dereferencable.
> Exception in thread "main" 
> org.apache.axis2.wsdl.codegen.CodeGenerationException
> : Error parsing WSDL
> at 
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerat
> ionEngine.java:153)
> at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
> at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
> Caused by: org.apache.axis2.AxisFault
> at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
> at 
> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.populateServi
> ce(WSDL20ToAxisServiceBuilder.java:276)
> at 
> org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.populateA
> llServices(WSDL20ToAllAxisServicesBuilder.java:90)
> at 
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerat
> ionEngine.java:105)
> ... 2 more
> Caused by: java.lang.NullPointerException
> at 
> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.populateOpera
> tions(WSDL20ToAxisServiceBuilder.java:1088)
> at 
> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.processInterf
> ace(WSDL20ToAxisServiceBuilder.java:957)
> at 
> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.processServic
> e(WSDL20ToAxisServiceBuilder.java:385)
> at 
> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.populateServi
> ce(WSDL20ToAxisServiceBuilder.java:273)
> ... 4 more

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

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



[jira] [Issue Comment Edited] (AXIS2-4170) WSDL2JAVA for WSDL2.0 has CodeGenerationException/NullPointerException

2011-06-02 Thread Ping Liu (JIRA)

[ 
https://issues.apache.org/jira/browse/AXIS2-4170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13042646#comment-13042646
 ] 

Ping Liu edited comment on AXIS2-4170 at 6/2/11 8:13 AM:
-

Sorry.  Forgot to attach the source file itself.  Here it is -- 
WSDL20ToAxisServiceBuilder.java.

  was (Author: myapachejira):
Sorry.  Forgot to attach the source file itself.  Here it is.
  
> WSDL2JAVA for WSDL2.0  has CodeGenerationException/NullPointerException
> ---
>
> Key: AXIS2-4170
> URL: https://issues.apache.org/jira/browse/AXIS2-4170
> Project: Axis2
>  Issue Type: Bug
>  Components: codegen
>Affects Versions: 1.4.1
> Environment: Win XP
>Reporter: Vincent Dou
> Attachments: WSDL20ToAxisServiceBuilder.java, 
> axis2-4170_generated_parlayx.zip, checkin.txt, generated_parlayx.zip, 
> kernel.patch, wsdl20.zip
>
>
> I converted the WSDL1.1 to WSDL2.0 by using WODEN.
> Then using Axis2 WSDL2Java , there are exceptions;
> wsdl2java  -wv 2.0  -or -g  -ss  -uri  parlayx_sms_send_service_2_2.wsdl2
> Woden[Warning],0:0,Description-1001,The targetNamespace 
> 'http://www.csapi.org/ws
> dl/parlayx/sms/send/v2_2/service' is not dereferencable.
> Exception in thread "main" 
> org.apache.axis2.wsdl.codegen.CodeGenerationException
> : Error parsing WSDL
> at 
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerat
> ionEngine.java:153)
> at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
> at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
> Caused by: org.apache.axis2.AxisFault
> at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
> at 
> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.populateServi
> ce(WSDL20ToAxisServiceBuilder.java:276)
> at 
> org.apache.axis2.description.WSDL20ToAllAxisServicesBuilder.populateA
> llServices(WSDL20ToAllAxisServicesBuilder.java:90)
> at 
> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerat
> ionEngine.java:105)
> ... 2 more
> Caused by: java.lang.NullPointerException
> at 
> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.populateOpera
> tions(WSDL20ToAxisServiceBuilder.java:1088)
> at 
> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.processInterf
> ace(WSDL20ToAxisServiceBuilder.java:957)
> at 
> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.processServic
> e(WSDL20ToAxisServiceBuilder.java:385)
> at 
> org.apache.axis2.description.WSDL20ToAxisServiceBuilder.populateServi
> ce(WSDL20ToAxisServiceBuilder.java:273)
> ... 4 more

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

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



Build failed in Jenkins: sandesha2-1.6 » Sandesha2 - Rampart Integration #50

2011-06-02 Thread Apache Jenkins Server
See 


Changes:

[sagara] [maven-release-plugin] prepare for next development iteration

[sagara] [maven-release-plugin] prepare release v1.6.0

--
[INFO] 
[INFO] Building Sandesha2 - Rampart Integration
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting 

[INFO] [remote-resources:process {execution: default}]
Downloading: 
http://repo1.maven.org/maven2/org/apache/rampart/rampart-core/1.6.0/rampart-core-1.6.0.pom
[INFO] Unable to find resource 'org.apache.rampart:rampart-core:pom:1.6.0' in 
repository central (http://repo1.maven.org/maven2)
Downloading: 
http://repo1.maven.org/maven2/org/apache/rampart/rampart-trust/1.6.0/rampart-trust-1.6.0.pom
[INFO] Unable to find resource 'org.apache.rampart:rampart-trust:pom:1.6.0' in 
repository central (http://repo1.maven.org/maven2)
Downloading: 
http://repo1.maven.org/maven2/org/apache/rampart/rampart-policy/1.6.0/rampart-policy-1.6.0.pom
[INFO] Unable to find resource 'org.apache.rampart:rampart-policy:pom:1.6.0' in 
repository central (http://repo1.maven.org/maven2)
Downloading: 
http://repo1.maven.org/maven2/org/apache/rampart/rampart-core/1.6.0/rampart-core-1.6.0.jar
[INFO] Unable to find resource 'org.apache.rampart:rampart-core:jar:1.6.0' in 
repository central (http://repo1.maven.org/maven2)
Downloading: 
http://repo1.maven.org/maven2/org/apache/rampart/rampart-trust/1.6.0/rampart-trust-1.6.0.jar
[INFO] Unable to find resource 'org.apache.rampart:rampart-trust:jar:1.6.0' in 
repository central (http://repo1.maven.org/maven2)
Downloading: 
http://repo1.maven.org/maven2/org/apache/rampart/rampart-policy/1.6.0/rampart-policy-1.6.0.jar
[INFO] Unable to find resource 'org.apache.rampart:rampart-policy:jar:1.6.0' in 
repository central (http://repo1.maven.org/maven2)
[JENKINS] Archiving 

 to 
/home/hudson/hudson/jobs/sandesha2-1.6/modules/org.apache.sandesha2$sandesha2-rampart-integration/builds/2011-06-02_11-58-07/archive/org.apache.sandesha2/sandesha2-rampart-integration/1.6.1-SNAPSHOT/sandesha2-rampart-integration-1.6.1-SNAPSHOT.pom
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to resolve artifact.

Missing:
--
1) org.apache.rampart:rampart-core:jar:1.6.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.apache.rampart 
-DartifactId=rampart-core -Dversion=1.6.0 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=org.apache.rampart 
-DartifactId=rampart-core -Dversion=1.6.0 -Dpackaging=jar -Dfile=/path/to/file 
-Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.apache.sandesha2:sandesha2-rampart-integration:jar:1.6.1-SNAPSHOT
2) org.apache.rampart:rampart-core:jar:1.6.0

2) org.apache.rampart:rampart-trust:jar:1.6.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.apache.rampart 
-DartifactId=rampart-trust -Dversion=1.6.0 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=org.apache.rampart 
-DartifactId=rampart-trust -Dversion=1.6.0 -Dpackaging=jar -Dfile=/path/to/file 
-Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.apache.sandesha2:sandesha2-rampart-integration:jar:1.6.1-SNAPSHOT
2) org.apache.rampart:rampart-trust:jar:1.6.0

3) org.apache.rampart:rampart-policy:jar:1.6.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.apache.rampart 
-DartifactId=rampart-policy -Dversion=1.6.0 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=org.apache.rampart 
-DartifactId=rampart-policy -Dversion=1.6.0 -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
1) org.apache.sandesha2:sandesha2-rampart-integration:jar:1.6.1-SNAPSHOT
2) org.apache.rampart:rampart-policy:jar:1.6.0

--
3 required artifacts are missing.

for

Build failed in Jenkins: sandesha2-1.6 #50

2011-06-02 Thread Apache Jenkins Server
See 

Changes:

[sagara] [maven-release-plugin] prepare for next development iteration

[sagara] [maven-release-plugin] prepare release v1.6.0

[sagara] Prepared for 1.6.0 release.

--
[...truncated 202 lines...]
 T E S T S
---
There are no tests to run.

Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results[INFO] [axis2-mar:mar {execution: default-mar}]

[INFO] Generating mar 

[INFO] Building jar: 

[INFO] [apache-rat:check {execution: default}]
[INFO] Exclude: dependency-reduced-pom.xml
[INFO] [install:install {execution: default-install}]
[INFO] Installing 

 to 

[JENKINS] Archiving 

 to 
/home/hudson/hudson/jobs/sandesha2-1.6/modules/org.apache.sandesha2$sandesha2/builds/2011-06-02_11-58-07/archive/org.apache.sandesha2/sandesha2/1.6.1-SNAPSHOT/sandesha2-1.6.1-SNAPSHOT.pom
[JENKINS] Archiving 

 to 
/home/hudson/hudson/jobs/sandesha2-1.6/modules/org.apache.sandesha2$sandesha2/builds/2011-06-02_11-58-07/archive/org.apache.sandesha2/sandesha2/1.6.1-SNAPSHOT/sandesha2-1.6.1-SNAPSHOT.mar
[INFO] 
[INFO] Building Sandesha2 - Client
[INFO]task-segment: [clean, install]
[INFO] 
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting 

[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 

[INFO] Copying 2 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: 


---
 T E S T S
---
There are no tests to run.

Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: 

[INFO] [shade:shade {execution: default}]
[INFO] Including org.apache.sandesha2:sandesha2-core:jar:1.6.1-SNAPSHOT in the 
shaded jar.
[INFO] Excluding org.apache.axis2:axis2-codegen:jar:1.6.0 from the shaded jar.
[INFO] Excluding org.apache.axis2:axis2-kernel:jar:1.6.0 from the shaded jar.
[INFO] Excluding org.apache.ws.commons.axiom:axiom-api:jar:1.2.11 from the 
shaded jar.
[INFO] Excluding 
org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar:1.0.2 from the 
shaded jar.
[INFO] Excluding org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.6 
from the shaded jar.
[INFO] Excluding commons-logging:commons-logging:jar:1.1.1 from the shaded jar.
[INFO] Excluding jaxen:jaxen:jar:1.1.1 from the shaded jar.
[INFO] Excluding org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1 
from the shaded jar.
[INFO] Excluding org.apache.ws.commons.axiom:axiom-impl:jar:1.2.11 from the 
shaded jar.
[INFO] Excluding org.codehaus.woodstox:wstx-asl:jar:3.2.9 from the shaded jar.
[INFO] Excluding 
org.apache.geronimo.specs:geronimo-ws-metadata_2.0_spec:jar:1.1.2 from the 
shaded jar.
[INFO] Excluding org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1 from 
the shaded jar.
[INFO] Excluding javax.servlet:servlet-api:jar:2.3 from the shaded jar.
[INFO] Excluding

[jira] [Updated] (AXIS2-5057) Content-Type is not set MTOM format when the request has Accept-Encoding set with gzip

2011-06-02 Thread Andreas Veithen (JIRA)

 [ 
https://issues.apache.org/jira/browse/AXIS2-5057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andreas Veithen updated AXIS2-5057:
---

Fix Version/s: (was: 1.5.5)

> Content-Type is not set MTOM format when the request has Accept-Encoding set 
> with gzip
> --
>
> Key: AXIS2-5057
> URL: https://issues.apache.org/jira/browse/AXIS2-5057
> Project: Axis2
>  Issue Type: Bug
>  Components: jaxws, mtompolicy
>Affects Versions: 1.4.1, 1.5.4
> Environment: Windows 32
>Reporter: Vincent Tang
>
> I don't if it's a bug or a setting that I can set and make it work. 
> I have a JAX-WS web services application with MTOM enabled using Axis2 
> v1.4.1. When I set Accept-Encoding to gzip in the request, the response body 
> is encoded but the Content-Type HTTP header is text/xml. It causes my client 
> (also Axis2 1.4.1) can not understand the response and failed. When the 
> client app sents a request and our JAX-WS services has an error. Axis2 sends 
> a SOAP fault back to the client, at this time, the HTTP body is encoded and 
> HTTP header Content-Type is set to the correct MTOM format.
> Without Accept-Encoding:gzip in the request, Axis2 can respond correctly with 
> MTOM Content-Type header.
> I see the same issue in Axis2 V1.5.4 too.

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

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



Re: [VOTE][RAMPART] Release Rampart-1.6.0

2011-06-02 Thread Senaka Fernando
+1.

Thanks,
Senaka.

On Wed, Jun 1, 2011 at 6:26 PM, Sagara Gunathunga <
sagara.gunathu...@gmail.com> wrote:

> Hi Devs,
>
> This is a call for votes to release Rampart-1.6.0.
>
> The complete list of JIRA issues fixed in this release can be found here:
>
> http://s.apache.org/IEL
>
> The staging repository is here:
>
> https://repository.apache.org/content/repositories/orgapacheaxis2-001/
>
> The distributions are here:
>
>
> https://repository.apache.org/content/repositories/orgapacheaxis2-001/org/apache/rampart/rampart-dist/1.6.0/
>
> The preview of the Maven site is here:
>
> http://people.apache.org/~sagara/dist/rampart/1.6.0/site/
>
>
>
> Here is my +1.
>
>
> Thanks !
>
> --
> Sagara Gunathunga
>
> Blog  - http://ssagara.blogspot.com
> Web  - http://people.apache.org/~sagara/
> LinkedIn - http://www.linkedin.com/in/ssagara
>
> -
> To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
> For additional commands, e-mail: java-dev-h...@axis.apache.org
>
>


-- 
*Senaka Fernando*
Member; Apache Software Foundation; http://apache.org
*
Product Manager - WSO2 Governance Registry;
**Associate Technical Lead; **WSO2 Inc.; http://wso2.com**

E-mail: senaka AT apache.org
**P: +94 11 223 2481*; *M: +94 77 322 1818
Linked-In: http://linkedin.com/in/senakafernando
Blog: http://senakafdo.blogspot.com
*


[VOTE][SANDESHA2] Release Sandesha2-1.6.0

2011-06-02 Thread Sagara Gunathunga
Hi Devs,

This is a call for votes to release Sandesha2-1.6.0.

The staging repository is here:

https://repository.apache.org/content/repositories/orgapacheaxis2-008/

The distributions are here:

http://people.apache.org/~sagara/dist/sandesha2/1.6.0/

The preview of the Maven site is here:

http://people.apache.org/~sagara/dist/sandesha2/1.6.0/site/



Here is my +1.


Thanks !

-- 
Sagara Gunathunga

Blog      - http://ssagara.blogspot.com
Web      - http://people.apache.org/~sagara/
LinkedIn - http://www.linkedin.com/in/ssagara

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



Re: [VOTE][TRANSPORT] Release Axis2 Transport -1.6.0

2011-06-02 Thread Srinath Perera
+1 --Srinath

On Thu, Jun 2, 2011 at 1:23 PM, Afkham Azeez  wrote:
> +1
> Azeez
>
> On Wed, Jun 1, 2011 at 6:27 PM, Sagara Gunathunga
>  wrote:
>>
>> Hi Devs,
>>
>> This is a call for votes to release  Axis2 Transport 1.6.0.
>>
>> JIRA issues fixed in this release can be found here:
>>
>> https://issues.apache.org/jira/browse/TRANSPORTS-22
>>
>> ( According to JIRA there is only one issue fixed for this release but
>> there can be other changes and improvements to release. Also this
>> release is important to match version numbers as Axis2 core release
>> numbers. )
>>
>> The staging repository is here:
>>
>> https://repository.apache.org/content/repositories/orgapacheaxis2-003/
>>
>> The distributions are here:
>>
>> http://people.apache.org/~sagara/dist/transport/1.6.0/dist-1.6.0.html
>>
>> The preview of the Maven site is here:
>>
>> http://people.apache.org/~sagara/dist/transport/1.6.0/site/
>>
>>
>>
>> Here is my +1.
>>
>>
>> Thanks !
>>
>> --
>> Sagara Gunathunga
>>
>> Blog      - http://ssagara.blogspot.com
>> Web      - http://people.apache.org/~sagara/
>> LinkedIn - http://www.linkedin.com/in/ssagara
>>
>> -
>> To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
>> For additional commands, e-mail: java-dev-h...@axis.apache.org
>>
>
>
>
> --
> Afkham Azeez
> Director of Architecture; WSO2, Inc.; http://wso2.com,
> Member; Apache Software Foundation; http://www.apache.org/
>
> email: az...@wso2.com cell: +94 77 3320919
> blog: http://blog.afkham.org
> twitter: http://twitter.com/afkham_azeez
> linked-in: http://lk.linkedin.com/in/afkhamazeez
>
> Lean . Enterprise . Middleware
>
>



-- 

Srinath Perera, Ph.D.
  Senior Software Architect, WSO2 Inc.
  Visiting Faculty, University of Moratuwa
  Member, Apache Software Foundation
  Research Scientist, Lanka Software Foundation
  Blog: http://srinathsview.blogspot.com/

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



Re: [VOTE][TRANSPORT] Release Axis2 Transport -1.6.0

2011-06-02 Thread Hiranya Jayathilaka
Honestly I'm not entirely on board with this release (not sure whether it
matters since I'm not a committer). There's a number of open issues in the
Axis2 transports project and some of them are crucial from the user
perspective (eg: TRANSPORTS-1, TRANSPORTS-16, TRANSPORTS-33, TRANSPORTS-34).
it doesn't sound correct to me to call a 1.6.0 release without fixing at
least a reasonable number of these issues. So +0 from me.

On Wed, Jun 1, 2011 at 6:27 PM, Sagara Gunathunga <
sagara.gunathu...@gmail.com> wrote:

> Hi Devs,
>
> This is a call for votes to release  Axis2 Transport 1.6.0.
>
> JIRA issues fixed in this release can be found here:
>
> https://issues.apache.org/jira/browse/TRANSPORTS-22
>
> ( According to JIRA there is only one issue fixed for this release but
> there can be other changes and improvements to release.


I'm not sure how true this is. But I think you can add
https://issues.apache.org/jira/browse/AXIS2-4723 to the list. This was
committed in mid 2010, and I believe the last transports release was on
2009?

Thanks,
Hiranya


> Also this
> release is important to match version numbers as Axis2 core release
> numbers. )
>
> The staging repository is here:
>
> https://repository.apache.org/content/repositories/orgapacheaxis2-003/
>
> The distributions are here:
>
> http://people.apache.org/~sagara/dist/transport/1.6.0/dist-1.6.0.html
>
> The preview of the Maven site is here:
>
> http://people.apache.org/~sagara/dist/transport/1.6.0/site/
>
>
>
> Here is my +1.
>
>
> Thanks !
>
> --
> Sagara Gunathunga
>
> Blog  - http://ssagara.blogspot.com
> Web  - http://people.apache.org/~sagara/
> LinkedIn - http://www.linkedin.com/in/ssagara
>
> -
> To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
> For additional commands, e-mail: java-dev-h...@axis.apache.org
>
>


-- 
Hiranya Jayathilaka
Senior Software Engineer;
WSO2 Inc.;  http://wso2.org
E-mail: hira...@wso2.com;  Mobile: +94 77 633 3491
Blog: http://techfeast-hiranya.blogspot.com