Re: Axis2 and Java 5 Enum

2009-07-31 Thread Dennis Sosnoski
Hi Matt, I don't know of any reason why Jibx2Wsdl would generate the schema fragment you've shown for an enum reference. How does your code use the enum? And what's the enum definition look like, for that matter? - Dennis Matt Schmidt wrote: It's been a few days, but I finally got around t

jdom in axis2 context

2009-07-31 Thread Sasan
Hi, Is there any known problem with using Jdom in Axis2 context? in the context of my ws, when I get to DOMBuilder domBuilder = new DOMBuilder(); I get the following. I might need to replace this but this behaviour is with both JDom 1.1 and 1.1.1 I appreciate any help, Sasan AxisFault fa

RE: Axis2 and Java 5 Enum

2009-07-31 Thread Martin Gainty
the output should be simpleType e.g. pls display your code and the usage of either Java2WSDL or JIBX2WSDL commands thanks, Martin Gainty __ Verzicht und Vertraulichkei

Re: WSDL2Java: Different class mappings of nested complex types with identical names with JDKs of different vendors.

2009-07-31 Thread Andreas Veithen
Norman, Can you open a JIRA for this issue? Thanks. Andreas On Fri, Jul 31, 2009 at 11:32, Norman Kubicek wrote: > Hi, > > > > we run in to some problems developing an Axis2 v1.5 Web service client with > SUN JDK 6 (different platforms) and IBM JDK 6 (PowerPC Linux) in parallel. > > The WSDL of

Making service directly accessible

2009-07-31 Thread Moritz Mädler
Hello! I have a service running in my Axis 1.4.1 which itself runs as a servlet in a tomcat 5.5. Is it possible to configure Tomcat that I can access the Service directly by entering only the Domain (like http://domainofservice.com/ServiceName instead of http://domainofservice.com/axis2/s

RE: Reexamining problem with Axis not generating container

2009-07-31 Thread KARR, DAVID (ATTCINW)
> -Original Message- > From: KARR, DAVID (ATTCINW) > Sent: Thursday, July 30, 2009 11:01 AM > To: axis-user@ws.apache.org > Subject: Reexamining problem with Axis not generating container > > A couple weeks ago I posted a note about a problem (title "Axis skips > generating type if it thin

Re: Axis2 and Java 5 Enum

2009-07-31 Thread Matt Schmidt
It's been a few days, but I finally got around to trying out Jibx2Wsdl. Unfortunately, it does not produce the correct schema for enums either. My simple status enum produces the following xml: How can I generate this correctly? On Tue, Jul 21, 2009 at 12:59 PM, Dennis Sosnoski wrote: >

can't connect to axis2server from http://localhost:8080/axis2/services/

2009-07-31 Thread THadC
Hi, I am new to axis2. Serveral days ago I performed a brand new install of the axis2 dist, and it worked fine. I connected to the SimpleAxisServer with no problems. However, it does not work anymore. Now when I attempt to connect to SimpleAxisServer at http://localhost:8080/axis2/services/ from

How to use JAXB with Axis2 at server side

2009-07-31 Thread Jan Pernica
Hi I have JavaBeans with JAXB annotations (@XmlElement, @XmlAccessorType(XmlAccessType.NONE)) How can I force Axis2 on server side to generate the WSDL and (de)serialization to reflect JAXB annotations? I am not able to google anythink :-) Thank you Jan

RE: axis2 with spring

2009-07-31 Thread Caristi, Joe
It seems like in your code, either the getDataSetManager() call is returning null or the variable "list" is null the first time you execute list.size(). STATEMENT OF CONFIDENTIALITY: The information contained in this electronic message and any attachments to this message are intended for the e

Re: Please help me to debug RAMPART issue

2009-07-31 Thread Chinmoy Chakraborty
Hi, I noticed following property was not set while sending the message back: 179781 DEBUG [http8080-Processor24] org.apache.axis2.context.AbstractContext - Property set on object org.apache.axis2.context.messagecont...@12f0ce9 179781 DEBUG [http8080-Processor24] org.apache.axis2.context.Abst

WSDL - Complex type element not getting populated

2009-07-31 Thread Sarathi Balasundaram
Hi there I have the following complex types in wsdl definition The complex types Manager and Worker are referred as below with in WSDL in 2 places

Re: WSDD deployment without axis running

2009-07-31 Thread Dobri Kitipov
Hi, AFAIK you do not need the WSDD if you use Axis2. You just need to create the AAR file of the WS. Then you can copy it into the e.g.: apache-tomcat-5.5.27\webapps\axis2\WEB-INF\services folder. Anyway, the WS will be deployed when you start the server. Hope this helps, Dobri On Thu, Jul 30,

WSDL2Java: Different class mappings of nested complex types with identical names with JDKs of different vendors.

2009-07-31 Thread Norman Kubicek
Hi, we run in to some problems developing an Axis2 v1.5 Web service client with SUN JDK 6 (different platforms) and IBM JDK 6 (PowerPC Linux) in parallel. The WSDL of the Web service contains following nested type definitions with identical names: ...

Re: axis2 + Spring2.5+Hibernate

2009-07-31 Thread sam wong
oh, yes, missing add the DataSetManager in Spring Bean config. works now. thanks Sagara. 2009/7/31 Sagara Gunathunga : > HI , >>       at >> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) >>       at >> org.apache.coyote.http11.Http11Protocol$Http11ConnectionH