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 ...
changed on 09 Aug 2010 - 04:42 by StefanM
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 ...
changed on 09 Aug 2010 - 02:54 by GuyPardon
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 ...
changed on 16 Jul 2010 - 04:05 by GuyPardon
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 ...
changed on 29 Jun 2010 - 09:32 by GuyPardon
HowToUpgrade
in Documentation
HowToUpgrade Assuming that you have been using TransactionsEssentials: make sure to have downloaded ExtremeTransactions, not merely TransactionsEssentials ...
changed on 27 Jun 2010 - 08:47 by GuyPardon
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 ...
changed on 17 Jun 2010 - 08:33 by GuyPardon
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 ...
changed on 17 Jun 2010 - 08:33 by GuyPardon
Downgrading
in Documentation
Downgrading
changed on 16 Jun 2010 - 17:37 by GuyPardon
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 ...
changed on 15 Jun 2010 - 10:02 by GuyPardon
Heuristic Exceptions
in Documentation
HeuristicExceptions
changed on 20 Apr 2010 - 15:58 by WoutSteurs
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 ...
changed on 20 Apr 2010 - 15:56 by WoutSteurs
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 ...
changed on 20 Apr 2010 - 15:55 by WoutSteurs
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 ...
changed on 20 Apr 2010 - 15:54 by WoutSteurs
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 ...
changed on 20 Apr 2010 - 15:51 by WoutSteurs
Troubleshooting
in Documentation
TroubleShooting HeuristicExceptions JmxInstrumentation a tool for inspecting the transaction logs KnownProblems DebugLogging UnderstandingTheLogs ...
changed on 20 Apr 2010 - 15:51 by WoutSteurs
Examples
in Documentation
Example Applications and Code Fragments Atomikos JTA/XA examples JtaXaCodeFragments Config samples with third party tools HibernateThreeStandalone ...
changed on 20 Apr 2010 - 15:50 by WoutSteurs
Configuring TibcoMQ
in Documentation
ConfiguringTibcoMQ
changed on 20 Apr 2010 - 15:42 by WoutSteurs
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 ...
changed on 20 Apr 2010 - 15:39 by WoutSteurs
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 ...
changed on 20 Apr 2010 - 15:36 by WoutSteurs
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 ...
changed on 20 Apr 2010 - 15:33 by WoutSteurs
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 ...
changed on 13 Apr 2010 - 00:31 by GuyPardon
Integrating TransactionsEssentials
in Documentation
Integrating nop TransactionsEssentials SpringIntegration JettyIntegration TomcatIntegration HibernateIntegration Fabric3Integration ...
changed on 27 Mar 2010 - 05:34 by WoutSteurs
Optimizing TransactionsEssentials
in Documentation
Optimizing nop TransactionsEssentials Performance OptimizingCorePerformance OptimizingJmsPerformance OptimizingJdbcPerformance
changed on 27 Mar 2010 - 05:33 by WoutSteurs
WebSideBar
in Documentation
WebSideBar Sidebar navigation for the Documentation web. See also SiteSideBar GettingStarted FrequentlyAskedQuestions Configuring Optimizing ...
changed on 19 Mar 2010 - 05:38 by WoutSteurs
Configuring SonicMQ
in Documentation
ConfiguringSonicMQ An example of a configuration for Sonic SonicMQ is shown below.
changed on 19 Mar 2010 - 05:38 by WoutSteurs
Configuring Microsoft SQL Server for XA
in Documentation
ConfiguringSQLServer AtomikosDataSourceBean example AtomikosDataSourceBean ds new AtomikosDataSourceBean(); ds.setUniqueResourceName("mssql"); ds.setXaDataSourceClassName ...
changed on 19 Mar 2010 - 05:38 by WoutSteurs
Supported JDBC Vendors
in Documentation
SupportedJdbcVendors Any JDBC/XA compatible JDBC driver is supported. This includes the following vendors: Oracle Informix FirstSQL DB2 MySQL ...
changed on 19 Mar 2010 - 05:38 by WoutSteurs
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 ...
changed on 19 Mar 2010 - 05:38 by WoutSteurs
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 ...
changed on 19 Mar 2010 - 05:38 by WoutSteurs
Configuring Sybase ASE for XA
in Documentation
ConfiguringSybase AtomikosDataSourceBean example AtomikosDataSourceBean ds new AtomikosDataSourceBean(); ds.setUniqueResourceName("ase"); ds.setXaDataSourceClassName ...
changed on 19 Mar 2010 - 05:38 by WoutSteurs
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 ...
changed on 19 Mar 2010 - 05:38 by WoutSteurs
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 ...
changed on 19 Mar 2010 - 05:38 by WoutSteurs
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 ...
changed on 19 Mar 2010 - 05:38 by WoutSteurs
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 ...
changed on 19 Mar 2010 - 05:38 by WoutSteurs
Configuring Oracle
in Documentation
ConfiguringOracle AtomikosDataSourceBean example AtomikosDataSourceBean ds new AtomikosDataSourceBean(); ds.setUniqueResourceName("oracle"); ds.setXaDataSourceClassName ...
changed on 19 Mar 2010 - 05:38 by WoutSteurs
Configuring System.PostgreSQL for XA
in Documentation
ConfiguringPostgreSQL AtomikosDataSourceBean example AtomikosDataSourceBean ds new AtomikosDataSourceBean(); ds.setUniqueResourceName("postgres"); ds.setXaDataSourceClassName ...
changed on 19 Mar 2010 - 05:38 by WoutSteurs
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 ...
changed on 19 Mar 2010 - 05:38 by WoutSteurs
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 ...
changed on 19 Mar 2010 - 05:38 by WoutSteurs
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 ...
changed on 19 Mar 2010 - 05:38 by WoutSteurs
Configuring Informix IDS for XA
in Documentation
ConfiguringInformix AtomikosDataSourceBean example AtomikosDataSourceBean ds new AtomikosDataSourceBean(); ds.setUniqueResourceName("informix"); ds.setXaDataSourceClassName ...
changed on 19 Mar 2010 - 05:38 by WoutSteurs
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 ...
changed on 19 Mar 2010 - 05:38 by WoutSteurs
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 ...
changed on 19 Mar 2010 - 05:38 by WoutSteurs
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. ...
changed on 19 Mar 2010 - 05:38 by WoutSteurs
Configuring TransactionsEssentials
in Documentation
Configuring nop TransactionsEssentials Atomikos JTA/XA Configuration JtaProperties ConfiguringJdbc ConfiguringJms SupportedJdbcVendors ...
changed on 19 Mar 2010 - 05:38 by WoutSteurs
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 ...
changed on 06 Feb 2010 - 09:32 by WoutSteurs
WebAtom
in Documentation
Atomikos's nop Documentation web The Documentation web
changed on 05 Feb 2010 - 09:55 by Michael Daum
WebTopicCreator
in Documentation
changed on 05 Feb 2010 - 09:54 by Michael Daum
WebSearchAdvanced
in Documentation
changed on 05 Feb 2010 - 09:52 by Michael Daum
WebSearch
in Documentation
changed on 05 Feb 2010 - 09:51 by Michael Daum
50 topics found
See also:
![]() |