dev@jax-ws.java.net

JAX-WS web service error using IBM-websphere app server

From: pvvvv <vamsivikram_at_gmail.com>
Date: Tue, 28 Feb 2012 08:55:11 -0800 (PST)

Hi All,

I am building a web service that needs to call another web service for
getting data and then returns it to the client making the original call
(simple & straight forward). Till now i have just coded for one of the
operations(methods for other operations are still blank and i have not coded
to them yet, so do not know if other operations might work). I am getting
the following exception when ever i submit a request to one of the
operations that i coded to. I am following a top -down approach and
generated the SOAP IMPL class from the wsdl using the RAD client generation
wizard. It says my SOAP IMPL class cannot be loaded due to an error. There
are no compile time errors, but not sure what is causing it to fail at run
time in loading the class. The SOAP IMPL class depends on the other jars
(which are used for caching and some common services).

Do you think any of this code might cause it to fail from loading? I HAVE
ALSO ATTACHED THE JAVA FILE THAT GIVES YOU AN IDEA HOW THE CODE LOOKS LIKE

In the request i append the HTTP HEADERS that i am extracting in the code.

@javax.annotation.Resource private WebServiceContext wsc;
HttpServletRequest httpReq = (HttpServletRequest)
wsc.getMessageContext().get(MessageContext.SERVLET_REQUEST);
String dnName= httpReq.getHeader("ClientName");

Stack Dump = org.apache.axis2.AxisFault: The **.**SOAPImpl provider
implementation class cannot be loaded due to an error. Processing cannot
continue.; nested exception is:
javax.xml.ws.WebServiceException: The **.**SOAPImpl provider implementation
class cannot be loaded due to an error. Processing cannot continue.
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:385)
at
org.apache.axis2.jaxws.server.JAXWSMessageReceiver.receive(JAXWSMessageReceiver.java:199)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:321)
at
org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:271)
at
com.ibm.ws.websvcs.transport.http.WASAxis2Servlet.doPost(WASAxis2Servlet.java:907)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1103)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:570)
at
com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:486)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3440)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:267)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:815)
at
com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1461)
at
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:118)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:267)
at
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
at
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
at
com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
at
com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at
com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:195)
at
com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:743)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:873)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
Caused by: javax.xml.ws.WebServiceException: The **.**SOAPImpl provider
implementation class cannot be loaded due to an error. Processing cannot
continue.
at
org.apache.axis2.jaxws.ExceptionFactory.createWebServiceException(ExceptionFactory.java:178)
at
org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:79)
at
org.apache.axis2.jaxws.ExceptionFactory.makeWebServiceException(ExceptionFactory.java:125)
at
org.apache.axis2.jaxws.server.EndpointController.loadServiceImplClass(EndpointController.java:345)
at
org.apache.axis2.jaxws.server.EndpointController.getServiceImplementation(EndpointController.java:297)
at
org.apache.axis2.jaxws.server.EndpointController.handleRequest(EndpointController.java:181)
at
org.apache.axis2.jaxws.server.EndpointController.invoke(EndpointController.java:88)
at
org.apache.axis2.jaxws.server.JAXWSMessageReceiver.receive(JAXWSMessageReceiver.java:140)
... 26 more

Dump of callerThis =
Object type = com.ibm.ws.websvcs.transport.http.WASAxis2Servlet
com.ibm.ws.websvcs.transport.http.WASAxis2Servlet_at_49404940

Exception = org.apache.axis2.AxisFault
Source = com.ibm.ws.websvcs.transport.http.WASAxis2Servlet.doPost
probeid = 516
Dump of callerThis =
Object type = com.ibm.ws.websvcs.transport.http.WASAxis2Servlet
_tc =
defaultMessageFile = com.ibm.ejs.resources.seriousMessages
EXTENSION_NAME_DPID = DiagnosticProvider
ivDumpEnabled = false
ivResourceBundleName = com.ibm.ws.websvcs.resources.websvcsMessages
ivLogger = null
ivDiagnosticProviderID = null
anyTracingEnabled = false
ivLevel = 10
ivName = com.ibm.ws.websvcs.transport.http.WASAxis2Servlet
ivDebugEnabled = false
ivEventEnabled = false
ivEntryEnabled = false
ivDetailEnabled = false
ivConfigEnabled = false
ivInfoEnabled = true
ivServiceEnabled = true
ivWarningEnabled = true
ivErrorEnabled = true
ivFatalEnabled = true
agent =
LIST_MULTIPLE_SERVICE_JSP_NAME = listServices.jsp
LIST_SINGLE_SERVICE_JSP_NAME = listSingleService.jsp
LIST_FAULTY_SERVICES_JSP_NAME = listFaultyService.jsp
RUNNING_PORT = RUNNING_PORT
DEFAULT_INDEX_JSP = index.jsp
METHOD_PREFIX = process
log =
logger = com.ibm.ws.logging.WsLogger_at_aba0aba
operationCache =
DEFAULT_INITIAL_CAPACITY = 16
MAXIMUM_CAPACITY = 1073741824
DEFAULT_LOAD_FACTOR = 0.75
table = [Ljava.util.HashMap$Entry;@5b945b94
size = 5
threshold = 12
loadFactor = 0.75
modCount = 5
contentionFlag = 0
INT_KEY_FLAG = 1
entrySet = null
serialVersionUID = 362498820763181265
keySet = null
values = null
configContext = this.configContext
class$org$apache$axis2$transport$http$AbstractAgent =
serialVersionUID = 3206093459760846163
AllPermissionsPD =
this.class$org$apache$axis2$transport$http$AxisServlet.AllPermissionsPD
SYNTHETIC = 4096
ANNOTATION = 8192
ENUM = 16384
j9Version = 336134705
j9Config = 8314596479310233600
EmptyParameters =
this.class$org$apache$axis2$transport$http$AxisServlet.EmptyParameters
copyMethod =
this.class$org$apache$axis2$transport$http$AxisServlet.copyMethod
copyField = this.class$org$apache$axis2$transport$http$AxisServlet.copyField
copyConstructor =
this.class$org$apache$axis2$transport$http$AxisServlet.copyConstructor
methodParameterTypesField =
this.class$org$apache$axis2$transport$http$AxisServlet.methodParameterTypesField
constructorParameterTypesField =
this.class$org$apache$axis2$transport$http$AxisServlet.constructorParameterTypesField
NoArgs = this.class$org$apache$axis2$transport$http$AxisServlet.NoArgs
PublicKey = this.class$org$apache$axis2$transport$http$AxisServlet.PublicKey
DeclaredKey =
this.class$org$apache$axis2$transport$http$AxisServlet.DeclaredKey
class$java$lang$Object =
serialVersionUID = 3206093459760846163
AllPermissionsPD =
this.class$org$apache$axis2$transport$http$AxisServlet.AllPermissionsPD
SYNTHETIC = 4096
ANNOTATION = 8192
ENUM = 16384
j9Version = 336134705
j9Config = 8314596479310233600
EmptyParameters =
this.class$org$apache$axis2$transport$http$AxisServlet.EmptyParameters
copyMethod =
this.class$org$apache$axis2$transport$http$AxisServlet.copyMethod
copyField = this.class$org$apache$axis2$transport$http$AxisServlet.copyField
copyConstructor =
this.class$org$apache$axis2$transport$http$AxisServlet.copyConstructor
methodParameterTypesField =
this.class$org$apache$axis2$transport$http$AxisServlet.methodParameterTypesField
constructorParameterTypesField =
this.class$org$apache$axis2$transport$http$AxisServlet.constructorParameterTypesField
NoArgs = this.class$org$apache$axis2$transport$http$AxisServlet.NoArgs
PublicKey = this.class$org$apache$axis2$transport$http$AxisServlet.PublicKey
DeclaredKey =
this.class$org$apache$axis2$transport$http$AxisServlet.DeclaredKey
class$javax$servlet$http$HttpServletRequest =
serialVersionUID = 3206093459760846163
AllPermissionsPD =
this.class$org$apache$axis2$transport$http$AxisServlet.AllPermissionsPD
SYNTHETIC = 4096
ANNOTATION = 8192
ENUM = 16384
j9Version = 336134705
j9Config = 8314596479310233600
EmptyParameters =
this.class$org$apache$axis2$transport$http$AxisServlet.EmptyParameters
copyMethod =
this.class$org$apache$axis2$transport$http$AxisServlet.copyMethod
copyField = this.class$org$apache$axis2$transport$http$AxisServlet.copyField
copyConstructor =
this.class$org$apache$axis2$transport$http$AxisServlet.copyConstructor
methodParameterTypesField =
this.class$org$apache$axis2$transport$http$AxisServlet.methodParameterTypesField
constructorParameterTypesField =
this.class$org$apache$axis2$transport$http$AxisServlet.constructorParameterTypesField
NoArgs = this.class$org$apache$axis2$transport$http$AxisServlet.NoArgs
PublicKey = this.class$org$apache$axis2$transport$http$AxisServlet.PublicKey
DeclaredKey =
this.class$org$apache$axis2$transport$http$AxisServlet.DeclaredKey
class$javax$servlet$http$HttpServletResponse =
serialVersionUID = 3206093459760846163
AllPermissionsPD =
this.class$org$apache$axis2$transport$http$AxisServlet.AllPermissionsPD
SYNTHETIC = 4096
ANNOTATION = 8192
ENUM = 16384
j9Version = 336134705
j9Config = 8314596479310233600
EmptyParameters =
this.class$org$apache$axis2$transport$http$AxisServlet.EmptyParameters
copyMethod =
this.class$org$apache$axis2$transport$http$AxisServlet.copyMethod
copyField = this.class$org$apache$axis2$transport$http$AxisServlet.copyField
copyConstructor =
this.class$org$apache$axis2$transport$http$AxisServlet.copyConstructor
methodParameterTypesField =
this.class$org$apache$axis2$transport$http$AxisServlet.methodParameterTypesField
constructorParameterTypesField =
this.class$org$apache$axis2$transport$http$AxisServlet.constructorParameterTypesField
NoArgs = this.class$org$apache$axis2$transport$http$AxisServlet.NoArgs
PublicKey = this.class$org$apache$axis2$transport$http$AxisServlet.PublicKey
DeclaredKey =
this.class$org$apache$axis2$transport$http$AxisServlet.DeclaredKey
closeReader = true
log =
logger =
svLogger = com.ibm.ws.logging.WsLogger_at_29e829e8
CLASSNAME = com.ibm.ws.logging.WsLogger
RECURSION_COUNTER_NAME = com.ibm.ws.logging.WsLogger
RECURSION_COUNTER_MAX = 5
svAsyncQueue = null
BUNDLENAME = com.ibm.ejs.resources.RasMessages
ivCachedResourceBundleName = null
ivCachedResourceBundle = null
ivExtensions = java.util.HashMap_at_2a242a24
ivComponent = null
ivOrganization = null
ivProduct = null
ivMinimumLocalizationLevelIntValue = -2147483648
ivMinimumLocalizationLevel = java.util.logging.Level_at_375a375a
ivComputeSourceClassAndMethodNames = false
ibAsync = false
ivGroupName = null
ivTC = com.ibm.ejs.ras.TraceComponent_at_2a442a44
ivEventFactory =
org.eclipse.hyades.logging.events.cbe.impl.EventFactoryImpl_at_112e112e
class$com$ibm$ws$logging$WsLogger = java.lang.Class_at_f9b0f9b
targets = null
emptyHandlers = {}
offValue = 2147483647
manager = com.ibm.ws.bootstrap.WsLogManager_at_3dec3dec
name = org.apache.axis2.transport.http.AxisServlet
handlers = null
resourceBundleName = null
useParentHandlers = true
filter = null
anonymous = false
catalog = null
catalogName = null
catalogLocale = null
treeLock = java.util.logging.Logger$Lock_at_4a544a54
parent = java.util.logging.LogManager$RootLogger_at_53ae53ae
kids = null
levelObject = java.util.logging.Level_at_373c373c
levelValue = 800
global = java.util.logging.Logger_at_53325332
CONFIGURATION_CONTEXT = CONFIGURATION_CONTEXT
SESSION_ID = SessionId
configContext =
log =
logger = com.ibm.ws.logging.WsLogger_at_394a394a
operationContextMap =
DEFAULT_INITIAL_CAPACITY = 16
MAXIMUM_CAPACITY = 1073741824
DEFAULT_LOAD_FACTOR = 0.75
table = [Ljava.util.HashMap$Entry;@4c8c4c8c
size = 0
threshold = 12
loadFactor = 0.75
modCount = 0
contentionFlag = 0
INT_KEY_FLAG = 1
entrySet = null
serialVersionUID = 362498820763181265
keySet = null
values = null
serviceGroupContextMap =
serialVersionUID = 1421746759512286392
elementCount = 0
elementData = [Ljava.util.Hashtable$Entry;@4caa4caa
loadFactor = 0.75
threshold = 8
firstSlot = 11
lastSlot = -1
modCount = 0
emptyEnumerator = java.util.Hashtable$HashEnumerator_at_d3e0d3e
isInitialized = true
useHashCache = true
applicationSessionServiceGroupContextTable =
serialVersionUID = 1421746759512286392
elementCount = 0
elementData = [Ljava.util.Hashtable$Entry;@4cc44cc4
loadFactor = 0.75
threshold = 8
firstSlot = 11
lastSlot = -1
modCount = 0
emptyEnumerator = this.configContext.serviceGroupContextMap.emptyEnumerator
isInitialized = true
useHashCache = true
axisConfiguration = this.axisConfiguration
threadPool = null
listenerManager =
log = org.apache.commons.logging.impl.Jdk14Logger_at_42304230
defaultConfigurationContext = this.configContext
configctx = this.configContext
startedTransports = java.util.HashMap_at_5aec5aec
stopped = false
class$org$apache$axis2$engine$ListenerManager = java.lang.Class_at_55955595
serviceGroupContextTimoutInterval = 30000
contextRoot = axis2
servicePath = services
restPath = rest
cachedServicePath = axis2/services
class$org$apache$axis2$context$ConfigurationContext =
serialVersionUID = 3206093459760846163
AllPermissionsPD =
this.class$org$apache$axis2$transport$http$AxisServlet.AllPermissionsPD
SYNTHETIC = 4096
ANNOTATION = 8192
ENUM = 16384
j9Version = 336134705
j9Config = 8314596479310233600
EmptyParameters =
this.class$org$apache$axis2$transport$http$AxisServlet.EmptyParameters
copyMethod =
this.class$org$apache$axis2$transport$http$AxisServlet.copyMethod
copyField = this.class$org$apache$axis2$transport$http$AxisServlet.copyField
copyConstructor =
this.class$org$apache$axis2$transport$http$AxisServlet.copyConstructor
methodParameterTypesField =
this.class$org$apache$axis2$transport$http$AxisServlet.methodParameterTypesField
constructorParameterTypesField =
this.class$org$apache$axis2$transport$http$AxisServlet.constructorParameterTypesField
NoArgs = this.class$org$apache$axis2$transport$http$AxisServlet.NoArgs
PublicKey = this.class$org$apache$axis2$transport$http$AxisServlet.PublicKey
DeclaredKey =
this.class$org$apache$axis2$transport$http$AxisServlet.DeclaredKey
COPY_PROPERTIES = CopyProperties
lastTouchedTime = 0
parent = null
properties =
DEFAULT_INITIAL_CAPACITY = 16
MAXIMUM_CAPACITY = 1073741824
DEFAULT_LOAD_FACTOR = 0.75
table = [Ljava.util.HashMap$Entry;@653c653c
size = 3
threshold = 12
loadFactor = 0.75
modCount = 3
contentionFlag = 0
INT_KEY_FLAG = 1
entrySet = null
serialVersionUID = 362498820763181265
keySet = null
values = null
axisConfiguration =
parent = null
parameterInclude =
log = org.apache.commons.logging.impl.Jdk14Logger_at_ab40ab4
myClassName = ParameterIncludeImpl
serialVersionUID = 8153736719090126891
REVISION_2 = 2
revisionID = 2
parameters = java.util.HashMap_at_59245924
class$org$apache$axis2$description$ParameterIncludeImpl =
java.lang.Class_at_64b464b4
policyInclude = null
children =
DEFAULT_INITIAL_CAPACITY = 16
MAXIMUM_CAPACITY = 1073741824
DEFAULT_LOAD_FACTOR = 0.75
table = [Ljava.util.HashMap$Entry;@59505950
size = 1
threshold = 12
loadFactor = 0.75
modCount = 1
contentionFlag = 0
INT_KEY_FLAG = 1
entrySet = null
serialVersionUID = 362498820763181265
keySet = null
values = java.util.HashMap$Values_at_658a658a
log =
logger = com.ibm.ws.logging.WsLogger_at_74a474a4
servletConfig =
metaData =
tc = com.ibm.ejs.ras.TraceComponent_at_1efc1efc
slots = [Ljava.lang.Object;@2f562f56
class$com$ibm$ws$runtime$metadata$MetaDataImpl = java.lang.Class_at_20832083
servletName = **.**SOAPImpl
className = com.ibm.ws.websvcs.transport.http.WASAxis2Servlet
mappings =
serialVersionUID = 8683452581122892189
elementData = [Ljava.lang.Object;@6be66be6
size = 4
modCount = 4
startUpWeight = 1
DEFAULT_STARTUP = -1
isCachingEnabled = true
isStatisticsEnabled = true
context =
context = com.ibm.ws.wswebcontainer.webapp.WebApp_at_4cf84cf8
isInternal = false
initParams = null
isJsp = false
fileName = null
displayName = Web services servlet
name = null
description = null
smallIcon = null
largeIcon = null
_id = **.**SOAPImpl
_attributes = null
contextRoot = null
disableREST = false
LIST_SERVICES_SUFIX = /services/listServices
LIST_FAUKT_SERVICES_SUFIX = /services/ListFaultyServices
BUFFER_SIZE = 8192
class$org$apache$axis2$transport$http$AxisServlet =
serialVersionUID = 3206093459760846163
AllPermissionsPD =
codesource = null
classloader = null
principals = {}
permissions = java.security.Permissions_at_4bbc4bbc
staticPermissions = true
debug = null
loopingToString = false
SYNTHETIC = 4096
ANNOTATION = 8192
ENUM = 16384
j9Version = 336134705
j9Config = 8314596479310233600
EmptyParameters = {}
copyMethod =
clazz = java.lang.Class_at_726b726b
slot = 356389144
name = copy
returnType =
this.class$org$apache$axis2$transport$http$AxisServlet.copyMethod.clazz
parameterTypes = {}
exceptionTypes = {}
modifiers = 0
signature = null
genericInfo = null
annotations = null
parameterAnnotations = null
annotationDefault = null
methodAccessor = sun.reflect.DelegatingMethodAccessorImpl_at_54dc54dc
root = null
securityCheckTargetClassCache = null
j9Method = null
EMPTY_ANNOTATION_ARRAY = {}
ACCESS_PERMISSION = java.lang.reflect.ReflectPermission_at_641c641c
securityCheckCache = null
override = true
reflectionFactory = sun.reflect.ReflectionFactory_at_65666566
copyField =
clazz = java.lang.Class_at_736f736f
slot = 356389152
name = copy
returnType =
this.class$org$apache$axis2$transport$http$AxisServlet.copyField.clazz
parameterTypes = {}
exceptionTypes = {}
modifiers = 0
signature = null
genericInfo = null
annotations = null
parameterAnnotations = null
annotationDefault = null
methodAccessor = sun.reflect.DelegatingMethodAccessorImpl_at_4f864f86
root = null
securityCheckTargetClassCache = null
j9Method = null
EMPTY_ANNOTATION_ARRAY =
this.class$org$apache$axis2$transport$http$AxisServlet.copyMethod.EMPTY_ANNOTATION_ARRAY
ACCESS_PERMISSION =
this.class$org$apache$axis2$transport$http$AxisServlet.copyMethod.ACCESS_PERMISSION
securityCheckCache = null
override = true
reflectionFactory =
this.class$org$apache$axis2$transport$http$AxisServlet.copyMethod.reflectionFactory
copyConstructor =
clazz = java.lang.Class_at_760c760c
slot = 356389160
name = copy
returnType =
this.class$org$apache$axis2$transport$http$AxisServlet.copyConstructor.clazz
parameterTypes = {}
exceptionTypes = {}
modifiers = 0
signature = ()Ljava/lang/reflect/Constructor<TT;>;
genericInfo = null
annotations = null
parameterAnnotations = null
annotationDefault = null
methodAccessor = sun.reflect.DelegatingMethodAccessorImpl_at_49d649d6
root = null
securityCheckTargetClassCache = null
j9Method = null
EMPTY_ANNOTATION_ARRAY =
this.class$org$apache$axis2$transport$http$AxisServlet.copyMethod.EMPTY_ANNOTATION_ARRAY
ACCESS_PERMISSION =
this.class$org$apache$axis2$transport$http$AxisServlet.copyMethod.ACCESS_PERMISSION
securityCheckCache = null
override = true
reflectionFactory =
this.class$org$apache$axis2$transport$http$AxisServlet.copyMethod.reflectionFactory
methodParameterTypesField =
clazz =
this.class$org$apache$axis2$transport$http$AxisServlet.copyMethod.clazz
slot = 356393264
name = parameterTypes
type = java.lang.Class_at_6f786f78
modifiers = 2
signature = null
genericInfo = null
annotations = null
fieldAccessor = null
overrideFieldAccessor = sun.reflect.UnsafeObjectFieldAccessorImpl_at_548e548e
root = null
securityCheckTargetClassCache = null
j9Field = null
EMPTY_ANNOTATION_ARRAY = {}
ACCESS_PERMISSION =
this.class$org$apache$axis2$transport$http$AxisServlet.copyMethod.ACCESS_PERMISSION
securityCheckCache = null
override = true
reflectionFactory =
this.class$org$apache$axis2$transport$http$AxisServlet.copyMethod.reflectionFactory
constructorParameterTypesField =
clazz =
this.class$org$apache$axis2$transport$http$AxisServlet.copyConstructor.clazz
slot = 356393280
name = parameterTypes
type =
this.class$org$apache$axis2$transport$http$AxisServlet.methodParameterTypesField.type
modifiers = 2
signature = null
genericInfo = null
annotations = null
fieldAccessor = null
overrideFieldAccessor = sun.reflect.UnsafeObjectFieldAccessorImpl_at_49c249c2
root = null
securityCheckTargetClassCache = null
j9Field = null
EMPTY_ANNOTATION_ARRAY =
this.class$org$apache$axis2$transport$http$AxisServlet.methodParameterTypesField.EMPTY_ANNOTATION_ARRAY
ACCESS_PERMISSION =
this.class$org$apache$axis2$transport$http$AxisServlet.copyMethod.ACCESS_PERMISSION
securityCheckCache = null
override = true
reflectionFactory =
this.class$org$apache$axis2$transport$http$AxisServlet.copyMethod.reflectionFactory
NoArgs = {}
PublicKey =
PRIME = 31
name = .m
parameterTypes =
this.class$org$apache$axis2$transport$http$AxisServlet.EmptyParameters
returnType = null
hashCode = 1535
DeclaredKey =
PRIME = 31
name = .d
parameterTypes =
this.class$org$apache$axis2$transport$http$AxisServlet.EmptyParameters
returnType = null
hashCode = 1526
METHOD_DELETE = DELETE
METHOD_HEAD = HEAD
METHOD_GET = GET
METHOD_OPTIONS = OPTIONS
METHOD_POST = POST
METHOD_PUT = PUT
METHOD_TRACE = TRACE
HEADER_IFMODSINCE = If-Modified-Since
HEADER_LASTMOD = Last-Modified
LSTRING_FILE = javax.servlet.http.LocalStrings
lStrings =
lookup =
DEFAULT_INITIAL_CAPACITY = 16
MAXIMUM_CAPACITY = 1073741824
DEFAULT_LOAD_FACTOR = 0.75
table = [Ljava.util.HashMap$Entry;@5f9a5f9a
size = 8
threshold = 12
loadFactor = 0.75
modCount = 0
contentionFlag = 0
INT_KEY_FLAG = 1
entrySet = null
serialVersionUID = 362498820763181265
keySet = null
values = null
cacheKey =
loaderRef = null
searchName =
defaultLocale = null
hashCodeCache = 0
INITIAL_CACHE_SIZE = 25
CACHE_LOAD_FACTOR = 1.0
MAX_BUNDLES_SEARCHED = 3
underConstruction =
serialVersionUID = 1421746759512286392
elementCount = 0
elementData = [Ljava.util.Hashtable$Entry;@6c966c96
loadFactor = 1.0
threshold = 3
firstSlot = 0
lastSlot = 2
modCount = 742
emptyEnumerator = this.configContext.serviceGroupContextMap.emptyEnumerator
isInitialized = true
useHashCache = true
NOT_FOUND = java.lang.Object_at_6c9e6c9e
cacheList =
hash = java.util.HashMap_at_6d366d36
queue = java.lang.ref.ReferenceQueue_at_6caa6caa
entrySet = null
keySet = null
values = null
referenceQueue =
references = [Ljava.lang.ref.Reference;@6d6e6d6e
head = 0
tail = 0
empty = true
DEFAULT_QUEUE_SIZE = 128
parent = null
locale = java.util.Locale_at_61826182
config = null http://old.nabble.com/file/p33408084/webservice_SOAPImpl.java
webservice_SOAPImpl.java
-- 
View this message in context: http://old.nabble.com/JAX-WS-web-service-error-using-IBM-websphere-app-server-tp33408084p33408084.html
Sent from the JAX-WS Development mailing list archive at Nabble.com.