[JBoss JIRA] Created: (JBWS-1672) SunRI does not respect @HandlerChain on client SEI
by Thomas Diesler (JIRA)
SunRI does not respect @HandlerChain on client SEI
--------------------------------------------------
Key: JBWS-1672
URL: http://jira.jboss.com/jira/browse/JBWS-1672
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: integration-sunri
Reporter: Thomas Diesler
Fix For: jbossws-2.1.0
tests-run-internal:
[junit] Running org.jboss.test.ws.jaxws.samples.handlerchain.HandlerChainTestCase
[junit] FIXME: [JBWS-1671] SunRI client handler cannot set mime header
[junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 4.209 sec
[junit] Test org.jboss.test.ws.jaxws.samples.handlerchain.HandlerChainTestCase FAILED
@WebService(name="Endpoint")
@SOAPBinding(style = SOAPBinding.Style.RPC)
@HandlerChain(file = "jaxws-handlers-client.xml") // relative path from the class file
public interface EndpointWithHandlerChain
{
public String echo(String input);
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (JBWS-2884) JBoss WS cannot connect to a remote service with a 503 HTTP response when SOAPUI can connect just fine...
by Chris Laprun (JIRA)
JBoss WS cannot connect to a remote service with a 503 HTTP response when SOAPUI can connect just fine...
---------------------------------------------------------------------------------------------------------
Key: JBWS-2884
URL: https://jira.jboss.org/jira/browse/JBWS-2884
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: jbossws-native
Affects Versions: jbossws-native-3.1.2
Reporter: Chris Laprun
Priority: Blocker
I get:
Caused by: org.jboss.ws.WSException: Invalid HTTP server response [503] - Service Unavailable
at org.jboss.ws.core.soap.SOAPMessageUnMarshallerHTTP.read(SOAPMessageUnMarshallerHTTP.java:75)
at org.jboss.remoting.transport.http.HTTPClientInvoker.readResponse(HTTPClientInvoker.java:570)
at org.jboss.remoting.transport.http.HTTPClientInvoker.useHttpURLConnection(HTTPClientInvoker.java:369)
at org.jboss.remoting.transport.http.HTTPClientInvoker.makeInvocation(HTTPClientInvoker.java:231)
when attempting to connect to a remote webservice with JBoss WS but I can access it just fine using SOAPUI.
The remote service is defined by: http://portalstandards.oracle.com/portletapp/portlets?WSDL
I'm trying to access the getServiceDescription method.
SOAP body as generated by JBoss WS is:
<getServiceDescription xmlns="urn:oasis:names:tc:wsrp:v1:types"><registrationContext xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/><desiredLocales>en-US</desiredLocales><desiredLocales>en</desiredLocales></getServiceDescription>
Requesting:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:oasis:names:tc:wsrp:v1:types">
<soapenv:Header/>
<soapenv:Body>
<getServiceDescription xmlns="urn:oasis:names:tc:wsrp:v1:types"><registrationContext xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/><desiredLocales>en-US</desiredLocales><desiredLocales>en</desiredLocales></getServiceDescription>
</soapenv:Body>
</soapenv:Envelope>
in SOAP UI results in the expected result:
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="urn:oasis:names:tc:wsrp:v1:types">
<env:Body>
<ns0:getServiceDescriptionResponse>
<ns0:requiresRegistration>true</ns0:requiresRegistration>
<ns0:customModeDescriptions itemName="urn:javax:portlet:mode:custom:edit_defaults">
<ns0:description xml:lang="en" resourceName="urn:javax:portlet:mode:custom:edit_defaults">
<ns0:value>This mode signifies that the portlet should render a screen to set the default values for the modifiable preferences that are typically changed in the EDIT screen. Calling this mode requires that the user must have administrator rights.</ns0:value>
</ns0:description>
</ns0:customModeDescriptions>
<ns0:customModeDescriptions itemName="urn:javax:portlet:mode:custom:about">
<ns0:description xml:lang="en" resourceName="urn:javax:portlet:mode:custom:about">
<ns0:value>This mode should be used by the portlet to display information on the portlet's purpose, origin, version, etc.</ns0:value>
</ns0:description>
</ns0:customModeDescriptions>
</ns0:getServiceDescriptionResponse>
</env:Body>
</env:Envelope>
JBoss WS fails on with the above error.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (JBWS-2890) wsprovide tool sets returning object's name to the "return" in the java file when no name is provided in the endpoint
by Stelios Koussouris (JIRA)
wsprovide tool sets returning object's name to the "return" in the java file when no name is provided in the endpoint
---------------------------------------------------------------------------------------------------------------------
Key: JBWS-2890
URL: https://jira.jboss.org/jira/browse/JBWS-2890
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: jbossws-2.0.1.SP2
Reporter: Stelios Koussouris
I use JBDS to create a "web service" based on a POJO. It generates some artifacts included some java source files.
In the file named XXXResponse.java, there's some error code like:
@XmlElement(namespace = "", name = "return")
private String return;
public String getReturn() {
return this.return;
}
public void setReturn(String return1) {
this.return = return;
}
"return" is a java key word, and can not be used as variable. This has been verified by
a) JBDS generation of the webservice (Bottom-Up)
b) wsprovide.sh (myself) -k
c) wsprovide.bat (customer) by running JBDS on Windows
The class itself when decompiled seems to have correctly the name to "_return"
Hence, there seems to be an error in wsprovide tool creating the .java files (perhaps the wsdl as well)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 8 months
[JBoss JIRA] Created: (JBWS-2021) app-client with client and server not sharing the same filesystem
by Alessio Soldano (JIRA)
app-client with client and server not sharing the same filesystem
-----------------------------------------------------------------
Key: JBWS-2021
URL: http://jira.jboss.com/jira/browse/JBWS-2021
Project: JBoss Web Services
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Alessio Soldano
Assigned To: Alessio Soldano
Fix For: jbossws-native-2.0.5
Some jax-rpc tests using app-client were failing due to JBVFS-17. This however pointed out that our current implementation for app-client is supposed to work only when server and client share the same filesystem (see the referenced forum thread). We should think about something like a buffering virtual file implementation that eagerly reads the referenced resources from the file system before the metadata it is contained in is bound to the JNDI.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months