Re: Does OFBiz need to be rebuilt after changing the configuration?

2012-08-29 Thread Sudhir Singh
Just a restart ( stop and start ) would be sufficient after the change in entityengine file. On 30-Aug-2012 9:12 AM, "Ted Byers" wrote: > After several successful attempts to run OFBiz, on different virtual > machines, with both the default and MySQL databases, I decided to try to > improve perfr

Re: Does OFBiz need to be rebuilt after changing the configuration?

2012-08-29 Thread Rajbir Saini
No, You do not need to rebuild the OFBiz after changing XML files. However, you will need to restart the server to reread the configuration files. If you change any thing in Java code, you will need to restart the OFBiz. Thanks, Raj On Thursday 30 August 2012 09:12 AM, Ted Byers wrote: After

Does OFBiz need to be rebuilt after changing the configuration?

2012-08-29 Thread Ted Byers
After several successful attempts to run OFBiz, on different virtual machines, with both the default and MySQL databases, I decided to try to improve perfrmance by having the database on one virtual machine (a MySQL DB), and OFBiz running on a different virtual machine. But the question is, does O

Re: Workeffort guidance required

2012-08-29 Thread Ted Byers
On Wed, Aug 29, 2012 at 2:42 AM, Adrian Crum < adrian.c...@sandglass-software.com> wrote: > OFBiz will do most of what you describe. It would be best to start off > with The Data Model Resource Book: > > http://www.amazon.com/Data-**Model-Resource-Book-Vol/dp/** > 0471380237/ref=sr_1_2?ie=UTF8&**q

Re: multitenant users?

2012-08-29 Thread Carsten Schinzer
All, I have opened JIRA ticket as follows and added my first analysis results as a comment. https://issues.apache.org/jira/browse/OFBIZ-5019 As indicated, I might need some guidance for the context parameter setting/persistence of 'tenantId'. The stuff to change in ContextFilter then is pretty s

Re: multitenant users?

2012-08-29 Thread Jacques Le Roux
Carsten will open a Jira with what he found so far. It must be related with the issue you spotted, anyway we will see... Jacques From: "Dale E. Moore" I ran my process, below, against release12.04 and got the same results: The Following Errors Occurred: following error occurred during login:

Re: multitenant users?

2012-08-29 Thread Jacques Le Roux
From: "Dale E. Moore" Carsten, Jacques; You folks are wonderful! Thanks for your prompt replies and assistance! I used "svn co https://svn.apache.org/repos/asf/ofbiz/trunk ofbiz.12.04-tenants" yesterday to create this instance, is that sufficient information to help you recognize my situation?

Re: multitenant users?

2012-08-29 Thread Dale E. Moore
I ran my process, below, against release12.04 and got the same results: The Following Errors Occurred: following error occurred during login: User not found. I built this instance via: dalem@QnD:~/workspace$ svn co https://svn.apache.org/repos/asf/ofbiz/branches/release12.04 ofbiz.12.04 cd ofbiz

Re: EntityAuditLog mapping with corresponding event(Service/Event)

2012-08-29 Thread parimal gain
Thanks Jacques for info. As I have seen the implementation, userlogin is store as identifier, but how the identifier is assigning the current login I have to see. On Aug 29, 2012 3:57 PM, "Jacques Le Roux" wrote: > I can at least say that I believe the answer to your both questions is no > Did y

Re: multitenant users?

2012-08-29 Thread Dale E. Moore
Carsten, Jacques; You folks are wonderful! Thanks for your prompt replies and assistance! I used "svn co https://svn.apache.org/repos/asf/ofbiz/trunk ofbiz.12.04-tenants" yesterday to create this instance, is that sufficient information to help you recognize my situation? Is there some definitive

Re: EntityAuditLog mapping with corresponding event(Service/Event)

2012-08-29 Thread Jacques Le Roux
I can at least say that I believe the answer to your both questions is no Did you already trace how/when the userlogin is stored? Maybe you can follow this way and do the same to an extended entities with the new fields you require Also maybe a look at ServerHitBin class could help... Jacques

Re: EntityAuditLog mapping with corresponding event(Service/Event)

2012-08-29 Thread parimal gain
Any information/help regarding this will be appreciated. Thanks in Advance. On Aug 27, 2012 11:58 PM, "parimal gain" wrote: > Hi All, > > When looking into EntityAuditLog table, it store the changed entity > name, change field name, old value, new value and user login id > information, but t

Re: multitenant users?

2012-08-29 Thread Jacques Le Roux
Dale, Carsten, To help you we 1st need to know which Release.revision you are using. It would be easier to help you Dale if you used the trunk for this point. Then if we find and fix a bug it will be backported to R12.04 Jacques From: Dale, This seems to be a manifest bug which I have repo