[jira] [Commented] (OFBIZ-1381) If you Create and Ship an Order for a billing account and then create a store credit, a second billing account is created

2013-01-31 Thread Skip Dever (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13568062#comment-13568062 ] Skip Dever commented on OFBIZ-1381: --- Sounds about right to me > If you

Re: Switch from Common DBCP to Tomcat new JDBC pool

2013-01-31 Thread Jacopo Cappellato
Yes, my patch doesn't require any changes to existing DBCP code, it simply adds Atomikos as an option that you can enable (in place of DBCP) in entityengine.xml Jacopo On Jan 31, 2013, at 12:08 PM, Jacques Le Roux wrote: > Jacopo, > > Yes, we could even kept Common DBCP (at least in a 1st tim

Re: Switch from Common DBCP to Tomcat new JDBC pool

2013-01-31 Thread Jacopo Cappellato
Here you go Adrian (and all): https://issues.apache.org/jira/browse/OFBIZ-5129 Please feel free to ping me to discuss, it would be really great to see this effort finalized as I initially spent a good amount of time and because it would be a nice enhancement for OFBiz. In the task I have mentio

[jira] [Updated] (OFBIZ-5129) Support for Atomikos Transactions Essentials

2013-01-31 Thread Jacopo Cappellato (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacopo Cappellato updated OFBIZ-5129: - Attachment: ate-3.8.0-transactions.jar ate-3.8.0-transactions-osgi.jar

[jira] [Created] (OFBIZ-5129) Support for Atomikos Transactions Essentials

2013-01-31 Thread Jacopo Cappellato (JIRA)
Jacopo Cappellato created OFBIZ-5129: Summary: Support for Atomikos Transactions Essentials Key: OFBIZ-5129 URL: https://issues.apache.org/jira/browse/OFBIZ-5129 Project: OFBiz Issue Type

Re: Switch from Common DBCP to Tomcat new JDBC pool

2013-01-31 Thread Jacques Le Roux
Jacopo, Yes, we could even kept Common DBCP (at least in a 1st time) and use it as an alternative as you suggested. Moqui experience with this architecture seems good Jacques From: > Would you be willing to upload the patch to Jira? I could take a look > at it when I have some time. > > -Ad

Re: Switch from Common DBCP to Tomcat new JDBC pool

2013-01-31 Thread adrian . crum
Would you be willing to upload the patch to Jira? I could take a look at it when I have some time. -Adrian Quoting Jacopo Cappellato : As a side note, we could also consider to use Atomikos as an alternative to commons DBCP; I have actually a local patch that replaces commons-dbcp+geronim

[jira] [Assigned] (OFBIZ-1381) If you Create and Ship an Order for a billing account and then create a store credit, a second billing account is created

2013-01-31 Thread Vikas Mayur (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikas Mayur reassigned OFBIZ-1381: -- Assignee: Vikas Mayur > If you Create and Ship an Order for a billing account and then crea

[jira] [Commented] (OFBIZ-1381) If you Create and Ship an Order for a billing account and then create a store credit, a second billing account is created

2013-01-31 Thread Vikas Mayur (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13567498#comment-13567498 ] Vikas Mayur commented on OFBIZ-1381: There have been many changes to the store credit

Re: Switch from Common DBCP to Tomcat new JDBC pool

2013-01-31 Thread Jacopo Cappellato
As a side note, we could also consider to use Atomikos as an alternative to commons DBCP; I have actually a local patch that replaces commons-dbcp+geronimoTx with Atomikos; it is mostly working (except for some Tx related details on some special cases I didn't find time to fix). This would work