Opened 15 years ago
Closed 15 years ago
#1353 closed task (fixed)
Update to latest version of 3-rd party software
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.13 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
It is now over 2 years since we last checked many of the included 3-rd party software. Since then some have been updated with bug fixes and performance enhancements. I think it is time to go through the list and se what is new and if there is something we can benefit from.
Change History (9)
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 15 years ago
comment:3 by , 15 years ago
comment:4 by , 15 years ago
comment:5 by , 15 years ago
comment:6 by , 15 years ago
comment:7 by , 15 years ago
comment:8 by , 15 years ago
I have tried to update Axis2 to version 1.5 (from version 1.3). There are several changes in JAR files. Some have gone, some have been updated and some new ones. Unfortunately, it seems like there is a bug that is preventing us from using 1.5. The bug is described here:
http://issues.apache.org/jira/browse/AXIS2-4370
and results in the following exception when trying to access the information for an experiment (which has "PublicationDate" as a date field).
java.lang.NumberFormatException: date string can not be less than 19 charactors at org.apache.axis2.databinding.utils.ConverterUtil.convertToDateTime(ConverterUtil.java:993) at org.apache.axis2.databinding.typemapping.SimpleTypeMapper.makeDate(SimpleTypeMapper.java:313) at org.apache.axis2.databinding.typemapping.SimpleTypeMapper.getSimpleTypeObject(SimpleTypeMapper.java:114) at org.apache.axis2.databinding.utils.BeanUtil.deserialize(BeanUtil.java:397) at org.apache.axis2.databinding.utils.BeanUtil.processObject(BeanUtil.java:682) at org.apache.axis2.databinding.utils.BeanUtil.ProcessElement(BeanUtil.java:601) at org.apache.axis2.databinding.utils.BeanUtil.deserialize(BeanUtil.java:562) at org.apache.axis2.rpc.client.RPCServiceClient.invokeBlocking(RPCServiceClient.java:104) at net.sf.basedb.ws.client.AbstractRPCClient.invokeBlocking(AbstractRPCClient.java:88) at net.sf.basedb.ws.client.AbstractRPCClient.invokeBlocking(AbstractRPCClient.java:94) at net.sf.basedb.ws.client.ExperimentClient.getExperiments(ExperimentClient.java:92) at TestWebservices.test_getRawDataInExperiment(TestWebservices.java:386) at TestWebservices.test_all(TestWebservices.java:146) at TestWebservices.main(TestWebservices.java:73)
comment:9 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [5029]) References #1353: Update to latest version of 3-rd party software
Updated log4j: 1.2.14 --> 1.2.15