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

Recent Changes

Tomcat7Integration35 in Documentation
Update: Tomcat 7.0.27 Integration with Atomikos 3.7.1 Installation is quite simple and it envolves the following steps: 1 Copy "atomikos integration extension 3 ...
Heuristic Exceptions in Documentation
HeuristicExceptions Heuristic exceptions signal undesired and possibly inconsistent outcomes of the two phase commit protocol. Even with a transaction manager and ...
Troubleshooting in Documentation
TroubleShooting HeuristicExceptions JmxInstrumentation a tool for inspecting the transaction logs KnownProblems DebugLogging UnderstandingTheLogs ...
Configuring Oracle for XA in Documentation
ConfiguringOracleForXA Oracle 10.2.0.3 and lower NOTE: this tip was written with Oracle DBMS version 10.2.0.2.0 How can you know if your Oracle server is correctly ...
Configuring TibcoMQ in Documentation
ConfiguringTibcoMQ
Configuring TransactionsEssentials in Documentation
Configuring nop TransactionsEssentials Atomikos JTA/XA Configuration JtaProperties ConfiguringJdbc ConfiguringJms SupportedJdbcVendors ...
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 ...
Known Problems in Documentation
KnownProblems Below are some known issues and solutions. ActiveMQ error: "Transaction 'XID:...' has not been started" This happens if you accidentally start multiple ...
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 ...
Configuring DB2 in Documentation
ConfiguringDB2 Check out Spring DB2 and Atomikos Note: for pre 3.3 releases there is an issue with DB2 related to a bug in the DB2 drivers: https://issues.apache.org ...
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 ...
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 ...
Integrating TransactionsEssentials in Documentation
Integrating nop TransactionsEssentials SpringIntegration JettyIntegration TomcatIntegration HibernateIntegration Fabric3Integration ...
Optimizing TransactionsEssentials in Documentation
Optimizing nop TransactionsEssentials Performance OptimizingCorePerformance OptimizingJmsPerformance OptimizingJdbcPerformance
When Not To Use JTA/XA in Documentation
WhenNotToUseJtaXa The table below shows some cases where you can consider not using JTA/XA, and some trade offs. In all other cases, JTA/XA offers significant benefits ...
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 ...
Optimizing JDBC Performance in Documentation
OptimizingJdbcPerformance JDBC performance comes for free with our pooling DataSource classes: AtomikosDataSourceBean for XA enabled JDBC, and AtomikosNonXADataSourceBean ...
Optimizing Core Performance in Documentation
OptimizingCorePerformance In order to achieve maximum performance, the following are essential guidelines: Make sure to use the fastest hard disks you can find ...
Frequently Asked Questions in Documentation
FrequentlyAskedQuestions How do I use Atomikos with Maven? Our latest releases are maven compatible and we have our own maven repository (the URL is included in the ...
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 ...
Understanding The Logs in Documentation
UnderstandingTheLogs As of release 3.8, this page is somewhat deprecated see ConfiguringTheLogs for more up to date information. The Effect of the Log Level Parameter ...
Jetty Integration in Documentation
JettyIntegration Jetty integration is explained in the Jetty docs available here: http://docs.codehaus.org/display/JETTY/Atomikos Also, TransactionsEssentials is used ...
Tomcat Spring System.ActiveMQ System.MySQL JMX Integration in Documentation
TomcatSpringActiveMQMySQLJMXIntegration It is possible to fully integrate the Atomikos transaction manager into Tomcat. Also a JMS Provider is added to Tomcat by starting ...
Two Phase Commit With Tomcat Spring JMS And JDBC in Documentation
TwoPhaseCommitWithTomcatSpringJMSAndJDBC The configuration of two phase commit (2PC) has to be planned carefully. The environment (defined by the installation instructions ...
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 ...
Maven Integration Tests in Documentation
MavenIntegrationTests When doing integration tests with Maven and JUnit, keep in mind that Maven will setup several tests in parallel. This can be problematic if you ...
Configuring Informix IDS for XA in Documentation
ConfiguringInformix AtomikosDataSourceBean example AtomikosDataSourceBean ds new AtomikosDataSourceBean(); ds.setUniqueResourceName("informix"); 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 ...
ConfiguringTheLogs in Documentation
ConfiguringTheLogs Basic Rules As of release 3.8, Atomikos uses any existing logging frameworks found by these rules : any implementation of SLF4J that can be ...
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 helps a lot in troubleshooting ...
Documentation 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 ...
Configuring System.PostgreSQL for XA in Documentation
ConfiguringPostgreSQL AtomikosDataSourceBean example AtomikosDataSourceBean ds new AtomikosDataSourceBean(); ds.setUniqueResourceName("postgres"); ds.setXaDataSourceClassName ...
WebPreferences in Documentation
nop Documentation Web Preferences Web Preferences Settings Set SITEMAPLIST on Set SITEMAPWHAT Set SITEMAPUSETO ...collaborate on #Set NOSEARCHALL ...
TransactionsEssentials Architecture in Documentation
TransactionsEssentialsArchitecture Core ThreadPooling TransactionLogging PreventingDeadlocks JDBC JdbcClasses JdbcConnectionPoolingClasses ...
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 ...
OSGi Integration in Documentation
OSGiIntegration Check out our blog
SiteMap in Documentation
SiteMap %TREEVIEW{ excludetopic "Web ,ClassifiedTopic,TopicStub,TopicType,AtomikosSideBar,SiteBottomBar,SiteButtons,SiteHtmlHead,SiteMap,SiteSideBar,SiteTopNavigation ...
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 ...
Examples in Documentation
Example Applications and Code Fragments Atomikos JTA/XA examples You receive the javadoc and source code by e mail upon completion of Atomikos TransactionsEssentials ...
Hibernate 3 Standalone sample in Documentation
HibernateThreeStandalone WARNING: The example code on this page is still valid, but for newer deployments we highly recommend using the newer JDBC classes (see ConfiguringJdbc ...
Getting Started in Documentation
GettingStarted You receive the javadoc and source code by e mail upon completion of Atomikos TransactionsEssentials Download Form or Atomikos ExtremeTransactions Download ...
Why Use Atomikos in Documentation
WhyUseAtomikos Why use TransactionsEssentials and not any other (open source or commercial) transaction manager? Because of the following reasons: Transaction management ...
Tomcat6Integration35Lifecycle in Documentation
Tomcat 6 Integration with Atomikos 3.5.2 with lifecycle support It is possible to fully integrate the Atomikos transaction manager into Tomcat. Doing it this way ...
Tomcat Integration in Documentation
TomcatIntegration Although our JDBC and JMS connectors are 100% JNDI compatible, Tomcat's JNDI configuration has always seemed to require some special wiring in order ...
Tomcat6Integration35 in Documentation
Tomcat 6 Integration with Atomikos 3.5.2 It is possible to fully integrate the Atomikos transaction manager into Tomcat. Doing it this way makes the transaction manager ...
What is XA in Documentation
WhatIsXa What is XA XA ("eXtended Architecture") is an X/Open group standard for accessing several back end data stores within the same global transaction. The specification ...
When To Use JTA/XA in Documentation
WhenToUseJtaXa JTA/XA is a kind of system insurance against data corruption (and the resulting business losses). The most common use cases are: Processing JMS ...
BenefitsOfJtaXa in Documentation
Supported JDBC Vendors in Documentation
SupportedJdbcVendors Any JDBC/XA compatible JDBC driver is supported. This includes the following vendors: Oracle Informix FirstSQL DB2 MySQL ...
Tomcat55Integration33 in Documentation
Tomcat 5.5 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 ...
50 topics found

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

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