how to package jibx classes when deploying on websphere

2005-02-07 Thread babloosony
Hi All, Are there any suggestions, ideas on packing jibx binding compiled classes and axis custom (de)serializer classes when deploying an ear with ejb jar modules, axis web modules on WebSphere Application Server 5.0 ? Any exp. with similiar packaging and deployment will be greatly appreciated ?

Method parameter names in automatically generated WSDL

2005-02-07 Thread Mark Chaimungkalanont
Hi all, I wanted to make sure the the "service?wsdl" is generated with method param names from the interface. I've been able find: http://marc.theaimsgroup.com/?l=axis-user&m=109031639800225&w=2 Which says the my problem is that the method parameter doesn't seem to work with interfaces only clas

Axis and xsd validation

2005-02-07 Thread Bharadwaj, Jyotsna
Title: Axis and xsd validation Any idea if xerces Validates "NILLABLE".I have observed that it does not .   -Original Message-From: Bill Keese [mailto:[EMAIL PROTECTED]Sent: Friday, February 04, 2005 5:35 AMTo: Bharadwaj, JyotsnaSubject: Re: Axis and xsd validationThat's tr

Re: Unable to understand this exception !

2005-02-07 Thread babloosony
No answers. Can anyone please respond. I am running out of time :-( On Tue, 8 Feb 2005 09:55:15 +0530, babloosony <[EMAIL PROTECTED]> wrote: > Hi All, > > I am using JiBX for implementing my own (De)Serializers replacing AXIS > default (De)Serializers. However when I register my (De)Serializers

Re: JSR-181

2005-02-07 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Abdullah Jibaly wrote: | Hey all, | | Does anyone know if there is a plan for Axis support | of JSR 181 (Web Services Metadata)? I'm sure it would | really simplify the programming and deployment of web | services and would like to get involved in it. ~

JSR-181

2005-02-07 Thread Abdullah Jibaly
Hey all, Does anyone know if there is a plan for Axis support of JSR 181 (Web Services Metadata)? I'm sure it would really simplify the programming and deployment of web services and would like to get involved in it. Thanks, Abdullah

Unable to understand this exception !

2005-02-07 Thread babloosony
Hi All, I am using JiBX for implementing my own (De)Serializers replacing AXIS default (De)Serializers. However when I register my (De)Serializers with AXIS's server-config.wsdd file and start my web service deployed on WebSphere 5.0, I am getting below detailed server stack trace : [2/6/05 17:

Re: "JRE 1.5 "enum" is a Reserved Word" Does Axis Comply withthis rule?

2005-02-07 Thread Davanum Srinivas
completely agree, that's why i forwarded the email to axis-dev@ http://marc.theaimsgroup.com/?l=axis-dev&m=110754113124229&w=2 -- dims On Mon, 7 Feb 2005 15:42:57 -0800, Simon Fell <[EMAIL PROTECTED]> wrote: > The main thrust of my comment is that backward compat is already broken > in a number

RE: "JRE 1.5 "enum" is a Reserved Word" Does Axis Comply withthis rule?

2005-02-07 Thread Simon Fell
The main thrust of my comment is that backward compat is already broken in a number of areas, so why are you worried about the enum change? > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Monday, February 07, 2005 3:41 PM > To: [EMAIL PROTECTED] > Subject:

Re: "JRE 1.5 "enum" is a Reserved Word" Does Axis Comply withthis rule?

2005-02-07 Thread Davanum Srinivas
If you want a switch for the old behavior of classes, please help... thanks, dims On Mon, 7 Feb 2005 18:37:48 -0500, Davanum Srinivas <[EMAIL PROTECTED]> wrote: > And i belive Tom gave u an answer as well...See section 4.2.5 in > JAX-RPC 1.1 spec. > > -- dims > > > On Mon, 7 Feb 2005 13:11:56

Re: "JRE 1.5 "enum" is a Reserved Word" Does Axis Comply withthis rule?

2005-02-07 Thread Davanum Srinivas
And i belive Tom gave u an answer as well...See section 4.2.5 in JAX-RPC 1.1 spec. -- dims On Mon, 7 Feb 2005 13:11:56 -0800, Simon Fell <[EMAIL PROTECTED]> wrote: > Did so months ago. > http://issues.apache.org/jira/browse/AXIS-1454 > > > -Original Message- > > From: Davanum Srinivas [

RE: "JRE 1.5 "enum" is a Reserved Word" Does Axis Comply withthis rule?

2005-02-07 Thread Simon Fell
Did so months ago. http://issues.apache.org/jira/browse/AXIS-1454 > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Monday, February 07, 2005 1:00 PM > To: Simon Fell > Cc: [EMAIL PROTECTED] > Subject: Re: "JRE 1.5 "enum" is a Reserved Word" Does Axis > Comp

Re: "JRE 1.5 "enum" is a Reserved Word" Does Axis Comply withthis rule?

2005-02-07 Thread Davanum Srinivas
Class names is for JAXRPC11 compliance...If you have specific problems with "some types", please log a bug report. -- dims On Mon, 7 Feb 2005 11:25:53 -0800, Simon Fell <[EMAIL PROTECTED]> wrote: > Backward compat is already busted. WSDL2Java generates different class > names, no longer generate

RE: Can't invoke method with multiple arguments

2005-02-07 Thread Ioan Berbece
Hi Dave, Last time I checked Axis 1.1 and Axis 1.2 RC2 didn't handle multiple message parts in a doc/lit web service. Take a look at this bug: http://issues.apache.org/jira/browse/AXIS-621 which has an attachment for an attempted fix in Call.java (client side). I also attempted a fix for the serve

RE: "JRE 1.5 "enum" is a Reserved Word" Does Axis Comply withthis rule?

2005-02-07 Thread Simon Fell
Backward compat is already busted. WSDL2Java generates different class names, no longer generates new classes for some types. > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED] > Sent: Saturday, February 05, 2005 5:51 AM > To: [EMAIL PROTECTED] > Subject: Re: "JRE 1.5

RE: Can't invoke method with multiple arguments

2005-02-07 Thread David Werner
Hallo, I also tried to invoke the same service with a Call object and explicitly set the type of the parameters. This time I got anothter exception: "org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize." Does an

RPC handler in client not called

2005-02-07 Thread Oliver Wulff
Hi all I'm using the generated stubs in my axis client. I've written an rpc handler and tried to register it in my client: HelloSOAPServiceLocator service = new HelloSOAPServiceLocator(); Hello port = service.getHelloSOAPPort(serviceUrl); HandlerRegistry registry = service.getHandlerRegistry(); L

extend RPCProvider or custom provider; WSDL generation?

2005-02-07 Thread jim hopp
I'm trying to figure out how to implement a service (actually, a bunch of services) and I'd like to hear (informed) opinions from the list on two questions. I'm attempting to expose the reporting portion of an XML-based ERP system via web services. The ERP system has a mechanism that permits user

Re: Is latest nightly build stable

2005-02-07 Thread Venkat Reddy
One more tiny tip to build cvs sources :-) Keep servlet.jar in classpath to get classes like AdminServlet, AxisServlet. After deploying the webapp on webserver, check happyaxis.jsp. Cheers Venkat On Mon, 7 Feb 2005 09:26:09 -0500, Praveen Peddi <[EMAIL PROTECTED]> wrote: > I still could not figu

Aw: Re: Aw: Re: Aw: Re: log4j:WARN message

2005-02-07 Thread forum_account
THANK YOU GUYS! IT'S WORK NOW! Arcor-DSL: die echte Flatrate für alle Bandbreiten. Jetzt ohne Einrichtungspreis einsteigen oder wechseln. Arcor-DSL ist in vielen Anschlussgebieten verfügbar. http://www.arcor.de/home/redir.php/emf-dsl-1

Aw: Re: Error Message:AxisFault faultString: (401)Unauthorized ; HTTPSender.java:663

2005-02-07 Thread forum_account
Great, it's work now THANK YOU Toshi!!! Arcor-DSL: die echte Flatrate für alle Bandbreiten. Jetzt ohne Einrichtungspreis einsteigen oder wechseln. Arcor-DSL ist in vielen Anschlussgebieten verfügbar. http://www.arcor.de/home/redir.php/emf-dsl-1

Can't invoke method with multiple arguments

2005-02-07 Thread David Werner
Hi, I haven't realized the whole problem, when I submitted the mail with subject 'Problem with deserealizing boolean'. In fact, I can't invoke any method with more than a single argument, independent of the arguments' (simple) type! A java.lang.IllegalArgumentException is thrown, because only the

Re: Is latest nightly build stable

2005-02-07 Thread Praveen Peddi
I still could not figure out a workaround to make 1.2 work with weblogic. I am switching to document style so I can't use 1.1. Could anyone suggest something? If I can't make it work, I will have to go back to 1.1 and just RPC style. But this seems wierd. No one has deployed Axis1.2 on weblogic?

Re: Error Message:AxisFault faultString: (401)Unauthorized ; HTTPSender.java:663

2005-02-07 Thread Toshiyuki Kimura
It seems just a typo - 'userv1' instead of 'user1'. Try again; java -cp "%AXISCLASSPATH%" samples.stock.GetQuote -lhttp://localhost:8080/axis/servlet/AxisServlet -uuser1 -wpass1 XXX Thanks, Toshi <[EMAIL PROTECTED]> On Mon, 7 Feb 2005 [EMAIL PROTECTED] wrote: Hi, I encountered the following proble

Re: Axis exception while deploying a WAR

2005-02-07 Thread Davanum Srinivas
please try latest CVS/Nightly. -- dims On Mon, 7 Feb 2005 09:55:58 -, Arijit Mukherjee <[EMAIL PROTECTED]> wrote: > Hi All > > I have a doc style WS, with some custom types, which I deploy as a WAR > file. If I turn on the DEBUG option for Axis in the log4j.properties, I > can see the follo

Error Message:AxisFault faultString: (401)Unauthorized ; HTTPSender.java:663

2005-02-07 Thread forum_account
Hi, I encountered the following problem with testing the QetQuote example and I don’t know what can I do, so any help will be appreciated deeply! from D:\Apache Software Foundation\Tomcat 5.0\webapps\axis\WEB-INF\classes I run the example stockquote using the following command: java -cp "%AXIS

Re: Error "Unable to load schema with target namespace" in XMLSpy.

2005-02-07 Thread THIBAULT Joseph
And this is the generated wsdl : http://sr.services.accesservicessipsr"; xmlns:impl="http://sr.services.accesservicessipsr"; xmlns:intf="http://sr.services.accesservicessipsr"; xmlns:apachesoap="http://xml.apache.org/xml-soap"; xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:xsd

Error "Unable to load schema with target namespace" in XMLSpy.

2005-02-07 Thread THIBAULT Joseph
Hello, When I want to open a wsdl file generated by Axis into XMLSpy, I have the validation error "Unable to load schema with target namespace 'http://security.pfts'" on the elements definitions/types/schema/import. I don't know if it is related but when I generate the wsdl file with java2wsdl t

RE: Calendar serialization

2005-02-07 Thread Tomek Minkowski
Thank you very much, it did the trick. TM The problem you are facing is because dateTime is always sent in GMT Timezone over the wire Once you receive the dateTime in a java.util.Calendar, do: calendar.setTimeZone(java.util.TimeZone.getDefault()); That should give 12:38 back to u.

Problem in custom axis (De)Serializers - Please help

2005-02-07 Thread babloosony
Hi All, I am using JiBX for implementing my own (De)Serializers replacing AXIS default (De)Serializers. However when I register my (De)Serializers with AXIS's server-config.wsdd file and start my web service deployed on WebSphere 5.0, I am getting below detailed server stack trace : [2/6/05 17:

Re: duplicating namespaces

2005-02-07 Thread Yves Langisch
All, Filed this issue as http://issues.apache.org/jira/browse/AXIS-1805 Yves On Fri, 2005-02-04 at 16:03 +0100, Yves Langisch wrote: > I still have this issue with 1.2RC2. Any ideas? > > Yves > > On Fri, 2004-11-05 at 15:15 +0100, Yves Langisch wrote: > > All, > > > > I try to access a messag

RE: Calendar serialization

2005-02-07 Thread Shahi, Ashutosh
The problem you are facing is because dateTime is always sent in GMT Timezone over the wire Once you receive the dateTime in a java.util.Calendar, do: calendar.setTimeZone(java.util.TimeZone.getDefault()); That should give 12:38 back to u. Ashutosh -Original Message- From: Tomek Minkows

Calendar serialization

2005-02-07 Thread Tomek Minkowski
I have to serilaize some dates, and have problem with HOURS. When it's 12.38.20, and inside java platform it IS 12.38.20, my serialized date is: 2005-02-07T11:38:20.500Z What's interesting: the server (created by me) sends me over events concerning 12:38 (time in the db) as well wrapping it

Re: Problem with basic deployment

2005-02-07 Thread Alfredo Garcia
Hi! Seems like the problem is related to your AXISCLASHPATH variable... a backslash problem, probably. Could you post the exact value of that variable? Regards Alfredo García On Sun, 6 Feb 2005 14:41:46 +0200, Assaf Mizrachi <[EMAIL PROTECTED]> wrote: > > > Hi All, > > Sorry, but I just tri

Axis exception while deploying a WAR

2005-02-07 Thread Arijit Mukherjee
Hi All I have a doc style WS, with some custom types, which I deploy as a WAR file. If I turn on the DEBUG option for Axis in the log4j.properties, I can see the following exception in my tomcat 5.0.28 (Axis verison 1.2-RC1): 09:51:21,949 DEBUG ProjectResourceBundle:72 - org.apache.axis.i18n.reso

Re: [Flash news] JAX-WS ???

2005-02-07 Thread Toshiyuki Kimura
$B!!LZB<$G$9!#(B (B $B!!K\%K%e!<%9$N4XO">pJs$G$9!#(B (B $B!!2<5-%5%$%H$G!"(B2005/2/4$B$+$i(BJAX-RPC ver 2.0$B;EMM$N!V(BEarly Draft (BReview 2$B!W$,Ds6!$5$l$F$$$^$9!#(B($B;DG0$J$,$i!"1Q8lHG$N$_$G$9(B) (B (B (B> $BM}2r$7$J$1$l$P$J$i$J$$;EMM$H$

Using Axis in own web application

2005-02-07 Thread Eugene Prokopiev
Hi! I have simple web application which contains: $ ls META-INF WEB-INF $ ls WEB-INF/ classes lib server-config.wsdd web.xml $ ls WEB-INF/classes/ mypackage $ ls WEB-INF/classes/mypackage/ MyService.class $ ls WEB-INF/lib/ activation.jar commons-discovery.jar log4j-1.2.8.jar wsdl4j.jar axis-

[Flash news] JAX-WS ???

2005-02-07 Thread Toshiyuki Kimura
To: $B3'MM(B (B $B!!LZB<$G$9!#(B (B $B!!D>@\!"(BAxis$B$NOCBj$H$$$&$3$H$G$O$J$$$G$9$,!"BP1~$9$k(BJava$BI8=`;EMM$G(B $B$"$k!V(BJAX-RPC$B!W$K4XO"$9$kOCBj$G$9!#(B (B $B!!(BJSR-224$B$H$7$F(BJCP$B$GI8=`2=$,9T$o$l$F$$$k$5$l$k$3$H$K$J$j!"7k9=Bg3]$+$j$JOC$K$J$j$^$9!#(B (B $B!!8=>u!"

Re: [Announce] Internationalization progress of Axis (fwd)

2005-02-07 Thread Toshiyuki Kimura
[EMAIL PROTECTED]"(B (B $B!!LZB<$G$9!#(B (B (BOn Mon, 7 Feb 2005, Shouhei Kodama wrote: (B (B> # $B;d$b:o=|$7$F$bNI$$$+$H;W$$$^$9!#F|K\8l%j%=!<%9$G$O(B (B> $B!!!V8=>u$NA4$F$N(Bkey$B$KBP1~!W$h$j$O!"!V:GDc8B$N%m!<%+%i%$%:BP1~!W(B (B> $B!!$K$H$I$a$F$*$-!"8e$O8DJLBP1~$NJ}$, > [EMAIL PR