50 Recent Changes in Documentation Web retrieved at 07:50 (GMT)

RoadMap in Documentation
Road Map 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 ...
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 ...
WebHome in Documentation
Welcome to the Atomikos wiki! This wiki documents the Atomikos products. Registered users can edit the content of these pages, so if you feel like contributing anything ...
PreventingDeadlocks in Documentation
Preventing Deadlocks Transaction Specific Threads Each transaction coordinator has a number of threads that act on it: Thread Description The application ...
HibernateIntegration in Documentation
Hibernate Integration With Spring The advantage is that you don't need any JNDI server. The following XML snippet illustrates how to configure Atomikos TransactionsEssentials ...
ConfiguringMySQL in Documentation
Configuring !MySQL for XA Tomcat context.xml JNDI example Notes Tested with Tomcat 5.5, MySQL 5.0, and JDBC driver MySQL Connector 5.1.5. Calling initialContext ...
ConfiguringDB2 in Documentation
Configuring DB2 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 ...
SessionHandleState in Documentation
SessionHandleState The !SessionHandleState class (package com.atomikos.datasource.xa.session ) tracks the XA enlistment history of a JDBC or JMS connection/session ...
KnownProblems in Documentation
Known Problems Below are some known problems (and solutions) related to Atomikos !TransactionsEssentials. Compilation fails with JDK 1.6 When compiling the sources ...
ConfiguringJBossMQ in Documentation
Configuring !JBossMQ !JBossMQ requires the atomikos jars in the classpath of the JBoss server, or you will get heuristic errors upon commit. This is because !JBossMQ ...
ConfiguringMQSeries in Documentation
Configuring MQSeries (aka Websphere MQ) You can use Atomikos and IBM MQ for JMS/XA messaging. To do so, please follow the configuration instructions outlined below ...
Tomcat6Integration in Documentation
Tomcat 6 Integration with Atomikos 3.2 or older It is possible to fully integrate the Atomikos transaction manager into Tomcat. Doing it this way makes the transaction ...
TomcatIntegration in Documentation
Tomcat Integration Customers have access to the Atomikos web control panel, which offers an easy graphical way to configure Tomcat. There are mainly two ways to configure ...
ConfiguringJms in Documentation
Using !TransactionsEssentials with JMS As for JDBC, !TransactionsEssentials comes bundled with a XA compliant JMS connection pool. Vendor's !XAConnectionFactory A ...
ConfiguringSonicMQ in Documentation
Configuring !SonicMQ An example of a configuration for !SonicMQ is shown below.
AtomikosTeam in Documentation
The Atomikos Team The Atomikos team is composed of a core group of dedicated employees (backing the commercial activities like support and release management) as well ...
ConfiguringOracleForXA in Documentation
Configuring Oracle for XA Oracle 10.2 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 ...
ConfiguringOracle in Documentation
Configuring Oracle for XA SimpleDataSourceBean example SimpleDataSourceBean ds new SimpleDataSourceBean(); ds.setUniqueResourceName("oracle"); ds.setXaDataSourceClassName ...
ConfiguringOracleAQ in Documentation
Configuring Oracle Advanced Queueing Oracle's Advanced Queueing functionality also includes JMS/XA drivers that can be used with Atomikos. NOTE: this configuration ...
WhyUseAtomikos in Documentation
Why Use Atomikos Why use Atomikos !TransactionsEssentials and not any other (open source or commercial) transaction manager? Because of the following reasons: Transaction ...
ConfiguringSwiftMQ in Documentation
Configuring Swift MQ All we have for now is a sample JMS application using Spring and !SwiftMQ. Requirements This sample application has been successfully tested ...
ConfiguringPostgreSQL in Documentation
Configuring !PostgreSQL for XA SimpleDataSourceBean example SimpleDataSourceBean ds new SimpleDataSourceBean(); ds.setUniqueResourceName("postgres"); ds.setXaDataSourceClassName ...
ConfiguringJdbc in Documentation
Using !TransactionsEssentials with JDBC As explained in ExternalConnectionPool you cannot use a non XA connection pool so !TransactionsEssentials comes bundled with ...
Tomcat55Integration in Documentation
Tomcat 5.5 Integration with Atomikos 3.2 or older It is possible to fully integrate the Atomikos transaction manager into Tomcat. Doing it this way makes the transaction ...
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 ...
JmxInstrumentation in Documentation
JMX Instrumentation of Active Transactions You can use JMX to inspect and administer active (pending) transactions. This is most relevant for problematic transactions ...
AtomikosPictures in Documentation
Atomikos Pictures This topic groups Atomikos pictures needed elsewhere. Guy's small picture: Wout Steurs: Margarita Vasquez: ...
WhenNotToUseJtaXa in Documentation
When Not To Use JTA/XA 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 ...
WhenToUseJtaXa in Documentation
When To Use JTA/XA JTA/XA is a kind of system insurance agains data corruption (and the resulting business losses). The most common use cases are: Processing ...
GettingSupport in Documentation
Getting Support See http://www.atomikos.com/Main/ProductSupport for an overview of our support options.
ConfiguringActiveMQ in Documentation
Configuring Active MQ All we have for now is a sample JMS application using Spring and !ActiveMQ. There are 3 subfolders in the archive: activemq The !ActiveMQ ...
JmsConnectionClasses in Documentation
JMS Connection Classes Class Diagram Overview The JMS connection class design is shown below. AtomikosJmsPooledConnection States The relevant states of the ...
GettingStartedWithTransactionsEssentials in Documentation
A bit of background Atomikos has been designed in a modular way. There is a transactional kernel called 'icatch' that provides a proprietary API. On top of that, many ...
WebPreferences in Documentation
Documentation Web Preferences Web Preferences Settings Set SITEMAPLIST on Set SITEMAPWHAT Set SITEMAPUSETO ...collaborate on #Set NOSEARCHALL ...
JtaProperties in Documentation
JTA properties Parameters Supported Many !TransactionsEssentials JTA settings can be tweaked. Fortunately most of them have sensible default values so most of the ...
TransactionsEssentialsArchitecture in Documentation
Core ThreadPooling TransactionLogging PreventingDeadlocks JDBC JdbcClasses JdbcConnectionPoolingClasses CheckConnectionsInPool BorrowConnectionFromPool ...
BorrowConnectionFromPool in Documentation
Borrow Connection From Pool The figure below shows the logic to borrow a connection from the pool.
CheckConnectionsInPool in Documentation
Check Connections In Pool The pool regularly checks the pooled connections as shown below.
JdbcConnectionPoolingClasses in Documentation
JDBC Connection Pooling Classes The figure below illustrates the connection pooling classes in package com.atomikos.jdbc.internal .
JdbcClasses in Documentation
JDBC Classes Overview The figure below shows the overview of the JDBC classes (in package com.atomikos.jdbc and subpackages).
ChangeLog in Documentation
Change Log See the release notes (included in the download) for the change log of your release. GuyPardon 25 Jul 2007
JtaXaCodeFragments in Documentation
TODO GuyPardon 26 Jul 2007
UnderstandingTheLogs in Documentation
Understanding The Logs The Effect of the Log Level Parameter The initialization parameter com.atomikos.icatch.console log level selects the level of details you ...
JettyIntegration in Documentation
Jetty Integration Jetty integration is explained in the Jetty docs available here: http://docs.codehaus.org/display/JETTY/Atomikos Also, Atomikos TransactionsEssentials ...
SpringIntegration in Documentation
Spring Integration Configuring Atomikos as the Spring JTA Transaction Manager You basically have two big options: the basic case (with JTA property file lookup) or ...
OptimizingJmsPerformance in Documentation
Optimizing JMS Performance Optimizing Sender Performance For optimized sending, you should use the com.atomikos.jms.Queue(Topic)SenderSession and/or com.atomikos ...
JtaXaPitfalls in Documentation
TODO GuyPardon 25 Jul 2007
JtaXaBestPractices in Documentation
TODO GuyPardon 25 Jul 2007
ProgrammingWithTransactionsEssentials in Documentation
TODO GuyPardon 26 Jul 2007
ConfiguringFioranoMQ in Documentation
Configuring Fiorano MQ The following information was tested with the default installation for !FioranoMQ version: 2007 SP2 Build # 4383 Startup !FioranoMQ in XA ...
50 topics found

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

Go
r3 - 15 Nov 2006 - 19:43:52 - TWikiContributor
This site is powered by the TWiki collaboration platformCopyright © contributing authors and Atomikos. All material on this collaboration platform is the shared property of the contributing authors and Atomikos.
Syndicate this site RSSATOM