Hello,
I am running JBoss 6.0 with jdk 1.6 and getting following error while trying
to deploy axis2.war (1.5.1). It seems there are some problems with the
conflicting jars as well as class loading policy. Could anyone give a
pointer here?
ERROR [AbstractKernelController] Error installing to PostC
I generated the stub to call a web service deployed internally. The response
is always null with this service.
Here's my test case:
@Test
public void testGetProduct() {
MapMap map = new MapMap();
map.getMapEntry().add(createEntry("userLogin", "ofbiz"));
map.getMapEntry().a
Hi,
I am working on dynamically deploying web services using Apache Axis2
Deployer class. The Apache server is not restarted when a change is made to
the service class file.
When I remove the service by deleting the class file from the axis2 location
(from my program code) and add it back again (f