1.
[#SPR-2135] Oracle oracle.sql.DATE not supported - Spring Projects ...
JdbcUtils class, but still exists for oracle.sql.DATE. In Oracle my database column is declared as TIMESTAMP(6). Correct behavior is to convert oracle.sql. ...
2.
[#SEC-832] NamingEnumeration.hasMore fails on MS AD with ...
NamingEnumeration results = ctx.search(base, filter, params, searchControls); ... The workaround is to use 'ou=container,dc=example,dc=com' instead of ...
3.
[#SPR-3113] Failed reconnect on OC4J: Object reference no longer ...
This worked well most times, however, som times I got the error: Object reference no longer valid (Disconnected) Stacktrace: org.springframework.remoting. ...
4.
[#SPR-4391] Doc: Support for dynamic job scheduling with Quartz ...
In all fairness: Spring's Quartz support is more powerful than you think. Spring's SchedulerFactoryBean exposes the full Quartz Scheduler API for bean ...
5.
[#SPR-4391] Doc: Support for dynamic job scheduling with Quartz ...
Spring's SchedulerFactoryBean exposes the full Quartz Scheduler API for bean ... Please check out SchedulerFactoryBean's javadoc; you'll probably find ...
6.
[#SPR-3341] OpenSessionViewFilter and Quartz - Spring Projects ...
Long"> <constructor-arg> <value>900000</value> </constructor-arg> </bean> <bean class="org.springframework.scheduling.quartz. ...
7.
[#SWF-815] Child flows are unable to extend from parent flows ...
Child flows are unable to extend from parent flows located in a parent flow definition registry. Created: 31/Jul/08 08:45 AM Updated: 07/Sep/08 03:26 AM ...
8.
[#IDE-150] The xml editor doesn't find the <alias> beans - Spring ...
Key: IDE-150. Type: New Feature. Status: Closed. Resolution: Fixed ... added a comment - 06/Sep/05 01:03 AM (In [646]) added support for <alias>; fixes #150 ...
9.
[#SEC-1053] No way to give <authentication-provider>s bean ids ...
But, any reason I can't do: <authentication-provider id="foobar"> ...</authentication-provider> ? Seems like an unnecessary limitation. ...
10.
[#SESPRINGPYTHONPY-9] TEST: Look into adding a python version of ...
PythonMock? was picked because it is based on Easymock's style. ... PyMock clearly defines itself as based off Easymock, and that is what I'm after. ...