Re: What IDE for Ofbiz

2016-07-20 Thread Ron Wheeler
http://blog.artifact-software.com/tech/?p=322 is a small blog about how I use a RAM Drive to speed up Eclipse. This makes editing pretty snappy even when a lot of features and plugins are loaded. I suspect that the same thing could be applied to other IDEs. Ron On 20/07/2016 4:39 PM,

Re: What IDE for Ofbiz

2016-07-20 Thread Jacques Le Roux
Le 20/07/2016 à 22:19, user a écrit : What version of Eclipse do you mean when saying "faster"? Eclipse Neon (aka 4.6) I experience slow scrolling of source code. It looks rather like fast paging than scrolling. Eclipse Neon 4.6. I have no issues scrolling at all. This may depend on your

hardcoded constants in the source code

2016-07-20 Thread user
Hi there! I'm starting to learn the sources of OfBiz. It looks promising for me as ecommerce framework. What confuses me is the syle of referencing constants. For example, " _LAST_VIEW_NAME_" expression is referenced 114 times. It means, every single time I forced to make the exact copy of

RE: Re: What IDE for Ofbiz

2016-07-20 Thread user
What version of Eclipse do you mean when saying "faster"? I experience slow scrolling of source code. It looks rather like fast paging than scrolling. Eclipse Neon 4.6. 19.07.2016, 13:04:52 пользователь Jacques Le Roux (jacques.le.r...@les7arts.com) написал: I use Eclipse since I started

Re: Is a single GeronimoTransactionManager shared between all tenants in a multi-tenant setup?

2016-07-20 Thread Jacopo Cappellato
Is it possible that your code is creating EntityListIterator objects and not properly closing them? This may cause connections to stay open until the SqlProcessor objects are finalized. My guess is that the connection leaks are happening before the finalization, and not as a consequence of it,

Add tax to billed hours

2016-07-20 Thread Montalbano Florian
Hi everyone, I discovered that I need to put a tax line on the invoice when billing hours spent on a project. I can create the invoice with the hours from the project component (or scrum) but when I try to "add tax", an error message is displayed saying that there is no productId to

Re: Is a single GeronimoTransactionManager shared between all tenants in a multi-tenant setup?

2016-07-20 Thread Jacopo Cappellato
Hi Justin, On Wed, Jul 20, 2016 at 12:37 PM, Justin Robinson < ofbiz-10.04-downst...@fluidnotions.com> wrote: > I am really just interested in the architecture, it's no so much an issue > with any version of ofbiz. (In fact I am working on a system based on > ofbiz, it would be better to replace

Re: Is a single GeronimoTransactionManager shared between all tenants in a multi-tenant setup?

2016-07-20 Thread Justin Robinson
I am really just interested in the architecture, it's no so much an issue with any version of ofbiz. (In fact I am working on a system based on ofbiz, it would be better to replace it with pure ofbiz, but that is not my decision to make). I hope you will still be willing to discuss your

Re: Is a single GeronimoTransactionManager shared between all tenants in a multi-tenant setup?

2016-07-20 Thread Jacopo Cappellato
Hi Justin, your understanding of the class implementation is correct and there may be a chance that some code may need to be improved, but I am not sure as I could only give a cursory look at the code. By the way, I see that the code in GeronimoTransactionManager calls a "tenant-aware" method in

Re: Is a single GeronimoTransactionManager shared between all tenants in a multi-tenant setup?

2016-07-20 Thread Pierre Smits
Hi Justin, Straight and simple answer (I trust): The tenandId used by the user loggin into the system is used by the OFBiz system as the delegatorId. This delegatorId is then used (amongst others) by the underlying services regarding the entity engine as the differentiator for executing CRUD