[JBoss JIRA] Created: (JBESB-2144) EBWS test failure under jdk1.6
by Kevin Conner (JIRA)
EBWS test failure under jdk1.6
------------------------------
Key: JBESB-2144
URL: https://jira.jboss.org/jira/browse/JBESB-2144
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Web Services
Affects Versions: 4.4 CP1
Reporter: Kevin Conner
Assignee: Kevin Conner
Fix For: 4.4 CP1
The EBWS unit test is failing under jdk 1.6 because of the following server side exception
2008-10-22 10:38:11,258 ERROR [org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS] SOAP request exception
java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage
at javax.xml.soap.SOAPMessage.setProperty(SOAPMessage.java:441)
at org.jboss.ws.core.soap.SOAPMessageImpl.<init>(SOAPMessageImpl.java:67)
at org.jboss.ws.core.soap.MessageFactoryImpl.createMessage(MessageFactoryImpl.java:207)
at org.jboss.ws.core.soap.MessageFactoryImpl.createMessage(MessageFactoryImpl.java:185)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHandlerImpl.java:389)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:272)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl.java:189)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:122)
at org.jboss.wsf.stack.jbws.EndpointServlet.service(EndpointServlet.java:84)
--
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
16 years, 4 months
[JBoss JIRA] Created: (JBESB-2107) Service/action metric changes
by Kevin Conner (JIRA)
Service/action metric changes
-----------------------------
Key: JBESB-2107
URL: https://jira.jboss.org/jira/browse/JBESB-2107
Project: JBoss ESB
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Management
Affects Versions: 4.4
Reporter: Kevin Conner
All the byte total metrics in ServiceMessageCounter are measured in integer values which is not sufficient.
Moving these to long is currently prevented by the DataFiler, which is unable to handle long values. The DataFiler appears to coalesce long/double values down to integer/float.
We need to fix the DataFiler so that it accepts these types without losing precision and address the metrics.
--
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
16 years, 4 months