axis trunk

2015-11-17 Thread George Stanchev
What is the difference b/w “old-trunk” and the current trunk? The “old-trunk” supersedes the 1.4 tag as it has number of fixes and enhancements. Then at one point the current trunk was created and converted from ant to maven. Was the current trunk branched off “old-trunk” (most likely not) or o

Re: Axix 1.1 has issues with Java 1.6

2015-11-17 Thread Andreas Veithen
In Axis 1.4, you can use org.apache.axis.constants instead of org.apache.axis.enum to solve that problem. Andreas On Tue, Nov 17, 2015 at 9:47 AM, sahana b wrote: > Hello All, > > I am facing compilation issues in the statements having enum like: > org.apache.axis.enum.Style.WRAPPED > > Currentl

Re: Axix 1.1 has issues with Java 1.6

2015-11-17 Thread Deepal jayasinghe
Axis1 is mostly inactive these days (not many active developers/contributors), so I cannot comment on the above problem. Deepal Hello All, I am facing compilation issues in the statements having enum like: org.apache.axis.enum.Style.WRAPPED Currently, my project is in java 1.4. I am now migr

Axix 1.1 has issues with Java 1.6

2015-11-17 Thread sahana b
Hello All, I am facing compilation issues in the statements having enum like: org.apache.axis.enum.Style.WRAPPED Currently, my project is in java 1.4. I am now migrating to java 1.6. Should I upgrade axis as well or is there a solution to the above problem. Please help me out here! -- Regards,