Re: Multi Tenancy Support

2019-10-16 Thread Rajesh Mallah
into the ofbiz trunk ( in other words we are willing to contribute the fix back to community). I am open to discuss and explain the issue in depth. Kindly contact privately to mal...@redgrape.tech Regards Director Redgrape Technologies Pvt Ltd. India. On Thu, Oct 3, 2019 at 10:50 PM Rajesh

Re: Ofbiz Security permission

2019-03-01 Thread Rajesh Mallah
Hello Mr Deepak / List , can you also elaborate to what extent OOTB handles the isolation of view between resource owners. Eg below the person asks viewing his *own* resource but not others. > > create sale order, view and edit own sale order. Cannot update or view > other sale order which is

Re: Should we keep the multi-tenants feature in OFBiz?

2018-09-03 Thread Rajesh Mallah
Hi Jacques / List , Your Inline response did not reach me on my email id and I came to know about your response from the archives only. > Q: Are you using your suggestions in production? > A: Yes external connection pooling was eventually adopted to run an application that were accessed at

Re: Should we keep the multi-tenants feature in OFBiz?

2018-08-29 Thread Rajesh Mallah
Hi , I strongly feel we should. For me, multi-tenency is the key feature in supporting more number of organisations with a single instance of Java/tomcat. Think of running 20 under-utilized OFBiz instances each *locking* up say 1GB ram versus 1 multi-tenant OFBiz instance allocated with a

Re: New Impersonate Feature : OFBIZ-10515

2018-08-10 Thread Rajesh Mallah
This feature has valid use cases. +1 On Sat, Aug 11, 2018 at 1:30 AM, Gil Portenseigne < gil.portensei...@nereide.fr> wrote: > Hello ! > > I would like to introduce to you a new feature, i already talked about some > time ago (last year?). We needed it for one of our customer, that is > using it

Re: tenant handling in XMLRPC

2018-08-09 Thread Rajesh Mallah
. > > [1] https://issues.apache.org/jira/browse/OFBIZ > > On Tue, Aug 7, 2018 at 10:06 PM, Rajesh Mallah > wrote: > > > > Hello Everyone / Mr Scott , > > > > I have been able to churn out a patch finally. > > > > The request level dispatche

Re: tenant handling in XMLRPC

2018-08-07 Thread Rajesh Mallah
. This has been tested in a simulated concurrent scenario that was previously failing to provide correct results unless dispatcher was localized at request level. Kindly have a look at the attached patch. regds mallah On Tue, Aug 7, 2018 at 11:08 AM, Rajesh Mallah wrote: > > Hi , > >

Re: tenant handling in XMLRPC

2018-08-06 Thread Rajesh Mallah
Hi , I was giving this problem another shot but need help. The original problem is that , it is not possible to direct XML / RPC requests to specific tenants in a multi-tenant environment. This problem is significant as it forces us to have multiple instances of ofbiz running which are not

Re: Document association with FixedAssets

2018-05-18 Thread Rajesh Mallah
+91-9893287847 > http://www.hotwaxsystems.com > www.hotwax.co > > On Thu, May 17, 2018 at 3:55 PM, Rajesh Mallah <mallah.raj...@gmail.com> > wrote: > > > Also will such feature be of generic usage ? > > > > -- Ccing/Moving to Dev. > > > > O

Re: [Discussion] Introduction of Bootstrap and Vue.js

2018-05-17 Thread Rajesh Mallah
Hi List , The default UI of OFBiz does look aged but I feel it does a great job of being productive. As discussed before also ERP being a serious backroom software and mostly operated by staff to whom all the bells and whistles of modern frameworks may not make any difference. But since

Re: Document association with FixedAssets

2018-05-17 Thread Rajesh Mallah
Also will such feature be of generic usage ? -- Ccing/Moving to Dev. On Thu, May 17, 2018 at 3:53 PM, Rajesh Mallah <mallah.raj...@gmail.com> wrote: > Thanks Deepak . > > and can extend data >> model to associate FixedAsset with Content. >> > > You mean add

Re: datamodel book query : page 2-Top Level Product Entities, Entity ProductCategory

2018-05-14 Thread Rajesh Mallah
nything related you are sharing. > > > > > > Thanks! > > > > > > Rishi Solanki > > > Sr Manager, Enterprise Software Development > > > HotWax Systems Pvt. Ltd. > > > Direct: +91-9893287847 > > > http://www.hotwaxsystems.com

datamodel book query : page 2-Top Level Product Entities, Entity ProductCategory

2018-04-23 Thread Rajesh Mallah
Hi , The entity ProductCategory in Page 2 is abridged and there is no indication of that. Page 14 has the full blown version. Should we inflate in page 1 , so indicate that fact ? regds mallah.

Re: Confusing entity names

2018-04-17 Thread Rajesh Mallah
> >>> This would certainly cause havoc for us! So I would propose not to >>> change them! >>> >>> I certainly do agree the names do not make sense so rather than rename, >>> could a new type of entity be created that can reference existing entities? >&

Re: Confusing entity names

2018-04-12 Thread Rajesh Mallah
-1 is it really worth taking the risk , renaming generally wrecks havoc! specially considering OFBiz which have 100's of entities and dozens named similarly. however i agree with the proposer that they are not named properly. secondly , Is the current state of test suites or integration checks

Re: How to pass org.apache.ofbiz.entity.GenericValue using XMLRPC ?

2018-03-23 Thread Rajesh Mallah
s. It should be either values or generic data > structures (maps, lists, etc ...) > > Did you construct your GenericValue as a struct? Do you mind sharing > the code to take a closer look? Also, wouldn't this be more > appropriate in user@? > > On Fri, Mar 23, 2018 at 12:24 PM, Rajesh Malla

Re: How to pass org.apache.ofbiz.entity.GenericValue using XMLRPC ?

2018-03-23 Thread Rajesh Mallah
ion IMO, is to completely refactor this service, > because DAMN, 485 lines of code! It hurts my eyes just to look at that > jumble of code > > On Fri, Mar 23, 2018 at 11:54 AM, Rajesh Mallah <mallah.raj...@gmail.com> > wrote: > > Hi Jacques , > > Thanks for the re

Re: How to pass org.apache.ofbiz.entity.GenericValue using XMLRPC ?

2018-03-23 Thread Rajesh Mallah
Hi Jacques , Thanks for the reply . I have almost hit the wall with this current issue :-( Do you mean to say it may work if i use SOAP ? regds mallah. On Fri, Mar 23, 2018 at 2:13 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Le 23/03/2018 à 05:00, Rajesh Malla

Re: How to pass org.apache.ofbiz.entity.GenericValue using XMLRPC ?

2018-03-22 Thread Rajesh Mallah
ds mallah. On Fri, Mar 23, 2018 at 1:10 AM, Rajesh Mallah <mallah.raj...@gmail.com> wrote: > Hi , > > I had been using XMLRPC regularly for invoking OFBiz functions and getting > results. > However with below function calculateProductPrice I am facing problem

How to pass org.apache.ofbiz.entity.GenericValue using XMLRPC ?

2018-03-22 Thread Rajesh Mallah
Hi , I had been using XMLRPC regularly for invoking OFBiz functions and getting results. However with below function calculateProductPrice I am facing problem in passing the "product" param . I am getting the error below: Service: calculateProductPrice faultString:Type check failed for field

Re: perceived lack of exportable services

2018-03-20 Thread Rajesh Mallah
it. You need to get a bit more familiar with > how sequence banks work. > > On Tue, Mar 20, 2018 at 6:30 PM, Rajesh Mallah <mallah.raj...@gmail.com> > wrote: > > Hello List / Taher , > > > > Is there any service that can get the next suitable ID > > to b

Re: perceived lack of exportable services

2018-03-20 Thread Rajesh Mallah
services that are > generic in that sense. > > On Tue, Mar 20, 2018 at 10:05 AM, Rajesh Mallah <mallah.raj...@gmail.com> > wrote: > > Hi , > > > > Although there is a huge collection of services that can be utilized > > for integrating OFBiz into othe

Re: Separation database for inventory module

2018-03-20 Thread Rajesh Mallah
Hi Jaya , thanks for sharing the interesting details . Pls allow some time for detailed reply which database do you use btw? regds Mallah. On Tue, Mar 20, 2018 at 2:40 PM, jayachandr...@gmail.com < jayachandr...@gmail.com> wrote: > > > On 2018/03/19 15:23:07, Rajesh Mal

Re: perceived lack of exportable services

2018-03-20 Thread Rajesh Mallah
d to a party, then a combination between a > view entity and a "performFind" service would be probably sufficient > for your needs. You can also find other search services that are > generic in that sense. > > On Tue, Mar 20, 2018 at 10:05 AM, Rajesh Mallah <mallah.raj...@gmail

language switching tool in demo instance

2018-03-20 Thread Rajesh Mallah
Hi , At times we find the demo instance in a foreign language and it is difficult to reset the language back to preferred one. Should we have some flags (visual) in most / common themes so that language of interface can be quickly changed to the one the current user understands. Such a facility

perceived lack of exportable services

2018-03-20 Thread Rajesh Mallah
Hi , Although there is a huge collection of services that can be utilized for integrating OFBiz into other applications still some services seems to be missing. eg: a service to get Person/PartyGroup entity details using partyId , or to get list of Products related to a Party in ProductRole

Re: Separation database for inventory module

2018-03-19 Thread Rajesh Mallah
Hello Jaya , Could you consider hinting why you would want certain entities in a separate database? What are you trying to achieve? regds mallah. On Mon, Mar 19, 2018 at 8:23 PM, jayachandr...@gmail.com < jayachandr...@gmail.com> wrote: > Hi All, > > In Ofbiz I want to create separate

Re: tenant handling in XMLRPC

2018-03-16 Thread Rajesh Mallah
/webapp/src/main/java/org/apache/ofbiz/webapp/event/XmlRpcEventHandler.java#L79 https://github.com/apache/ofbiz/blob/7ba7f3c2e16df6c8db0d8114e124957199cea1ff/framework/webapp/src/main/java/org/apache/ofbiz/webapp/event/XmlRpcEventHandler.java#L232 On Fri, Mar 16, 2018 at 9:27 PM, Rajesh Mallah

Re: tenant handling in XMLRPC

2018-03-16 Thread Rajesh Mallah
. On Fri, Mar 16, 2018 at 9:11 PM, Rajesh Mallah <mallah.raj...@gmail.com> wrote: > Hi Scott / Gurus! , > > in SOAPEventHandler dispatcher and delegator is being got > from HttpServletRequest request. > > However in XmlRpcHttpServer the request is being > eventually hand

Re: tenant handling in XMLRPC

2018-03-16 Thread Rajesh Mallah
execute function of ServiceRpcHandler any tips ? regds mallah. On Fri, Mar 16, 2018 at 7:33 PM, Rajesh Mallah <mallah.raj...@gmail.com> wrote: > The EventHandler objects are >> singletons shared among all incoming requests so we don't want to store >> request-speci

Re: tenant handling in XMLRPC

2018-03-16 Thread Rajesh Mallah
est-specific objects in fields that are accessed by all requests or the > results will get pretty unpredictable for concurrent requests across > multiple tenants. > > Regards > Scott > > > On 16 March 2018 at 07:01, Rajesh Mallah <mallah.raj...@gmail.com> wrote: > >

Re: Demo Trunk Break

2018-03-16 Thread Rajesh Mallah
@Jacques , Same Here as Nicolas, I have plenty of CPU and RAM , and some static IPs to host VMs for Ofbiz development. regds mallah. On Fri, Mar 16, 2018 at 1:47 PM, Nicolas Malin wrote: > Hello, > > Jacques, if you need some testing server for you dev, don't

Re: Demo Trunk Break

2018-03-16 Thread Rajesh Mallah
Additionally time to set them up. regds mallah. On Fri, Mar 16, 2018 at 2:36 PM, Rajesh Mallah <mallah.raj...@gmail.com> wrote: > > @Jacques , > > Same Here as Nicolas, > > I have plenty of CPU and RAM , and some static IPs to host VMs for > Ofbiz development. >

Re: tenant handling in XMLRPC

2018-03-15 Thread Rajesh Mallah
.) method. > > Regards > Scott > > On 16 March 2018 at 00:22, Rajesh Mallah <mallah.raj...@gmail.com> wrote: > > > Hello All , > > > > Is it possible to direct the webservice call to a particular tenant using > > XMLRPC? > > > > I a

Re: tenant handling in XMLRPC

2018-03-15 Thread Rajesh Mallah
ndler.isAuthorized(...) method. > > Regards > Scott > > On 16 March 2018 at 00:22, Rajesh Mallah <mallah.raj...@gmail.com> wrote: > > > Hello All , > > > > Is it possible to direct the webservice call to a particular tenant using > > XMLRPC? > > >

tenant handling in XMLRPC

2018-03-15 Thread Rajesh Mallah
Hello All , Is it possible to direct the webservice call to a particular tenant using XMLRPC? I am referring to https://cwiki.apache.org/confluence/display/OFBIZ/Using+XMLRPC+as+an+alternative+to+SOAP consider the snippet ===

Re: GeoPoint is missing in the data model handbook

2018-03-14 Thread Rajesh Mallah
Hi Jacques , The issue was filed. https://issues.apache.org/jira/browse/OFBIZ-10279 I also observed that there was no way to tag the issue to be related to docs . Some kind of "component" or "category" was expected. regds mallah.

GeoPoint is missing in the data model handbook

2018-03-13 Thread Rajesh Mallah
Hi , while working with some geo features it is found GeoPoint is missing in the combined hand book file https://cwiki.apache.org/confluence/display/OFBIZ/Data+Model+Diagrams where do we report such doc bugs , JIRA? or is it intentional omission? regds mallah.

Re: support for schema , ofbiz database , ofbiz olap database specification in tenant_data_source

2018-03-12 Thread Rajesh Mallah
the default behavior of the command can be left like that and for those who need more flexibility there can be fine grained options for overriding the default values. regds mallah. On Tue, Mar 13, 2018 at 7:59 AM, Paul Foxworthy <p...@cohsoft.com.au> wrote: > On 13 March 2018 at 13:1

Re: Listing All Menu Items

2018-03-12 Thread Rajesh Mallah
Hi Deepak , I guess you suggested the below: <#assign displayApps = Static["org.apache.ofbiz.webapp.control.LoginWorker"].*getAppBarWebInfos*(security, userLogin, ofbizServerName, "*main*")> <#assign displaySecondaryApps =

Re: support for schema , ofbiz database , ofbiz olap database specification in tenant_data_source

2018-03-12 Thread Rajesh Mallah
ht not escape > cross-database joins altogether. > > Cheers > > Paul Foxworthy > > > On 13 March 2018 at 03:41, Rajesh Mallah <mallah.raj...@gmail.com> wrote: > > > Hi , > > > > I felt the need for using a specific schema of an existing databases for &

support for schema , ofbiz database , ofbiz olap database specification in tenant_data_source

2018-03-12 Thread Rajesh Mallah
Hi , I felt the need for using a specific schema of an existing databases for holding tenant data. I eventually achieved the objective by updating the jdb_uri column of the tenant_data_source Currently the command for creating new Tenant is : ./gradlew createTenant -PtenantId=tenant001