Distriubted Cache Clearing issue

2016-03-11 Thread 叶双明
Hi all

We have a small cluster with 2 ofbiz instances, using DCC by ActiveMQ.

Everything seems ok, but sometimes we encounter a entity cache issue,must
clear cluster cache manually, and then the cluster works fine.



​
Thanks,
-- 
叶双明


Calendar and Ofbiz

2016-03-11 Thread Tom Running
I am hoping I can receive your input and recommendation on this matter.

Let me explain what I am looking to achieve with Ofbiz.

I Plan to deploy it as an Internal and External web portal for a church
community.

I will use either version 13 or 14 release.

Both Ofbiz versions seem to have all the features that we are looking for.


1.  I plan to modify the Front End eCommerce catalog main page as the main
landing page for the church website.


2.  On this main landing page we will have a Calendar module with public
and private access features, which will Allow public and private members to
view and update calendar activities as they need.  Calendar View, Create,
Modify and Delete should be controlled via either Public or authenticated
users.


Here are my questions:
1. Are there any current applications that have calendar features included
in version 13.7's, 14.2's or 15's release that can be use for my purpose?

Would SFA, Work Effort or SCRUM have the features and be able to do what I
am looking for with some code modification?  Or, am I better off looking
for a separate Calendar module and integrating it into Ofbiz?


2. If not then what is your recommendation on a separate calendar module to
integrate with Ofbiz.


3. I have not done this type of integration with Ofbiz before but if I have
some guidance from you experts where to go and what to use I can produce
custom coding to accomplish this task.

How will I tie the third party calendar modules to the Ofbiz 14.2 release
so that Ofbiz entity or security access to calendar will leverage the Ofbiz
authentication and authorization engine?

Thank you.
Tom


Re: Adding products to a Catalog, and drowning in terminology.

2016-03-11 Thread Shrenik Bhura

Hi Ged,

Herein I am sharing the link to documentation from Opentaps which is essentially 
built atop OFBiz but mostly uses the catalog manager from OFBiz with very few, 
if any, changes -

http://www.opentaps.org/docs/index.php/Opentaps_Users_Manual#Using_Catalog_Manager_and_Setting_Up_Your_Products

You may find this documentation more structured and easy to get started with. Do 
note that this documentation should be good enough to get started very quickly 
and to familiarise oneself with the terminologies but may not be an exact guide 
for all screens and functions that you may experience in the latest OFBiz 
catalog manager.


Hope this helps.


Re: Ofbiz won't start up

2016-03-11 Thread Tom Running
Thank you everyone for your comments and suggestions.
It was a problem with redhat's server security.

Turn off the security by run the following commands.
setenforce 0
service iptables stop

Tom





On Fri, Mar 4, 2016 at 1:16 AM, Jacopo Cappellato <
jacopo.cappell...@hotwaxsystems.com> wrote:

> Hi Tom,
>
> please give a try with:
>
> ./ant clean-all load-demo start
>
> Jacopo
>