Re: ApacheCon 2015

2015-04-17 Thread darrell73s
Thanks to Adrian and all of the other presenters. The sessions were informative, and it was good to finally put some faces to the names! - Darrell -- View this message in context: http://ofbiz.135035.n4.nabble.com/ApacheCon-2015-tp448p4666774.html Sent from the OFBiz - User mailing list

Re: Offline EntitySync Functionality

2015-02-08 Thread darrell73s
Thanks Jacques, I had found that wiki article previously, which mainly documents the pull/push processes, and found the concepts helpful while going through the EntitySync source. However, as you've indicated, what I'm looking at is the offline sync. Please let me know if the following would be

Re: Locking While Placing Orders 12.04/13.07

2015-02-04 Thread darrell73s
Thanks Jacopo and Jacques... Because this happens intermittently in my system, I would suspect a timing-related scenario in line with what Scott mentions in his mail. I will continue to monitor my system, and if the problem presents itself again, and I'm able to isolate the issue to the count

Offline EntitySync Functionality

2015-02-04 Thread darrell73s
Hi folks, I'm exploring the use of the entity sync feature of the framework to perform some data replication. Because of my setup, I would need to use the offline sync portion of the functionality. I have gone through the existing services, and the interface for offline entity sync in webtools.

Re: Locking While Placing Orders 12.04/13.07

2015-01-20 Thread darrell73s
Apologies for reviving such an old thread, but I've been monitoring one of my systems, and have some new information on this... Thanks for that Jacopo, I read the issue you posted in the FOP JIRA, and my thread dump doesn't appear to show any indications of FOP being an issue. However, I was

Re: Tomcat Unresponsive

2014-12-19 Thread darrell73s
Hi all, Just as a follow up on this, I was ultimately able to get to the bottom of the issue. It turned out to be a product of my environment. I came to find out that in my environment, there is a stateful firewall which will terminate connections which are idle for a given period of time. By

Re: Tomcat Unresponsive

2014-12-01 Thread darrell73s
Hi folks, As always, thanks for your input Jacopo: That's interesting, I was wondering the same thing, and seems to make some sense based on the dump. It should also have been noted that the network which I am operating on is a bit volatile, so whether the DB server (PostgreSQL in my case) may

Tomcat Unresponsive

2014-11-26 Thread darrell73s
Hi All, I've been having some strange behavior on a test system (with little to no volume) AND a live system for a custom OFBiz 12.04.02 application which I've created. It's worth noting that in the custom application, raw connections are not used, and everything is always done within the

Re: Locking While Placing Orders 12.04/13.07

2014-10-06 Thread darrell73s
Jacopo, all, I checked into the quick ship feature and confirmed my thought earlier: it appears that quick ship will not work without the store having the Reserve Inventory set to Y. As I mentioned previously, I'm using the PIZZA, a configurable good, which creates a Production Run on order

Re: Locking While Placing Orders 12.04/13.07

2014-10-02 Thread darrell73s
Thanks Mike, I was seeing similar behavior with Derby so I was thinking that the issue was database agnostic, but I will run pgTune on my instance to see what sorts of settings I can experiment with. That's good to hear Jacopo, I'm available to do some testing, just let me know how I can help.

Re: Locking While Placing Orders 12.04/13.07

2014-10-02 Thread darrell73s
Hi Jacopo, Thanks for the quick responses. I believe you hit the nail right on the head with the inventory recommendation! I turned the fields off which you mentioned and now there appears to be no issue inputting orders at the volume I mention above. Interestingly, I haven't come across the fop

Locking While Placing Orders 12.04/13.07

2014-10-01 Thread darrell73s
Hi folks, I'm having an issue when placing multiple orders around the same time as each other. To closely mimic my actual business process, I'm placing an order for 1 configurable good, and since I'm using demo data, I'm using the small PIZZA. This creates a production run after the order is

Connection Pooling in Framework

2014-09-27 Thread darrell73s
Currently I'm using OFBiz 12.04.02 which uses commons-dbcp 1.4. I'm looking to take advantage of some of the newer features in dbcp 2 which I noticed is the version being used in trunk. I was hoping to get others' takes on feasibility and/or ease of adding/upgrading dbcp to the latest version in

Re: Product Pricing From Order Date

2014-09-16 Thread darrell73s
Hi Anil, Thanks for the tip, I've seen that tutorial previously, but could not find a way to leverage it for what I'm trying to accomplish. Hopefully you have some insight on this: Essentially, an example of the scenario that I'm trying to handle is: a customer places an order on 09/01 with some

Re: Product Pricing From Order Date

2014-09-16 Thread darrell73s
Ron, Pierre, thanks for the followup Pierre, using the 'customMethod' approach was actually my first choice (which is what the Custom Price Calc Service in Product Pricing uses). I mentioned in a previous post that customAttributes is empty when calculateProductPrice is being called from the

Re: Product Pricing From Order Date

2014-09-14 Thread darrell73s
Hi folks, I couldn't find any way to leverage price rules for what I'm looking to do. After some more research, I came across the Custom Price Calc Service in Product Pricing. It appears that this may be able to be used to accomplish what I'm looking for with a point in time price calculation

Product Pricing From Order Date

2014-09-09 Thread darrell73s
Hi All, I am wondering if there is a configuration somewhere which can change the behavior I am getting with an out of the box instance of OFBiz in order to retrieve the active product prices off of the order date stamp (assuming it's an existing order and orderDate is available) rather than the

ContentManager Webapp Base Permission (Potential Issue)

2014-03-11 Thread darrell73s
Hi all, I was looking into the ContentManager application in the framework. Currently, the content webapp defined in the ofbiz-component xml uses only the CONTENTMGR permission in the base permissions list. Looking through all other applications webapps in the framework, it seems that in all of

Possible Issue - appendOrderItem Service

2014-03-10 Thread darrell73s
Hi Folks, I'm running 12.04.02, I'm using the appendOrderItem service in the order application. The service definition allows for an optional Map of order item attributes called itemAttributesMap. However, the addItemToApprovedOrder method in OrderServices isn't using that map from the service

Quick Ship Order Status Service

2014-03-02 Thread darrell73s
Hi All, Ran into a question while implementing quick ship in my OFBiz application (12.04.02). I'm looking to utilize the quickShipEntireOrder service which is defined in org/ofbiz/shipment/shipment/ShipmentServices.xml. This service makes a call out to the createShipmentForFacilityAndShipGroup

Re: Triggering Comm Event Creation from Email

2014-01-01 Thread darrell73s
Hi Sumit, Thanks for the reply, please see my comments inline Sumit Pandit-2 wrote But a thought wrt functional behavior; since retrieve password email contains user password in it, therefore for security reasons, it should not be logged anywhere in system. I agree, functionally, this

Triggering Comm Event Creation from Email

2013-12-26 Thread darrell73s
Hi fellow OFBiz'ers, I've been looking into e-mailing in the framework, and noticed something that I hope you might be able to help me out with. I noticed that if I attempt to use the Email Password feature of the eCommerce login page, I'm able to send the message (after of course configuring