Re: axis2.sh

2007-07-09 Thread Stephane Roy
[EMAIL PROTECTED] wrote: [...] The script fails during "test " operation when "$arg" or "$prearg" are null. Simply double quoting these variables solves this problem. I have fixed and attached the file with this email. Hopefully this gets added in the next release. Known problem: http://issu

[Axis2] redirection with Axis2 ?

2007-06-14 Thread Stephane Roy
;t find any solution for it. Can someone shed some light on how redirection works in Axis2 ? Did I foget to configure something in Axis2 ? Is my scenario doable with Axis2.1.2 in the first place ? Thanks in advance. Stephane Roy Alcatel-Lucent -

Re: [Axis2] How to log traces on the server side ?

2007-06-14 Thread Stephane Roy
fine. Stephane Roy Alcatel-Lucent - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: An exception when porting from axis2 1.1.1 to axis 1.2

2007-06-08 Thread Stephane Roy
Wang, Hailong (NIH/CIT) [C] wrote: I replaced addressing-1.1.mar with addressing-1.2.mar, it works fine. So I guess the problem is addressing-1.2.mar. You may have a look at this: https://issues.apache.org/jira/browse/AXIS2-2758 Stephane Roy Alcatel-Lucent

[Axis2] How to log traces on the server side ?

2007-06-06 Thread Stephane Roy
e for this ? I searched the Web and found this tutorial 'How to Debug a Web Service?' (http://wso2.org/library/225). However I don't use Eclipse, so this is not helping much. Thanks in advance. Stephane Roy Alcatel-Lucent -

Re: Problem with wsdl2java

2007-05-28 Thread Stephane Roy
line 38: [: !=: unary operator expected Unrecognized option: -uri I believe I had the same problem when I started to use Axis2.1.2. I already posted a solution for this problem in a previous thread: http://marc.info/?l=axis-user&m=11787015586&w=2 You may take a look at it. Stephane Ro

Re: [Axis2] problem to display the WSDL in a browser in Axis2.1.2

2007-05-24 Thread Stephane Roy
.1.2 can display the WSDL in the browser, just fine. It seems that this is a regression of Axis2.1.2. If there is no JIRA bug already about this, I will open one. Stephane Roy Alcatel-Lucent Stephane Roy wrote: Hi, I noticed a problem with the latest release of Axis2 (2.1.2). Once my code is

Re: [Axis2] A hello World Example for Axis2 deployment

2007-05-21 Thread Stephane Roy
r the moment and instead concentrate on getting the simple POJO case to work. I will try that. [1] http://ws.apache.org/axis2/1_2/quickstartguide.html#deploy Am Montag, den 21.05.2007, 15:39 +0200 schrieb Stephane Roy: Hi Anil, A few days ago, I submitted a message on the mailing list abou

Re: [Axis2] Incomplete code generation with wsdl2java, in adb mode

2007-05-21 Thread Stephane Roy
Hi Amila, Please could let me know the JIRA reference of the bug related to this problem ? Thus, I could know when the problem is fixed in Axis2. Thanks in advance. Stephane Roy Alcatel-Lucent Amila Suriarachchi wrote: Any way this is a bug and I fixed it for the trunk. On 5/10/07, *Amila

Re: [Axis2] MissingResourceException on execution client with Axis2.1.2

2007-05-21 Thread Stephane Roy
his definition in my XSD and the MissingResourceException doesn't not occurr anymore ! Hope this info will be useful to the community. Stephane Roy Alcatel-Lucent Michele Mazzucco wrote: Stephane, I faced a similar problem some time ago (it was related to the addressing module). Try to set the l

Re: [Axis2] problem with client execution in xmlbeans mode

2007-05-21 Thread Stephane Roy
added this definition in my XSD and the NullPointerException doesn't not occurr anymore ! Hope this info will be useful to the community. Stephane Roy Alcatel-Lucent Davanum Srinivas wrote: Stephane, We've multiple reports of this now..with no JIRA's. Could you please create a ne

Re: [Axis2] A hello World Example for Axis2 deployment

2007-05-21 Thread Stephane Roy
l me how you solved the problem ? Thanks in advance. Stephane Roy Alcatel-Lucent Anil Chukkapalli wrote: Glen I figured it out. Thanks Anil On 5/18/07, *Anil Chukkapalli* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Glen I tried it out using the admin utili

Re: [Axis2] MissingResourceException on execution client with Axis2.1.2

2007-05-16 Thread Stephane Roy
Michele Mazzucco wrote: Stephane, in commons-logging.properties enable the last line (log4j logger) and in log4j.properties set the first one to: log4j.rootCategory=TRACE, CONSOLE, LOGFILE (be aware that it produces *a lot* of logs) Michele Thanks for the details. Stephane Roy Alcatel

Re: [Axis2] MissingResourceException on execution client with Axis2.1.2

2007-05-16 Thread Stephane Roy
file /webapps/axis2/WEB-INF/classes/log4j.properties but I'm not familiar with the syntax. Thanks in advance for your help. Stephane Roy Alcatel-Lucent - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

[Axis2] MissingResourceException on execution client with Axis2.1.2

2007-05-16 Thread Stephane Roy
ceStub.myMethod(myServiceStub.java:173) ... I would like to know if someone had this kind of problem before. Since the problem is not present with Axis2.1.1.1, is this behavior a known issue or a limitation of Axis2.1.2 ? Thanks in advance. Stephane Roy

[Axis2] problem with client execution in xmlbeans mode

2007-05-14 Thread Stephane Roy
my.package.myServiceStub.myMethod(myServiceStub.java:xxx) I would like to know if someone had this kind of problem before. What did I do wrong ? Thanks in advance. Stephane Roy Alcatel-Lucent - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[Axis2] problem to display the WSDL in a browser in Axis2.1.2

2007-05-14 Thread Stephane Roy
s that the WSDL of the web service Version (http://localhost:8080/axis2/services/Version?wsdl), delivered with Axis2.1.2, can be displayed without error. I would like to know if someone had this kind of problem before. Is this behavior a known issue or a limitation of Axis2.1.2 ? Thanks in adv

Re: [Axis2] Incomplete code generation with wsdl2java, in adb mode

2007-05-14 Thread Stephane Roy
Hi Amila, Thanks for your quick reply. Please could let me know the reference of the bug related to this problem ? Thanks in advance. Stephane Roy Alcatel-Lucent Amila Suriarachchi wrote: Any way this is a bug and I fixed it for the trunk. On 5/10/07, *Amila Suriarachchi* <[EMAIL PROTEC

[Axis2] Incomplete code generation with wsdl2java, in adb mode

2007-05-10 Thread Stephane Roy
s elementB which uses a reference to typeB. Now, the code generation in adb mode works fine and the java files compile. I would like to know if someone had this kind of problem before. Is this behavior a known issue or a limitation of Axis2.1.x ? Thanks in advance. Stephane Roy Alca

Re: [axis2] error generating skeletons from WSDL 2.0

2007-05-09 Thread Stephane Roy
I'm working on Linux. I start the tool in a tcsh with the command: > $AXIS2_HOME/bin/wsdl2java.sh -uri ... Hope this helps. Stephan Roy Alcatel-Lucent Amila Suriarachchi wrote: What is the OS you use? Could you try --> sh wsdl2java.sh On 5/9/07, *Stephane Roy* <[EMAIL PROTE

Re: [axis2] error generating skeletons from WSDL 2.0

2007-05-09 Thread Stephane Roy
The solution I found, is simply to apply the following modifications (already mentioned by Hans-Ulrich Klein) in the axis2.sh file: line 38 and 43, add double quote on the parameters: 38: if [ "$arg" != -classpath ] && [ "$arg" != -cp ] && [ "$prearg" != -classpath ] && [ "$prearg" != -cp ]