Rampart basic: security processing failed (actions mismatch)

2010-02-17 Thread Doughty, Michael
Hey guys, as I mentioned in the last request I sent to the list, I was unable to make use the Policy-based Rampart configuration due to the malformation of the SOAP messages – Rampart seems to have replace all empty default namespaces with the parent element’s default namespace, causing both

RE: Axis2-1.5.1 and user exceptions

2010-02-15 Thread Doughty, Michael
In the axis2.xml file on the server/service side, you should see this line: parameter name=sendStacktraceDetailsWithFaultsfalse/parameter Set that parameter to true. Additionally, you might want to change this parameter as well: parameter

RE: Strange issue with Axis2 setting improper default namespaces in responses

2010-02-14 Thread Doughty, Michael
into this before? Is there any way to work around the issue and make the responses preserve the proper default namespaces? From: Doughty, Michael [mailto:michael_doug...@bmc.com] Sent: Sunday, February 14, 2010 12:57 AM To: axis-user@ws.apache.org Subject: Strange issue with Axis2 setting improper

Strange issue with Axis2 setting improper default namespaces in responses

2010-02-13 Thread Doughty, Michael
We've been porting our Web services from another provider to Axis2. Both support XML bean bindings, and we used them in our original implementation, so that has made the porting easier than it would have been otherwise. However, I've run into an odd issue that I haven't caught up to now using

RE: Initializing Web Service (Server) before first request received

2010-02-10 Thread Doughty, Michael
In your services.xml file, add 'scope= application' to the service element, as follows: service name=***your service name*** scope= application The service will then be deployable in application mode. Now a question to Deepal... will this actually load the implementation class immediately on

Two questions about security features

2010-02-08 Thread Doughty, Michael
I have three questions that I need some information on. One of them is on Rampart, and one on Axis2, and one on a particular scenario of the first two questions. (1) I've noticed that Rampart seems to support the WS-SecurityPolicy 1.0 tokens SupportingTokens, SignedSupportingTokens,

Inaccessible WSDL files after enabling both HTTP and HTTPS in Axis2/Tomcat

2010-02-08 Thread Doughty, Michael
I have a problem that I am hoping someone could shed some light on. I have enabled both HTTP and one-way HTTPS in my Tomcat 6 instance. Likewise, I have added the correct configuration information to my axis2.xml in the war distribution of Axis2 1.5.1. The HTTP port is 8080 and the HTTPS

RE: Inaccessible WSDL files after enabling both HTTP and HTTPS in Axis2/Tomcat

2010-02-08 Thread Doughty, Michael
, 2010 8:44 AM To: axis-user@ws.apache.org Subject: Re: Inaccessible WSDL files after enabling both HTTP and HTTPS in Axis2/Tomcat Michael, This looks like another example of the issue described in AXIS2-4465. Not sure if it is possible to make this work properly in 1.5.1, but in the current

Preventing Axis2/Rampart from encrypting faults

2010-02-07 Thread Doughty, Michael
We've rewritten several of our services from another Web services stack to Axis2 1.5.1. We are using Rampart 1.4 to handle the WS-Security 1.0 functionality from our previous services. There have been a few differences though and I am unable to resolve some of them. The most important one

RE: Preventing Axis2/Rampart from encrypting faults

2010-02-07 Thread Doughty, Michael
, Michael michael_doug...@bmc.commailto:michael_doug...@bmc.com wrote: We've rewritten several of our services from another Web services stack to Axis2 1.5.1. We are using Rampart 1.4 to handle the WS-Security 1.0 functionality from our previous services. There have been a few differences though

Re: Axis2/C and client side SWA attachments

2010-02-05 Thread Michael Huffman
, 2010 at 2:29 AM, Michael Huffman michael.mhuff...@gmail.com wrote: I've been searching for an example of sending SwA attachments via Axis2/C. I've seen examples in Axis2/Java, but I'm a little lost as to how to accomplish the same in Axis2/C.  Can someone please point me in a direction

Axis2/C and client side SWA attachments

2010-02-04 Thread Michael Huffman
I've been searching for an example of sending SwA attachments via Axis2/C. I've seen examples in Axis2/Java, but I'm a little lost as to how to accomplish the same in Axis2/C. Can someone please point me in a direction? Thanks in advance, --Mike.

Sanity Check

2010-02-03 Thread Michael Huffman
I've written a web-service in Axis2/C based on an Echo example. Based on this this page: http://wso2.org/library/3618 I've got the echo service working with attachments. However, I ran into a problem using axutil_base64_decode(); it would only decode the first 50 some characters of the message.

RE: wsdl2java -R option

2010-01-27 Thread Doughty, Michael
I use the -R option in Axis 1.5.1 and it works ok for me. However, I supply a relative path. If I try to supply an absolute path as you have here, I get a CodeGenerationException. From: rahul yadav [mailto:rahulyada...@gmail.com] Sent: Wednesday, January 27, 2010 5:07 AM To:

OFFLIST RE: [axis2] axis2c memory management process unclear

2010-01-15 Thread Doughty, Michael
Just an FYI, since you are talking about Axis2/C, you need to go to the Axis2/C user list for an answer. The address for that is axis-c-u...@ws.apache.org. You may need to subscribe first though. -Original Message- From: Brody Lodmell [mailto:brodylodm...@gmail.com] Sent: Friday,

Web service init and Custom endpoints with Tomcat/Axis2 1.5.1

2010-01-11 Thread Doughty, Michael
I mistakenly sent this request to the Rampart list last time. Hopefully this list is the correct one. The first issue I have is with Web service initialization using AXIS2. We have an eventing service which keeps persistent data on events serialized to disc. We do this because our events

Providing rpc/encoded jax-ws webservice

2009-12-08 Thread Michael Rohleder
? Are there other solutions (generators, handlers, ...)? Thanks. Michael.

RE: Signature verification fails when signing the Body

2009-10-16 Thread Doughty, Michael
when signing the Body Hi, Can you send the client code? Regards, Shankar On Thu, Oct 15, 2009 at 4:38 PM, Doughty, Michael michael_doug...@bmc.com wrote: Just a follow-up here on the problem.  I did a bit of searching around on this and I found the following from a user having almost exactly

Signature verification fails when signing the Body

2009-10-13 Thread Doughty, Michael
I am trying to write a client to consume a set of about 15 Web services secured by an implementation of the WS-Security 1.0 standard. These Web services require a usernametoken, that the content of the body be signed and encrypted, and that the entire usernametoken element be encrypted as

Re: Cannot load SchemaTypeSystem

2009-10-08 Thread FRYARS, Michael
copied to the bin directory and so wasn't available to the test client at runtime. Simply copying it across to the bin directory solved the problem. Regards, Michael sch...@afrigis.co.za a écrit : Hi there Christian, I did find the resource folder with stacks of .xsb files on. I added

Axis2 Performance Problem

2009-09-11 Thread Michael Adelmann
Hi there, for getting a better performance we switched our Webservice from axis1 (1.4= ) to axis2(1.5 also tried 1.4.1). As of this change we also switched parts = of our database schema, and so we dind=B4t test performance until now. I wr= ote a DB transformer that created the new database

AW: Axis2 Performance Problem

2009-09-11 Thread Michael Adelmann
Von: Amila Suriarachchi [mailto:amilasuriarach...@gmail.com] Gesendet: Freitag, 11. September 2009 11:38 An: axis-user@ws.apache.org Betreff: Re: Axis2 Performance Problem On Fri, Sep 11, 2009 at 1:29 PM, Michael Adelmann m.adelm...@rball.commailto:m.adelm...@rball.com wrote: Hi

Apache Axis2 - org.apache.axis2.AxisFault: Transaction not active

2009-08-20 Thread Michael Post
Hello, Apache Axis 2 throws the following error to me. org.apache.axis2.AxisFault: Transaction not active Has somebody any idea what does it mean? With online search engines i can not find anything related to this. Thanks.

Re: [AXIS2] Control character encoding used by axis2 server for responses

2009-08-19 Thread Michael Fryars
Thanks for your help, Andreas. JIRA issue created: AXIS2-4468 Michael On Tue, Aug 18, 2009 at 10:17 PM, Andreas Veithen andreas.veit...@gmail.com wrote: Michael, The following log message is interesting: org.apache.axiom.om.impl.MTOMXMLStreamWriter - Returning access to the original

[AXIS2] Control character encoding used by axis2 server for responses

2009-08-14 Thread Michael Fryars
/ /messageBuilders Is this where I need to intervene to control the response encoding? Thanks in advance for any help you can provide. Michael Fryars

Re: [AXIS2] Control character encoding used by axis2 server for responses

2009-08-14 Thread Michael Fryars
Axis2 v1.4.1, running in a WAR in a tomcat 6 container. On Fri, Aug 14, 2009 at 12:20 PM, Andreas Veithen andreas.veit...@gmail.com wrote: Which version of Axis2 do you use? Andreas On Fri, Aug 14, 2009 at 11:39, Michael Fryarsfryar...@gmail.com wrote: Hello, I'm seeking some advice

RE: Applying Nonce and Created to PasswordText UsernameToken and then Encrypting UsernameToken

2009-07-29 Thread Doughty, Michael
Responses below marked with [mdoughty]: -Original Message- From: uthaiyashan...@gmail.com [mailto:uthaiyashan...@gmail.com] On Behalf Of Uthaiyashankar Sent: Wednesday, July 29, 2009 1:50 AM To: Apache AXIS C User List Subject: Re: Applying Nonce and Created to PasswordText UsernameToken

calling Call.setClientHandlers from Stub causes SAXException

2009-05-04 Thread Michael Lee
, not an instance, so I loose all context (which I need to be able to store the request/response along with the other transactional information). Please let me know if more information is needed. Michael Lee

Re: Axis2 Codegen Wizard

2009-03-15 Thread Michael
--- On Sun, 15/3/09, Michael mtarullo...@optonline.net wrote: From: Michael mtarullo...@optonline.net Subject: Re: Axis2 Codegen Wizard To: axis-user@ws.apache.org Date: Sunday, 15 March, 2009, 8:55 AM Martin, First, thank you for your

Re: Problem with Axis2 Code Generator - Java2WSDL

2009-03-15 Thread Michael
Server [3] which is built on top of Axis2. Thanks, Keith. [1] https://tools.wso2.org/tools/carbon/java2wsdl/index.jsp?region=region5item=java2wsdl_menu [2] http://wso2.org/tools [3] http://wso2.org/projects/wsas On Thu, Mar 12, 2009 at 9:07 PM, Michael mtarullo...@optonline.net wrote

Re: Axis2 Codegen Wizard

2009-03-15 Thread Michael
. Regards, Thamizhannal P --- On Sun, 15/3/09, Michael mtarullo...@optonline.net wrote: From: Michael mtarullo...@optonline.net Subject: Re: Axis2 Codegen Wizard To: axis-user@ws.apache.org Date: Sunday

Re: Axis2 Codegen Wizard

2009-03-15 Thread Michael
command line utility Java2WSDL to generate Java2WSDL. Regards, Thamizhannal P --- On Sun, 15/3/09, Michael mtarullo...@optonline.net wrote: From: Michael mtarullo...@optonline.net Subject: Re: Axis2 Codegen Wizard

Re: Axis2 Codegen Wizard

2009-03-14 Thread Michael
Martin, First, thank you for your reply. I most certainly can supply the source. Do you need just the class that I am try to generate the WSDL for, supporting classes or the entire project? Let me know and I'll get it to you right away. Mike - Original Message - From: Martin

Problem with Axis2 Code Generator - Java2WSDL

2009-03-12 Thread Michael
Not long ago I posted that I was was having a problem generating a WSDL file from my Java code using the Axis2 Code Generator. An answer was provided which seemed very promising. The answer that was given is provided below: This is a known bug. Here is the solution with explanation:

Re: Axis2 Code Generator Problem

2009-03-10 Thread Michael
-in directory (Eclipse\plug-ins\Axis2 code generator\lib) and then add the backport jar to the plugin.xml file. -- From: Michael [mailto:mtarullo...@optonline.net] Sent: Monday, February 23, 2009 9:10 PM To: axis-user

Pub\Sub Web Service

2009-02-23 Thread Michael
I am developing a publish\subscribe engine and have exposed both the publish and subscribe services with web services. I am looking for advice on how I might implement a push notification. Since the occurrence of some event will trigger notification of all users that subscribed to the

Re: Pub\Sub Web Service

2009-02-23 Thread Michael
-Doug __ STSM | Standards Architect | IBM Software Group (919) 254-6905 | IBM 444-6905 | d...@us.ibm.com Michael mtarullo...@optonline.net 02/23/2009 06:47 PM Please respond to axis-user@ws.apache.org

Axis2 Code Generator Problem

2009-02-23 Thread Michael
I'm developing a bottom up web service and now that I have got it working using the code I developed and the client stub generated when I created the web service from Eclipse I now want to create a WSDL file. When I launch the Axis2 Code Generator (v1.3.0) Wizard, enter the fully qualified

Re: WSDL Specs

2009-02-09 Thread Michael
Try Web Services Essentials by Ethan Cerami, published by O'Reilly 2002 - Original Message - From: Harshad Chavan To: axis-user@ws.apache.org Sent: Monday, February 09, 2009 4:55 PM Subject: WSDL Specs Hi all, Does anybody know about any book/article, which

Is It Just Me?

2009-02-08 Thread Michael
OK. Is it me? I know I'm 1) not understanding Axis2's API and therefore 2) not using it correctly. For the past three weeks I have been unable to get anything but the simplist web service to work. By simplest I mean a web service that passes and returns only primitives (i.e. int, float,

Re: Is It Just Me?

2009-02-08 Thread Michael
Deepal, Thank you. I will look at both right now. Mike - Original Message - From: Deepal Jayasinghe dee...@opensource.lk To: axis-user@ws.apache.org Sent: Sunday, February 08, 2009 11:53 AM Subject: Re: Is It Just Me? Hi Michael I would suggest you to read following articles

Why?

2009-02-06 Thread Michael
Why would I see a different set of console message when I start Tomcat from the command than when I start it in Eclipse? When I start Tomcat from the command line I see messages for the axis2.war file being deployed, but I don't see them when I start Tomcat in Eclipse.

Re: Passing And Returning Objects

2009-02-03 Thread Michael
- Original Message - From: Amila Suriarachchi To: axis-user@ws.apache.org Sent: Monday, February 02, 2009 1:02 AM Subject: Re: Passing And Returning Objects On Sun, Feb 1, 2009 at 9:34 PM, Michael mtarullo...@optonline.net wrote: For the web services application I

Re: Passing And Returning Objects

2009-02-02 Thread Michael
, Michael mtarullo...@optonline.net wrote: For the web services application I am developing I have designed my web services methods to accept objects and return objects. To avoid any problems and follow best practices for web development I have designed these objects with only primitives

Passing And Returning Objects

2009-02-01 Thread Michael
For the web services application I am developing I have designed my web services methods to accept objects and return objects. To avoid any problems and follow best practices for web development I have designed these objects with only primitives as attributes for objects that are passed and

Re: Problems With Axis2

2009-01-26 Thread Michael
- Von: Michael [mailto:mtarullo...@optonline.net] Gesendet: Montag, 26. Januar 2009 01:04 An: axis-user@ws.apache.org Betreff: Re: Problems With Axis2 Thank you Tori. I'll check it out. Mike - Original Message - From: Toriacht shatner.will...@gmail.com To: axis-user@ws.apache.org Sent

Re: Problems With Axis2

2009-01-26 Thread Michael
Tori, I have been following the instructions given in the like you supplied below. These are some of the problems that I am encountering: 1) When taking inventory of the WTP pieces I have installed I do not find 'the non-SDK package of the Web Tools Platform refered to a Web App Developers'

Re: Problems With Axis2

2009-01-26 Thread Michael
The link I was given by Tori mentions nothing about configuring a facet extension point Is it always like this trying to get these three open source children (Eclipse, Tomcat and Axis2) to play nice in the sandbox? Does anyone else think, like me, that we should be spending time writing

Problems With Axis2

2009-01-25 Thread Michael
I am developing several Java Web Services (Bottom-Up) using Eclipse Ganymede, Apache Tomcat v5.5 and Apache Axis. When I first started working on the web services I was using the older version of Axis. Creating the web services from the Java classes I developed was not a problem. I used the

Re: Problems With Axis2

2009-01-25 Thread Michael
Thank you Tori. I'll check it out. Mike - Original Message - From: Toriacht shatner.will...@gmail.com To: axis-user@ws.apache.org Sent: Sunday, January 25, 2009 6:22 PM Subject: Re: Problems With Axis2 Hi Mike, I'm afraid I'm a novice but the following tutorial is a simple guide

Re: apache shared memory

2008-12-03 Thread Michael Sutter
with the simple server? Kind regards Michael Manjula Peiris wrote: You can enable Shared memory for mod_axis2 by adding Axis2GlobalPoolSize parameter in the httpd.conf. And when accessing that shared variable you need to switch to global pool. Please see axutil_allocator.h for details. On Tue

Re: apache shared memory

2008-12-03 Thread Michael Sutter
Yes, I make axutil_allocator_switch_to_global_pool(env-allocator); try to get the variable or create and store and and then axutil_allocator_switch_to_local_pool(env-allocator); So I think this is the right way, as every third call confirm. Kind regards Michael Manjula Peiris wrote: In your

apache shared memory

2008-12-02 Thread Michael Sutter
? My question now is: Does anybody knew this behavior? Maybe I have implemented something wrong and attached the service. It would be very nice, if someone can have a look inside my code. Kind regards Michael service.tar.gz Description: GNU Zip compressed data

Java Web Start and packaging of Axis2-libs

2008-09-04 Thread Michael Sonntag
Hello everyone! I'm developing an Axis2/Java client that should be deployed via Java Web Start. As Axis has got a lot of dependencies to third party libs, I'd like to put all of the required jars into a single file, so that the client just needs to download that axis2-client-libs.jar instead of

Re: Periodic query of client

2008-09-02 Thread Michael Sutter
Hello Keith, thanks for your hint. It seems that the reuse solves my problems. Also thanks for the link, by searching I found nothing which seems to solve my problem, but the link is very useful for my development . Kind regards Michael keith chapman wrote: Hi Michael, I think I gave you

Re: Client closing TCP connection

2008-09-01 Thread Michael Sutter
().setProperty(HTTPConstants.AUTO_RELEASE_CONNECTION, true); Is this what you mean? Nevertheless if I set the option I always got a AxisFault: Attempted read on closed stream. Maybe I have done something wrong? Kind regards Michael keith chapman wrote: Hi Michael, Can you try setting the property

Re: Client closing TCP connection

2008-09-01 Thread Michael Sutter
. Was this with you meant in your mail? Kind regards Michael Michael Sutter wrote: Hello Keith, I'm a little bit confused about your reply. Did you really mean that I should set a new service client? Isn't the service client already set after initializing my stub object? What I have done is: MyStub myStub

Client closing TCP connection

2008-08-29 Thread Michael Sutter
(CLOSE_WAIT) with the close_wait state. Is there any solution how I can close the connection from the Axis api? I tried stub.cleanup() and I always instantiated my stub new for every query. Nevertheless, both solutions don't fixed my problem. Kind regard Michael

Periodic query of client

2008-08-28 Thread Michael Sutter
of runtime. Have I done something wrong in my code? Have I to release some objects or to instantiate the stub for every request? I don't understand whats my error. Kind regards Michael smime.p7s Description: S/MIME Cryptographic Signature

Max call of service

2008-08-19 Thread Michael Sutter
the instance on the stack and not explicitly calling the destructor or could it be that the SVN version fixes the problem? Nevertheless, why I'm getting the message by running the service inside the axis simple server, where I see that the destructor is called? Kind regards Michael

Re: Max call of service

2008-08-19 Thread Michael Sutter
{ FdDaq fd_daq; } catch (...) { } return return_node; } where fd_daq is the object. Kind regards Michael Supun Kamburugamuva wrote: Hi Michail, The stack the you mentioned is little bit confusing. Is it the stack in a normal process run-time or a stack that you have created? If it is the stack

Re: Max call of service

2008-08-19 Thread Michael Sutter
it was a fixed memory leak with the apache module. Kind regards Michael Supun Kamburugamuva wrote: Hi Michael, By looking at your code it seems that it doesn't lead to a memory leak. Every time that function is called the object will be created and when the function finishes execution the object

Re: Max call of service

2008-08-19 Thread Michael Sutter
under linux. I never used valgrind , but it is a good suggestion and I will try it. Kind regards Michael Supun Kamburugamuva wrote: Hi Michael, Sorry, I meant the axis2 log file. Anyway if it doesn't contain any errors, the probability of this error caused by Axis2/C is very low. Supun

JUnit Tests for Handlers

2008-07-30 Thread Michael Hänni
. Is there a way to check the list using the (with wsdl2java) generated Stub class? Is there a way to directly access a Handler using the stub? If above is not possible, how can the functionality of a Handler be tested using JUnit? Thanks, Michael

httpd daemon and exceptions

2008-07-23 Thread Michael Sutter
time such a exception is thrown the service in my httpd gets a segmentation fault, so it is not possible for me to get the error values of the service back to the client. Does anybody know about this behavior or how to fix it? I'm running Apache 2.0.49 and GCC 3.3.3. Kind regards Michael

AUTO: Michael Rheinheimer/Austin/IBM is out of the office.

2008-07-09 Thread Michael Rheinheimer
I am out of the office until 07/14/2008. I'm on paternity leave. If you need to reach me immediately, please try my personal cell phone at 512-797-6788. You may also contact Carlton Mason or Ann Robinson, who both know my backups for all related projects. Thanks. Mike Note: This is an

AUTO: Michael Rheinheimer/Austin/IBM is out of the office.

2008-07-09 Thread Michael Rheinheimer
I am out of the office until 07/14/2008. I'm on paternity leave. If you need to reach me immediately, please try my personal cell phone at 512-797-6788. You may also contact Carlton Mason or Ann Robinson, who both know my backups for all related projects. Thanks. Mike Note: This is an

AUTO: Michael Rheinheimer/Austin/IBM is out of the office.

2008-07-09 Thread Michael Rheinheimer
I am out of the office until 07/14/2008. I'm on paternity leave. If you need to reach me immediately, please try my personal cell phone at 512-797-6788. You may also contact Carlton Mason or Ann Robinson, who both know my backups for all related projects. Thanks. Mike Note: This is an

AUTO: Michael Rheinheimer/Austin/IBM is out of the office.

2008-07-09 Thread Michael Rheinheimer
I am out of the office until 07/14/2008. I'm on paternity leave. If you need to reach me immediately, please try my personal cell phone at 512-797-6788. You may also contact Carlton Mason or Ann Robinson, who both know my backups for all related projects. Thanks. Mike Note: This is an

AUTO: Michael Rheinheimer/Austin/IBM is out of the office.

2008-07-09 Thread Michael Rheinheimer
I am out of the office until 07/14/2008. I'm on paternity leave. If you need to reach me immediately, please try my personal cell phone at 512-797-6788. You may also contact Carlton Mason or Ann Robinson, who both know my backups for all related projects. Thanks. Mike Note: This is an

AUTO: Michael Rheinheimer/Austin/IBM is out of the office.

2008-07-09 Thread Michael Rheinheimer
I am out of the office until 07/14/2008. I'm on paternity leave. If you need to reach me immediately, please try my personal cell phone at 512-797-6788. You may also contact Carlton Mason or Ann Robinson, who both know my backups for all related projects. Thanks. Mike Note: This is an

AUTO: Michael Rheinheimer/Austin/IBM is out of the office.

2008-07-09 Thread Michael Rheinheimer
I am out of the office until 07/14/2008. I'm on paternity leave. If you need to reach me immediately, please try my personal cell phone at 512-797-6788. You may also contact Carlton Mason or Ann Robinson, who both know my backups for all related projects. Thanks. Mike Note: This is an

AUTO: Michael Rheinheimer/Austin/IBM is out of the office.

2008-07-09 Thread Michael Rheinheimer
I am out of the office until 07/14/2008. I'm on paternity leave. If you need to reach me immediately, please try my personal cell phone at 512-797-6788. You may also contact Carlton Mason or Ann Robinson, who both know my backups for all related projects. Thanks. Mike Note: This is an

AUTO: Michael Rheinheimer/Austin/IBM is out of the office.

2008-07-09 Thread Michael Rheinheimer
: This is an automated response to your message AUTO: Michael Rheinheimer/Austin/IBM is out of the office. sent on 7/9/08 8:13:34. You will receive a notification for each message you send to this person while the person is away.

JAXB Classes in Handler archive not found

2008-07-02 Thread Michael Hänni
there must be a way without putting them also in the WEB-INF/classes folder. What am I doing wrong? Thanks, Michael

[AXIS2] JAXB Marshaller

2008-07-01 Thread Michael Hänni
message = unmarshaller.unmarshal(env.getBody() .getFirstElement().getXMLStreamReader()); ... This woks perfect, but how can I marshall the Object message back to the MessageContext, to apply the changes I made? Thanks, Michael

RE: AxisFault not Serializable

2008-06-19 Thread Michael Mathers
ignorant somehow and just kindly point out what I'm not understanding. Below is the sample code and the exception generated. Michael @Test public void testSerial() { AxisFault af = new AxisFault(test); // Test serialization

RE: AxisFault not Serializable

2008-06-19 Thread Michael Mathers
Yes, I use Axis2 v1.1.1 Should I log a bug for this then? Michael -Original Message- From: Steve Hall [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2008 10:21 AM To: axis-user@ws.apache.org Subject: Re: AxisFault not Serializable Michael, I use Axis2 not Axis and I don't have

AxisFault not Serializable

2008-06-17 Thread Michael Mathers
generated. Michael @Test public void testSerial() { AxisFault af = new AxisFault(test); // Test serialization try { FileOutputStream os = new FileOutputStream(serial.txt

Apache module

2008-05-29 Thread Michael Sutter
not able to start the daemon. Is there any problem with this parameter? As I thought it is only optional and if I understand right it is for a shared memory of the log implementation. Am I right? If have attached my config file belowl Kind regards Michael LoadModule axis2_module /usr/lib/apache2

Re: Apache module

2008-05-29 Thread Michael Sutter
everything works fine. Maybe it belongs to my old apache version (2.0.49). Maybe you can give me a short description about this parameter? Or is it not really different without? Kind regards Michael Samisa Abeysinghe wrote: Do you have any older Axis2/C libs on your LD_LIBRARY_PATH? What

ClassNotFoundException But the Classpath is Correct?

2008-05-23 Thread Michael Davidson
I'm trying to use the Java2WSDL command like so: java -classpath C:\WMP\UL\QuoteQueueWorkspace\QuoteQueue\build\classes\app\quotequeue\webservices -cp %AXISCLASSPATH% org.apache.axis.wsdl.Java2WSDL -o QuoteQueue.wsdl -l http://localhost:/QuoteQueue/services/QuoteQueueWebService; -n

[Axis2] Problem with ADB and custom exceptions

2008-05-22 Thread Michael Sonntag
Hello list! I have a simple Java class service with one method: ... public void foo() throws MyException { throw new MyException(); } ... I use the Eclipse-WebService plugin (not the Axis2-codegen-plugin, because it fails with a InvocationTargetException) to publish a WebService to Tomcat.

segfault in apr_rmm_free after installing 1.4.0

2008-05-08 Thread Michael Ryan
This occurs during apache start-up is after an upgrade from 1.3.0 to 1.4.0 (apache 2.2.3) rampart/c installed. s100:/usr/lib/apache2 # gdb httpd2 GNU gdb 6.6 Copyright (C) 2006 Free Software Foundation, Inc. Using host libthread_db library /lib/libthread_db.so.1. (gdb) set pag off

Re: [Axis2] soap:address location is no whats in the WSDL file...Help please

2008-05-07 Thread Michael Bauer
=hostname locked=truemyhost.com/parameter -Deepal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Michael Bauer [EMAIL PROTECTED] http://www.codechimp.net

Re: prolem: could not read log4j.properties file

2008-05-07 Thread Michael Bauer
(RuntimeConfigurable.java:370) [createdb] at org .apache .tools .ant.RuntimeConfigurable.maybeConfigure(RuntimeConfigurable.java:324) . what can be the reason..as it says file or dir doesnt exsit there..how can i resolve this error -- Friends are flowers in the garden of life Michael Bauer

Re: problem: could not read log4j.properties file

2008-05-07 Thread Michael Bauer
project.i have copied it into project/ webapp/WEBINF/but here no classes folder was present ..so i created one and copied into dat since...in all projects it is available there.. still its not workin... thanx for reply cheers neha On Wed, May 7, 2008 at 6:21 PM, Michael Bauer [EMAIL PROTECTED

[Axis2] soap:address location is no whats in the WSDL file...Help please

2008-05-06 Thread Michael Bauer
that doesn't even reply to a ping. Where is this coming from? How do I make Axis2 use my actual bind address? Michael Bauer [EMAIL PROTECTED] http://www.codechimp.net

Re: Axis2 is changing the soap:address element in my WSDL when I deploy the aar file.

2008-05-06 Thread Michael Bauer
! Deepal - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Michael Bauer [EMAIL PROTECTED] http://www.codechimp.net

[Axis2] FlexBuilder and Axis2 wsdl file import...

2008-05-05 Thread Michael Bauer
complains about the message size when I have tried in the past. I just want to understand what they want me to do. I am on a time- crunch here, and I am desperate. Michael Bauer [EMAIL PROTECTED] http://www.codechimp.net

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

2008-05-02 Thread Michael Bauer
it. I could really use some assistance here. Michael Bauer [EMAIL PROTECTED] http://www.codechimp.net

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

2008-05-02 Thread Michael Bauer
it. I could really use some assistance here. Michael Bauer [EMAIL PROTECTED] http://www.codechimp.net

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

2008-05-02 Thread Michael Bauer
to Apache Axis and look specifically at: http://www.apache.org/dyn/closer.cgi/ws/axis/ 1_4. Also, see: http://www.ws-i.org/. HTH. Michael Bauer wrote .. 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

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

2008-05-02 Thread Michael Bauer
-value/WEB-INF/applicationContext.xml /param-value /context-param Please read the docs, both from springframwork.org and axis2, to get working config so axis2 can load. HTH, Robert On Fri, May 2, 2008 at 11:56 AM, Michael Bauer [EMAIL PROTECTED] wrote: This is exactly what I am using, although

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

2008-05-02 Thread Michael Bauer
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 2, 2008 at 12:14 PM, Michael Bauer [EMAIL PROTECTED] wrote

Problems getting WSDL 1.1...Flex 3 woes

2008-05-01 Thread Michael Bauer
list someone might be able to push me in the right direction here. Thanks in advance, Michael Bauer [EMAIL PROTECTED] http://www.codechimp.net - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Axis2 POJOs and anyType

2008-04-26 Thread Michael Bauer
/services/BindpointMessageProvider / /wsdl:port /wsdl:service /wsdl:definitions Michael Bauer [EMAIL PROTECTED] a href=http://www.codechimp.net;http://www.codechimp.net/a - To unsubscribe, e-mail: [EMAIL

Re: [Axis2] axis2.AxisFault: Java heap space

2008-04-25 Thread Michael Bauer
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Michael Bauer [EMAIL PROTECTED] http://www.codechimp.net - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Cannot get unwanted methods out of my WSDD

2008-04-25 Thread Michael Bauer
for the record, I tried to send the WSDL that is generated by Axis2, but it was bounced back because the message was too big. Michael Bauer [EMAIL PROTECTED] http://www.codechimp.net

Re: [Axis2] axis2.AxisFault: Java heap space

2008-04-25 Thread Michael Bauer
going to take some experimentation to figure out what works for you and what doesn't. On Apr 25, 2008, at 10:44 PM, Arlindo Luis Marcon Junior wrote: Hi... Michael Bauer,,, thanks for your clues... Yes,,, you are right,,, I need increase the heap size in the server side... I do

  1   2   3   4   5   >