Re: Axis2 1.4 and Rampart 1.3?

2008-05-02 Thread Nandana Mihindukulasooriya
Hi Alex, Are you using a custom axis2.xml in your scenario ? If so, can you please check that security phase is defined in . You can find the discussion about this in axis2-dev list. You have to define the security phase as the last phase in OutFaultFlow phase order. Looking at the default

Re: [ANN] Apache Axis2 1.4 Released

2008-05-02 Thread Brennan Spies
I downloaded the Eclipse plugins, but I've noticed though the zip files are named *-1.4.zip, the versions on the plugin folder are all *_1.3.0. - Original Message - From: "Davanum Srinivas" <[EMAIL PROTECTED]> To: "Axis developer list" <[EMAIL PROTECTED]>; ; <[EMAIL PROTECTED]>; <[EMA

Re: JSON + POJO Service

2008-05-02 Thread keith chapman
Hi Cristian, Have you engaged DynamicResponseHandler on the version service? If you want to engage this blobally (That will effect all services running on your system) you can do so by adding to your axis2.xml. Thanks, Keith. On Sat, May 3, 2008 at 1:53 AM, Cristian Bullokles < [EMAIL PROTECTED

[Axis2] Client

2008-05-02 Thread Arlindo Luis Marcon Junior
Hi All... Someone, maybe, know how many clients the Axis2 can attend at same time? It depends on the resources of the computer,,, the "server" ( like memory, processor, and so on )... Axis2 has some configuration about? Any clue is welcome... Thanks in Advance... -- Arlindo Luis Marcon Junio

JSON + POJO Service

2008-05-02 Thread Cristian Bullokles
Hi all I've modified the axis2.xml file adding this lines: Also as Keith said in a previous thread I've compiled and installed the module dynamic response: http://wso2.org/repos/wso2/trunk/commons/dynamic-response/ Then i've restarted tomcat and all

JSON + POJO Service

2008-05-02 Thread Cristian Bullokles
Hi all,

Re: [Axis2] Sub-types not being marshalled correctly

2008-05-02 Thread Andreas Veithen
Pat, I usually use substitution groups for this, but you are right that you can substitute a EmployeeIdentifier by a CoManagerIdentifier by using xsi:type. This should also be supported by JAXB. One possible reason why JAXB has problems with this could be the way the JAXBContext is create

RE: Axis2 1.4 and Rampart 1.3?

2008-05-02 Thread Savitsky, Alex
Now it doesn't deploy at all, with exception: ERROR [org.apache.axis2.deployment.ServiceDeployer] - The RecordWebService service, which is not valid, caused Did not find the desired phase 'Security' while deploying handler 'PolicyBasedSecurityOutHandler'. org.apache.axis2.phaseresolver.PhaseExce

Re: Axis2 1.4 and Rampart 1.3?

2008-05-02 Thread Nandana Mihindukulasooriya
Hi Alex, Can you try with Rampart 1.4 RC [1] ? thanks, nandana [1] - http://people.apache.org/~nandana/rampart-1.4/RC1/ On 5/3/08, Savitsky, Alex <[EMAIL PROTECTED]> wrote: > Hi all, > > Does Axis2 1.4 work with Rampart 1.3? I have an existing app that works for > the Axis2 1.3 and Rampart

Axis2 1.4 and Rampart 1.3?

2008-05-02 Thread Savitsky, Alex
Hi all, Does Axis2 1.4 work with Rampart 1.3? I have an existing app that works for the Axis2 1.3 and Rampart 1.3 combination, but when I upgrade server and client to 1.4, I get an exception from server: ERROR [org.apache.axis2.engine.AxisEngine] - Must Understand check failed for header http

RE: Axis2 - MTOM Sample error

2008-05-02 Thread PR, Rajesh (GE Infra, Energy, Non-GE)
generate.client is working. I have deployed the sample. when i try to upload a 20 MB file, its giving a Socket Read timeout exception. am using tomcat server java,net.SocketTimeOutExeption : Read Timed Out i have given sufficient timeout on the client also serviceStub._getServiceClient().

Re: [ANN] Apache Axis2 1.4 Released

2008-05-02 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Try the java_first_jaxws sample under JDK1.6...add another method with an Enum - -- dims Savitsky, Alex wrote: | Is there Java5 enum support in this version? I remember there were talks that this feature was to be released in the next (meaning 1.4

Re: [ANN] Apache Axis2 1.4 Released

2008-05-02 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://ws.zones.apache.org/repository/wsdl4j/jars/ Sharad Baronia wrote: | Hi, | |I am trying to get wsdl4j version 1.6.2 from maven repository, and that's | not working. | | | wsdl4j | wsdl4j | 1.6.2

RE: [ANN] Apache Axis2 1.4 Released

2008-05-02 Thread Sharad Baronia
Hi, I am trying to get wsdl4j version 1.6.2 from maven repository, and that's not working. wsdl4j wsdl4j 1.6.2 Any help would be appreciated. Thanks, Sharad Baronia Market Data / Feed Nexa Technologies, Inc. 8 Pasteur,

RE: [ANN] Apache Axis2 1.4 Released

2008-05-02 Thread Savitsky, Alex
Is there Java5 enum support in this version? I remember there were talks that this feature was to be released in the next (meaning 1.4) version, but I see no samples concerning enums in the distro. Thanks, Alex -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: M

RE: [ANN] Apache Axis2 1.4 Released

2008-05-02 Thread Sharad Baronia
David, Thanks for pointing at the right location. Sharad Baronia Market Data / Feed Nexa Technologies, Inc. 8 Pasteur, Suite 100, Irvine, CA 92618 USA Work: 949-885-8711 Fax: 949-885-2194 Email: [EMAIL PROTECTED] -Original Message- From: David Illsley [mailto:[EMAIL PROTECTED] Sent:

RE: [ANN] Apache Axis2 1.4 Released

2008-05-02 Thread Edward Bush
Your groupId points to the old groupId. Use org.apache.axis2 instead. Eddie Bush Software Analyst | Clinical Reference Laboratory | 913-693-1519 | bushe at crlcorp.com There are no passengers on spaceship Earth- we are all the crew. -Original Message- From: Sharad Baronia [mailto:[EMAIL

Re: [ANN] Apache Axis2 1.4 Released

2008-05-02 Thread David Illsley
You've got the wrong groupid. Try [1] David [1] http://repo1.maven.org/maven2/org/apache/axis2/axis2-kernel/1.4/ On Fri, May 2, 2008 at 6:07 PM, Sharad Baronia <[EMAIL PROTECTED]> wrote: > Hi Dim, > > According to ur email, we should be able to get latest version of jars > from maven2 reposito

RE: [ANN] Apache Axis2 1.4 Released

2008-05-02 Thread Sharad Baronia
Hi Dim, According to ur email, we should be able to get latest version of jars from maven2 repository. But when I try to get jar files from the repository, it doesn't find it (here the link: http://repo1.maven.org/maven2/axis2/axis2-kernel/1.4/). Any help or advice would be appreciated. Thanks

Re: Axis2 - MTOM Sample error

2008-05-02 Thread Thilina Gunarathne
Did you try the generate.client target in the build.. It is suppose to generate the client stubs.. Please log a jira if generate.client is not generating the client stubs.. thanks, Thilina On Fri, May 2, 2008 at 11:29 AM, PR, Rajesh (GE Infra, Energy, Non-GE) < [EMAIL PROTECTED]> wrote: > One

RE: Axis2 - MTOM Sample error

2008-05-02 Thread PR, Rajesh (GE Infra, Energy, Non-GE)
One small feedback. The Mtom sample build file doesnt generate the client stubs. i had to add -g option to build file to get the stubs Thanks Rajesh From: PR, Rajesh (GE Infra, Energy, Non-GE) Sent: Friday, May 02, 2008 11:52 AM To: axis-user@ws.apache.org Subj

Re: Please help: Caused by: java.lang.Exception: Axis2 Can't find Spring's ApplicationContext

2008-05-02 Thread Michael Bauer
I have a WSDL that I made to generate the server-side skeletons. Is there somewhere in my WAR/services.xml that I need to put it and reference to it to force Axis2 to use mine? On May 2, 2008, at 11:20 AM, robert lazarski wrote: I'm the wrong person to help on POJO issues. However, you ha

RE: {AXIS2] Rampart 1.3.mar throws error with Axis2 1.3

2008-05-02 Thread Victor Solakhian
Hi Tezcan, I copied axis2-codegen-1.3.jar to WEB-INF/lib and now it works. There is a bug in the axis2-1.3\webapp\build.xml file I used to create axis2.war file. The "create.war" target excludes "axis2-codegen*.jar" file:

[ANN] Apache Axis2 1.4 Released

2008-05-02 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Folks, Just over 8 months since the 1.3 release, we are very proud to announce the release of Apache Axis2 version 1.4. Downloads are available at: ~http://ws.apache.org/axis2/download.cgi The Maven2 main repository has the latest jars as well

RE: Axis2 - MTOM Sample error

2008-05-02 Thread PR, Rajesh (GE Infra, Energy, Non-GE)
Thanks a lot. i made a clean build from scratch again. i dont know what was causing the issue. Downloaded ant, axis2 1.3 fresh and set it up. am able to build now. Thanks a lot for the support - Rajesh From: Thilina Gunarathne [mailto:[EMAIL PROTECTED] S

Re: Please help: Caused by: java.lang.Exception: Axis2 Can't find Spring's ApplicationContext

2008-05-02 Thread robert lazarski
I'm the wrong person to help on POJO issues. However, you have full control of the types by writing your own WSDL and XML schema via the "contract first" style of development. Alternatively, use java2wsdl and "code first" which may give you better results for your needs. HTH, Robert On Fri, May

Re: Please help: Caused by: java.lang.Exception: Axis2 Can't find Spring's ApplicationContext

2008-05-02 Thread robert lazarski
Also, I just noticed you are using SpringAppContextAwareObjectSupplier. When connecting axis2 via a spring instance loaded from the servlet container, use SpringServletContextObjectSupplier . Try that and let us know if you still have problems. On Fri, May 2, 2008 at 12:09 PM, robert lazarski <[EM

Re: Please help: Caused by: java.lang.Exception: Axis2 Can't find Spring's ApplicationContext

2008-05-02 Thread Michael Bauer
Disregard the last email. It was my lack of reading the fine-print that caught me there. I am still having another issue, however. The entire reason I went through the process of defining the service by the WSDL was because when I deployed the POJO it made all the types "anyType". This w

Re: Please help: Caused by: java.lang.Exception: Axis2 Can't find Spring's ApplicationContext

2008-05-02 Thread robert lazarski
Read the springframework docs. Axis2 is not responsible for loading spring, and services.xml is an axis2 file. All services.xml does is connect axis2 to an already loaded spring. The easiest way to load spring, as shown in http://ws.apache.org/axis2/1_4/spring.html , is to put in the web.xml a few

Re: [Axis2] Please help: Caused by: java.lang.Exception: Axis2 Can't find Spring's ApplicationContext

2008-05-02 Thread Michael Bauer
am pretty sure I am using Axis2 version 1.4. I was using Axis2 version 1.3, but upgraded to 1.4 to see if the latest build fixed the problem. My pom.xml can confirm: org.apache.axis2 axis2-jws-api 1.4

Re: Please help: Caused by: java.lang.Exception: Axis2 Can't find Spring's ApplicationContext

2008-05-02 Thread robert lazarski
Well you seem to have a lot of problems! Let me try and help you with the spring stuff... The error you point to is an advanced use case, and while I'm confident it works because I tested it, I suggest you try something simpler. The link you point to, while old, never the less tries to init spring

Re: [Axis2] Please help: Caused by: java.lang.Exception: Axis2 Can't find Spring's ApplicationContext

2008-05-02 Thread David Brown
Axis2 1.4? r u sure? If you use the now unsupported Axis 1.4 it should generate wsdl1.1 (rpc/encoded). You in all-likelihood will not get any Axis2 guru support on using Axis 1.4. I have had this problem myself at one time. The difference between rpc/encoded and document/literal is a major diffe

Re: Problem with Axis sample test

2008-05-02 Thread Benjamin Tan
Steve: I have download JAF version 1.1.1 from SUN. I have included the "activation.jar" the classpath and run the deployment script again. I am still get the same error. One thing that I noticed is that the deployment still went through. I saw the sample service was added to Tomcat configuration f

[Axis2] Please help: Caused by: java.lang.Exception: Axis2 Can't find Spring's ApplicationContext

2008-05-02 Thread Michael Bauer
am getting really desperate for help here. Its possible that my emails are not making it to the group, but I hope someone can get me pointed in the right direction. I am trying to deploy a WS in Axis2 that was created using wsdl2java.sh. I took the generated files, extended the Skeleton,

Please help: Caused by: java.lang.Exception: Axis2 Can't find Spring's ApplicationContext

2008-05-02 Thread Michael Bauer
I am getting really desperate for help here. Its possible that my emails are not making it to the group, but I hope someone can get me pointed in the right direction. I am trying to deploy a WS in Axis2 that was created using wsdl2java.sh. I took the generated files, extended the Skeleton

AW: Axis2 webservice using MTOM/.NET client

2008-05-02 Thread Roeder, Andreas
Yes, I do. -Ursprüngliche Nachricht- Von: Thilina Gunarathne [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 2. Mai 2008 14:19 An: axis-user@ws.apache.org Betreff: Re: Axis2 webservice using MTOM/.NET client Are you using Axis

Re: Axis2 webservice using MTOM/.NET client

2008-05-02 Thread Thilina Gunarathne
Are you using Axis2 1.3... thanks, Thilina On Fri, May 2, 2008 at 7:12 AM, Roeder, Andreas <[EMAIL PROTECTED]> wrote: > Dear Thilina, > > The return type is a DataHandler. Basicly I do that at the end of the > method: > > FileDataSource dataSource = new FileDataSource(saveFilename); > DataHandle

AW: Axis2 webservice using MTOM/.NET client

2008-05-02 Thread Roeder, Andreas
Dear Thilina, The return type is a DataHandler. Basicly I do that at the end of the method: FileDataSource dataSource = new FileDataSource(saveFilename); DataHandler fileDataHandler = new DataHandler(dataSource); return fileDataHandler; So nothing special. Best Regards, Andreas -Ursprü

Re: Axis2 webservice using MTOM/.NET client

2008-05-02 Thread Thilina Gunarathne
If possible can you post your service impl class... Does the retriveDocument has a return type of DataHandler or a class with a data handler variable with getter/setter... Wonder how SwA got in to the picture... http://connector.centera.firstdata.de/xsd"; swa:href="cid:urn:uuid:A55EF593CFE18862FB

Re: error in web service deployment.........

2008-05-02 Thread Benjamin Tan
Hi: I have the same problem when I first went through the AXIS installation document to test out the sample. I got this issue resolved by carefully checking the AXISCLASSPATH variable to make sure all the needed jar files are well defined. Good luck... Ben.. On 5/2/08, neha sood <[EMAIL PROTEC

AW: can not find wsdl specified in wsdlLocation param

2008-05-02 Thread Tezcan.Dilshener.extern
Hi please ignore this. My wsdl had an error and resolving that error has resolved this problem as well. thnx -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 2. Mai 2008 10:09 An: axis-user@ws.apache.org

Re: [Axis2] Sub-types not being marshalled correctly

2008-05-02 Thread patc
Hi Andreas, thanks for the response It is the JAXB generated classes that determine how types are serialized/unserialized. We don't need to update the XML like you are saying (with substitution groups) as the type classes (CoManagerIdentifier and EmployeeIdentifier) are generated correctly, CoMa

error in web service deployment.........

2008-05-02 Thread neha sood
hi i am to web services ..i am trying to deploy web service...using this command -- java -cp $AXISCLASSPATH org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/MessageBox deploy.wsdd vn i give this commad it gives me a error java -cp $AXISCLASSPATH org.apache.axis.clie

can not find wsdl specified in wsdlLocation param

2008-05-02 Thread Tezcan.Dilshener.extern
Hi I am specifiying the wsdl location in the @WebService tag with the wsdlLocation param as follows @WebService(name = "Hello", wsdlLocation="WEB-INF/wsdl/HelloService.wsdl") and getting the following error Validation error: cannot find WSDL Definition specified by this WebService annotation Th

AW: JAX-WS service deployment for axis2 and tomcat

2008-05-02 Thread Tezcan.Dilshener.extern
Hi Bill, I am in the process of evaluating this topic too and axis2 v1.4 RC has some usefull examples. I downloaded it from nightly builds at http://people.apache.org/~dims/axis2-1.4/RC4/ hope this helps Cheers Tezcan -Ursprüng

AW: {AXIS2] Rampart 1.3.mar throws error with Axis2 1.3

2008-05-02 Thread Tezcan.Dilshener.extern
Hi Victor Is axis2-codegen-1.3.jar is in the class path? In my case I have it under WEB-INF/lib with rest of the axis2 jars. One other thing I had this error but I was using axis2 v1.3 with rampart v1.1 so I replaced rampart with v1.3 and the error is now resolved. Also the error is not there whe