Hi,
I'm using AXIS2 with AXION, but when user get response axiom writes XML
declaration attributes with single quotes instead double quotes.
write this:
instead this:
I checked inside AXIS2 source code, and inside AXION source code, but
appears that this isnt configurable, right? or is?
than
I ran into this too. I found that if you reference a module in a
service, it gets added to the phase for *all* services. I found this
explanation:
https://issues.apache.org/jira/browse/AXIS2C-575
This is a "feature" in Axis2 architecture. If you engage the module in a
service to a globle pha
All -
I have a service in place the returns a set of attachments using SwA. These
attachments are generated on the server and placed in a tmp directory before
they are returned.
I've implemented the Lifecycle interface so I can cleanup the tmp files
after the service returns in the destroy metho
In which directories (plural) did you place log4j.jar?
In which directories did you place log4j.properties?
Can you give us your log4j.properties content?
Josef
Von: henry human [mailto:henry_hu...@yahoo.de]
Gesendet: Mittwoch, 2. Februar 2011 10:49
An: java-user@axis.apache.org
Betreff: Ge