Product Configuration - PC001

2018-12-05 Thread james
I have been playing around with adding PC001(Configured Item) to a sales
order which gets configured.  I noticed that it creates a new product ID
every time you create a configured order.  Is this correct?  Wouldn't
this fill up the Catalog with hundreds of obsolete product IDs?

Thanks,

James


Re: Translate survey

2018-12-05 Thread Pierre Smits
Hi Ingo,

Surveys are defined in the Content component and the associated data model.
I suggest to investigate differences with other 'Content' entity-models and
services to identify enhancements. At first glance it seems that a language
element should be introduced.

I trust the above helps.

Best regards,

Pierre Smits

*Apache Trafodion , Vice President*
*Apache Directory , PMC Member*
Apache Incubator , committer
*Apache OFBiz , contributor (without privileges)
since 2008*
Apache Steve , committer


AW: Translate survey

2018-12-05 Thread Ingo Wolfmayr
Hi Pierre,

if you go to 
https://demo-trunk.ofbiz.apache.org/ecomseo/product/Gift-Card-Activation-GC-001.html
 and add it to the cart, the Gift Card Purchase Info apears (surveyId 1000). I 
did not find a way to feed translations - like it can be done for example for 
content. 

Thanks & Best Regards,
Ingo

-Ursprüngliche Nachricht-
Von: Pierre Smits  
Gesendet: Mittwoch, 5. Dezember 2018 15:13
An: user@ofbiz.apache.org
Betreff: Re: Translate survey

Hi Ingo,

Can you provide references? E.g. uris from demo, or viewvc?

Best regards,

Pierre Smits

*Apache Trafodion , Vice President* *Apache 
Directory , PMC Member* Apache Incubator 
, committer *Apache OFBiz 
, contributor (without privileges) since 2008* Apache 
Steve , committer


On Wed, Dec 5, 2018 at 3:08 PM Ingo Wolfmayr 
wrote:

> Hi everybody,
>
> is there a way to have a survey translated in multiple languages. For 
> example the gift card survey`.
>
> Best regards,
> Ingo
>


Re: Translate survey

2018-12-05 Thread Pierre Smits
Hi Ingo,

Can you provide references? E.g. uris from demo, or viewvc?

Best regards,

Pierre Smits

*Apache Trafodion , Vice President*
*Apache Directory , PMC Member*
Apache Incubator , committer
*Apache OFBiz , contributor (without privileges)
since 2008*
Apache Steve , committer


On Wed, Dec 5, 2018 at 3:08 PM Ingo Wolfmayr 
wrote:

> Hi everybody,
>
> is there a way to have a survey translated in multiple languages. For
> example the gift card survey`.
>
> Best regards,
> Ingo
>


Translate survey

2018-12-05 Thread Ingo Wolfmayr
Hi everybody,

is there a way to have a survey translated in multiple languages. For example 
the gift card survey`.

Best regards,
Ingo


Re: High availability and Load Balancing with Ofbiz

2018-12-05 Thread Rishi Solanki
Hi Mandar,
I would suggest to take a look at below documents before finalizing way you
achieve the load balancing;
-
https://cwiki.apache.org/confluence/display/OFBIZ/Introduction+to+Load+Balancing+an+OFBiz+Cluster
-
https://www.hotwaxsystems.com/ofbiz/ofbiz-tutorials/apache-ofbiz-performance/

HTH!

--
Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co


On Wed, Dec 5, 2018 at 3:58 PM Pierre Smits  wrote:

> Hi Mandar,
>
> I suggest to set up a Multi-tier HAFO infrastructure, with:
>
>1. a cluster of web servers for the front-end (e.g. Apache HTTPD),
>ensuring that your web service has HAFO
>2. a cluster of Apache OFBiz application servers, ensuring that your
>application service has HAFO
>3. a cluster of RDBMS servers, ensuring that your persistence layer has
>HAFO, which also offers the opportunity to split between read and write
>services. If you have a huge amount of data to write to and read from
> the
>persistence layer you may consider using Apache Trafodion
> as your go-to solution as it
>transactional SQL on Hbase /Hadoop
>.
>
> For setting up clustering of the OFBiz tier, I suggest reading up on:
>
> https://cwiki.apache.org/confluence/display/OFBIZ/Distributed+Entity+Cache+Clear+%28DCC%29+Mechanism
>
> Best regards,
>
> Pierre Smits
>
> *Apache Trafodion , Vice President*
> *Apache Directory , PMC Member*
> Apache Incubator , committer
> *Apache OFBiz , contributor (without privileges)
> since 2008*
> Apache Steve , committer
>
>
> On Wed, Dec 5, 2018 at 10:05 AM Mandar K  wrote:
>
> > Hello All,
> >
> > Can anyone suggest how do I achieve High availability and Load Balancing
> > with Ofbiz. We would be handling TB's of Data in the backend.
> > Any references or pointers would be appreciated
> >
> >
> >
> > Thanks and Regards,
> > manku
> >
> > --
> > Regards
> > Mandar Kulkarni
> > Adaptability is the whole mystery of life - Swami Vivekanand
> >
>


Re: High availability and Load Balancing with Ofbiz

2018-12-05 Thread Pierre Smits
Hi Mandar,

I suggest to set up a Multi-tier HAFO infrastructure, with:

   1. a cluster of web servers for the front-end (e.g. Apache HTTPD),
   ensuring that your web service has HAFO
   2. a cluster of Apache OFBiz application servers, ensuring that your
   application service has HAFO
   3. a cluster of RDBMS servers, ensuring that your persistence layer has
   HAFO, which also offers the opportunity to split between read and write
   services. If you have a huge amount of data to write to and read from the
   persistence layer you may consider using Apache Trafodion
    as your go-to solution as it
   transactional SQL on Hbase /Hadoop
   .

For setting up clustering of the OFBiz tier, I suggest reading up on:
https://cwiki.apache.org/confluence/display/OFBIZ/Distributed+Entity+Cache+Clear+%28DCC%29+Mechanism

Best regards,

Pierre Smits

*Apache Trafodion , Vice President*
*Apache Directory , PMC Member*
Apache Incubator , committer
*Apache OFBiz , contributor (without privileges)
since 2008*
Apache Steve , committer


On Wed, Dec 5, 2018 at 10:05 AM Mandar K  wrote:

> Hello All,
>
> Can anyone suggest how do I achieve High availability and Load Balancing
> with Ofbiz. We would be handling TB's of Data in the backend.
> Any references or pointers would be appreciated
>
>
>
> Thanks and Regards,
> manku
>
> --
> Regards
> Mandar Kulkarni
> Adaptability is the whole mystery of life - Swami Vivekanand
>


Re: High availability and Load Balancing with Ofbiz

2018-12-05 Thread Jacques Le Roux

Le 05/12/2018 à 10:05, Mandar K a écrit :

Hello All,

Can anyone suggest how do I achieve High availability and Load Balancing
with Ofbiz. We would be handling TB's of Data in the backend.
Any references or pointers would be appreciated



Thanks and Regards,
manku


First thing to look at is 
https://cwiki.apache.org/confluence/display/OFBIZ/Distributed+Entity+Cache+Clear+%28DCC%29+Mechanism

Jacques



High availability and Load Balancing with Ofbiz

2018-12-05 Thread Mandar K
Hello All,

Can anyone suggest how do I achieve High availability and Load Balancing
with Ofbiz. We would be handling TB's of Data in the backend.
Any references or pointers would be appreciated



Thanks and Regards,
manku

-- 
Regards
Mandar Kulkarni
Adaptability is the whole mystery of life - Swami Vivekanand