Re: [Axis2] Is this a bug or working as designed?

2007-04-18 Thread Sanjiva Weerawarana
+1. Paul please open a JIRA .. this should be an easy fix for codegen. Sanjiva. Deepal Jayasinghe wrote: Yes I think its bad that you cannot use a CC without knowing the EPR. The other option would be to add new Stub(cc); I am big +1 on this , I have faced the same situation a number of times

Re: [Axis2] Is this a bug or working as designed?

2007-04-18 Thread Deepal Jayasinghe
> Yes I think its bad that you cannot use a CC without knowing the EPR. > The other option would be to add new Stub(cc); I am big +1 on this , I have faced the same situation a number of times when I need to override CC I need to pass both CC and EPR (isnt that unnecessary ) -Deepal --

Re: [Axis2] Is this a bug or working as designed?

2007-04-18 Thread Paul Fremantle
t; Best Regards, > Chamil Thanthrimudalige > > Begin forwarded message: > >> From: "Paul Fremantle" <[EMAIL PROTECTED]> >> Date: April 18, 2007 3:09:25 PM GMT+05:30 >> To: "axis-dev@ws.apache.org" >> Subject: Is this a bug or working as des

Re: [Axis2] Is this a bug or working as designed?

2007-04-18 Thread Deepal Jayasinghe
09:25 PM GMT+05:30 >> To: "axis-dev@ws.apache.org" >> Subject: Is this a bug or working as designed? >> Reply-To: axis-dev@ws.apache.org >> >> If I new up a stub like this: >> >> ConfigurationContext cc = >> ConfigurationContextF

[Axis2] Is this a bug or working as designed?

2007-04-18 Thread Chamil Thanthrimudalige
Forwarding with Axis2 prefix. Best Regards, Chamil Thanthrimudalige Begin forwarded message: From: "Paul Fremantle" <[EMAIL PROTECTED]> Date: April 18, 2007 3:09:25 PM GMT+05:30 To: "axis-dev@ws.apache.org" Subject: Is this a bug or working as designed? Reply-To: ax

Is this a bug or working as designed?

2007-04-18 Thread Paul Fremantle
If I new up a stub like this: ConfigurationContext cc = ConfigurationContextFactory.createConfigurationContextFromFileSystem( "c:/axis2-1.2/repository", "c:/axis2-1.2/conf/axis2.xml"); ProfileServerServiceStub stub = new ProfileServerServiceStub(cc, null); I assume it would use

RE: Is this a bug??

2005-11-08 Thread Parikh,Pratik
Title: Is this a bug?? I checked my object but it is filled out. Another suggestions   Thanks, Parikh, Pratik | Software Engineer | Cerner Corporation | (1)-816-201-1298 | [EMAIL PROTECTED] | www.cerner.com   From: Dovholuk, Clint [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08

Is this a bug??

2005-11-08 Thread Parikh,Pratik
Title: Is this a bug?? Hi Everyone,     I am getting a following exception when I try to send a message thought my client to my web service. I looked around for solution and it seems like it is a bug, but am not sure can some one help me??? I am also using a MQ Logger where it does the

Is this a bug with xsd:restrictions in Axis1_2RC3 ?

2005-03-23 Thread Wild, Andrew
w/why did the behaviour of the metadata generation change? Is this a bug? or is there some switch I am unaware of I should be using for WSDL2Java with axis1_2RC3? I've read something about restrictions not being required as per JSR101 and frankly I think the server should simply accept the wider ty

Is this a bug-(another)

2003-07-25 Thread Srinath Perera
Hi All I have a Service that has a method multiply([Ljava.lang.String,[Ljava.lang.String) when I called the method with one parameter rather than giving a error it happens to call the ([Ljava.lang.String,[Ljava.lang.String) with (I belive) null for the missing one. I have ask about that type of