|
From: Thomas R. <tho...@tr...> - 2004-09-05 15:04:37
|
Eugene Kuleshov wrote: > > Everybody, please note that > WebLogicServerTransactionManagerFactoryBean and > WebLogicJtaTransactionManager are NOT completely tested yet on > WebLogic 7.0. > > regards, > Eugene > > Slight correction: WebLogicServerTransactionManagerFactoryBean and WebLogicJtaTransactionManager have been tested on WebLogic Server 7.0SP5 as well as 8.1SP2. These classes provide access to WebLogic's JTA implementation via published API's. They have been fully tested and there are no known issues related to their functionality. What is yet unknown is if use of these classes provides a solution for Eugene's specific issue with a NullPointerException being thrown while trying to resume a suspended transaction that was marked for rollbackOnly. This specific issue is most likely due to a bug in WebLogic 7.0 and we are waiting for Eugene to test whether Spring's latest implementation provides a viable workaround for this problem. Thomas >> Dear Spring community, >> >> I'm pleased to announce that Spring 1.1 final has just been released. >> Since >> 1.1 RC2, some API clarifications have happened and a number of bugs have >> been fixed. There is also a variety of minor new features: >> >> * reworked BeanWrapperImpl's property-specific custom editor handling to >> allow registration for uninitialized subpaths * added >> "applyBeanPropertyValues" method to AutowireCapableBeanFactory, for >> populating an existing bean instance >> >> * added "(abstract)" marker for properties bean definitions respectively >> "abstract" attribute for XML bean definitions >> >> * added support for SqlReturnType interface which allows to return >> custom >> types from stored procedures * added auto-conversion of >> java.util.Date and >> java.util.Calendar to java.sql.Date/Time/Timestamp for JDBC parameters * >> added support for WebSphere 4 to WebSphereNativeJdbcExtractor, >> autodetecting WebSphere 5 and 4 now >> >> * added WebLogicServerTransactionManagerFactoryBean, to be used with >> WebLogicJtaTransactionManager on WebLogic 7.0 * added support for direct >> JTA synchronization to AbstractLobType, as alternative to Spring >> transaction synchronization * added "flush" method to >> HibernateOperations/HibernateTemplate and JdoOperations/JdoTemplate, for >> eager flushing * added "getReportQueryIteratorByQuery" method to OJB >> PersistenceBrokerOperations and PersistenceBrokerTemplate >> >> * deprecated AbstractJndiLocator base class in favor of new >> JndiObjectLocator base class with explicit "lookup" method * added >> JndiObjectTargetSource which performs a fresh JNDI lookup for each call, >> allowing for hot redeployment in JNDI * added "cache" flag to >> JndiDestinationResolver, to allow for turning off the caching of >> Destination objects from JNDI * added support for ObjectMessage to >> SimpleMessageConverter, converting between Serializable objects and >> ObjectMessages >> >> * added RemoteConnectFailureException and >> RemoteLookupFailureException as >> RemoteAccessException subclasses * added JndiRmiServiceExporter, >> JndiRmiClientInterceptor, JndiRmiProxyFactoryBean (for RMI-IIOP resp. >> CORBA) * added "lookupStubOnStartup", "cacheStub" and >> "refreshStubOnConnectFailure" flags to RmiClientInterceptor * added >> "lookupHomeOnStartup" and "refreshHomeOnConnectFailure" flags to >> AbstractRemoteSlsbInvokerInterceptor >> >> * added "createMimeMessage(InputStream)" method to JavaMailSender, >> building >> a MimeMessage from raw MIME content * MimeMessageHelper creates >> "multipart/related" now, to make mails with inline images compatible >> with >> Outlook Express * added "validateAddresses" property to >> MimeMessageHelper >> (off by default), delegating to JavaMail 1.3's "validate" >> >> * added "http10Compatible" flag to RedirectView, to be turned off for >> sending HTTP 1.1 status code 303 rather than 302 * added >> "buildPdfMetadata" >> callback to AbstractPdfView, for adding meta fields like author to the >> iText PDF Document * added LookupDispatchActionSupport class to Struts >> support, analogous to ActionSupport but for LookupDispatchActions >> >> As usual, see the changelog for details. Note that the 1.1 code base >> contains minor changes in various SPIs which are not >> backwards-compatible. >> The API as typically used in applications is as close to 100% >> compatible as >> possible, though. >> >> Regards, >> >> Juergen >> >> >> >> ------------------------------------------------------- This SF.Net >> email >> is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE >> developer >> tools! Get your free copy of BEA WebLogic Workshop 8.1 today. >> http://ads.osdn.com/?ad_idP47&alloc_id808&op=click >> _______________________________________________ >> Springframework-developer >> mailing list Spr...@li... >> https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > |