Edit | Attach | New | Raw | Delete | History | Print | Tools
You are here: Documentation » Recent Changes

Recent Changes

Tomcat6Integration33 in Documentation
Tomcat 6 Integration with Atomikos 3.3 It is possible to fully integrate the Atomikos transaction manager into Tomcat. Doing it this way makes the transaction manager ...
Known Problems in Documentation
KnownProblems Below are some known problems (and solutions) related to TransactionsEssentials. Compilation fails with JDK 1.6 When compiling the sources with JDK ...
Spring Integration in Documentation
SpringIntegration Configuring Atomikos as the Spring JTA Transaction Manager You basically have two big options: the basic case (with JTA property file lookup) or ...
Background Reading in Documentation
Resources Additional Background Reading The JTA spec at Oracle (Sun) is the Java mapping of XA distributed transaction technology. A nice series of articles ...
HowToUpgrade in Documentation
HowToUpgrade Assuming that you have been using TransactionsEssentials: make sure to have downloaded ExtremeTransactions, not merely TransactionsEssentials ...
WebHome in Documentation
Welcome to the Atomikos Products wiki! Hi, This wiki documents the Atomikos products. Registered and authorized users can edit the content of these pages, so if you ...
HowToDowngrade in Documentation
HowToDowngrade Assuming that you have been using ExtremeTransactions and want to downgrade to TransactionsEssentials: open your jta.properties file and look for the ...
Downgrading in Documentation
Downgrading
Hibernate Integration in Documentation
HibernateIntegration With Spring The advantage is that you don't need any JNDI server. The following XML snippet illustrates how to configure TransactionsEssentials ...
Heuristic Exceptions in Documentation
HeuristicExceptions
Using an external connection pool with TransactionsEssentials in Documentation
Using an external connection pool with nop TransactionsEssentials It is not possible to use a non XA aware connection pool, the main reason has to do with exclusive ...
Understanding The Logs in Documentation
UnderstandingTheLogs The Effect of the Log Level Parameter The initialization parameter com.atomikos.icatch.console log level selects the level of details you will ...
Debug Logging in Documentation
DebugLogging With a carefully crafted logging policy, we can exactly trace what is happening without having to reproduce the problem locally. This would help a lot ...
JMX Instrumentation of Active Transactions in Documentation
JmxInstrumentation You can use JMX to inspect and administer active (pending) transactions. This is most relevant for problematic transactions that require the intervention ...
Troubleshooting in Documentation
TroubleShooting HeuristicExceptions JmxInstrumentation a tool for inspecting the transaction logs KnownProblems DebugLogging UnderstandingTheLogs ...
Examples in Documentation
Example Applications and Code Fragments Atomikos JTA/XA examples JtaXaCodeFragments Config samples with third party tools HibernateThreeStandalone ...
Configuring TibcoMQ in Documentation
ConfiguringTibcoMQ
Configuring SwiftMQ in Documentation
ConfiguringSwiftMQ WARNING: This page still uses the older JMS connectors, and needs updating to the newer JMS drivers available in the current Atomikos releases ...
Configuring FioranoMQ in Documentation
ConfiguringFioranoMQ WARNING: This page still uses the older JMS connectors, and needs updating to the newer JMS drivers available in the current Atomikos releases ...
Configuring ActiveMQ in Documentation
ConfiguringActiveMQ All we have for now is a sample JMS application using Spring and ActiveMQ. There are 3 subfolders in the archive: activemq The ActiveMQ ...
Roadmap in Documentation
RoadMap The main focus during the next releases will be on the following... All dates are tentative dates. We reserve the right to alter the set of included or excluded ...
Integrating TransactionsEssentials in Documentation
Integrating nop TransactionsEssentials SpringIntegration JettyIntegration TomcatIntegration HibernateIntegration Fabric3Integration ...
Optimizing TransactionsEssentials in Documentation
Optimizing nop TransactionsEssentials Performance OptimizingCorePerformance OptimizingJmsPerformance OptimizingJdbcPerformance
WebSideBar in Documentation
WebSideBar Sidebar navigation for the Documentation web. See also SiteSideBar GettingStarted FrequentlyAskedQuestions Configuring Optimizing ...
Configuring SonicMQ in Documentation
ConfiguringSonicMQ An example of a configuration for Sonic SonicMQ is shown below.
Configuring Microsoft SQL Server for XA in Documentation
ConfiguringSQLServer AtomikosDataSourceBean example AtomikosDataSourceBean ds new AtomikosDataSourceBean(); ds.setUniqueResourceName("mssql"); ds.setXaDataSourceClassName ...
Supported JDBC Vendors in Documentation
SupportedJdbcVendors Any JDBC/XA compatible JDBC driver is supported. This includes the following vendors: Oracle Informix FirstSQL DB2 MySQL ...
Using non-XA JDBC drivers in Documentation
Using non XA JDBC drivers with TransactionsEssentials You can make non XA JDBC drivers participate in XA transactions anyway by configuring a NonXaDataSource. You ...
Supported JMS Vendors in Documentation
SupportedJmsVendors In principle, any JMS vendor is supported provided that they offer XA capabilities . This includes the following JMS vendors: IBM MQSeries ...
Configuring Sybase ASE for XA in Documentation
ConfiguringSybase AtomikosDataSourceBean example AtomikosDataSourceBean ds new AtomikosDataSourceBean(); ds.setUniqueResourceName("ase"); ds.setXaDataSourceClassName ...
JTA Properties in Documentation
JtaProperties Parameters Supported Many TransactionsEssentials JTA settings can be tweaked. Fortunately most of them have sensible default values so most of the time ...
Using System.TransactionsEssentials with JMS in Documentation
ConfiguringJms As for JDBC, TransactionsEssentials comes bundled with a XA compliant JMS connection pool. Vendor's XAConnectionFactory A JMS server that supports ...
Using System.TransactionsEssentials with JDBC in Documentation
ConfiguringJdbc As explained in ExternalConnectionPool you cannot use a non XA connection pool so TransactionsEssentials comes bundled with a XA compliant JDBC connection ...
Configuring MQSeries (aka Websphere MQ) in Documentation
ConfiguringMQSeries You can use Atomikos and IBM MQ for JMS/XA messaging. To do so, please follow the configuration instructions outlined below. NOTE: these instructions ...
Configuring Oracle in Documentation
ConfiguringOracle AtomikosDataSourceBean example AtomikosDataSourceBean ds new AtomikosDataSourceBean(); ds.setUniqueResourceName("oracle"); ds.setXaDataSourceClassName ...
Configuring System.PostgreSQL for XA in Documentation
ConfiguringPostgreSQL AtomikosDataSourceBean example AtomikosDataSourceBean ds new AtomikosDataSourceBean(); ds.setUniqueResourceName("postgres"); ds.setXaDataSourceClassName ...
Configuring Oracle Advanced Queueing in Documentation
ConfiguringOracleAQ Oracle's Advanced Queueing functionality also includes JMS/XA drivers that can be used with Atomikos. NOTE: this configuration procedure was last ...
Configuring System.MySQL for XA in Documentation
ConfiguringMySQL Tomcat context.xml JNDI example Notes Tested with Tomcat 5.5, MySQL 5.0.2, and JDBC driver MySQL Connector 5.1.5. Calling initialContext.lookup ...
Configuring JBossMQ in Documentation
ConfiguringJBossMQ JBossMQ requires the atomikos jars in the classpath of the JBoss server, or you will get heuristic errors upon commit. This is because JBossMQ requires ...
Configuring Informix IDS for XA in Documentation
ConfiguringInformix AtomikosDataSourceBean example AtomikosDataSourceBean ds new AtomikosDataSourceBean(); ds.setUniqueResourceName("informix"); ds.setXaDataSourceClassName ...
Configuring DB2 in Documentation
ConfiguringDB2 TODO Note: for pre 3.3 releases there is an issue with DB2 related to a bug in the DB2 drivers: https://issues.apache.org/jira/browse/DERBY 246 this ...
Configuring Apache Derby for XA in Documentation
Configuring Apache Derby for XA using Spring Framework Client Mode testDB localhost 1527 Notes The Apache Derby ClientXADataSource is part ...
Configuring FirstSQL for XA in Documentation
ConfiguringFirstSQL The Atomikos download contains an evaluation version of the FirstSQL/J ORDBMS, a complete database server for J2EE with very good XA support. ...
Configuring TransactionsEssentials in Documentation
Configuring nop TransactionsEssentials Atomikos JTA/XA Configuration JtaProperties ConfiguringJdbc ConfiguringJms SupportedJdbcVendors ...
Getting Started with TransactionsEssentials in Documentation
GettingStartedWithTransactionsEssentials A bit of background Atomikos has been designed in a modular way. There is a transactional kernel called 'icatch' that provides ...
WebAtom in Documentation
Atomikos's nop Documentation web The Documentation web
WebTopicCreator in Documentation
WebSearchAdvanced in Documentation
WebSearch in Documentation
WebTopicList in Documentation
50 topics found

See also: rss-small RSS feed, recent changes with 50, 100, 200, 500, 1000 topics, all changes spacer

Copyright © 2010 Atomikos BVBA. Transaction Management for Extreme Transaction Processing and SOA Environments serving ISV, Commercial, OEM and Open Source Markets
Site map | RSS | ATOM |  
Share |