[Issue 1301] New - MTOM Interop S->M 3.0 endpoints testEchoBinaryAsString & testEchoStringAsBinary tests unexpected XML tag

View: New views
5 Messages — Rating Filter:   Alert me  

[Issue 1301] New - MTOM Interop S->M 3.0 endpoints testEchoBinaryAsString & testEchoStringAsBinary tests unexpected XML tag

by jbenoit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1301
                 Issue #|1301
                 Summary|MTOM Interop S->M 3.0 endpoints testEchoBinaryAsString
                        | & testEchoStringAsBinary tests unexpected XML tag
               Component|wsit
                 Version|2.0
                Platform|All
              OS/Version|Solaris
                     URL|
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|tests
             Assigned to|jbenoit
             Reported by|jbenoit






------- Additional comments from jbenoit@... Wed Nov  4 05:26:27 +0000 2009 -------
GF V3 b71 testing MTOM Interop 3.0 endpoints on platform V3_2.0_PIT, SolXx64
Interop Tests (Tango Client -> Indigo Endpoint)
Test Suite mtom.soap12utf8security.client.JAXWSClient
(only failing these two tests on this platform, all other platforms pass these
two failed tests)

testEchoBinaryAsString fail unexpected XML tag. expected:
{http://www.w3.org/2003/05/soap-envelope}Envelope but found: {null}html
testEchoStringAsBinary fail unexpected XML tag. expected:
{http://www.w3.org/2003/05/soap-envelope}Envelope but found: {null}html

Details for failed test/tests with errors:

testEchoBinaryAsString:

      junit.framework.AssertionFailedError: unexpected XML tag. expected:
{http://www.w3.org/2003/05/soap-envelope}Envelope but found: {null}html
        at junit.framework.Assert.fail(Assert.java:47)
        at
mtom.soap12utf8security.client.JAXWSClient.testEchoBinaryAsString(JAXWSClient.java:69)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at junit.framework.TestCase.runTest(TestCase.java:164)
        at junit.framework.TestCase.runBare(TestCase.java:130)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:120)
        at junit.framework.TestSuite.runTest(TestSuite.java:230)
        at junit.framework.TestSuite.run(TestSuite.java:225)
        at org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:191)
        at org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:146)
        at
org.netbeans.xtest.plugin.jvm.JUnitTestRunnerLauncher.main(JUnitTestRunnerLauncher.java:82)

   

testEchoStringAsBinary:

      junit.framework.AssertionFailedError: unexpected XML tag. expected:
{http://www.w3.org/2003/05/soap-envelope}Envelope but found: {null}html
        at junit.framework.Assert.fail(Assert.java:47)
        at
mtom.soap12utf8security.client.JAXWSClient.testEchoStringAsBinary(JAXWSClient.java:88)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at junit.framework.TestCase.runTest(TestCase.java:164)
        at junit.framework.TestCase.runBare(TestCase.java:130)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:120)
        at junit.framework.TestSuite.runTest(TestSuite.java:230)
        at junit.framework.TestSuite.run(TestSuite.java:225)
        at org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:191)
        at org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:146)
        at
org.netbeans.xtest.plugin.jvm.JUnitTestRunnerLauncher.main(JUnitTestRunnerLauncher.java:82)

   

test4u S->M log shows:

[jvmTestRunner] ---[HTTP response -
http://java11.india.sun.com/MTOM_Service_Indigo/Soap12Utf8WithSecurity.svc/MtomTest
- 500]---
[jvmTestRunner] null: HTTP/1.1 500 Internal Server Error
[jvmTestRunner] Cache-control: private
[jvmTestRunner] Content-type: text/html; charset=utf-8
[jvmTestRunner] Content-length: 3045
[jvmTestRunner] X-powered-by: ASP.NET
[jvmTestRunner] Server: Microsoft-IIS/7.0
[jvmTestRunner] Date: Fri, 30 Oct 2009 20:31:46 GMT
[jvmTestRunner] X-aspnet-version: 2.0.50727
[jvmTestRunner] <html>
[jvmTestRunner]     <head>
[jvmTestRunner]         <title>Runtime Error</title>
[jvmTestRunner]         <style>
[jvmTestRunner]          body
{font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
[jvmTestRunner]          p
{font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
[jvmTestRunner]          b
{font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
[jvmTestRunner]          H1 {
font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
[jvmTestRunner]          H2 {
font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
[jvmTestRunner]          pre {font-family:"Lucida Console";font-size: .9em}
[jvmTestRunner]          .marker {font-weight: bold; color:
black;text-decoration: none;}
[jvmTestRunner]          .version {color: gray;}
[jvmTestRunner]          .error {margin-bottom: 10px;}
[jvmTestRunner]          .expandable { text-decoration:underline;
font-weight:bold; color:navy; cursor:hand; }
[jvmTestRunner]         </style>
[jvmTestRunner]     </head>

[jvmTestRunner]     <body bgcolor="white">

[jvmTestRunner]             <span><H1>Server Error in '/MTOM_Service_Indigo'
Application.<hr width=100% size=1 color=silver></H1>

[jvmTestRunner]             <h2> <i>Runtime Error</i> </h2></span>

[jvmTestRunner]             <font face="Arial, Helvetica, Geneva,
SunSans-Regular, sans-serif ">

[jvmTestRunner]             <b> Description: </b>An application error occurred
on the server. The current custom error settings for this application prevent
the details of the application error from being viewed remotely (for security
reasons). It could, however, be viewed by browsers running on the local server
machine.
[jvmTestRunner]             <br><br>

[jvmTestRunner]             <b>Details:</b> To enable the details of this
specific error message to be viewable on remote machines, please create a
<customErrors> tag within a "web.config" configuration file
located in the root directory of the current web application. This
<customErrors> tag should then have its "mode" attribute set to
"Off".<br><br>

[jvmTestRunner]             <table width=100% bgcolor="#ffffcc">
[jvmTestRunner]                <tr>
[jvmTestRunner]                   <td>
[jvmTestRunner]                       <code><pre>

[jvmTestRunner] <!-- Web.Config Configuration File -->

[jvmTestRunner] <configuration>
[jvmTestRunner]     <system.web>
[jvmTestRunner]         <customErrors mode="Off"/>
[jvmTestRunner]     </system.web>
[jvmTestRunner] </configuration></pre></code>

[jvmTestRunner]                   </td>
[jvmTestRunner]                </tr>
[jvmTestRunner]             </table>

[jvmTestRunner]             <br>

[jvmTestRunner]             <b>Notes:</b> The current error page you are seeing
can be replaced by a custom error page by modifying the
"defaultRedirect" attribute of the application's <customErrors>
configuration tag to point to a custom error page URL.<br><br>

[jvmTestRunner]             <table width=100% bgcolor="#ffffcc">
[jvmTestRunner]                <tr>
[jvmTestRunner]                   <td>
[jvmTestRunner]                       <code><pre>

[jvmTestRunner] <!-- Web.Config Configuration File -->

[jvmTestRunner] <configuration>
[jvmTestRunner]     <system.web>
[jvmTestRunner]         <customErrors mode="RemoteOnly"
defaultRedirect="mycustompage.htm"/>
[jvmTestRunner]     </system.web>
[jvmTestRunner] </configuration></pre></code>

[jvmTestRunner]                   </td>
[jvmTestRunner]                </tr>
[jvmTestRunner]             </table>

[jvmTestRunner]             <br>

[jvmTestRunner]     </body>
[jvmTestRunner] </html>
[jvmTestRunner] --------------------
[jvmTestRunner] testEchoBinaryAsString Failed!
[jvmTestRunner] com.sun.xml.ws.streaming.XMLStreamReaderException: unexpected
XML tag. expected: {http://www.w3.org/2003/05/soap-envelope}Envelope but found:
{null}html
[jvmTestRunner] at
com.sun.xml.ws.streaming.XMLStreamReaderUtil.verifyTag(XMLStreamReaderUtil.java:214)
[jvmTestRunner] at
com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:180)
[jvmTestRunner] at
com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:157)
[jvmTestRunner] at
com.sun.xml.ws.message.stream.LazyStreamBasedMessage.cacheMessage(LazyStreamBasedMessage.java:97)
[jvmTestRunner] at
com.sun.xml.ws.message.stream.LazyStreamBasedMessage.getHeaders(LazyStreamBasedMessage.java:135)
[jvmTestRunner] at
com.sun.xml.wss.jaxws.impl.SecurityTubeBase.getAction(SecurityTubeBase.java:1171)
[jvmTestRunner] at
com.sun.xml.wss.jaxws.impl.SecurityTubeBase.isSCRenew(SecurityTubeBase.java:1128)
[jvmTestRunner] at
com.sun.xml.wss.jaxws.impl.SecurityTubeBase.initializeInboundProcessingContext(SecurityTubeBase.java:542)
[jvmTestRunner] at
com.sun.xml.wss.jaxws.impl.SecurityClientTube.processClientResponsePacket(SecurityClientTube.java:382)
[jvmTestRunner] at
com.sun.xml.wss.jaxws.impl.SecurityClientTube.processResponse(SecurityClientTube.java:344)
[jvmTestRunner] at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:639)
[jvmTestRunner] at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:588)
[jvmTestRunner] at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:573)
[jvmTestRunner] at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:470)
[jvmTestRunner] at com.sun.xml.ws.client.Stub.process(Stub.java:319)
[jvmTestRunner] at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:157)
[jvmTestRunner] at
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:109)
[jvmTestRunner] at
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89)
[jvmTestRunner] at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:140)
[jvmTestRunner] at $Proxy42.echoBinaryAsString(Unknown Source)
[jvmTestRunner] at
mtom.soap12utf8security.client.JAXWSClient.testEchoBinaryAsString(JAXWSClient.java:60)
[jvmTestRunner] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[jvmTestRunner] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[jvmTestRunner] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[jvmTestRunner] at java.lang.reflect.Method.invoke(Method.java:597)
[jvmTestRunner] at junit.framework.TestCase.runTest(TestCase.java:164)
[jvmTestRunner] at junit.framework.TestCase.runBare(TestCase.java:130)
[jvmTestRunner] at junit.framework.TestResult$1.protect(TestResult.java:106)
[jvmTestRunner] at junit.framework.TestResult.runProtected(TestResult.java:124)
[jvmTestRunner] at junit.framework.TestResult.run(TestResult.java:109)
[jvmTestRunner] at junit.framework.TestCase.run(TestCase.java:120)
[jvmTestRunner] at junit.framework.TestSuite.runTest(TestSuite.java:230)
[jvmTestRunner] at junit.framework.TestSuite.run(TestSuite.java:225)
[jvmTestRunner] at
org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:191)
[jvmTestRunner] at
org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:146)
[jvmTestRunner] at
org.netbeans.xtest.plugin.jvm.JUnitTestRunnerLauncher.main(JUnitTestRunnerLauncher.java:82)
[jvmTestRunner] Oct 31, 2009 2:01:46 AM
[com.sun.xml.ws.policy.EffectiveAlternativeSelector]  selectAlternatives
[jvmTestRunner] WARNING: WSP0075: Policy assertion
"{http://schemas.sun.com/2006/03/wss/server}KeyStore" was evaluated as
"UNSUPPORTED".
[jvmTestRunner] Oct 31, 2009 2:01:46 AM
[com.sun.xml.ws.policy.EffectiveAlternativeSelector]  selectAlternatives
[jvmTestRunner] WARNING: WSP0075: Policy assertion
"{http://schemas.sun.com/2006/03/wss/server}TrustStore" was evaluated as
"UNSUPPORTED".
[jvmTestRunner] Oct 31, 2009 2:01:46 AM
[com.sun.xml.ws.policy.EffectiveAlternativeSelector]  selectAlternatives
[jvmTestRunner] WARNING: WSP0019: Suboptimal policy alternative selected on the
client side with fitness "PARTIALLY_SUPPORTED".


[snip]

[jvmTestRunner] ---[HTTP response -
http://java11.india.sun.com/MTOM_Service_Indigo/Soap12Utf8WithSecurity.svc/MtomTest
- 500]---
[jvmTestRunner] null: HTTP/1.1 500 Internal Server Error
[jvmTestRunner] Cache-control: private
[jvmTestRunner] Content-type: text/html; charset=utf-8
[jvmTestRunner] Content-length: 3045
[jvmTestRunner] X-powered-by: ASP.NET
[jvmTestRunner] Server: Microsoft-IIS/7.0
[jvmTestRunner] Date: Fri, 30 Oct 2009 20:33:43 GMT
[jvmTestRunner] X-aspnet-version: 2.0.50727
[jvmTestRunner] <html>
[jvmTestRunner]     <head>
[jvmTestRunner]         <title>Runtime Error</title>
[jvmTestRunner]         <style>
[jvmTestRunner]          body
{font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
[jvmTestRunner]          p
{font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
[jvmTestRunner]          b
{font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
[jvmTestRunner]          H1 {
font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
[jvmTestRunner]          H2 {
font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
[jvmTestRunner]          pre {font-family:"Lucida Console";font-size: .9em}
[jvmTestRunner]          .marker {font-weight: bold; color:
black;text-decoration: none;}
[jvmTestRunner]          .version {color: gray;}
[jvmTestRunner]          .error {margin-bottom: 10px;}
[jvmTestRunner]          .expandable { text-decoration:underline;
font-weight:bold; color:navy; cursor:hand; }
[jvmTestRunner]         </style>
[jvmTestRunner]     </head>

[jvmTestRunner]     <body bgcolor="white">

[jvmTestRunner]             <span><H1>Server Error in '/MTOM_Service_Indigo'
Application.<hr width=100% size=1 color=silver></H1>

[jvmTestRunner]             <h2> <i>Runtime Error</i> </h2></span>

[jvmTestRunner]             <font face="Arial, Helvetica, Geneva,
SunSans-Regular, sans-serif ">

[jvmTestRunner]             <b> Description: </b>An application error occurred
on the server. The current custom error settings for this application prevent
the details of the application error from being viewed remotely (for security
reasons). It could, however, be viewed by browsers running on the local server
machine.
[jvmTestRunner]             <br><br>

[jvmTestRunner]             <b>Details:</b> To enable the details of this
specific error message to be viewable on remote machines, please create a
<customErrors> tag within a "web.config" configuration file
located in the root directory of the current web application. This
<customErrors> tag should then have its "mode" attribute set to
"Off".<br><br>

[jvmTestRunner]             <table width=100% bgcolor="#ffffcc">
[jvmTestRunner]                <tr>
[jvmTestRunner]                   <td>
[jvmTestRunner]                       <code><pre>

[jvmTestRunner] <!-- Web.Config Configuration File -->

[jvmTestRunner] <configuration>
[jvmTestRunner]     <system.web>
[jvmTestRunner]         <customErrors mode="Off"/>
[jvmTestRunner]     </system.web>
[jvmTestRunner] </configuration></pre></code>

[jvmTestRunner]                   </td>
[jvmTestRunner]                </tr>
[jvmTestRunner]             </table>

[jvmTestRunner]             <br>

[jvmTestRunner]             <b>Notes:</b> The current error page you are seeing
can be replaced by a custom error page by modifying the
"defaultRedirect" attribute of the application's <customErrors>
configuration tag to point to a custom error page URL.<br><br>

[jvmTestRunner]             <table width=100% bgcolor="#ffffcc">
[jvmTestRunner]                <tr>
[jvmTestRunner]                   <td>
[jvmTestRunner]                       <code><pre>

[jvmTestRunner] <!-- Web.Config Configuration File -->

[jvmTestRunner] <configuration>
[jvmTestRunner]     <system.web>
[jvmTestRunner]         <customErrors mode="RemoteOnly"
defaultRedirect="mycustompage.htm"/>
[jvmTestRunner]     </system.web>
[jvmTestRunner] </configuration></pre></code>

[jvmTestRunner]                   </td>
[jvmTestRunner]                </tr>
[jvmTestRunner]             </table>

[jvmTestRunner]             <br>

[jvmTestRunner]     </body>
[jvmTestRunner] </html>
[jvmTestRunner] --------------------
[jvmTestRunner] testEchoStringAsBinary Failed!
[jvmTestRunner] com.sun.xml.ws.streaming.XMLStreamReaderException: unexpected
XML tag. expected: {http://www.w3.org/2003/05/soap-envelope}Envelope but found:
{null}html
[jvmTestRunner] at
com.sun.xml.ws.streaming.XMLStreamReaderUtil.verifyTag(XMLStreamReaderUtil.java:214)
[jvmTestRunner] at
com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:180)
[jvmTestRunner] at
com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:157)
[jvmTestRunner] at
com.sun.xml.ws.message.stream.LazyStreamBasedMessage.cacheMessage(LazyStreamBasedMessage.java:97)
[jvmTestRunner] at
com.sun.xml.ws.message.stream.LazyStreamBasedMessage.getHeaders(LazyStreamBasedMessage.java:135)
[jvmTestRunner] at
com.sun.xml.wss.jaxws.impl.SecurityTubeBase.getAction(SecurityTubeBase.java:1171)
[jvmTestRunner] at
com.sun.xml.wss.jaxws.impl.SecurityTubeBase.isSCRenew(SecurityTubeBase.java:1128)
[jvmTestRunner] at
com.sun.xml.wss.jaxws.impl.SecurityTubeBase.initializeInboundProcessingContext(SecurityTubeBase.java:542)
[jvmTestRunner] at
com.sun.xml.wss.jaxws.impl.SecurityClientTube.processClientResponsePacket(SecurityClientTube.java:382)
[jvmTestRunner] at
com.sun.xml.wss.jaxws.impl.SecurityClientTube.processResponse(SecurityClientTube.java:344)
[jvmTestRunner] at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:639)
[jvmTestRunner] at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:588)
[jvmTestRunner] at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:573)
[jvmTestRunner] at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:470)
[jvmTestRunner] at com.sun.xml.ws.client.Stub.process(Stub.java:319)
[jvmTestRunner] at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:157)
[jvmTestRunner] at
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:109)
[jvmTestRunner] at
com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89)
[jvmTestRunner] at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:140)
[jvmTestRunner] at $Proxy42.echoStringAsBinary(Unknown Source)
[jvmTestRunner] at
mtom.soap12utf8security.client.JAXWSClient.testEchoStringAsBinary(JAXWSClient.java:78)
[jvmTestRunner] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[jvmTestRunner] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[jvmTestRunner] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[jvmTestRunner] at java.lang.reflect.Method.invoke(Method.java:597)
[jvmTestRunner] at junit.framework.TestCase.runTest(TestCase.java:164)
[jvmTestRunner] at junit.framework.TestCase.runBare(TestCase.java:130)
[jvmTestRunner] at junit.framework.TestResult$1.protect(TestResult.java:106)
[jvmTestRunner] at junit.framework.TestResult.runProtected(TestResult.java:124)
[jvmTestRunner] at junit.framework.TestResult.run(TestResult.java:109)
[jvmTestRunner] at junit.framework.TestCase.run(TestCase.java:120)
[jvmTestRunner] at junit.framework.TestSuite.runTest(TestSuite.java:230)
[jvmTestRunner] at junit.framework.TestSuite.run(TestSuite.java:225)
[jvmTestRunner] at
org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:191)
[jvmTestRunner] at
org.netbeans.xtest.testrunner.JUnitTestRunner.runTests(JUnitTestRunner.java:146)
[jvmTestRunner] at
org.netbeans.xtest.plugin.jvm.JUnitTestRunnerLauncher.main(JUnitTestRunnerLauncher.java:82)
[jvmTestRunner] Oct 31, 2009 2:03:43 AM
[com.sun.xml.ws.policy.EffectiveAlternativeSelector]  selectAlternatives
[jvmTestRunner] WARNING: WSP0075: Policy assertion
"{http://schemas.sun.com/2006/03/wss/server}KeyStore" was evaluated as
"UNSUPPORTED".
[jvmTestRunner] Oct 31, 2009 2:03:43 AM
[com.sun.xml.ws.policy.EffectiveAlternativeSelector]  selectAlternatives
[jvmTestRunner] WARNING: WSP0075: Policy assertion
"{http://schemas.sun.com/2006/03/wss/server}TrustStore" was evaluated as
"UNSUPPORTED".
[jvmTestRunner] Oct 31, 2009 2:03:43 AM
[com.sun.xml.ws.policy.EffectiveAlternativeSelector]  selectAlternatives
[jvmTestRunner] WARNING: WSP0019: Suboptimal policy alternative selected on the
client side with fitness "PARTIALLY_SUPPORTED".

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1301] MTOM Interop S->M 3.0 endpoints testEchoBinaryAsString & testEchoStringAsBinary tests unexpected XML tag

by jbenoit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1301






------- Additional comments from jbenoit@... Wed Nov  4 05:29:11 +0000 2009 -------
Created an attachment (id=1050)
test4u S->M log file showing stack trace


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1301] MTOM Interop S->M 3.0 endpoints testEchoBinaryAsString & testEchoStringAsBinary tests unexpected XML tag

by jbenoit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1301






------- Additional comments from jbenoit@... Wed Nov  4 05:30:25 +0000 2009 -------
Created an attachment (id=1051)
GF V3 server.log file for domain1


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1301] MTOM Interop S->M 3.0 endpoints testEchoBinaryAsString & testEchoStringAsBinary tests unexpected XML tag

by jbenoit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1301






------- Additional comments from jbenoit@... Wed Nov  4 05:31:46 +0000 2009 -------
Created an attachment (id=1052)
test4u installation log file showing paths, binaries used, env. vars


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...


[Issue 1301] MTOM Interop S->M 3.0 endpoints testEchoBinaryAsString & testEchoStringAsBinary tests unexpected XML tag

by jbenoit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://wsit.dev.java.net/issues/show_bug.cgi?id=1301






------- Additional comments from jbenoit@... Wed Nov  4 05:32:50 +0000 2009 -------
Created an attachment (id=1053)
test4u xtest properties file showing hosts, paths, binaries, etc


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@...
For additional commands, e-mail: issues-help@...