[JBoss JIRA] Commented: (JBWS-1297) Implement JAXB Fault Marshalling
by Alejandro Guizar (JIRA)
[ http://jira.jboss.com/jira/browse/JBWS-1297?page=comments#action_12347283 ]
Alejandro Guizar commented on JBWS-1297:
----------------------------------------
one-test:
[junit] Running org.jboss.test.ws.jaxws.wsaddressing.replyto.AddressingReplyToTestCase
[junit] [Fatal Error] :-1:-1: Premature end of file.
[junit] [Fatal Error] :-1:-1: Premature end of file.
[junit] [Fatal Error] :-1:-1: Premature end of file.
[junit] [Fatal Error] :-1:-1: Premature end of file.
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 17.954 sec
testFaultTo was failing with:
junit.framework.ComparisonFailure: expected:<java.lang.IllegalArgumentException: ...> but was:<...>
at org.jboss.test.ws.jaxws.wsaddressing.replyto.AddressingReplyToTestCase.testFaultTo(AddressingReplyToTestCase.java:145)
> Implement JAXB Fault Marshalling
> --------------------------------
>
> Key: JBWS-1297
> URL: http://jira.jboss.com/jira/browse/JBWS-1297
> Project: JBoss Web Services
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: jaxws
> Reporter: Jason T. Greene
> Assigned To: Alejandro Guizar
> Fix For: jbossws-2.0.0.CR2
>
>
> Currently the marshalling layer tries to pass the exception class to JAXB. Instead it needs to pass the fault bean, and then copy the properties to/from the actual exception
--
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
18 years
[JBoss JIRA] Commented: (JBWS-1297) Implement JAXB Fault Marshalling
by Alejandro Guizar (JIRA)
[ http://jira.jboss.com/jira/browse/JBWS-1297?page=comments#action_12347282 ]
Alejandro Guizar commented on JBWS-1297:
----------------------------------------
one-test:
[junit] Running org.jboss.test.ws.jaxws.jsr181.webmethod.JSR181WebMethodTestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 23.36 sec
testIllegalCallAccess was failing with:
junit.framework.ComparisonFailure: expected:<...Client...> but was:<...Server...>
at org.jboss.test.ws.JBossWSTest.assertEquals(JBossWSTest.java:139)
at org.jboss.test.ws.JBossWSTest.assertEquals(JBossWSTest.java:144)
at org.jboss.test.ws.jaxws.jsr181.webmethod.JSR181WebMethodTestCase.testIllegalCallAccess(JSR181WebMethodTestCase.java:149)
> Implement JAXB Fault Marshalling
> --------------------------------
>
> Key: JBWS-1297
> URL: http://jira.jboss.com/jira/browse/JBWS-1297
> Project: JBoss Web Services
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: jaxws
> Reporter: Jason T. Greene
> Assigned To: Alejandro Guizar
> Fix For: jbossws-2.0.0.CR2
>
>
> Currently the marshalling layer tries to pass the exception class to JAXB. Instead it needs to pass the fault bean, and then copy the properties to/from the actual exception
--
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
18 years
[JBoss JIRA] Created: (JBWS-1391) Fix Retail Samples
by Jason T. Greene (JIRA)
Fix Retail Samples
------------------
Key: JBWS-1391
URL: http://jira.jboss.com/jira/browse/JBWS-1391
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: jaxws
Reporter: Jason T. Greene
Assigned To: Heiko Braun
Fix For: jbossws-2.0.0.CR2
The retail samples are using absolute paths, which fail:
static {
URL url = null;
try {
url = new URL("file:/C:/dev/prj/jbossws/trunk/src/test/resources/jaxws/samples/retail/META-INF/wsdl/ProfileMgmtService.wsdl");
} catch (MalformedURLException e) {
e.printStackTrace();
}
PROFILEMGMTSERVICE_WSDL_LOCATION = url;
}
--
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
18 years
[JBoss JIRA] Updated: (JBWS-1387) WSException: String passed i
by Darran Lofthouse (JIRA)
<wsdl-java> WSException: String passed is null
In-Reply-To: <87590.1163682101533.JavaMail.jira(a)cloud.prod.atl2.jboss.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: bulk
[ http://jira.jboss.com/jira/browse/JBWS-1387?page=all ]
Darran Lofthouse updated JBWS-1387:
-----------------------------------
Attachment: HyperlinkExtractor.wsdl
> WSException: String passed i
<wsdl-java> WSException: String passed is null
> -----------------------------------------------------------------------------
>
> Key: JBWS-1387
> URL: http://jira.jboss.com/jira/browse/JBWS-1387
> Project: JBoss Web Services
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: wstools
> Affects Versions: jbossws-1.0.4
> Reporter: Thomas Diesler
> Assigned To: Darran Lofthouse
> Fix For: jbossws-1.0.5
>
> Attachments: HyperlinkExtractor.wsdl
>
>
> with jbossws 1.0.3 bundled in jbossAS 1.0.5GA it work fine with jbossws 1.0.4GA it give me the error "org.jboss.ws.WSException: String passed is null"
> this is the webservice: http://www.atomic-x.com/xmlservices/HyperlinkExtractor.asmx?wsdl
> this is my wstools-config.xml file:
> Code:
> <wsdl-java location="http://www.atomic-x.com/xmlservices/HyperlinkExtractor.asmx?wsdl">
> <mapping file="jaxrpc-mapping.xml" />
> </wsdl-java>
> this is the error:
> Code:
> [exec] .
> [exec] Exception in thread "main" org.jboss.ws.WSException: String passed i
> s null
> [exec] at org.jboss.ws.metadata.wsdl.WSDLUtils.firstLetterUpperCase(WSD
> LUtils.java:455)
> [exec] at org.jboss.ws.tools.XSDTypeToJava.createJavaFile(XSDTypeToJava
> .java:138)
> [exec] at org.jboss.ws.tools.XSDTypeToJava.createJavaFile(XSDTypeToJava
> .java:114)
> [exec] at org.jboss.ws.tools.WSDLToJava.generateJavaSource(WSDLToJava.j
> ava:658)
> [exec] at org.jboss.ws.tools.WSDLToJava.generateJavaSource(WSDLToJava.j
> ava:651)
> [exec] at org.jboss.ws.tools.WSDLToJava.unwrapResponse(WSDLToJava.java:
> 291)
> [exec] at org.jboss.ws.tools.WSDLToJava.getReturnType(WSDLToJava.java:5
> 40)
> [exec] at org.jboss.ws.tools.WSDLToJava.appendMethods(WSDLToJava.java:3
> 42)
> [exec] at org.jboss.ws.tools.WSDLToJava.createSEIFile(WSDLToJava.java:4
> 86)
> [exec] at org.jboss.ws.tools.WSDLToJava.createSEI(WSDLToJava.java:518)
> [exec] at org.jboss.ws.tools.WSDLToJava.generateSEI(WSDLToJava.java:161
> )
> [exec] at org.jboss.ws.tools.helpers.ToolsHelper.handleWSDLToJavaGenera
> tion(ToolsHelper.java:303)
> [exec] at org.jboss.ws.tools.WSTools.process(WSTools.java:138)
> [exec] at org.jboss.ws.tools.WSTools.generate(WSTools.java:120)
> [exec] at org.jboss.ws.tools.WSTools.main(WSTools.java:61)
> [exec] Result: 1
>
--
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
18 years
[JBoss JIRA] Created: (JBWS-1387) WSException: String passed i
by Thomas Diesler (JIRA)
<wsdl-java> WSException: String passed is null
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: bulk
WSException: String passed i
<wsdl-java> WSException: String passed is null
-----------------------------------------------------------------------------
Key: JBWS-1387
URL: http://jira.jboss.com/jira/browse/JBWS-1387
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: wstools
Affects Versions: jbossws-1.0.4
Reporter: Thomas Diesler
Assigned To: Thomas Diesler
Fix For: jbossws-1.0.5
with jbossws 1.0.3 bundled in jbossAS 1.0.5GA it work fine with jbossws 1.0.4GA it give me the error "org.jboss.ws.WSException: String passed is null"
this is the webservice: http://www.atomic-x.com/xmlservices/HyperlinkExtractor.asmx?wsdl
this is my wstools-config.xml file:
Code:
<wsdl-java location="http://www.atomic-x.com/xmlservices/HyperlinkExtractor.asmx?wsdl">
<mapping file="jaxrpc-mapping.xml" />
</wsdl-java>
this is the error:
Code:
[exec] .
[exec] Exception in thread "main" org.jboss.ws.WSException: String passed i
s null
[exec] at org.jboss.ws.metadata.wsdl.WSDLUtils.firstLetterUpperCase(WSD
LUtils.java:455)
[exec] at org.jboss.ws.tools.XSDTypeToJava.createJavaFile(XSDTypeToJava
.java:138)
[exec] at org.jboss.ws.tools.XSDTypeToJava.createJavaFile(XSDTypeToJava
.java:114)
[exec] at org.jboss.ws.tools.WSDLToJava.generateJavaSource(WSDLToJava.j
ava:658)
[exec] at org.jboss.ws.tools.WSDLToJava.generateJavaSource(WSDLToJava.j
ava:651)
[exec] at org.jboss.ws.tools.WSDLToJava.unwrapResponse(WSDLToJava.java:
291)
[exec] at org.jboss.ws.tools.WSDLToJava.getReturnType(WSDLToJava.java:5
40)
[exec] at org.jboss.ws.tools.WSDLToJava.appendMethods(WSDLToJava.java:3
42)
[exec] at org.jboss.ws.tools.WSDLToJava.createSEIFile(WSDLToJava.java:4
86)
[exec] at org.jboss.ws.tools.WSDLToJava.createSEI(WSDLToJava.java:518)
[exec] at org.jboss.ws.tools.WSDLToJava.generateSEI(WSDLToJava.java:161
)
[exec] at org.jboss.ws.tools.helpers.ToolsHelper.handleWSDLToJavaGenera
tion(ToolsHelper.java:303)
[exec] at org.jboss.ws.tools.WSTools.process(WSTools.java:138)
[exec] at org.jboss.ws.tools.WSTools.generate(WSTools.java:120)
[exec] at org.jboss.ws.tools.WSTools.main(WSTools.java:61)
[exec] Result: 1
--
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
18 years