Hi All- I am new to Apache OJB/JDO and trying to use JDO support within Session Beans in Websphere 5.1 using JTA/Container Managed Transaction.
(a) Could someone provide me a sample repository.xml and OJB.properties for use inside EJB container? A sample code snippet would also help. Here is my current setup for the jdbc-connection: <jdbc-connection-descriptor jcd-alias="default" default-connection="true" platform="Oracle" jdbc-level="2.0" batch-mode="false" useAutoCommit="0" ignoreAutoCommitExceptions="false" jndi-datasource-name="jdbc/c1Datasource"> </jdbc-connection-descriptor> Also, what OJB properties that I must set for use with EJB/Managed Container Solution? (b) Can I use Container Managed Transaction? Is it supported by Apache OJB? I prefer not to use tx.begin() and tx.commit calls. Appreciate your input. Thanks. -Muthu --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
