Hi,
thanks for fast reply, yes I'm using a ServiceClient to send my messages. I
tryed out the connection reuse and I called the clean() method after each
service call. It doesn't show any affects, the error is still present and there
are still to many open connections wich leads to the address
Hi,
trying to stress an Axis2 implemented application after round about 3960 calls
an "Address already in use" error occours, because of the huge bunch of open
connections. Is there a way to instruct Axis to close these connections?
Thanks a lot
Ted
__
Hi,
trying to use inner classes inside a class, wich is the implementation of a
service, fails with:
java.lang.NoClassDefFoundError: test/TestService$InnerClass
Are there some known limitations of the class loaders used in axis?
Thanks Ted.
--
Hi Eran,
your new version of the addressing module works fine. Yesterday I figured out
the problem you solved now cuse walking through the code takes me to use the
other constructor and the problem was fixed. Cause you was so quick in fixing
the bug, I just couldn't help you anymore ;-)
So, th
Hi Deepal,
the scenario is as followes:
- Two services 'Service A' running on
http://localhost:8080/axis2/services/ServiceA and ServiceB running on
http://localhost:8585/axis2/services/ServiceB. Both services provide a
'InOnly' operation.
- A Serviceconsumer now sends a message to ServiceA
Hi,
senden a message using fireAndForget(), the message was delivered properly but
there is allways this exception wich occours:
INFO: Axis2 transport error : No Host matches server name 127.0.0.1; nested
exception is:
org.apache.axis2.AxisFault: Axis2 transport error : No Host matches
Hi,
I already posted this problem a week ago, but cause it still exists I try it
with some more detail I figured out up till now.
The problem is, using fireAndForget to send some Data from one Service to an
other and setting WSA relatesTo at the ServiceClients options, no xml content
is send.
Hi, I solved the problem by myself. Just adding a fork to ants java-task makes
the application to run properly in a new VM.
Greetings Ted.
- Ursprüngliche Mail
Von: [EMAIL PROTECTED]
An: AXIS2 Mailinglist
Gesendet: Dienstag, den 4. Juli 2006, 16:34:24 Uhr
Betreff: [axis2] addressing
Hi,
trying to start my running web service application using ant from out of my
eclipse, the application is no longer able to find the module (but it is at
first in axis2 library directory and second in the class path I set up in this
script). Can someone give me a hint how to solve this proble
Sorry that I have to say that, but your suggestion doesn't solve my problem.
Even if I set the Thread to sleep for much more than the 100ms, the problem
still exists: setting the WSA-RelatesTo, makes the fireAndForget not to send
the SOAP-Envelope; using the same scenario without setting WSA-Rel
Hi,
I'm trying to solve the following szenario:
Service A --> InOnly-Operation
ServiceB --> InOnlyOperation
Whant I'm try to do is to call Service A wich has to answer the request by
sending his response to Service B (specified as WSA-ReplyTo).
Therefore I try to implement some client-side co
Hi,
the problem I habe is as followes: Trying to publish a group of services using
the 'servicegroup'-Tag in services.xml descriptor I did not found any chance to
provide some wsdl files in the aar archive in that way, that every service is
able to provide a wsdl using his special file from MET
Hi,
trying to generate Faults using AxisFault class I
noticed that there are differences between the
'faultcode'/'code' segments of SOAP versions 1.1/1.2.
The '' for the fault in SOAP 1.1 is set to
'soapenv:Client' where the same SOAP 1.2 fault
contains 'soapenv:Sender' as ''.
Is this a knows bu
Hi,
trying to use Jaxme for databinding causes the
following exception during code generation in
axis2-1.0:
Exception in thread "main"
org.apache.axis2.wsdl.codegen.CodeGenerationException:
java.lang.RuntimeException:
java.lang.NullPointerException
[java] at
org.apache.axis2.wsdl.codegen.Cod
Hi,
I still have the problem that I doesn't know a nice
solution for attaching 'mustUnderstand' attributes to
a soap header, using axis2 1.0.
So, is there someone who has a solution for that?
Thanks Ted
___
Hi,
using WS-Addressing in my Services I'm looking for
some Method to additionaliy add a 'mustUnderstand'
attribute to my tags. Does someone know a
solution to do that?
Thanks Ted.
___
Telefonate ohn
Hi,
using codegeneration in axis2 for client side code,
there are allways wrapper classes for input parameters
of the methods representing the serviceoperations. Is
there any reason for doing this that way cause it
provides implementation details at client side wich is
not realy necessary?
Thanks
I tryed this as well, but it won't work anyway.
Ted
--- Eran Chinthaka <[EMAIL PROTECTED]> schrieb:
> In Axis2-0.95-SNAPHOT, just try
> options.setAction("urn:anyAction").
>
> Anyway, in the current versions, both the methods
> are collapsed to one.
>
> -- Chinthaka
>
> [EMAIL PROTECTED] wrote
Hi,
trying to use Options.setSoapAction("urn:anyAction")
followed by an ServiceClient.engageModule() to engage
Addressing allways lead to:
org.apache.axis2.AxisFault: Operation Not found EPR
is
http://localhost:8081/axis2_I2/services/PersistenceService
and WSA Action = null
at org.apache
Hi,
how can i use a relative pathlocation for a schema
import in a wsdl wich is in service archive under
META-INF directory. trying to place the schema under
META-INF as well, axis2 trys to find this under a
absolute path defined as one of the tomcat classpath
location (i think so...). so is there
okay, so what i is realy interesting for me, whether
there is a possibility for use this not at classlevel
but at object level...
--- Deepal Jayasinghe <[EMAIL PROTECTED]> schrieb:
> we do have , I mean u can jsut publish Java class
> into web service. But
> the problem is we dont have a publish
Hi,
while trying to deploy some services as a servicegroup
under
axis2-0.95-Snapshot, the result is allways to get this
servicegroup listed as a
'Faulty Service' and in detail there is a NPE as
follows:
Error: java.lang.NullPointerException at
org.apache.axis2.deployment.DeploymentEngine.a
Title: [axis2][0.95]problem with client
Hi,just have a look at the directory with the samples (AXIS2_HOME/samples/userguide/src/userguide/clients. ClientUtil is a class implemented to create the OMElement to call the EchoService. Put the java-file into your project and the sample should work.TedOUY
Hi,
is there a way to for dynamic publishing of services
in axis2 like it is in jax-ws via Endpoint.publish?
thanks ted
___
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
Trying to use codegeneration via wsdl2java from
current snapshot realease I got NullPointerException
and don't know why.
I called wsdl2java like this:
wsdl2java -uri ws-discovery.wsdl -pn TargetService -a
an got:
Using AXIS2_HOME:
E:\Programme\axis2-std-SNAPSHOT-bin
Using JAVA_HOME:C:\Pro
Hi,
trying to build axis2 from todays svn update failed
with following error:
BUILD FAILED
File.. C:\Administrator\.maven\cache\maven-multi
project-plugin-1.3.1\plugin.jelly
Element... maven:reactor
Line.. 217
Column 9
Unable to obtain goal [multiproject:install-callback]
--
C:\Admini
Hi,
is there a tutorial or documentation available of how
to deply a service into axis2 with a user defined wsdl
file?
Thanks Ted
___
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo
Hi Thushantha,
are you using 0.94 release? If yes then create a
'.axis2' directory inside your home folder and copy
the addressing.mar to a subdirectory called 'modules'.
Ted
--- Thushantha De Alwis <[EMAIL PROTECTED]> schrieb:
> Hi All
>
> When I tried to write a client to invoke axis2 as
>
Hello Thushantha,
use ServiceClient instead of the deprecated
MessageSender the following way:
EndpointReference endpoint = new
EndpointReference("http://...";);
Options ops = new Options();
op.setTo(endpoint);
op.setTransportInProtocol(org.apache.axis2.Constants.TRANSPORT_HTTP);
op.setUseSeparat
Hello,
trying to use JAXB for databinding under
axis2-0.95-snapshot I got an exeption (see below)
while performing a
Unmarshaller.unmarshall(XMLStreamReader) call.
Where there any changes in OM that confilict with the
bridge provided with JAXB to get SAX events from
XMLStreamReader?
Thanks Ted.
Hi Magnus,
The problem you probably have is that your fault is a
SOAP 1.1 fault. The Axis2 AxisFault is mapped to
SOAP1.2 Fault wich is a superset of the 1.1 one. To
create a 'real' SOAP1.1 Fault have a look at
org.apache.axis2.soap.impl.dom.soap11.SOAP11FaultImpl
Ted
--- Magnus Olsson <[EMAIL PR
Hello,
the intention to ask about this message context is
that, that I'm trying to find a way for setting the
wsaaction at client side under a axis2 0.95-snapshot
build (look at my other mailing from yesterday
[WSA-Mapping]). under release 0.94 this was no problem
cause the wsa tags were included
Hello,
how do I get the current MessageContext under Axis2.
Axis1.x was MessageContext.currentContext() but I did
not found such static method in Axis2 API.
Thanks Ted
___
Telefonate ohne weitere Kosten
Sorry for annoying you again, here's some of the code
i used:
...
op.setSoapAction("urn:test/operation");
...
client = new ServiceClient();
client.setOptions(op);
client.engageModule(new QName("addressing"));
responseMessage = client.sendReceive(message);
...
This does not lead to a soapaction as
I think my problem is at client side. Using a
TCPMonitor I noticed that there are no more WSA-Tags
in my message. These tags were set by default under
0.94. So how can I set this behavior in 0.95-snapshot
as well?
Thanks
Ted
--- Deepal Jayasinghe <[EMAIL PROTECTED]> schrieb:
> I am sure that shou
Hi there,
trying to use some of my services created under
release 0.94 in 0.95-SNAPSHOT I got problems with the
wsamapping. Axis2 won't find the given operations any
more... are there some changes in services.xml syntax
or is it a configuration problem?
Thanks Ted
oh yes... thats my fault! After 'maven clean' the
build was successful :-)))
Thanks a lot
Ted
--- Davanum Srinivas <[EMAIL PROTECTED]> schrieb:
> did u run "maven clean"?
>
>
> On 2/8/06, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
> > Sorry, after update from svn and 'maven war' the
> buil
Sorry, after update from svn and 'maven war' the build
faild with exactly the same failure (details see
attachment). There is maybe stil a bug in one of the
scripts...
Thanks a lot
Ted
--- Davanum Srinivas <[EMAIL PROTECTED]> schrieb:
> Checked in fixes to the xsl's. Please try now.
>
> thanks,
... so please have a look to this failure as well (see
attachement for details), this appears after excluding
the perf tests and running 'maven war' (maven 1.02,
jdk1.5)
Thanks Ted
--- Davanum Srinivas <[EMAIL PROTECTED]> schrieb:
> Guys!! i'll fix this today. Patience please :)
>
> -- dims
>
>
Hi Deepal,
sorry to say that, but the build failed even today
(using maven war). For more detail see attachement,
maybe this will help you to fix an other bug or giving
me a hint what i did wrong.
Thank you,
Ted
--- Deepal Jayasinghe <[EMAIL PROTECTED]> schrieb:
> Hi Ted;
>
> I dont think maven
Wow, Deepal this was realy one of the quickest replys
I got! So I'll try to build the source but since some
days I've problems to do this successfuly. Can you
please give me a hint to build the *.war without
running into an build failure.
Thanks a lot
Ted
--- Deepal Jayasinghe <[EMAIL PROTECTED]>
Hi Deepal,
first at all, thanks for your reply. Okay, I'll try to
clarify the 'it does not work'. To test this scoping
feature for the 0.94 release I used a simple Service
which increases an integer value at every call and
returns this value. After deployment under the
-setting it does not work
wi
Hello,
trying to deploy some services under the use of the
attribute scope="application" at the -tag in
services.xml, I noticed that this setting of the scope
doesn't work in Axis2 0.94. The only correct working
scope is the scope="transport". Are there any knows
bugs? I thought that this applicat
43 matches
Mail list logo