Unsubscribe

2017-08-28 Thread Robert Seletsky
Unsubscribe Robert

Unsubscribe

2017-08-28 Thread Robert Seletsky
Unsubscribe From: Andreas Veithen Sent: Monday, August 28, 2017 3:01:08 AM To: java-dev Subject: Re: [Axis2] Pull requests on GitHub or patches in JIRA? On Mon, Aug 28, 2017 at 8:40 AM, Thorsten Schöning wrote: > Hi all, > > didn't find an answer on the projec

[Axis2] Version 1.8.0

2017-07-21 Thread Robert Seletsky
When is Axis2 version 1.8.0 expected to be released? Will this release mean that generated code such as client stubs is generally not compatible across different major Axis2 releases? Therefore all such code will need to be regenerated when upgrading to Axis2 1.8.0? Robert

[Axis2] Migration from Axis2 1.6.2 to Axis2 1.7.5

2017-07-20 Thread Robert Seletsky
I am new to Axis2 and have inherited a legacy Java application using Axis2 1.6.2 that I am starting to migrate to Axis2 1.7.5. If anyone has done similar work, I would welcome any suggested steps that would be useful to incorporate. Robert

[jira] [Commented] (AXIS2-5861) axis2-wsdl2code-maven-plugin version 1.6.2 improperly generates Java Stub File

2017-07-20 Thread Robert Seletsky (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16094721#comment-16094721 ] Robert Seletsky commented on AXIS2-5861: Hello Andreas, From

[jira] [Created] (AXIS2-5861) axis2-wsdl2code-maven-plugin version 1.6.2 improperly generates Java Stub File

2017-07-19 Thread Robert Seletsky (JIRA)
Robert Seletsky created AXIS2-5861: -- Summary: axis2-wsdl2code-maven-plugin version 1.6.2 improperly generates Java Stub File Key: AXIS2-5861 URL: https://issues.apache.org/jira/browse/AXIS2-5861

Axis2 1.6.2 - how to verify no longer supported?

2017-07-17 Thread Robert Seletsky
Hello, What is a link showing that Axis2 1.6.2 is no longer supported? Robert

Re: axis2-wsdl2code-maven-plugin generating improper Java Stub File

2017-07-13 Thread Robert Seletsky
PM To: java-dev Subject: Re: axis2-wsdl2code-maven-plugin generating improper Java Stub File On Thu, Jul 13, 2017 at 8:00 PM, Robert Seletsky wrote: > Thanks Andreas! > > Hoped I could use axis2 1.6.2 since rebuilding WebApp from existing (old) > source that uses 1.6.2, but looks like

Re: axis2-wsdl2code-maven-plugin generating improper Java Stub File

2017-07-13 Thread Robert Seletsky
Note that 1.6.2 was released more than 5 years ago and is no longer supported. Andreas On Thu, Jul 13, 2017 at 4:58 PM, Robert Seletsky wrote: > Not generating xmlns:t=\"http://docs.oasis-open.org/ws-sx/ws-trust/200512\"; > on the appropriate lines in the java stub file, so

Re: axis2-wsdl2code-maven-plugin generating improper Java Stub File

2017-07-13 Thread Robert Seletsky
. Andreas On Thu, Jul 13, 2017 at 4:58 PM, Robert Seletsky wrote: > Not generating xmlns:t=\"http://docs.oasis-open.org/ws-sx/ws-trust/200512\"; > on the appropriate lines in the java stub file, so getting runtime error > 'undeclared namespace prefix "t"'

axis2-wsdl2code-maven-plugin generating improper Java Stub File

2017-07-13 Thread Robert Seletsky
Not generating xmlns:t=\"http://docs.oasis-open.org/ws-sx/ws-trust/200512\"; on the appropriate lines in the java stub file, so getting runtime error 'undeclared namespace prefix "t"' Please advise. Here is Maven snippet: org.apache.axis2 axis2-wsdl2code-maven-p

Undeclared namespace prefix "t" runtime error

2017-06-29 Thread Robert Seletsky
Rebuilt our Support Ticket Tool (same baseline as working Support Ticket Tool) using Maven which uses Oracle RightNow May 2016 with axis2 1.6.2. Getting following runtime error snippet from log - any advice? INFO | jvm 1| 2017/06/29 10:17:09 | SEVERE: Servlet.service() for servlet [nmelSu

Runtime error java.lang.ClassCastException: org.apache.axiom.om.impl.llom.factory.OMLinkedListImplFactory cannot be cast to org.apache.axiom.om.impl.builder.OMFactoryEx

2017-06-23 Thread Robert Seletsky
Building with axis2 1.7.5 Looks like a problem with axiom libraries. Have axiom-api-1.2.20.jar, axiom-compat-1.2.20.jar, axiom.dom-1.2.20,jar, axiom-impl-1.2.13.jar (will not compile with axiom-impl-1.2.20.jar), and axiom-jaxb-1.2.20.jar deployed under WEB-INF. Robert

Re: Runtime error 'undeclared namespace "t"'

2017-06-23 Thread Robert Seletsky
s in this wsdl nor in any other wsdl namespace declarations in 2.1.7.5 distro How did you get tick mark to work as namespace URL delimiter? Martin From: Robert Seletsky Sent: Friday, June 23, 2017 11:27 AM To: java-dev@axis.apache.org Subject: Re: Runtime erro

Tomcat 8 - what is default Axis2 version ?

2017-06-23 Thread Robert Seletsky
What is the default Axis2 version with Tomcat 8? Robert

Re: Runtime error 'undeclared namespace "t"'

2017-06-23 Thread Robert Seletsky
: Runtime error 'undeclared namespace "t"' ________ From: Robert Seletsky Sent: Thursday, June 22, 2017 2:38 PM To: java-dev@axis.apache.org Subject: Runtime error 'undeclared namespace "t"' Getting runtime error 'und

Runtime error 'undeclared namespace "t"'

2017-06-22 Thread Robert Seletsky
Getting runtime error 'undeclared namespace "t"' since ServiceStub.java (generated from WSDL via wsdlcode) is missing xmlns:t='http://docs.oasis-open.org/ws-sx/ws-trust/200512' which is in the WSDL file. Please advise. Robert

Re: Unable to generate WSDL via ANT

2017-06-16 Thread Robert Seletsky
Downloaded org\codehaus\woodstox\stax2-api\3.0.2\stax2-api-3.0.2.jar org\codehaus\woodstox\woodstox-core-asl\4.0.8\woodstox-core-asl-4.0.8.jar BUILD SUCCESSFUL Robert From: Robert Seletsky Sent: Friday, June 16, 2017 2:36:04 PM To: java-dev@axis.apache.org

Re: Unable to generate WSDL via ANT

2017-06-16 Thread Robert Seletsky
Unable to generate WSDL via ANT On Fri, Jun 16, 2017 at 1:54 PM, Robert Seletsky wrote: > Changed build.xml > > > > > But, still same build error. > > Thank You! > > > Robert > When running ant, try passing the -debug flag and please indicate your exact java ver

Re: Unable to generate WSDL via ANT

2017-06-16 Thread Robert Seletsky
Changed build.xml But, still same build error. Thank You! Robert From: robertlazarski . Sent: Friday, June 16, 2017 1:51:54 PM To: java-dev@axis.apache.org Subject: Re: Unable to generate WSDL via ANT On Fri, Jun 16, 2017 at 1:37 PM, Robert Seletsky

Re: Unable to generate WSDL via ANT

2017-06-16 Thread Robert Seletsky
Attaching full screenshot. Robert From: robertlazarski . Sent: Friday, June 16, 2017 1:32:48 PM To: java-dev@axis.apache.org Subject: Re: Unable to generate WSDL via ANT On Fri, Jun 16, 2017 at 1:20 PM, Robert Seletsky wrote: > I fixed this latest build er

Re: Unable to generate WSDL via ANT

2017-06-16 Thread Robert Seletsky
I fixed this latest build error by downloading xmlschema-core-2.2.2.jar, but now getting another 'can't serialize the policy' build error. Attaching screenshot. Robert ____ From: Robert Seletsky Sent: Friday, June 16, 2017 1:08:30 PM To: java-dev@

Re: Unable to generate WSDL via ANT

2017-06-16 Thread Robert Seletsky
Using axis2 1.7.5 solved this build error, but now getting a different one. Attaching screenshot. I am obviously new to this - Thank You Robert Lazarski for your help! Robert From: robertlazarski . Sent: Friday, June 16, 2017 11:51:35 AM To: java-dev@axis.apache.

Unable to generate WSDL via ANT

2017-06-16 Thread Robert Seletsky
Using IntelliJ with ANT to generate WSDL, but getting the following errors - attaching screenshot. Please advise. Robert Seletsky University of New Mexico IT Academic Technologies - To unsubscribe, e-mail: java-dev-unsubscr