pojo example question...

2007-01-15 Thread Alex HO
Hi Developers, I just download the latest version of axis2 1.1.1, and then tried some examples by following the user guide. i am stopped on the pojo example, i have compiled it and got response output. here is the result -- rpc.client.run: [java] [

[jira] Assigned: (AXIS2-1972) Enable Sandesha to control reliable sync 2-way clients

2007-01-15 Thread David Illsley (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Illsley reassigned AXIS2-1972: Assignee: David Illsley > Enable Sandesha to control reliable sync 2-way clients >

[jira] Created: (AXIS2-1978) Axis2 1.1.1 pom's missing from maven repository

2007-01-15 Thread ant elder (JIRA)
Axis2 1.1.1 pom's missing from maven repository --- Key: AXIS2-1978 URL: https://issues.apache.org/jira/browse/AXIS2-1978 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Affects Versions: 1.1.

Re: axis2-saaj-api and axis2-jaxws-api dependencies

2007-01-15 Thread Jarek Gawor
Eran, Ok. It would be great if you could try with the latest Geronimo's java-mail-api and see if it still doesn't work. If it doesn't, I can ask the Geronimo people to get it fixed. Thanks, Jarek On 1/13/07, Eran Chinthaka <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA

Re: Re: Custom Message Receiver use cases

2007-01-15 Thread Sanka Samaranayake
On 1/14/07, Angel Todorov <[EMAIL PROTECTED]> wrote: Hi Eran, I agree about the custom MEPs and using reflection. What I would like to clarify is whether the raw XML message receiver not only uses reflection, but always expect a certain method signature in the reflected classes, is that so? Sup

[jira] Created: (AXIS2-1979) Reading class array from Jar file for creating JAXBContext

2007-01-15 Thread Nikhil Thaker (JIRA)
Reading class array from Jar file for creating JAXBContext -- Key: AXIS2-1979 URL: https://issues.apache.org/jira/browse/AXIS2-1979 Project: Apache Axis 2.0 (Axis2) Issue Type: New Feat

[jira] Updated: (AXIS2-1979) Reading class array from Jar file for creating JAXBContext

2007-01-15 Thread Nikhil Thaker (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Thaker updated AXIS2-1979: - Attachment: JIRA_1979_jarReader.txt > Reading class array from Jar file for creating JAXBContext

[jira] Assigned: (AXIS2-1979) Reading class array from Jar file for creating JAXBContext

2007-01-15 Thread Nikhil Thaker (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Thaker reassigned AXIS2-1979: Assignee: Nikhil Thaker > Reading class array from Jar file for creating JAXBContext >

Debug Axis 1.4

2007-01-15 Thread Luis Fernando
Hello, I´m working with Axxis |.4, I´ve go a web services runing, so. when the invoke the services don´t show all errors. How I can to do the debug on Axis? How I get the all messages from the server? Any idea

[jira] Resolved: (AXIS2-1979) Reading class array from Jar file for creating JAXBContext

2007-01-15 Thread Nikhil Thaker (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Thaker resolved AXIS2-1979. -- Resolution: Fixed > Reading class array from Jar file for creating JAXBContext > --

[jira] Closed: (AXIS2-1979) Reading class array from Jar file for creating JAXBContext

2007-01-15 Thread Nikhil Thaker (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Thaker closed AXIS2-1979. > Reading class array from Jar file for creating JAXBContext >

Re: [axis2] continuum notifications from ws.zones

2007-01-15 Thread Jeremy Hughes
Very cool! It would be great if you could add Woden. scm:svn:http://svn.apache.org/repos/asf/incubator/woden/trunk/java/ The buildAll target on build.xml is more useful than the default. Thanks, Jeremy On 12/01/07, David Illsley <[EMAIL PROTECTED]> wrote: Hi all, I've got continuum up and run

Re: Axis2 Deployment in WebSphere

2007-01-15 Thread Thilina Gunarathne
Hope you had a look at this document [1]. ~Thilina [1] http://ws.apache.org/axis2/1_1_1/app_server.html On 1/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, I get the following error when I deploy the axis2.war in WebSphere5.1. [1/15/07 17:15:12:940 GMT] 46289403 ServletInstan E

[jira] Created: (AXIS-2609) Downloads missing for Axis versions < 1.4 (on Apache Web Site).

2007-01-15 Thread Mark A. Ziesemer (JIRA)
Downloads missing for Axis versions < 1.4 (on Apache Web Site). --- Key: AXIS-2609 URL: https://issues.apache.org/jira/browse/AXIS-2609 Project: Apache Axis Issue Type: Bug

RE: [Axis2] Maven2 for Axis2 1.2?

2007-01-15 Thread Tom Jordahl
Chiming in *really* late on this thread, but I still don't see the advantages to Maven over JPA (Just Plain Ant). Sure seems like Axis2 spends more time worrying about Maven than we all did in Axis1 land rewriting our functional test system (and complaining about what we ended up with ;-). Why do

Axis2 client JAR requirements

2007-01-15 Thread Danny Lin
I have a webservice written using XMLBeans databinding. The client is also using XMLBeans. So far, I've got the web service running and the client (a Java class with main() method) is able to talk to the service without problems. In practice, I need to have a client from another webapp. I want to

RE: Axis2 client JAR requirements

2007-01-15 Thread Danny Lin
Right now I am getting NoClassDefFoundError (see below), when my code is creating a stub. Any help is greatly appreciated. InmateMatchServiceStub stub = new InmateMatchServiceStub(myURL); java.lang.NoClassDefFoundError: org/apache/axis2/client/Stub at java.lang.ClassLoader.defineClass0(Native

Re: [Axis2] Maven2 for Axis2 1.2?

2007-01-15 Thread Ajith Ranabahu
Hi Tom, I am neither an Ant fan nor a maven fan but I believe in picking the "right tool for the job" :) In terms of ease of maintenance and improved functionality i would say maven is a better tool for the job than Ant. I don't think dumping maven completely would be seen as a possible alternativ

[jira] Assigned: (AXIS2-1980) Removing ObjectFactory and package-info from class list while creating jaxbcontext from array of classes

2007-01-15 Thread Nikhil Thaker (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Thaker reassigned AXIS2-1980: Assignee: Nikhil Thaker > Removing ObjectFactory and package-info from class list while cre

[jira] Created: (AXIS2-1980) Removing ObjectFactory and package-info from class list while creating jaxbcontext from array of classes

2007-01-15 Thread Nikhil Thaker (JIRA)
Removing ObjectFactory and package-info from class list while creating jaxbcontext from array of classes Key: AXIS2-1980 URL: https://issues.apache.org/jira/b

[jira] Updated: (AXIS2-1980) Removing ObjectFactory and package-info from class list while creating jaxbcontext from array of classes

2007-01-15 Thread Nikhil Thaker (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Thaker updated AXIS2-1980: - Attachment: JIRA_1980_removingobjectfactory.txt > Removing ObjectFactory and package-info from cl

[jira] Resolved: (AXIS2-1980) Removing ObjectFactory and package-info from class list while creating jaxbcontext from array of classes

2007-01-15 Thread Nikhil Thaker (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Thaker resolved AXIS2-1980. -- Resolution: Fixed > Removing ObjectFactory and package-info from class list while creating > j

[jira] Closed: (AXIS2-1980) Removing ObjectFactory and package-info from class list while creating jaxbcontext from array of classes

2007-01-15 Thread Nikhil Thaker (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Thaker closed AXIS2-1980. > Removing ObjectFactory and package-info from class list while creating > jaxbcontext from array of c

Re: [axis2] continuum notifications from ws.zones

2007-01-15 Thread Deepal Jayasinghe
+1; Deepal Davanum Srinivas wrote: > +1. Go for it! > > -- dims > > On 1/12/07, David Illsley <[EMAIL PROTECTED]> wrote: > >> Hi all, >> I've got continuum up and running on ws.zones [1] and it seems to be >> reliably building and running axis2 (including integration tests and >> the java5 modul

Re: [Fwd: Re: svn commit: r495106 [2/10] - in /webservices/axis2/trunk/java/modules: integration/ integration/test/org/apache/axis2/engine/ integration/test/org/apache/axis2/mtom/ kernel/src/org/apach

2007-01-15 Thread Deepal Jayasinghe
Hi Devs; According to my little knowledge having sync block in the code , definitely slow down the message processing , so this will be a big performance hit. I have no any objection on MC serialization but I am -1 on adding sync block in the places where lot of ppl access like . Can we have a swi

Axis2/Geronimo Status

2007-01-15 Thread Davanum Srinivas
Lin Sun, Lasantha, Please see the attached diff that is not checked in yet. Basically i've commented out some of the cxf stuff so that Axis2 integration kicks in. There are some changes in JaxWSTest.java for the url for the web service itself. Right now the "?wsdl" works a bit. But the wsdl itse

[jira] Commented: (AXIS2-1975) userguide code listing 15 incomplete

2007-01-15 Thread Charitha Kankanamge (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465053 ] Charitha Kankanamge commented on AXIS2-1975: This is a problem in the code listing shown in the web page

Re: Axis2/Geronimo Status

2007-01-15 Thread Lasantha Ranaweera
Hi Dims, Sounds good. I will have a look at the source code and get back to you soon. Thanks, Lasantha Davanum Srinivas wrote: Lin Sun, Lasantha, Please see the attached diff that is not checked in yet. Basically i've commented out some of the cxf stuff so that Axis2 integration kicks in. Ther

[jira] Resolved: (AXIS2-1975) userguide code listing 15 incomplete

2007-01-15 Thread Chatra Nakkawita (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatra Nakkawita resolved AXIS2-1975. - Resolution: Fixed I just updated the site. The issue is in the maven site build. All tags

[jira] Commented: (AXIS2-1973) JAVA2WSDL generates invalid WSDL

2007-01-15 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465068 ] Deepal Jayasinghe commented on AXIS2-1973: -- Hi ; Please attach the exact wsdl (view page source and attach

WSDLReader basic authorization

2007-01-15 Thread Frank Zhou
Hi all, I'm having a problem with WSDLReader trying to parse a WSDL url, the URL is under HTTP Basic authentication. My browsing through the WSDLReader api, I couldn't find any method to pass the userid/passwd information when I call readWSDL(...) on it. I am using AXIS 1.2 and WSDL4J-1.5.1. My

[jira] Created: (AXIS2-1981) wsdl generation should work for all message receivers

2007-01-15 Thread Sanjiva Weerawarana (JIRA)
wsdl generation should work for all message receivers - Key: AXIS2-1981 URL: https://issues.apache.org/jira/browse/AXIS2-1981 Project: Apache Axis 2.0 (Axis2) Issue Type: Improvement Af

[jira] Created: (AXIS2-1982) DataHandler support for the RPCMessageReciever & RPCClient

2007-01-15 Thread Thilina Gunarathne (JIRA)
DataHandler support for the RPCMessageReciever & RPCClient -- Key: AXIS2-1982 URL: https://issues.apache.org/jira/browse/AXIS2-1982 Project: Apache Axis 2.0 (Axis2) Issue Type: Improvem

[jira] Commented: (AXIS2-1981) wsdl generation should work for all message receivers

2007-01-15 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465074 ] Deepal Jayasinghe commented on AXIS2-1981: -- As remember correct we discussed this in the mailing list and fi

calling a service from another service?

2007-01-15 Thread Thirumalachar, Shree Rangan
Hi All, I am trying to call a service from another service and I am using ALSB for the messaging. Here is what I do: 1: My client makes a call to a service through ALSB (Client->Client Proxy->Service) 2: The service then makes a call to another service through ALSB (Service->Client Proxy-