service names with leading/trailing whitespace/newlines in services.xml
------------------------------------------------------------------------
Key: XFIRE-877
URL: http://jira.codehaus.org/browse/XFIRE-877
Project: XFire
Issue Type: Bug
Affects Versions: 1.2.4
Environment: IBM Websphere Application Server 6.0.2.13
J2RE 1.4.2 IBM Windows 32 build cn142-20060421 (SR5)
Using Maven "xfire-all" dependency
Reporter: Klaus Brunner
Assigned To: Dan Diephouse
Priority: Minor
XFire should strip any leading and trailing whitespace from the service name.
The following "pretty-printed" services.xml leads to erratic behaviour at
runtime (the service cannot be accessed, the services overview page exhibits
strange "growing URL" effects when trying browse the WSDL). This is apparently
caused by leading/trailing whitespace and/or newline characters that are not
stripped from the service name element as one would normally expect.
<beans xmlns="http://xfire.codehaus.org/config/1.0">
<service>
<name>
sv-haushalt-personen
</name>
<serviceClass>
at.xyz.sv.haushalt.personen.service.Personen
</serviceClass>
...
</beans>
Note that there is no such problem with the serviceClass and
implementationClass elements.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email