[JBossWS] - axis 1, jboss 4.0.4, base64deserializer, linux, windows
by communityman
Hello community,
I'm facing a strange issue while using a webservice deployed in jboss.
In windows environnement, i mean locally, all works fine.
In axis.log, i've :
2008-06-02 12:23:14 DEBUG [DeserializationContextImpl] Enter: DeserializationContextImpl::startElement(, identifiant)
2008-06-02 12:23:14 DEBUG [ProjectResourceBundle] org.apache.axis.i18n.resource::handleGetObject(pushHandler00)
2008-06-02 12:23:14 DEBUG [DeserializationContextImpl] Pushing handler org.apache.axis.encoding.ser.Base64Deserializer@1a8c22b
But in linux, read 4, i've :
2008-06-02 12:22:36 DEBUG [DeserializationContextImpl] Enter: DeserializationContextImpl::startElement(, identifiant)
2008-06-02 12:22:36 DEBUG [ProjectResourceBundle] org.apache.axis.i18n.resource::handleGetObject(cantHandle00)
2008-06-02 12:22:36 DEBUG [ProjectResourceBundle] org.apache.axis.i18n.resource::handleGetObject(toAxisFault00)
2008-06-02 12:22:36 DEBUG [enterprise] Mapping Exception to AxisFault
org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.
Anyone has an idea ?
thaank you.
Faithfylly
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155052#4155052
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4155052
16 years, 6 months
JBoss clustering with webservices
by Leandro Sales
Hi. I'm implementing cluster of nodes with jboss. Each node provides a
Webservice implemented with EJB (@Stateless, @Webservice and
@Clustered). I deployed the webservice .jar bean into the
server/all/farm directory and hence the webservice is replicated among
the nodes of the cluster. How can I provide the load balancing for
these nodes considering the to points listened below:
1 - The webservice consumer needs to point to a unique address (the
interceptor, which is responsible to select a node and forward to
request to it). How to define this interceptor?
2 - Once one node is selected, I don't want that the node response
pass back through the interceptor (like documentations explains),
instead I want the webservice response be directly sent to the client.
Is this possible?
Thank you. All points/suggestion are greatfully accepted.
Best regards.
-Leandro
16 years, 6 months