Re: How do I compile my client stub?

2007-11-11 Thread P. Asato
what jars do I include? -- View this message in context: http://www.nabble.com/How-do-I-compile-my-client-stub--tf4776390.html#a13689780 Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Inherited classes not working for Java/code first

2007-11-11 Thread Hoda, Nadeem [USA]
I tried a simple case of inheritance, where I had: public class MyBaseVOClass { . } and public class MyExtendedVOClass extends MyBaseClass { private SomeOtherClass someOtherClass; //getters/setters } Then a service class to implement the above VOs: public class

[Axis2] Mini Hackathon at ApacheCon US 2007

2007-11-11 Thread Deepal jayasinghe
Hi all, I think it is great to have a hackathon at ApacheCon US since most of Axis2 folks [Glen , Sanjiva , Paul and I ] are going to be there. If you are interested in participate for that you are very welcome to come and join us. In the hackathon we can discuss more about the next release ,

Re: Inherited classes not working for Java/code first

2007-11-11 Thread robert lazarski
When it comes to 'code first' , you may find the jibx tools superior and they can substitute for the axis2 java2wsdl, while still fitting into axis2. This article sums up the situation: http://www.infoq.com/articles/sosnoski-code-first I've just spent the last few weeks following that article

Re: wsdl2java namespace problem

2007-11-11 Thread Deepal jayasinghe
Hi Benoit , Please create a JIRA and attach your wsdl , then we can look into it Thanks Deepal Hi, I’m having problems with the code generated by wsdl2java (precisely using the maven2 plugin). I'm using Axis2 1.3 with the ADB binding. It seems that the generator gets confused because an

Re: How do I compile my client stub?

2007-11-11 Thread Deepal jayasinghe
P. Asato wrote: I have generated my client stubs from a wsdl file and copied the package to my tomcat WEBAPPS\axis2\WEB-INF\classes folder. qn1: how do i compile these java files? i tried compiling and received alot of errors, eg package javax.xml.stream does not exist did i copy to the

Re: WS-Security Policy - Password in Clear Text

2007-11-11 Thread Nandana Mihindukulasooriya
Hi Praveen, Can you post the complete policy ? So we can see that whether your policy is configured to send the timestamp. Yes, Rampart used to sent password in digest by default and now it is fixed and now the Username tokens used as (signed)supporting tokens have the password in plaintext.