Stripe Payment Gateway

2019-12-05 Thread Len Shein

Has anyone in the community implemented Stripe<https://stripe.com/> as a 
payment Gateway?


Len Shein
lsh...@solveda.com<mailto:lsh...@solveda.com>

Office: 516.742.7888 ext.225
Home Office: 732.333.4303
Cell: 917.882.8515

[cid:image004.png@01D5ABA6.FF14C610]



RE: Training - Ofbiz

2020-04-28 Thread Len Shein
Suraj,

Take a look at Bigfish (http://bigfish.solveda.com/bfHome.html).


Regards
Len

-Original Message-
From: Suraj Khurana [mailto:suraj.khur...@hotwax.co] 
Sent: Tuesday, April 28, 2020 12:01 PM
To: ofbizuser 
Subject: Re: Training - Ofbiz

Hi James,

Sorry for the late reply.

For data feeding, you can write custom rules calling custom services, fetching 
required data and sending it to desired destinations.
AFAIK, nothing is available OOTB for this, but the framework supports writing 
custom rules and you can trigger them as per your needs.

HTH.
--
Best Regards,
Suraj Khurana
Senior Technical Consultant


On Tue, Sep 17, 2019 at 10:18 PM  wrote:

>
> We would like to create a product data feed that sends data feeds to 
> all our retailers that includes, product ID, image url, description, 
> pricing, etc.  Has anyone worked with a 3rd party data feed tool or is 
> there something OTB with this?
>
> Thanks,
>
> James
>



Apache Mod Rewrite Rules

2009-12-07 Thread Len Shein
Has anyone had any experience configuring the Apache mod proxy/mod rewrite
modules within ofbiz?

 

I am trying to run the ecommerce application on Apache/Tomcat and do not
know where to place the rewrite rules; has anyone accomplished this?

 

 

Thank You

 

Len Shein 

 

Email: lsh...@salmonllc.com

Email: lsh...@verizon.net

 

Office: 516.742.7888 ext.225

 

Home Office: 732.333.4303

 



RE: Apache Mod Rewrite Rules

2009-12-07 Thread Len Shein
Yes that is exactly what I want and I am not sure how to or where to add the
rules and in which file.

Help would be greatly appreciated.

-Original Message-
From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
Sent: Monday, December 07, 2009 10:25 AM
To: user@ofbiz.apache.org
Subject: Re: Apache Mod Rewrite Rules

Len,

What are you trying to achieve?  Are you trying to put apache httpd in 
front of tomcat?

Cheers,

Chris


Len Shein wrote:
> Has anyone had any experience configuring the Apache mod proxy/mod rewrite
> modules within ofbiz?
>
>  
>
> I am trying to run the ecommerce application on Apache/Tomcat and do not
> know where to place the rewrite rules; has anyone accomplished this?
>
>  
>
>  
>
> Thank You
>
>  
>
> Len Shein 
>
>  
>
> Email: lsh...@salmonllc.com
>
> Email: lsh...@verizon.net
>
>  
>
> Office: 516.742.7888 ext.225
>
>  
>
> Home Office: 732.333.4303
>
>  
>
>
>   


-- 
Chris Snow - CEng MBCS CITP MBA (Tech Mgmt) (Open) CISSP

Tel: 01453 890660
Mob: 07944 880950
Www: www.snowconsulting.co.uk




RE: Apache Mod Rewrite Rules

2009-12-07 Thread Len Shein
Yes, where is the httpd.conf file located?  I do not see it within the Ofbiz
source.  Am I missing these files?



-Original Message-
From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
Sent: Monday, December 07, 2009 10:59 AM
To: user@ofbiz.apache.org
Subject: Re: Apache Mod Rewrite Rules

Have you seen the following?

http://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookb
ook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-HTTPD



Len Shein wrote:
> Yes that is exactly what I want and I am not sure how to or where to add
the
> rules and in which file.
>
> Help would be greatly appreciated.
>
> -Original Message-
> From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
> Sent: Monday, December 07, 2009 10:25 AM
> To: user@ofbiz.apache.org
> Subject: Re: Apache Mod Rewrite Rules
>
> Len,
>
> What are you trying to achieve?  Are you trying to put apache httpd in 
> front of tomcat?
>
> Cheers,
>
> Chris
>
>
> Len Shein wrote:
>   
>> Has anyone had any experience configuring the Apache mod proxy/mod
rewrite
>> modules within ofbiz?
>>
>>  
>>
>> I am trying to run the ecommerce application on Apache/Tomcat and do not
>> know where to place the rewrite rules; has anyone accomplished this?
>>
>>  
>>
>>  
>>
>> Thank You
>>
>>  
>>
>> Len Shein 
>>
>>  
>>
>> Email: lsh...@salmonllc.com
>>
>> Email: lsh...@verizon.net
>>
>>  
>>
>> Office: 516.742.7888 ext.225
>>
>>  
>>
>> Home Office: 732.333.4303
>>
>>  
>>
>>
>>   
>> 
>
>
>   


-- 
Chris Snow - CEng MBCS CITP MBA (Tech Mgmt) (Open) CISSP

Tel: 01453 890660
Mob: 07944 880950
Www: www.snowconsulting.co.uk




RE: Apache Mod Rewrite Rules

2009-12-07 Thread Len Shein
I guess I am a bit confused.  I have not installed apache httpd...  I am
simply starting ofbiz on a windows server.  Do I need to first install
Apache and the start ofbiz?

-Original Message-
From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
Sent: Monday, December 07, 2009 11:23 AM
To: user@ofbiz.apache.org
Subject: Re: Apache Mod Rewrite Rules

Hi Len

httpd.conf is a configuration file for the apache httpd application, not 
for the ofbiz application.

What operating system are you running?  How did you install apache httpd?

Cheers,

Chris

Len Shein wrote:
> Yes, where is the httpd.conf file located?  I do not see it within the
Ofbiz
> source.  Am I missing these files?
>
>
>
> -Original Message-
> From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
> Sent: Monday, December 07, 2009 10:59 AM
> To: user@ofbiz.apache.org
> Subject: Re: Apache Mod Rewrite Rules
>
> Have you seen the following?
>
>
http://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookb
> ook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-HTTPD
>
>
>
> Len Shein wrote:
>   
>> Yes that is exactly what I want and I am not sure how to or where to add
>> 
> the
>   
>> rules and in which file.
>>
>> Help would be greatly appreciated.
>>
>> -Original Message-
>> From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
>> Sent: Monday, December 07, 2009 10:25 AM
>> To: user@ofbiz.apache.org
>> Subject: Re: Apache Mod Rewrite Rules
>>
>> Len,
>>
>> What are you trying to achieve?  Are you trying to put apache httpd in 
>> front of tomcat?
>>
>> Cheers,
>>
>> Chris
>>
>>
>> Len Shein wrote:
>>   
>> 
>>> Has anyone had any experience configuring the Apache mod proxy/mod
>>>   
> rewrite
>   
>>> modules within ofbiz?
>>>
>>>  
>>>
>>> I am trying to run the ecommerce application on Apache/Tomcat and do not
>>> know where to place the rewrite rules; has anyone accomplished this?
>>>
>>>  
>>>
>>>  
>>>
>>> Thank You
>>>
>>>  
>>>
>>> Len Shein 
>>>
>>>  
>>>
>>> Email: lsh...@salmonllc.com
>>>
>>> Email: lsh...@verizon.net
>>>
>>>  
>>>
>>> Office: 516.742.7888 ext.225
>>>
>>>  
>>>
>>> Home Office: 732.333.4303
>>>
>>>  
>>>
>>>
>>>   
>>> 
>>>   
>>   
>> 
>
>
>   


-- 
Chris Snow - CEng MBCS CITP MBA (Tech Mgmt) (Open) CISSP

Tel: 01453 890660
Mob: 07944 880950
Www: www.snowconsulting.co.uk




RE: Apache Mod Rewrite Rules

2009-12-07 Thread Len Shein
No I have built an ecommerce application which is up and running in
development and now I would like to move it a production server.  My
understanding of it was Apache/Tomcat is built into ofbiz and simply
starting ofbiz everything is now ready.  

I now need to add the rewrite modules..  I thought this config went into the
ofbiz files somewhere which would then be picked up when ofbiz was
started... sounds like I was incorrect in this thinking.

It sounds as if I now need to first install Apache for windows/Apache httpd
and then deploy the app to apache?


-Original Message-
From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
Sent: Monday, December 07, 2009 11:37 AM
To: user@ofbiz.apache.org
Subject: Re: Apache Mod Rewrite Rules

Hi Len,

Are you just trying to get ofbiz up and running to try it out?  If you 
are just trying out ofbiz, you don't need to install apache httpd.

Cheers,

Chris

Len Shein wrote:
> I guess I am a bit confused.  I have not installed apache httpd...  I am
> simply starting ofbiz on a windows server.  Do I need to first install
> Apache and the start ofbiz?
>
> -Original Message-
> From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
> Sent: Monday, December 07, 2009 11:23 AM
> To: user@ofbiz.apache.org
> Subject: Re: Apache Mod Rewrite Rules
>
> Hi Len
>
> httpd.conf is a configuration file for the apache httpd application, not 
> for the ofbiz application.
>
> What operating system are you running?  How did you install apache httpd?
>
> Cheers,
>
> Chris
>
> Len Shein wrote:
>   
>> Yes, where is the httpd.conf file located?  I do not see it within the
>> 
> Ofbiz
>   
>> source.  Am I missing these files?
>>
>>
>>
>> -Original Message-
>> From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
>> Sent: Monday, December 07, 2009 10:59 AM
>> To: user@ofbiz.apache.org
>> Subject: Re: Apache Mod Rewrite Rules
>>
>> Have you seen the following?
>>
>>
>> 
>
http://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookb
>   
>> ook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-HTTPD
>>
>>
>>
>> Len Shein wrote:
>>   
>> 
>>> Yes that is exactly what I want and I am not sure how to or where to add
>>> 
>>>   
>> the
>>   
>> 
>>> rules and in which file.
>>>
>>> Help would be greatly appreciated.
>>>
>>> -Original Message-
>>> From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
>>> Sent: Monday, December 07, 2009 10:25 AM
>>> To: user@ofbiz.apache.org
>>> Subject: Re: Apache Mod Rewrite Rules
>>>
>>> Len,
>>>
>>> What are you trying to achieve?  Are you trying to put apache httpd in 
>>> front of tomcat?
>>>
>>> Cheers,
>>>
>>> Chris
>>>
>>>
>>> Len Shein wrote:
>>>   
>>> 
>>>   
>>>> Has anyone had any experience configuring the Apache mod proxy/mod
>>>>   
>>>> 
>> rewrite
>>   
>> 
>>>> modules within ofbiz?
>>>>
>>>>  
>>>>
>>>> I am trying to run the ecommerce application on Apache/Tomcat and do
not
>>>> know where to place the rewrite rules; has anyone accomplished this?
>>>>
>>>>  
>>>>
>>>>  
>>>>
>>>> Thank You
>>>>
>>>>  
>>>>
>>>> Len Shein 
>>>>
>>>>  
>>>>
>>>> Email: lsh...@salmonllc.com
>>>>
>>>> Email: lsh...@verizon.net
>>>>
>>>>  
>>>>
>>>> Office: 516.742.7888 ext.225
>>>>
>>>>  
>>>>
>>>> Home Office: 732.333.4303
>>>>
>>>>  
>>>>
>>>>
>>>>   
>>>> 
>>>>   
>>>> 
>>>   
>>> 
>>>   
>>   
>> 
>
>
>   


-- 
Chris Snow - CEng MBCS CITP MBA (Tech Mgmt) (Open) CISSP

Tel: 01453 890660
Mob: 07944 880950
Www: www.snowconsulting.co.uk




RE: Apache Mod Rewrite Rules

2009-12-07 Thread Len Shein
I think I might be completely off base I am running ofbiz with it's internal
Tomcat server.  I am trying to add some rewrite rules to the server so I
think in order to do this I have 2 options:

Install Apache in front of tomcat and let it rewrite and redirect
accordingly
Or
Find where the rules should be placed within the Ofbiz Tomcat server.

Is this correct?




-Original Message-
From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
Sent: Monday, December 07, 2009 11:37 AM
To: user@ofbiz.apache.org
Subject: Re: Apache Mod Rewrite Rules

Hi Len,

Are you just trying to get ofbiz up and running to try it out?  If you 
are just trying out ofbiz, you don't need to install apache httpd.

Cheers,

Chris

Len Shein wrote:
> I guess I am a bit confused.  I have not installed apache httpd...  I am
> simply starting ofbiz on a windows server.  Do I need to first install
> Apache and the start ofbiz?
>
> -Original Message-
> From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
> Sent: Monday, December 07, 2009 11:23 AM
> To: user@ofbiz.apache.org
> Subject: Re: Apache Mod Rewrite Rules
>
> Hi Len
>
> httpd.conf is a configuration file for the apache httpd application, not 
> for the ofbiz application.
>
> What operating system are you running?  How did you install apache httpd?
>
> Cheers,
>
> Chris
>
> Len Shein wrote:
>   
>> Yes, where is the httpd.conf file located?  I do not see it within the
>> 
> Ofbiz
>   
>> source.  Am I missing these files?
>>
>>
>>
>> -Original Message-
>> From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
>> Sent: Monday, December 07, 2009 10:59 AM
>> To: user@ofbiz.apache.org
>> Subject: Re: Apache Mod Rewrite Rules
>>
>> Have you seen the following?
>>
>>
>> 
>
http://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookb
>   
>> ook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-HTTPD
>>
>>
>>
>> Len Shein wrote:
>>   
>> 
>>> Yes that is exactly what I want and I am not sure how to or where to add
>>> 
>>>   
>> the
>>   
>> 
>>> rules and in which file.
>>>
>>> Help would be greatly appreciated.
>>>
>>> -Original Message-
>>> From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
>>> Sent: Monday, December 07, 2009 10:25 AM
>>> To: user@ofbiz.apache.org
>>> Subject: Re: Apache Mod Rewrite Rules
>>>
>>> Len,
>>>
>>> What are you trying to achieve?  Are you trying to put apache httpd in 
>>> front of tomcat?
>>>
>>> Cheers,
>>>
>>> Chris
>>>
>>>
>>> Len Shein wrote:
>>>   
>>> 
>>>   
>>>> Has anyone had any experience configuring the Apache mod proxy/mod
>>>>   
>>>> 
>> rewrite
>>   
>> 
>>>> modules within ofbiz?
>>>>
>>>>  
>>>>
>>>> I am trying to run the ecommerce application on Apache/Tomcat and do
not
>>>> know where to place the rewrite rules; has anyone accomplished this?
>>>>
>>>>  
>>>>
>>>>  
>>>>
>>>> Thank You
>>>>
>>>>  
>>>>
>>>> Len Shein 
>>>>
>>>>  
>>>>
>>>> Email: lsh...@salmonllc.com
>>>>
>>>> Email: lsh...@verizon.net
>>>>
>>>>  
>>>>
>>>> Office: 516.742.7888 ext.225
>>>>
>>>>  
>>>>
>>>> Home Office: 732.333.4303
>>>>
>>>>  
>>>>
>>>>
>>>>   
>>>> 
>>>>   
>>>> 
>>>   
>>> 
>>>   
>>   
>> 
>
>
>   


-- 
Chris Snow - CEng MBCS CITP MBA (Tech Mgmt) (Open) CISSP

Tel: 01453 890660
Mob: 07944 880950
Www: www.snowconsulting.co.uk




RE: Apache Mod Rewrite Rules

2009-12-07 Thread Len Shein
No I am not already running apache httpd.  My setup is not complex I just
not sure where I need to place rewrite rules in the embedded tomcat setup.
Here are my test rules in a simple configuration where would such rules go?

Example Rules
RewriteEngine On
# Test 1 - Straight proxy test.
RewriteRule ^/test.htm$ http://helloworld.gravitystream.com/test.htm [P,L]

# Test 2 - Bot only proxy test.
RewriteCond %{HTTP_USER_AGENT}
.*(?:NSO_|Google|msnbot|Slurp|Ask\sJeeves|Inktomi|Yahoo).*
RewriteRule ^/test-for-robots.htm$
http://helloworld.gravitystream.com/test-for-robots.htm [P,L]


-Original Message-
From: Raj Saini [mailto:rajsa...@gmail.com] 
Sent: Monday, December 07, 2009 12:04 PM
To: user@ofbiz.apache.org
Subject: Re: Apache Mod Rewrite Rules

You dont need the Apache web server if your setup is really not that 
complex. Tomcat is embedded in the OFbiz and you can simply change the 
ports (from 8080 to 80 and 8443 to 443) in ofbiz-containers.xml file. If 
you are running already a Apache HTTPD and cant use the port 80 in 
OFBiz, I would suggest you to use AJP/Proxy. It is simple to configure. 
You can search mail archives and wiki to get some pointers. There is 
also documentation on Apache HTTPD site.

Be careful about ProxyPassReverse as it is bit tricky. Have a look on my 
blogs on how to use ProxyPassReverseCookiesPath and ProxyPassReverse 
directive 
(http://www.viithiisys.com/web/raj/blog/-/blogs/apache-proxypassreverse-dire
ctive?_33_redirect=%252Findex.html)

Thanks,

Raj



||Len Shein wrote:
> No I have built an ecommerce application which is up and running in
> development and now I would like to move it a production server.  My
> understanding of it was Apache/Tomcat is built into ofbiz and simply
> starting ofbiz everything is now ready.  
>
> I now need to add the rewrite modules..  I thought this config went into
the
> ofbiz files somewhere which would then be picked up when ofbiz was
> started... sounds like I was incorrect in this thinking.
>
> It sounds as if I now need to first install Apache for windows/Apache
httpd
> and then deploy the app to apache?
>
>
> -Original Message-
> From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
> Sent: Monday, December 07, 2009 11:37 AM
> To: user@ofbiz.apache.org
> Subject: Re: Apache Mod Rewrite Rules
>
> Hi Len,
>
> Are you just trying to get ofbiz up and running to try it out?  If you 
> are just trying out ofbiz, you don't need to install apache httpd.
>
> Cheers,
>
> Chris
>
> Len Shein wrote:
>   
>> I guess I am a bit confused.  I have not installed apache httpd...  I am
>> simply starting ofbiz on a windows server.  Do I need to first install
>> Apache and the start ofbiz?
>>
>> -Original Message-
>> From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
>> Sent: Monday, December 07, 2009 11:23 AM
>> To: user@ofbiz.apache.org
>> Subject: Re: Apache Mod Rewrite Rules
>>
>> Hi Len
>>
>> httpd.conf is a configuration file for the apache httpd application, not 
>> for the ofbiz application.
>>
>> What operating system are you running?  How did you install apache httpd?
>>
>> Cheers,
>>
>> Chris
>>
>> Len Shein wrote:
>>   
>> 
>>> Yes, where is the httpd.conf file located?  I do not see it within the
>>> 
>>>   
>> Ofbiz
>>   
>> 
>>> source.  Am I missing these files?
>>>
>>>
>>>
>>> -Original Message-
>>> From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
>>> Sent: Monday, December 07, 2009 10:59 AM
>>> To: user@ofbiz.apache.org
>>> Subject: Re: Apache Mod Rewrite Rules
>>>
>>> Have you seen the following?
>>>
>>>
>>> 
>>>   
>
http://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookb
>   
>>   
>> 
>>> ook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-HTTPD
>>>
>>>
>>>
>>> Len Shein wrote:
>>>   
>>> 
>>>   
>>>> Yes that is exactly what I want and I am not sure how to or where to
add
>>>>     
>>>>   
>>>> 
>>> the
>>>   
>>> 
>>>   
>>>> rules and in which file.
>>>>
>>>> Help would be greatly appreciated.
>>>>
>>>> -Original Message-
>>>> From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
>>>> Sent: Monday, December 07, 2009 10:25 AM
>>>> To: user@ofbiz.apache.org
>>>> Subject: Re: Apache Mod Rewrite Ru

RE: Apache Mod Rewrite Rules

2009-12-07 Thread Len Shein
How can I add rewrite rules to the Tomcat which is embedded in Ofbiz?

Do I need Apache to do this?

Thanks in advance

Len

-Original Message-
From: Raj Saini [mailto:rajsa...@gmail.com] 
Sent: Monday, December 07, 2009 12:04 PM
To: user@ofbiz.apache.org
Subject: Re: Apache Mod Rewrite Rules

You dont need the Apache web server if your setup is really not that 
complex. Tomcat is embedded in the OFbiz and you can simply change the 
ports (from 8080 to 80 and 8443 to 443) in ofbiz-containers.xml file. If 
you are running already a Apache HTTPD and cant use the port 80 in 
OFBiz, I would suggest you to use AJP/Proxy. It is simple to configure. 
You can search mail archives and wiki to get some pointers. There is 
also documentation on Apache HTTPD site.

Be careful about ProxyPassReverse as it is bit tricky. Have a look on my 
blogs on how to use ProxyPassReverseCookiesPath and ProxyPassReverse 
directive 
(http://www.viithiisys.com/web/raj/blog/-/blogs/apache-proxypassreverse-dire
ctive?_33_redirect=%252Findex.html)

Thanks,

Raj



||Len Shein wrote:
> No I have built an ecommerce application which is up and running in
> development and now I would like to move it a production server.  My
> understanding of it was Apache/Tomcat is built into ofbiz and simply
> starting ofbiz everything is now ready.  
>
> I now need to add the rewrite modules..  I thought this config went into
the
> ofbiz files somewhere which would then be picked up when ofbiz was
> started... sounds like I was incorrect in this thinking.
>
> It sounds as if I now need to first install Apache for windows/Apache
httpd
> and then deploy the app to apache?
>
>
> -Original Message-
> From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
> Sent: Monday, December 07, 2009 11:37 AM
> To: user@ofbiz.apache.org
> Subject: Re: Apache Mod Rewrite Rules
>
> Hi Len,
>
> Are you just trying to get ofbiz up and running to try it out?  If you 
> are just trying out ofbiz, you don't need to install apache httpd.
>
> Cheers,
>
> Chris
>
> Len Shein wrote:
>   
>> I guess I am a bit confused.  I have not installed apache httpd...  I am
>> simply starting ofbiz on a windows server.  Do I need to first install
>> Apache and the start ofbiz?
>>
>> -Original Message-
>> From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
>> Sent: Monday, December 07, 2009 11:23 AM
>> To: user@ofbiz.apache.org
>> Subject: Re: Apache Mod Rewrite Rules
>>
>> Hi Len
>>
>> httpd.conf is a configuration file for the apache httpd application, not 
>> for the ofbiz application.
>>
>> What operating system are you running?  How did you install apache httpd?
>>
>> Cheers,
>>
>> Chris
>>
>> Len Shein wrote:
>>   
>> 
>>> Yes, where is the httpd.conf file located?  I do not see it within the
>>> 
>>>   
>> Ofbiz
>>   
>> 
>>> source.  Am I missing these files?
>>>
>>>
>>>
>>> -Original Message-
>>> From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
>>> Sent: Monday, December 07, 2009 10:59 AM
>>> To: user@ofbiz.apache.org
>>> Subject: Re: Apache Mod Rewrite Rules
>>>
>>> Have you seen the following?
>>>
>>>
>>> 
>>>   
>
http://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookb
>   
>>   
>> 
>>> ook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-HTTPD
>>>
>>>
>>>
>>> Len Shein wrote:
>>>   
>>> 
>>>   
>>>> Yes that is exactly what I want and I am not sure how to or where to
add
>>>>     
>>>>   
>>>> 
>>> the
>>>   
>>> 
>>>   
>>>> rules and in which file.
>>>>
>>>> Help would be greatly appreciated.
>>>>
>>>> -Original Message-
>>>> From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
>>>> Sent: Monday, December 07, 2009 10:25 AM
>>>> To: user@ofbiz.apache.org
>>>> Subject: Re: Apache Mod Rewrite Rules
>>>>
>>>> Len,
>>>>
>>>> What are you trying to achieve?  Are you trying to put apache httpd in 
>>>> front of tomcat?
>>>>
>>>> Cheers,
>>>>
>>>> Chris
>>>>
>>>>
>>>> Len Shein wrote:
>>>>   
>>>> 
>>>>   
>>>> 
>>>>> Has anyone had any experience configuring the Apache mod proxy/mod
>>>>>   
>>>>> 
>>>>>   
>>> rewrite
>>>   
>>> 
>>>   
>>>>> modules within ofbiz?
>>>>>
>>>>>  
>>>>>
>>>>> I am trying to run the ecommerce application on Apache/Tomcat and do
>>>>>   
> not
>   
>>>>> know where to place the rewrite rules; has anyone accomplished this?
>>>>>
>>>>>  
>>>>>
>>>>>  
>>>>>
>>>>> Thank You
>>>>>
>>>>>  
>>>>>
>>>>> Len Shein 
>>>>>
>>>>>  
>>>>>
>>>>> Email: lsh...@salmonllc.com
>>>>>
>>>>> Email: lsh...@verizon.net
>>>>>
>>>>>  
>>>>>
>>>>> Office: 516.742.7888 ext.225
>>>>>
>>>>>  
>>>>>
>>>>> Home Office: 732.333.4303
>>>>>
>>>>>  
>>>>>
>>>>>
>>>>>   
>>>>> 
>>>>>   
>>>>> 
>>>>>   
>>>>   
>>>> 
>>>>   
>>>> 
>>>   
>>> 
>>>   
>>   
>> 
>
>
>   



RE: Apache Mod Rewrite Rules

2009-12-07 Thread Len Shein
In and all it sounds as if I would like to implement rewrite rule I will
need to install Apache httpd in front of the Ofbiz Tomcat, does that sound
correct?


-Original Message-
From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
Sent: Monday, December 07, 2009 12:37 PM
To: user@ofbiz.apache.org
Subject: Re: Apache Mod Rewrite Rules

I don't think you can add rewrite rules to tomcat..

If you do decide to use apache httpd, I would thoroughly recommend 
reading the apache httpd documentation as mis-configuring can lead to 
security holes.

Cheers,

Chris

Len Shein wrote:
> How can I add rewrite rules to the Tomcat which is embedded in Ofbiz?
>
> Do I need Apache to do this?
>
> Thanks in advance
>
> Len
>
> -Original Message-
> From: Raj Saini [mailto:rajsa...@gmail.com] 
> Sent: Monday, December 07, 2009 12:04 PM
> To: user@ofbiz.apache.org
> Subject: Re: Apache Mod Rewrite Rules
>
> You dont need the Apache web server if your setup is really not that 
> complex. Tomcat is embedded in the OFbiz and you can simply change the 
> ports (from 8080 to 80 and 8443 to 443) in ofbiz-containers.xml file. If 
> you are running already a Apache HTTPD and cant use the port 80 in 
> OFBiz, I would suggest you to use AJP/Proxy. It is simple to configure. 
> You can search mail archives and wiki to get some pointers. There is 
> also documentation on Apache HTTPD site.
>
> Be careful about ProxyPassReverse as it is bit tricky. Have a look on my 
> blogs on how to use ProxyPassReverseCookiesPath and ProxyPassReverse 
> directive 
>
(http://www.viithiisys.com/web/raj/blog/-/blogs/apache-proxypassreverse-dire
> ctive?_33_redirect=%252Findex.html)
>
> Thanks,
>
> Raj
>
>
>
> ||Len Shein wrote:
>   
>> No I have built an ecommerce application which is up and running in
>> development and now I would like to move it a production server.  My
>> understanding of it was Apache/Tomcat is built into ofbiz and simply
>> starting ofbiz everything is now ready.  
>>
>> I now need to add the rewrite modules..  I thought this config went into
>> 
> the
>   
>> ofbiz files somewhere which would then be picked up when ofbiz was
>> started... sounds like I was incorrect in this thinking.
>>
>> It sounds as if I now need to first install Apache for windows/Apache
>> 
> httpd
>   
>> and then deploy the app to apache?
>>
>>
>> -Original Message-
>> From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
>> Sent: Monday, December 07, 2009 11:37 AM
>> To: user@ofbiz.apache.org
>> Subject: Re: Apache Mod Rewrite Rules
>>
>> Hi Len,
>>
>> Are you just trying to get ofbiz up and running to try it out?  If you 
>> are just trying out ofbiz, you don't need to install apache httpd.
>>
>> Cheers,
>>
>> Chris
>>
>> Len Shein wrote:
>>   
>> 
>>> I guess I am a bit confused.  I have not installed apache httpd...  I am
>>> simply starting ofbiz on a windows server.  Do I need to first install
>>> Apache and the start ofbiz?
>>>
>>> -Original Message-
>>> From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
>>> Sent: Monday, December 07, 2009 11:23 AM
>>> To: user@ofbiz.apache.org
>>> Subject: Re: Apache Mod Rewrite Rules
>>>
>>> Hi Len
>>>
>>> httpd.conf is a configuration file for the apache httpd application, not

>>> for the ofbiz application.
>>>
>>> What operating system are you running?  How did you install apache
httpd?
>>>
>>> Cheers,
>>>
>>> Chris
>>>
>>> Len Shein wrote:
>>>   
>>> 
>>>   
>>>> Yes, where is the httpd.conf file located?  I do not see it within the
>>>> 
>>>>   
>>>>         
>>> Ofbiz
>>>   
>>> 
>>>   
>>>> source.  Am I missing these files?
>>>>
>>>>
>>>>
>>>> -Original Message-
>>>> From: Christopher Snow [mailto:sno...@snowconsulting.co.uk] 
>>>> Sent: Monday, December 07, 2009 10:59 AM
>>>> To: user@ofbiz.apache.org
>>>> Subject: Re: Apache Mod Rewrite Rules
>>>>
>>>> Have you seen the following?
>>>>
>>>>
>>>> 
>>>>   
>>>> 
>
http://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookb
>   
>>   
>> 
>>>   
>>> 

RE: Apache Mod Rewrite Rules

2009-12-07 Thread Len Shein
I am currently looking at using an IIS webserver to do my url rewrite and
redirects to the Ofbiz Tomcat app server.  Do I need any plugins or
configuration changes to the underlying Tomcat in Ofibz to accomplish this?



-Original Message-
From: Jeroen van der Wal [mailto:jvander...@stromboli.it] 
Sent: Monday, December 07, 2009 4:48 PM
To: user
Subject: Re: Apache Mod Rewrite Rules

John,

That's a really good excuse to do url-rewriting. In that case you might want
to take a look at nginx (http://wiki.nginx.org/Main) as a high performance
http server. Or Apache...

-Jeroen

On Mon, Dec 7, 2009 at 10:27 PM, John D. Hays
wrote:

> Jeroen,
>
> I can tell you for long established e-Commerce sites old URLs are very
> important.  They are contained in correspondence, blogs, other websites,
> etc. and you don't want your customer or prospective customer to get lost
on
> the way to the "new" page they are looking for.
>
>
> On Dec 7, 2009, at 1:03 PM, Jeroen van der Wal wrote:
>
>  Hi Len,
>>
>> It sill puzzles me why you think you need a url rewriting. Do you want a
>> loadbalancer, reverse proxy or image caching? Provide us your scenario,
>> you
>> don't want all the hassle that comes with url rewrite for just exposing
>> Ofbiz to the world.
>>
>> -Jeroen
>>
>
> John
>



RE: Apache Mod Rewrite Rules

2009-12-07 Thread Len Shein
Yes the assumption is correct, besides the fact I have converted an old site
to new which means I will need to maintain the old urls for a time being and
redirect (301 redirect) to the new I also need some redirecting for SEO
purposes and the bot engine urls coming in.

-Original Message-
From: Carsten Schinzer [mailto:c.schin...@googlemail.com] 
Sent: Monday, December 07, 2009 6:10 PM
To: user@ofbiz.apache.org
Subject: Re: Apache Mod Rewrite Rules

Len,


I still do not see your reply to the "why rewrite" question? Is the
assumption made above correct? Can you let us know what the background is?
We're at risk to be off into assumptions while not looking at what the
requirement really is.

All the above is correct, however a solution for rewriting is then probably
putting an Apache (or other httpd) in front of OFBiz.

OFBiz as such is agnostic of the URL is serves (that is my understanding).
As such, it may be enough to manage multiple DNS entries for your domains to
your public IP and then make sure the default app (assumed, ecommerce) is
mounted to webroot.

Regards


Carsten


2009/12/7 Jeroen van der Wal 

> John,
>
> That's a really good excuse to do url-rewriting. In that case you might
> want
> to take a look at nginx (http://wiki.nginx.org/Main) as a high performance
> http server. Or Apache...
>
> -Jeroen
>
> On Mon, Dec 7, 2009 at 10:27 PM, John D. Hays  >wrote:
>
> > Jeroen,
> >
> > I can tell you for long established e-Commerce sites old URLs are very
> > important.  They are contained in correspondence, blogs, other websites,
> > etc. and you don't want your customer or prospective customer to get
lost
> on
> > the way to the "new" page they are looking for.
> >
> >
> > On Dec 7, 2009, at 1:03 PM, Jeroen van der Wal wrote:
> >
> >  Hi Len,
> >>
> >> It sill puzzles me why you think you need a url rewriting. Do you want
a
> >> loadbalancer, reverse proxy or image caching? Provide us your scenario,
> >> you
> >> don't want all the hassle that comes with url rewrite for just exposing
> >> Ofbiz to the world.
> >>
> >> -Jeroen
> >>
> >
> > John
> >
>



-- 

Best

Carsten Schinzer

Waisenhausstr. 53a
80637 München
Germany



RE: Apache Mod Rewrite Rules

2009-12-08 Thread Len Shein
Yes that is the setup I am looking at except I am going to use IIs as my
webserver instead of Apache.

I am using the following link as my guideline
http://tomcat.apache.org/connectors-doc/webserver_howto/iis.html

Do you know of any loopholes I should be aware of from your experience?

 

-Original Message-
From: Carsten Schinzer [mailto:c.schin...@googlemail.com] 
Sent: Tuesday, December 08, 2009 9:02 AM
To: user@ofbiz.apache.org
Subject: Re: Apache Mod Rewrite Rules

Hi Len,

I guess, then you are off on a 3-tier-setup track, i.e.

Tier 1 - Apache
+ this Tier requires the (loadbalanced?) public IP
+ this service's public IP needs to be pointed at from the DNS entries of
all your apps
+ includes your rewrite rules here
+ targets are into mountpoints of ofbiz app(s) on Tier2

Tier 2 - OFBiz
+ this Tier can run with a private IP
+ conventions on OFBiz mountpoints are relevant to your rewrite rules

Tier 3 - Database
+ configure this tier just as described in the OFBiz setup guides

Regards


Carsten

2009/12/8 Len Shein 

> Yes the assumption is correct, besides the fact I have converted an old
> site
> to new which means I will need to maintain the old urls for a time being
> and
> redirect (301 redirect) to the new I also need some redirecting for SEO
> purposes and the bot engine urls coming in.
>
> -Original Message-
> From: Carsten Schinzer [mailto:c.schin...@googlemail.com]
> Sent: Monday, December 07, 2009 6:10 PM
> To: user@ofbiz.apache.org
> Subject: Re: Apache Mod Rewrite Rules
>
> Len,
>
>
> I still do not see your reply to the "why rewrite" question? Is the
> assumption made above correct? Can you let us know what the background is?
> We're at risk to be off into assumptions while not looking at what the
> requirement really is.
>
> All the above is correct, however a solution for rewriting is then
probably
> putting an Apache (or other httpd) in front of OFBiz.
>
> OFBiz as such is agnostic of the URL is serves (that is my understanding).
> As such, it may be enough to manage multiple DNS entries for your domains
> to
> your public IP and then make sure the default app (assumed, ecommerce) is
> mounted to webroot.
>
> Regards
>
>
> Carsten
>
>
> 2009/12/7 Jeroen van der Wal 
>
> > John,
> >
> > That's a really good excuse to do url-rewriting. In that case you might
> > want
> > to take a look at nginx (http://wiki.nginx.org/Main) as a high
> performance
> > http server. Or Apache...
> >
> > -Jeroen
> >
> > On Mon, Dec 7, 2009 at 10:27 PM, John D. Hays  > >wrote:
> >
> > > Jeroen,
> > >
> > > I can tell you for long established e-Commerce sites old URLs are very
> > > important.  They are contained in correspondence, blogs, other
> websites,
> > > etc. and you don't want your customer or prospective customer to get
> lost
> > on
> > > the way to the "new" page they are looking for.
> > >
> > >
> > > On Dec 7, 2009, at 1:03 PM, Jeroen van der Wal wrote:
> > >
> > >  Hi Len,
> > >>
> > >> It sill puzzles me why you think you need a url rewriting. Do you
want
> a
> > >> loadbalancer, reverse proxy or image caching? Provide us your
> scenario,
> > >> you
> > >> don't want all the hassle that comes with url rewrite for just
> exposing
> > >> Ofbiz to the world.
> > >>
> > >> -Jeroen
> > >>
> > >
> > > John
> > >
> >
>
>
>
> --
>
> Best
>
> Carsten Schinzer
>
> Waisenhausstr. 53a
> 80637 München
> Germany
>
>


-- 

Best

Carsten Schinzer

Waisenhausstr. 53a
80637 München
Germany



Buld Failed Revision 915988

2010-02-24 Thread Len Shein
Got the latest and in trying to build immediately got the following error
message:

 

BUILD FAILED

C:\projectsPurity\OFBIZ\ofbiz\build.xml:191: The following error occurred
while executing this line:

C:\projectsPurity\OFBIZ\ofbiz\framework\build.xml:147: The following error
occurred while executing this line:

C:\projectsPurity\OFBIZ\ofbiz\macros.xml:27: The following error occurred
while executing this line:

C:\projectsPurity\OFBIZ\ofbiz\framework\start\build.xml:37: Compiler Adapter
'javac1.6' can't be found.

 

Does anyone know what the cause of this is?

 

 

Thank You

 

Len Shein

 

lsh...@salmonllc.com

lsh...@verizon.net

 

516.742.7888 ext.225

732.333.4303

 



RE: Buld Failed Revision 915988

2010-02-24 Thread Len Shein
Yes 1.6.0_03 on Windows 
I have 3 other projects running Ofbiz; just the latest build will not
compile, did I lose a setting somewhere?



-Original Message-
From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] 
Sent: Wednesday, February 24, 2010 6:05 PM
To: user@ofbiz.apache.org
Subject: Re: Buld Failed Revision 915988

I  see <>

Do you use Sun Java 1.6 ?

Jacques

From: "Len Shein" 
> Got the latest and in trying to build immediately got the following error
> message:
> 
> 
> 
> BUILD FAILED
> 
> C:\projectsPurity\OFBIZ\ofbiz\build.xml:191: The following error occurred
> while executing this line:
> 
> C:\projectsPurity\OFBIZ\ofbiz\framework\build.xml:147: The following error
> occurred while executing this line:
> 
> C:\projectsPurity\OFBIZ\ofbiz\macros.xml:27: The following error occurred
> while executing this line:
> 
> C:\projectsPurity\OFBIZ\ofbiz\framework\start\build.xml:37: Compiler
Adapter
> 'javac1.6' can't be found.
> 
> 
> 
> Does anyone know what the cause of this is?
> 
> 
> 
> 
> 
> Thank You
> 
> 
> 
> Len Shein
> 
> 
> 
> lsh...@salmonllc.com
> 
> lsh...@verizon.net
> 
> 
> 
> 516.742.7888 ext.225
> 
> 732.333.4303
> 
> 
> 
>




RE: Buld Failed Revision 915988

2010-02-24 Thread Len Shein
Java -version got the following results

Java version 1.6.0_17
Java SE Runtime Environment 
Java Hotspot Client VM (build 14.3-b01, mixed mode, sharing>

Len


-Original Message-
From: Scott Gray [mailto:scott.g...@hotwaxmedia.com] 
Sent: Wednesday, February 24, 2010 6:19 PM
To: user@ofbiz.apache.org
Subject: Re: Buld Failed Revision 915988

type:
java -version
and check what version is actually being used by the system.

Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 24/02/2010, at 6:13 PM, Len Shein wrote:

> Yes 1.6.0_03 on Windows 
> I have 3 other projects running Ofbiz; just the latest build will not
> compile, did I lose a setting somewhere?
> 
> 
> 
> -Original Message-
> From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] 
> Sent: Wednesday, February 24, 2010 6:05 PM
> To: user@ofbiz.apache.org
> Subject: Re: Buld Failed Revision 915988
> 
> I  see <>
> 
> Do you use Sun Java 1.6 ?
> 
> Jacques
> 
> From: "Len Shein" 
>> Got the latest and in trying to build immediately got the following error
>> message:
>> 
>> 
>> 
>> BUILD FAILED
>> 
>> C:\projectsPurity\OFBIZ\ofbiz\build.xml:191: The following error occurred
>> while executing this line:
>> 
>> C:\projectsPurity\OFBIZ\ofbiz\framework\build.xml:147: The following
error
>> occurred while executing this line:
>> 
>> C:\projectsPurity\OFBIZ\ofbiz\macros.xml:27: The following error occurred
>> while executing this line:
>> 
>> C:\projectsPurity\OFBIZ\ofbiz\framework\start\build.xml:37: Compiler
> Adapter
>> 'javac1.6' can't be found.
>> 
>> 
>> 
>> Does anyone know what the cause of this is?
>> 
>> 
>> 
>> 
>> 
>> Thank You
>> 
>> 
>> 
>> Len Shein
>> 
>> 
>> 
>> lsh...@salmonllc.com
>> 
>> lsh...@verizon.net
>> 
>> 
>> 
>> 516.742.7888 ext.225
>> 
>> 732.333.4303
>> 
>> 
>> 
>> 
> 
> 




RE: List price UOM

2010-03-24 Thread Len Shein
I want to specify a UOM on the Product price table.  I see there is a
termUOMId but that does not have an affect on the price.

What I am looking to accomplish for example is to have a List price or
Default Price of .16 and a UOM of per 1000 and then have the calculate
Product Price return a price of .00016.


Is this possible?


-Original Message-
From: David E Jones [mailto:d...@me.com] 
Sent: Wednesday, March 24, 2010 6:17 PM
To: user@ofbiz.apache.org
Subject: Re: List price UOM


Each Product has fields to specify how much of the thing is included, namely
the quantityIncluded and quantityUomId fields.

-David 


On Mar 24, 2010, at 1:02 PM, Len wrote:

> 
> 
> It seems ofbiz currently only allows product pricing to be on a per unit
> basis.  Is there a way to have a product priced based on a UOM?
> 
> 
> 
> For example if I wanted to configure a product Price to be .16(List price)
> per 1000(UOM).
> 
> 
> 
> Does anyone know if Ofbiz already supports this and I am missing a
> configuration?
> 
> 
> 
> 
> 
> 
> 
> Thank You 
> 
> 
> 
> Len Shein 
> 
> 
> 
> <mailto:lsh...@salmonllc.com> lsh...@salmonllc.com
> 
> <mailto:lsh...@verizon.net> lsh...@verizon.net
> 
> 
> 
> Office:  516.742.7888 ext. 225
> 
> Office:  732.333.4303
> 
> 
> 
> 
> 




RE: List price UOM

2010-03-24 Thread Len Shein
I agree I could accomplish with a promo but my prices are not based on the
quantity entered. 

The price by itself is based on either per (each, 100, 1000).

My client wants to be sell a product at a Default price .16 per 1000 
During order entry when a product is added to the cart with a qty of 500. I
am looking for Ofbiz to calculate the unit price to be .00016.
So the order line would be 

Qty unit price  ext price
500   .00016  .08





-Original Message-
From: BJ Freeman [mailto:bjf...@free-man.net] 
Sent: Wednesday, March 24, 2010 8:33 PM
To: user@ofbiz.apache.org
Subject: Re: List price UOM

look at promos
this lets you change prices based on qty.




=

BJ Freeman
http://bjfreeman.elance.com
Strategic Power Office with Supplier Automation
<http://www.businessesnetwork.com/automation/viewforum.php?f=93>
Specialtymarket.com <http://www.specialtymarket.com/>

Systems Integrator-- Glad to Assist

Chat  Y! messenger: bjfr33man
Linkedin
<http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=t
ab_pro>


Len sent the following on 3/24/2010 12:27 PM:
> BJ,
> Yes I see u can select the termUomId for each price type.
> What I am looking for is to have a UOM which is per Each, 100 or 1000.
> Is there a way to define these types of UOM so the price engine will
return
> the unit price?
> 
> 
> In this example I am looking for the price engine to return a List price
of
> 0.00016
> 
> productPriceTypeId = LIST_PRICE
> productPricePurposeId = PURCHASE
> currencyUomId = USD
> termUomId = per 1000
> price = .16
> 
> 
> Is this doable?
> 
> Thanks
> Len
>  
>  
> -Original Message-
> From: BJ Freeman [mailto:bjf...@free-man.net] 
> Sent: Wednesday, March 24, 2010 3:15 PM
> To: user@ofbiz.apache.org
> Subject: Re: List price UOM
> 
> not sure if this is what you mean
> but when you set a price, usually default price, you can select the UOM.
> but you can select a separate UOM for each price type.
> 
> 
> =
> BJ Freeman
> http://bjfreeman.elance.com
> Strategic Power Office with Supplier Automation
> <http://www.businessesnetwork.com/automation/viewforum.php?f=93>
> Specialtymarket.com <http://www.specialtymarket.com/>
> 
> Systems Integrator-- Glad to Assist
> 
> Chat  Y! messenger: bjfr33man
> Linkedin
>
<http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=t
> ab_pro>
> 
> 
> Len sent the following on 3/24/2010 12:02 PM:
>>  
>>
>> It seems ofbiz currently only allows product pricing to be on a per unit
>> basis.  Is there a way to have a product priced based on a UOM?
>>
>>  
>>
>> For example if I wanted to configure a product Price to be .16(List
price)
>> per 1000(UOM).
>>
>>  
>>
>> Does anyone know if Ofbiz already supports this and I am missing a
>> configuration?
>>
>>  
>>
>>  
>>
>>  
>>
>> Thank You 
>>
>>  
>>
>> Len Shein 
>>
>>  
>>
>>  <mailto:lsh...@salmonllc.com> lsh...@salmonllc.com
>>
>>  <mailto:lsh...@verizon.net> lsh...@verizon.net
>>
>>  
>>
>> Office:  516.742.7888 ext. 225
>>
>> Office:  732.333.4303
>>
>>  
>>
>>  
>>
>>
> 
> 
> 
> 
> 
> 





RE: Calling all people are using Apache OFBiz!

2010-03-31 Thread Len Shein
Purity products - www.purityProducts.com


-Original Message-
From: Tim Ruppert [mailto:tim.rupp...@hotwaxmedia.com] 
Sent: Tuesday, March 30, 2010 7:23 PM
To: user@ofbiz.apache.org
Subject: Re: Calling all people are using Apache OFBiz!

Thanks Steve!

Cheers,
Ruppert

On Mar 30, 2010, at 4:29 PM, Steve wrote:

>> On Fri, Mar 19, 2010 at 7:13 AM, Tim Ruppert
wrote:
>> 
>>> All, as we're doing changes to the home page of OFBiz, I'd like to
solicit
>>> people to provide links to:
>>> 
>>> 1. Websites you've created that are running on Apache OFBiz
> 
> Thanks Tim.
> 
> Neobits - www.neobits.com
> 
> ofbiz backend with custom template front end.




Minimum Quantity ordered on Sales order

2010-03-31 Thread Len Shein
Is there a configuration that can be set which will not allow a product to
be added to the cart unless a 'minimum quantity' has been ordered.

For example on a Sales order I would like a product to be bought in
quantities of a 100 or more. 

 

 

 

Thank You

 

Len Shein

 

lsh...@salmonllc.com

lsh...@verizon.net

 

516.742.7888 ext.225

732.333.4303

 



RE: Minimum Quantity ordered on Sales order

2010-04-01 Thread Len Shein
Thanks

-Original Message-
From: Rishi Solanki [mailto:rishisolan...@gmail.com] 
Sent: Thursday, April 01, 2010 5:15 AM
To: user@ofbiz.apache.org; Jacques Le Roux
Subject: Re: Minimum Quantity ordered on Sales order

Will try to submit patch ASAP.

Rishi Solanki
Manager, Enterprise Software Developer
HotWax Media Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxmedia.com


On Thu, Apr 1, 2010 at 2:05 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> This could be a nice contribution, BTW
>
> Jacques
>
> From: "Rishi Solanki" 
>
>  No it is not available OOTB, need to write separate logic for it.
>> Either by adding a field to Product entity or can be achieved though the
>> minimum order price.
>> Minimum order price means we can put a Minimum Order Price with each
>> Product
>> in ProductPrice entity and do some calculations on that basis and get the
>> minimum order quantity for the particular product.
>>
>> Rishi Solanki
>> Manager, Enterprise Software Developer
>> HotWax Media Pvt. Ltd.
>> Direct: +91-9893287847
>> http://www.hotwaxmedia.com
>>
>>
>> On Wed, Mar 31, 2010 at 9:38 PM, Len Shein  wrote:
>>
>>  Is there a configuration that can be set which will not allow a product
>>> to
>>> be added to the cart unless a 'minimum quantity' has been ordered.
>>>
>>> For example on a Sales order I would like a product to be bought in
>>> quantities of a 100 or more.
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Thank You
>>>
>>>
>>>
>>> Len Shein
>>>
>>>
>>>
>>> lsh...@salmonllc.com
>>>
>>> lsh...@verizon.net
>>>
>>>
>>>
>>> 516.742.7888 ext.225
>>>
>>> 732.333.4303
>>>
>>>
>>>
>>>
>>>
>>
>



Product Configuration

2010-04-01 Thread Len Shein
Can anyone please explain the usage of the following product fields:

quantityUomId

quantityIncluded

amountUomTypeId

 

I have been spinning around trying to figure out their usage for sometime
now and after reviewing the latest release on
https://demo-trunk.ofbiz.apache.org/webtools/control/main my understanding
has been completely thrown. In this version the quantity UOM Id drop down is
filled with only currency measures; is this correct? 

 

For Example

If I wanted to model product (A) as 50 ft of cable are these fields used? 

In my understanding:

*   Product = Product A

* quantityUomId = Length

* quantityIncluded = 50

* amountUomTypeId = Ft

 

Thank You

 

Len Shein

 

lsh...@salmonllc.com

lsh...@verizon.net

 

516.742.7888 ext.225

732.333.4303

 



RE: Minimum Quantity ordered on Sales order

2010-04-02 Thread Len Shein
I agree with Jacques; IMO I think the minimum ordered quantity should not
have to be based on a price, why make the system to any calculations when
the requirement is solely based on the quantity entered.  Is it possible to
add a new field (minimumOrderedQuantity) to the product and then have the
cart validate against this field when added to the cart?


-Original Message-
From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] 
Sent: Friday, April 02, 2010 12:56 PM
To: user@ofbiz.apache.org
Subject: Re: Minimum Quantity ordered on Sales order

This would mean that the minimum ordered quantity would depend on price and
not the product itself. Why not, but I would have 
thought it would have rather depended on the product. Have you an use case,
or is it rather to open things? Because for the supplier 
I see the reason, for the price less.

Jacques

>Scott Gray wrote:
> Wouldn't it be better to add a minimumOrderQuantity field to ProductPrice
in the same way that SupplierProduct has?
>
> Regards
> Scott
>
> On 2/04/2010, at 8:01 AM, Jacques Le Roux wrote:
>
>> BTW Len,
>>
>> Could you please test it. This would help me reviewing...
>>
>> TIA
>>
>> Jacques
>>
>> From: "Jacques Le Roux" 
>>> Thanks guys,
>>> Much appreciated
>>> Jacques
>>> From: "Rishi Solanki" 
>>>> https://issues.apache.org/jira/browse/OFBIZ-3633
>>>> Soon patch will be uploaded with example data by Deepak Dixit.
>>>> Rishi Solanki
>>>> Manager, Enterprise Software Developer
>>>> HotWax Media Pvt. Ltd.
>>>> Direct: +91-9893287847
>>>> http://www.hotwaxmedia.com
>>>> On Thu, Apr 1, 2010 at 5:18 PM, Len Shein  wrote:
>>>>> Thanks
>>>>>
>>>>> -Original Message-
>>>>> From: Rishi Solanki [mailto:rishisolan...@gmail.com]
>>>>> Sent: Thursday, April 01, 2010 5:15 AM
>>>>> To: user@ofbiz.apache.org; Jacques Le Roux
>>>>> Subject: Re: Minimum Quantity ordered on Sales order
>>>>>
>>>>> Will try to submit patch ASAP.
>>>>>
>>>>> Rishi Solanki
>>>>> Manager, Enterprise Software Developer
>>>>> HotWax Media Pvt. Ltd.
>>>>> Direct: +91-9893287847
>>>>> http://www.hotwaxmedia.com
>>>>>
>>>>>
>>>>> On Thu, Apr 1, 2010 at 2:05 PM, Jacques Le Roux <
>>>>> jacques.le.r...@les7arts.com> wrote:
>>>>>
>>>>>> This could be a nice contribution, BTW
>>>>>>
>>>>>> Jacques
>>>>>>
>>>>>> From: "Rishi Solanki" 
>>>>>>
>>>>>>  No it is not available OOTB, need to write separate logic for it.
>>>>>>> Either by adding a field to Product entity or can be achieved though
the
>>>>>>> minimum order price.
>>>>>>> Minimum order price means we can put a Minimum Order Price with each
>>>>>>> Product
>>>>>>> in ProductPrice entity and do some calculations on that basis and
get
>>>>> the
>>>>>>> minimum order quantity for the particular product.
>>>>>>>
>>>>>>> Rishi Solanki
>>>>>>> Manager, Enterprise Software Developer
>>>>>>> HotWax Media Pvt. Ltd.
>>>>>>> Direct: +91-9893287847
>>>>>>> http://www.hotwaxmedia.com
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Mar 31, 2010 at 9:38 PM, Len Shein 
wrote:
>>>>>>>
>>>>>>>  Is there a configuration that can be set which will not allow a
product
>>>>>>>> to
>>>>>>>> be added to the cart unless a 'minimum quantity' has been ordered.
>>>>>>>>
>>>>>>>> For example on a Sales order I would like a product to be bought in
>>>>>>>> quantities of a 100 or more.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Thank You
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Len Shein
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> lsh...@salmonllc.com
>>>>>>>>
>>>>>>>> lsh...@verizon.net
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> 516.742.7888 ext.225
>>>>>>>>
>>>>>>>> 732.333.4303 





PaymentGatewayService and PayflowPro lock

2008-11-04 Thread Len Shein
My system will hang each time when 'releasing' order payments.  I have
tracked down the problem down to the 'releaseOrderPaymentPreference' inside
the PaymentGatewayService class, in this method the authorized transaction
is gotten in order to get the amount necessary to be released, then based on
the product store's payment settings the release service is called, in my
case I have the payflowCCVoid.  The PayflowPro.ccVoid method will get the
authorized transaction again if one is not found in context (not passed in),
this is where I am seeing a lock-up or system freeze in
PaymentGatewayService .getAuthorizedTransaction.

 

Has anyone experienced any lock-ups in this area of the system?  If the
'authorized transaction' is passed into the PayflowPro methods everything
works fine.  Is this a bug? 

 

Any information concerning the Payment Gateway and PayFlowPro calles would
be greatly appreciated?

 

 

Thank You

 

Len Shein 

 

Email: [EMAIL PROTECTED]

Email: [EMAIL PROTECTED]

 

Office: 516.742.7888 ext.225

 

Home Office: 732.333.4303

 



RE: Update order items

2008-11-04 Thread Len Shein
I do not understand what your response means.  Are you suggestion to turn
OFF when of the seca services or to run the createOrderAdjustment service?

My issue revolves solely around the updateOrderItem service that is excuted
on the edit order item screen.


-Original Message-
From: BJ Freeman [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, November 04, 2008 1:01 PM
To: user@ofbiz.apache.org
Subject: Re: Update order items

There is a seca resetGrandTotal that adjusts the orderheader grandtotal.
https://demo.hotwaxmedia.com/webtools/control/availableServices?sel_service_
name=createOrderAdjustment


consolex sent the following on 11/4/2008 9:35 AM:
> i have exactly the same problem when my vat tax is applied it is shown in
> order items, but when i re-calculate  only the price without vat tax is
> shownmaybe its a bug!
> 
> Len Shein wrote:
>> When updating order items from the edit item screen the system removes
all
>> the order adjustments (shipping charges) and then re-calculates the
>> shipping
>> amounts and adds back to the cart.  This is fine except if the amount had
>> been previously overridden, in this case the amount is incorrect when it
>> is
>> added back to the cart.
>>
>>  
>>
>> For example if the ship method of [EMAIL PROTECTED] is set to $7.95 on the
>> product
>> store but overridden on the order to be $6.95 any subsequent update of
>> order
>> items will set the shipping amount back to $7.95.
>>
>>  
>>
>> Is this a bug?  If not what are the steps needed to reserve the $6.95
>> amount
>> on the order?
>>
>>  
>>
>>  
>>
>>  
>>
>>  
>>
>>  
>>
>> Thank You
>>
>>  
>>
>> Len Shein 
>>
>>  
>>
>> Email: [EMAIL PROTECTED]
>>
>> Email: [EMAIL PROTECTED]
>>
>>  
>>
>> Office: 516.742.7888 ext.225
>>
>>  
>>
>> Home Office: 732.333.4303
>>
>>  
>>
>>
>>
> 



Update order items

2008-11-04 Thread Len Shein
When updating order items from the edit item screen the system removes all
the order adjustments (shipping charges) and then re-calculates the shipping
amounts and adds back to the cart.  This is fine except if the amount had
been previously overridden, in this case the amount is incorrect when it is
added back to the cart.

 

For example if the ship method of [EMAIL PROTECTED] is set to $7.95 on the 
product
store but overridden on the order to be $6.95 any subsequent update of order
items will set the shipping amount back to $7.95.

 

Is this a bug?  If not what are the steps needed to reserve the $6.95 amount
on the order?

 

 

 

 

 

Thank You

 

Len Shein 

 

Email: [EMAIL PROTECTED]

Email: [EMAIL PROTECTED]

 

Office: 516.742.7888 ext.225

 

Home Office: 732.333.4303

 



Returning Products of type MARKETING_PKG_PICK

2008-11-14 Thread Len Shein
During the return process if the system is returning a marketing package
product which is set to have a product type of 'MARKETING_PKG_PICK' should
the system return the marketing package product back to inventory or the
marketing packages associated products?

 

Since Inventory is NOT kept for products of type 'marketing_pkg_pick' there
should be logic in the return services to return the associated products
back into inventory.  Also knowing; products of this type the associated
products are reserved and shipped.

 

Does anyone have a better understanding on how this should work?

 

 

 

Thank You

 

Len Shein 

 

Email: [EMAIL PROTECTED]

Email: [EMAIL PROTECTED]

 

Office: 516.742.7888 ext.225

 

Home Office: 732.333.4303

 



RE: Returning Products of type MARKETING_PKG_PICK

2008-11-14 Thread Len Shein
I am using 710188



-Original Message-
From: Jacques Le Roux [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 14, 2008 10:26 AM
To: user@ofbiz.apache.org
Subject: Re: Returning Products of type MARKETING_PKG_PICK

Which version, revision are you using ?

Jacques

From: "Len Shein" <[EMAIL PROTECTED]>
> During the return process if the system is returning a marketing package
> product which is set to have a product type of 'MARKETING_PKG_PICK' should
> the system return the marketing package product back to inventory or the
> marketing packages associated products?
> 
> 
> 
> Since Inventory is NOT kept for products of type 'marketing_pkg_pick'
there
> should be logic in the return services to return the associated products
> back into inventory.  Also knowing; products of this type the associated
> products are reserved and shipped.
> 
> 
> 
> Does anyone have a better understanding on how this should work?
> 
> 
> 
> 
> 
> 
> 
> Thank You
> 
> 
> 
> Len Shein 
> 
> 
> 
> Email: [EMAIL PROTECTED]
> 
> Email: [EMAIL PROTECTED]
> 
> 
> 
> Office: 516.742.7888 ext.225
> 
> 
> 
> Home Office: 732.333.4303
> 
> 
> 
>



Returning MARKETING_PKG_PICK products

2008-11-19 Thread Len Shein
The return process returns the marketing package pick product back into
inventory instead of the associated products.  

 

Is anyone else experiencing this and or is there is a patch for this?

 

 

Thank You

 

Len Shein 

 

Email: [EMAIL PROTECTED]

Email: [EMAIL PROTECTED]

 

Office: 516.742.7888 ext.225

 

Home Office: 732.333.4303

 



Order Attribute

2008-11-25 Thread Len Shein
Does anyone know what order attribute and order item attribute are used for?

 

Can they be used to store additional fields of the order header and order
item which will be used to satisfy some other arbitrary business
requirements?

 

 

 

Thank You

 

Len Shein 

 

Email: [EMAIL PROTECTED]

Email: [EMAIL PROTECTED]

 

Office: 516.742.7888 ext.225

 

Home Office: 732.333.4303

 



FW: FW: Freehold Shooters Info

2010-05-11 Thread Len Shein
 

Bill and Rob,

 

You will need to complete a background check to get your US Club State
passes for the Hershey Tournament.

Here are the steps:

 

*   www.usclubsoccer.com <http://www.usclubsoccer.com/> 
*   Member Login

*   Bill

*   Email Address: freehold13gi...@aol.com
*   Password: shooters2

*   Rob

*   Email Address: robdesan...@optonline.net
*   Password: shooters3

*   Coach's Corner (right most link on the navigation bar)
*   Staff Background Checks ( left side link in the coach's corner box)
*   Online Staff background Check (found within page text)

*   Registration Type: coach
*   Type of Membership: League Team

*   Fill out Registration Form and Submit.

 

 

Let me know when this has been completed so I can let Stu know to submit
your cards.

 

 

Any questions let me know.

 

Thanks

 

Len

 

 

  _  

From: ut...@aol.com [mailto:ut...@aol.com] 
Sent: Monday, May 10, 2010 11:30 PM
To: lsh...@verizon.net
Subject: Re: FW: Freehold Shooters Info

 

Len,

 

They are updated but need to do their backround checks

 

Bill's Log in:

 

I was unable to use his current email address so I sued the follwing:

 

freeholdu13gi...@aol.com - User name

Shooters2 - password

 

Rob's

 

robdesan...@optonline.net - user name

Shooters3

 

Stu

In a message dated 5/6/2010 8:18:57 P.M. Eastern Daylight Time,
lsh...@verizon.net writes:

 

Stu,

 

When you get a chance can you add the coaches to the Us Club Soccer roster?

 

Let me know.

 

Thanks

Len


  _  


From: Len Shein [mailto:lsh...@verizon.net] 
Sent: Wednesday, April 14, 2010 5:17 AM
To: 'ut...@aol.com'
Subject: RE: Freehold Shooters Info

 

Thanks Stu, I'll let you know.

 

Bill Hart

47 Wellington Road

732.780.5716

 

Rob Desantis

110 Glendale Rd

732.780.2880

 

 


  _  


From: ut...@aol.com [mailto:ut...@aol.com] 
Sent: Tuesday, April 13, 2010 10:57 PM
To: lsh...@verizon.net
Subject: Re: Freehold Shooters Info

 

Len,

 

You are all set to start adding players onto to your US Club Roster:

 

www.UsClubSoccer.com <http://www.usclubsoccer.com/> 

 

User Name : lsh...@verizon.net

Password - Shooters10

 

Click on "Player Management" tab

Click 'Add Player" tab 

Add player information as noted all the way across page.  Be sure to upload
Birth Certificate.

 

After all players have been entered let me know.  Once completed I will
request pass cards.  At that time I will need Credit Card information as
well.

 

Do you have an assistant coach?  if so who is it.  Name, address and phone.

 

Thanks.  if you have any questions please call me

 

Stu

908-872-8534

 

In a message dated 4/13/2010 9:17:35 A.M. Eastern Daylight Time,
lsh...@verizon.net writes:

20 Buck Dr

Freehold NJ 07728

 

Birth Date: 04/04/1969

 

 

Thank You

 

Len Shein

 

lsh...@salmonllc.com

lsh...@verizon.net

 

516.742.7888 ext.225

732.333.4303

 



Extending OFBiz: The BigFish eCommerce Project

2011-11-30 Thread Len Shein
OFBiz Community:

We have developed an eCommerce specific solution, something like a "Store In
a Box". We call it BigFish.

Built on top of OFBiz; completely ready-to-go, with lots of flexibility and
configuration options. We are looking for adopters! We are looking for the
OFBiz community to download, support, critique, suggest improvements, and
validate our efforts. 

To participate take a look at
<http://www.salmonllc.com/downloads/bf_deploy.doc>
http://www.salmonllc.com/website/downloads/bf_deploy.doc 



*   BigFish eCommerce

*   A fully functional eCommerce implementation (a real working "Store
In A Box")
*   Includes product categories, products, configurations, check-out
etc.
*   BigFish eCommerce is a single framework that can be used to
implement any number of eCommerce stores, all with their own products,
look-and-feel and behavior
*   The Product Catalog data drives all aspects of the shopping
experience
*   And look-and-feel is modified within the CSS styling and the BigFish
configuration
*   With flexible configuration options to fine-tune the user experience
and functionality (all easily maintained in the Admin Module)
*   Features:

*   Flexible Home Page configuration
*   The OFBiz Product Catalog drives many aspects, including the main
navigation bar, listing and detail pages
*   Fully functional Product Listing Page (PLP), with options for
sorting and integration with SOLR for faceted navigation
*   Complete Product Detail Page, with options for Ratings and Reviews
*   Site Search: using SOLR
*   Complete Customer Account Management features, register, login,
forgot password, address book, order status
*   Complete Check-Out process
*   sitemap.xml generator
*   email generation for each relevant trigger
*   Flexible and powerful Static Page solution for About-Us, Terms and
Conditions etc.

*BigFish Admin Module

*   The Admin Module exposes all the great back-end OFBiz functionality
that is applicable to our eCommerce store
*   Intended to be used by the business experts, without IT involvement
*   Features:

*   Manage your Product Catalog
*   Customer Management
*   Order Management
*   Manage home page content
*   Approve customer reviews
*   Manage specific Page content spots
*   Control how the faceted navigation will behave
*   Maintain Static Pages
*   Manage email templates and generation
*   and more

*   Coming Soon (scheduled into our dev team)

*   Guest Checkout
*   Single Page Checkout
*   Store Locator
*   Manage Promotions
*   Full multi support:

*   Language
*   Country Formatting (date, tel, address)
*   Currency 

*   Road Map

*   SEO User Friendly URL's
*   You Previously Viewed
*   Flexible import and export features
*   Home Page "carousel"
*   Multi-Catalog, Multi-Site
*   Site Search:

*   auto complete
*   spell-check
*   did you mean?
*   search non-catalog content
*   store Locator: click and collect

*   Enhanced Order Management
*   Enhanced Customer Management
*   Integrate with more OFBiz features:

*   Inventory
*   Back-Orders
*   Warehousing 
*   etc.


To participate, and for complete download / install instructions look at
<http://www.salmonllc.com/downloads/bf_deploy.doc>
http://www.salmonllc.com/website/downloads/bf_deploy.doc 



Best Regards,

 

Len Shein

Salmon LLC

www.salmonllc.com <http://www.salmonllc.com/> 

 

O: 516.742.7888



RE: Extending OFBiz: The BigFish eCommerce Project

2011-12-01 Thread Len Shein


There is a demo built into to the download.
http://www.salmonllc.com/website/downloads/bf_deploy.doc




-Original Message-
From: Mike [mailto:mz4whee...@gmail.com] 
Sent: Thursday, December 01, 2011 2:39 AM
To: user@ofbiz.apache.org
Subject: Re: Extending OFBiz: The BigFish eCommerce Project

Are there any on-line demos?

On Wed, Nov 30, 2011 at 10:05 AM, Len Shein  wrote:
> OFBiz Community:
>
> We have developed an eCommerce specific solution, something like a "Store
In
> a Box". We call it BigFish.
>
> Built on top of OFBiz; completely ready-to-go, with lots of flexibility
and
> configuration options. We are looking for adopters! We are looking for the
> OFBiz community to download, support, critique, suggest improvements, and
> validate our efforts.
>
> To participate take a look at
> <http://www.salmonllc.com/downloads/bf_deploy.doc>
> http://www.salmonllc.com/website/downloads/bf_deploy.doc
>
>
>
> *       BigFish eCommerce
>
> *       A fully functional eCommerce implementation (a real working "Store
> In A Box")
> *       Includes product categories, products, configurations, check-out
> etc.
> *       BigFish eCommerce is a single framework that can be used to
> implement any number of eCommerce stores, all with their own products,
> look-and-feel and behavior
> *       The Product Catalog data drives all aspects of the shopping
> experience
> *       And look-and-feel is modified within the CSS styling and the
BigFish
> configuration
> *       With flexible configuration options to fine-tune the user
experience
> and functionality (all easily maintained in the Admin Module)
> *       Features:
>
> *       Flexible Home Page configuration
> *       The OFBiz Product Catalog drives many aspects, including the main
> navigation bar, listing and detail pages
> *       Fully functional Product Listing Page (PLP), with options for
> sorting and integration with SOLR for faceted navigation
> *       Complete Product Detail Page, with options for Ratings and Reviews
> *       Site Search: using SOLR
> *       Complete Customer Account Management features, register, login,
> forgot password, address book, order status
> *       Complete Check-Out process
> *       sitemap.xml generator
> *       email generation for each relevant trigger
> *       Flexible and powerful Static Page solution for About-Us, Terms and
> Conditions etc.
>
> *        BigFish Admin Module
>
> *       The Admin Module exposes all the great back-end OFBiz
functionality
> that is applicable to our eCommerce store
> *       Intended to be used by the business experts, without IT
involvement
> *       Features:
>
> *       Manage your Product Catalog
> *       Customer Management
> *       Order Management
> *       Manage home page content
> *       Approve customer reviews
> *       Manage specific Page content spots
> *       Control how the faceted navigation will behave
> *       Maintain Static Pages
> *       Manage email templates and generation
> *       and more
>
> *       Coming Soon (scheduled into our dev team)
>
> *       Guest Checkout
> *       Single Page Checkout
> *       Store Locator
> *       Manage Promotions
> *       Full multi support:
>
> *       Language
> *       Country Formatting (date, tel, address)
> *       Currency
>
> *       Road Map
>
> *       SEO User Friendly URL's
> *       You Previously Viewed
> *       Flexible import and export features
> *       Home Page "carousel"
> *       Multi-Catalog, Multi-Site
> *       Site Search:
>
> *       auto complete
> *       spell-check
> *       did you mean?
> *       search non-catalog content
> *       store Locator: click and collect
>
> *       Enhanced Order Management
> *       Enhanced Customer Management
> *       Integrate with more OFBiz features:
>
> *       Inventory
> *       Back-Orders
> *       Warehousing
> *       etc.
>
>
> To participate, and for complete download / install instructions look at
> <http://www.salmonllc.com/downloads/bf_deploy.doc>
> http://www.salmonllc.com/website/downloads/bf_deploy.doc
>
>
>
> Best Regards,
>
>
>
> Len Shein
>
> Salmon LLC
>
> www.salmonllc.com <http://www.salmonllc.com/>
>
>
>
> O: 516.742.7888
>



Extending OFBiz: The BigFish eCommerce Project

2011-12-01 Thread Len Shein


OFBiz Community:

We have developed an eCommerce specific solution, something like a "Store In
a Box". We call it BigFish.

Built on top of OFBiz; completely ready-to-go, with lots of flexibility and
configuration options. We are looking for adopters! We are looking for the
OFBiz community to download, support, critique, suggest improvements, and
validate our efforts. 

To participate take a look at
http://www.salmonllc.com/website/downloads/bf_deploy.doc




*   BigFish eCommerce

*   A fully functional eCommerce implementation (a real working "Store
In A Box")
*   Includes product categories, products, configurations, check-out
etc.
*   BigFish eCommerce is a single framework that can be used to
implement any number of eCommerce stores, all with their own products,
look-and-feel and behavior
*   The Product Catalog data drives all aspects of the shopping
experience
*   And look-and-feel is modified within the CSS styling and the BigFish
configuration
*   With flexible configuration options to fine-tune the user experience
and functionality (all easily maintained in the Admin Module)
*   Features:

*   Flexible Home Page configuration
*   The OFBiz Product Catalog drives many aspects, including the main
navigation bar, listing and detail pages
*   Fully functional Product Listing Page (PLP), with options for
sorting and integration with SOLR for faceted navigation
*   Complete Product Detail Page, with options for Ratings and Reviews
*   Site Search: using SOLR
*   Complete Customer Account Management features, register, login,
forgot password, address book, order status
*   Complete Check-Out process
*   sitemap.xml generator
*   email generation for each relevant trigger
*   Flexible and powerful Static Page solution for About-Us, Terms and
Conditions etc.

*BigFish Admin Module

*   The Admin Module exposes all the great back-end OFBiz functionality
that is applicable to our eCommerce store
*   Intended to be used by the business experts, without IT involvement
*   Features:

*   Manage your Product Catalog
*   Customer Management
*   Order Management
*   Manage home page content
*   Approve customer reviews
*   Manage specific Page content spots
*   Control how the faceted navigation will behave
*   Maintain Static Pages
*   Manage email templates and generation
*   and more

*   Coming Soon (scheduled into our dev team)

*   Guest Checkout
*   Single Page Checkout
*   Store Locator
*   Manage Promotions
*   Full multi support:

*   Language
*   Country Formatting (date, tel, address)
*   Currency 

*   Road Map

*   SEO User Friendly URL's
*   You Previously Viewed
*   Flexible import and export features
*   Home Page "carousel"
*   Multi-Catalog, Multi-Site
*   Site Search:

*   auto complete
*   spell-check
*   did you mean?
*   search non-catalog content
*   store Locator: click and collect

*   Enhanced Order Management
*   Enhanced Customer Management
*   Integrate with more OFBiz features:

*   Inventory
*   Back-Orders
*   Warehousing 
*   etc.


To participate, and for complete download / install instructions look at
http://www.salmonllc.com/website/downloads/bf_deploy.doc

 



Best Regards,

 

Len Shein

Salmon LLC

www.salmonllc.com <http://www.salmonllc.com/> 

 

O: 516.742.7888




RE: Extending OFBiz: The BigFish eCommerce Project

2011-12-01 Thread Len Shein
 

Yes mike we have a couple of on-line demo sites using 'BigFish eCommerce'
and some live.  Take a look at the demo site and try the download as well;
your feedback would be greatly appreciated!

 

BigFish eCommerce

 

http://gmh.salmonllc.com/osafe/control/main

 

BigFish Admin Module

 

https://gmh.salmonllc.com/osafe-admin/control/main

 

 

 

-Original Message-
From: Mike [mailto:mz4whee...@gmail.com] 
Sent: Thursday, December 01, 2011 2:39 AM
To: user@ofbiz.apache.org
Subject: Re: Extending OFBiz: The BigFish eCommerce Project

 

Are there any on-line demos?

 

On Wed, Nov 30, 2011 at 10:05 AM, Len Shein  wrote:

> OFBiz Community:

> 

> We have developed an eCommerce specific solution, something like a "Store
In

> a Box". We call it BigFish.

> 

> Built on top of OFBiz; completely ready-to-go, with lots of flexibility
and

> configuration options. We are looking for adopters! We are looking for the

> OFBiz community to download, support, critique, suggest improvements, and

> validate our efforts.

> 

> To participate take a look at

http://www.salmonllc.com/website/downloads/bf_deploy.doc

 

> 

> 

> *   BigFish eCommerce

> 

> *   A fully functional eCommerce implementation (a real working "Store

> In A Box")

> *   Includes product categories, products, configurations, check-out

> etc.

> *   BigFish eCommerce is a single framework that can be used to

> implement any number of eCommerce stores, all with their own products,

> look-and-feel and behavior

> *   The Product Catalog data drives all aspects of the shopping

> experience

> *   And look-and-feel is modified within the CSS styling and the
BigFish

> configuration

> *   With flexible configuration options to fine-tune the user
experience

> and functionality (all easily maintained in the Admin Module)

> *   Features:

> 

> *   Flexible Home Page configuration

> *   The OFBiz Product Catalog drives many aspects, including the main

> navigation bar, listing and detail pages

> *   Fully functional Product Listing Page (PLP), with options for

> sorting and integration with SOLR for faceted navigation

> *   Complete Product Detail Page, with options for Ratings and Reviews

> *   Site Search: using SOLR

> *   Complete Customer Account Management features, register, login,

> forgot password, address book, order status

> *   Complete Check-Out process

> *   sitemap.xml generator

> *   email generation for each relevant trigger

> *   Flexible and powerful Static Page solution for About-Us, Terms and

> Conditions etc.

> 

> *BigFish Admin Module

> 

> *   The Admin Module exposes all the great back-end OFBiz
functionality

> that is applicable to our eCommerce store

> *   Intended to be used by the business experts, without IT
involvement

> *   Features:

> 

> *   Manage your Product Catalog

> *   Customer Management

> *   Order Management

> *   Manage home page content

> *   Approve customer reviews

> *   Manage specific Page content spots

> *   Control how the faceted navigation will behave

> *   Maintain Static Pages

> *   Manage email templates and generation

> *   and more

> 

> *   Coming Soon (scheduled into our dev team)

> 

> *   Guest Checkout

> *   Single Page Checkout

> *   Store Locator

> *   Manage Promotions

> *   Full multi support:

> 

> *   Language

> *   Country Formatting (date, tel, address)

> *   Currency

> 

> *   Road Map

> 

> *   SEO User Friendly URL's

> *   You Previously Viewed

> *   Flexible import and export features

> *   Home Page "carousel"

> *   Multi-Catalog, Multi-Site

> *   Site Search:

> 

> *   auto complete

> *   spell-check

> *   did you mean?

> *   search non-catalog content

> *   store Locator: click and collect

> 

> *   Enhanced Order Management

> *   Enhanced Customer Management

> *   Integrate with more OFBiz features:

> 

> *   Inventory

> *   Back-Orders

> *   Warehousing

> *   etc.

> 

> 

> To participate, and for complete download / install instructions look at

http://www.salmonllc.com/website/downloads/bf_deploy.doc

> 

> 

> 

> Best Regards,

> 

> 

> 

> Len Shein

> 

> Salmon LLC

> 

> www.salmonllc.com <http://www.salmonllc.com/>

> 

> 

> 

> O: 516.742.7888

> 



OFBIZ --> BigFish eCommerce Platform

2012-02-17 Thread Len Shein
To check out features, benefits and demos please visit our dedicated BigFish
website:

 

http://bigfish.salmonllc.com <http://bigfish.salmonllc.com/> 

 

The most complete demo is the "Fashion House" instance. The power and
flexibility of the solution is more obvious when you play with the "Admin
Module".

 

Fashion House eCommerce:

http://bigfish.salmonllc.com:8082/osafe/control/main

 

Fashion House Admin Module:

https://bigfish.salmonllc.com:8442/osafe-admin/control/main

 

You'll need to accept a certificate for the Admin Module. Use ofbiz/admin as
the login.

 

Comments, thoughts, questions always welcome.

 

 

Thank You

 

Len Shein

 

Salmon LLC

lsh...@salmonllc.com

 

516.742.7888 

 



RE: OFBIZ --> BigFish eCommerce Platform

2012-02-21 Thread Len Shein
Duong,

There is no reason Big Fish plug-in will NOT work with the latest trunk version 
of Ofbiz, we are just reporting that we have fully tested it with version 
10.04.  
If you run into any issues running with the latest trunk; do not hesitate in 
letting us know.

Len 
-Original Message-
From: Dương Nguyễn Hữu [mailto:du...@vssic.com] 
Sent: Sunday, February 19, 2012 4:24 AM
To: user@ofbiz.apache.org
Subject: Re: OFBIZ --> BigFish eCommerce Platform

Dear Nick Rosser

Thanks for your distribution, we love it very much. It is very simply
solution for internet trading, who only want to do buy and sales product
through internet.

How can I use this plug-in with Trunk version of Apache Ofbiz?

Thank you.

Duong

www.vssic.com


2012/2/19 Nick Rosser 

> To be honest we've been so busy building the platform that we've not given
> this a great deal of consideration. Ultimately there are no restrictions,
> we are looking for feedback and more importantly adopters. I guess this
> would ultimately put it under the apache open source licensee, or something
> very similar, very open, with adopters permitted to do whatever they want
> with what we've done, make local extensions, make contributions back to us,
> etc.
>
> Over the next few weeks we'll look not this some more and make it more
> official.
>
> Best regards,
>
> Nick Rosser
> nros...@salmonllc.com
> 516.901.1720
>
> Sent from my iPad
>
> On Feb 18, 2012, at 10:45 AM, "pierre.gaudin" 
> wrote:
>
> > OK, even if it is an open source project, there should be a license to
> know in which context we can use what was developed.
> >
> > Pierre
> > On 18/02/2012 16:22, Nick Rosser wrote:
> >> Available as open source. We may develop some enterprise components to
> generate some revenue. The download section will be updated early next week
> so you can download and run locally (it's woefully out of date right now).
> We'll notify via the mailing group when it's ready.
> >>
> >> Best regards,
> >>
> >> Nick Rosser
> >> nros...@salmonllc.com
> >> 516.901.1720
> >>
> >> Sent from my iPad
> >>
> >> On Feb 18, 2012, at 9:23 AM, "pierre.gaudin"
>  wrote:
> >>
> >>> It is interesting. I made a fast tour of the demo back office and the
> "packaged" aspect is very interesting.
> >>>
> >>> I know that this question have been already asked without any reponse:
> what is the license?
> >>>
> >>> Pierre
> >>>
> >>> On 17/02/2012 22:47, Len Shein wrote:
> >>>> To check out features, benefits and demos please visit our dedicated
> BigFish
> >>>> website:
> >>>>
> >>>>
> >>>>
> >>>> http://bigfish.salmonllc.com<http://bigfish.salmonllc.com/>
> >>>>
> >>>>
> >>>>
> >>>> The most complete demo is the "Fashion House" instance. The power and
> >>>> flexibility of the solution is more obvious when you play with the
> "Admin
> >>>> Module".
> >>>>
> >>>>
> >>>>
> >>>> Fashion House eCommerce:
> >>>>
> >>>> http://bigfish.salmonllc.com:8082/osafe/control/main
> >>>>
> >>>>
> >>>>
> >>>> Fashion House Admin Module:
> >>>>
> >>>> https://bigfish.salmonllc.com:8442/osafe-admin/control/main
> >>>>
> >>>>
> >>>>
> >>>> You'll need to accept a certificate for the Admin Module. Use
> ofbiz/admin as
> >>>> the login.
> >>>>
> >>>>
> >>>>
> >>>> Comments, thoughts, questions always welcome.
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>> Thank You
> >>>>
> >>>>
> >>>>
> >>>> Len Shein
> >>>>
> >>>>
> >>>>
> >>>> Salmon LLC
> >>>>
> >>>> lsh...@salmonllc.com
> >>>>
> >>>>
> >>>>
> >>>> 516.742.7888
> >>>>
> >>>>
> >>>>
> >>>>
> >
>



RE: Help: ecommerce demo gizmo prices

2012-04-05 Thread Len Shein
Francis,

Check if there are any promotions by category?

Len

-Original Message-
From: Francis ANDRE [mailto:francis.andre.kampb...@orange.fr] 
Sent: Saturday, March 31, 2012 1:11 PM
To: user@ofbiz.apache.org
Subject: Help: ecommerce demo gizmo prices

Hi

Whan I add a Nan Gizmo to my cart in the standard demo, I got this line in
the 
recap order

Price is 25,99 $US and Adjustment is -25,99 $US   WHere is coming this 
adjustment since it is never referenced with the detail for
adjustment/promotion.

GZ-1001 - Nan Gizmo  :

Indian style Nan gizmo  25,99 $US   -25,99 $US  0,00
$US 





Payment gateway Config SagePay - Protocol Version 2.23

2012-05-08 Thread Len Shein
I am using Ofbiz 10.04 which is configured with SagePay Pyament Gateway
Protocol Version 2.22.

Has anyone configured this gateway to use Protocol Version 2.23?

 

There are comments in the code which reference the 2.23 version, however
they do not seem to be implemented and in my testing are not the same. For
example the 'billingAddress' parameter is now 'billingAddress1' when posting
to SagePay.

 

Form the service_sagepay.xml file:



 























 



















 

 

Thank You

 

Len Shein

 

lsh...@salmonllc.com

lsh...@verizon.net

 

516.742.7888 ext.225

732.333.4303

 



RE: Meaning of localderbyolap and localderbytenant in the

2012-12-24 Thread Len Shein
Mark,

In running Bigfish to a MySql DB you do NOT need to create three database
names nor do you need to modify the entityEngine.xml and or the template
file.

The BigFish module has a client-deployment.properties file where you define
all of your DB parameters which on ant build will populate the
entityEngine.template file respectively and move the template file into
Ofbiz directories accordingly.  This process was put in place to alleviate
making many changes to different property files in Ofbiz to configure a
given instance.

 

To configure your instance to run against MySql update the properties in the
following section of your osafe-deployment/client-deployment.properties
file:

 



# Database Properties : EntityEngine.xml

#

# Ofbiz File : framework/entity/config/entityengine.xml



main.datasource.name=localmysql

* Standard Ofbiz datasource name; other options (localsybase,
localoracle, etc...)

database.name=moda_may

* The name of the DB you want this instance to connect to.

database.server=127.0.0.1

* The server where your DB is located.

database.serverPort=3306

* The port number of the server where your DB is located.

jdbc.driver=com.mysql.jdbc.Driver

* The driver to connect to your DB

jdbc.username=bigfish

jdbc.password=bigfish

Username and password to connect to your DB.

* This user should already be by your DB administrator and given the
proper access rights to your DB.

 

 

Regards

Len

 

 

-Original Message-
From: Mark Schneider [mailto:m...@it-infrastrukturen.org] 
Sent: Saturday, December 22, 2012 3:05 PM
To: user@ofbiz.apache.org
Subject: Meaning of localderbyolap and localderbytenant in the

 

Hello

 

BigFish example use a template file for entityengine.xml.

 

Is it required to modify localderbyolap and localderbytenant to let say 

localmysqlolap and localmysqltentant when using MySQL (or MariaDB) as 

database and define appriopriate sections for them in entityengine.xml? 

(see attachment)

 

./osafe_deployment/ofbiz/framework/entity/config/entityengine.xml.template

.





 





















 













 

Thank you in advance for any hints.

 

regards, Mark

 

-- 

m...@it-infrastrukturen.org

 

http://rsync.it-infrastrukturen.org

 



FW: Calculate Product Price Service - Product Price Rule Performance

2013-01-21 Thread Len Shein
I am using Ofbiz 10.04.

I have on my DB 3000 Product price rules (entity PRODUCT_PRICE_RULE) and
6000 Product Price Conditions (entity PRODUCT_PRIE_COND).  All of my price
conditions are setup for Quantity Breaks in pricing.

When calling the 'caclulateProductPrice' service for a single product; the
service reads 'all' of the Product Price Rules (using cache) and 'all' of
the product price conditions for each price rule.  Two lists are then built
of 'quantity product Prices Rules' and 'non quantity product price rules'.
The 'quantity product price rules' list is now interrogated to determine if
any price conditions are 'true'  by calling method 'checkPriceCondition'.

 

In my scenario over '3000' DB hits would have been made and processing of
6000 rows is performed to determine if a 'single' product has price rules.

 

Has anyone come across any performance issues since calculateProductPrice
service may be called from multiple areas of an eCommerce Site (list page
and detail page)?

Has any work been done in later versions of Ofbiz (11.04) to optimize this?

Would it make more sense to first see if Product Price Condition is 'true'
before reading the associated Product Price Rule is active?

 

 

 Thank You

 

Len Shein

 

lsh...@salmonllc.com

lsh...@verizon.net

 

516.742.7888 ext.225

732.333.4303

 



Cache Clearing

2013-01-24 Thread Len Shein
 

I have all the cache.properties set to never expire (commented out), however
it seems after I have built up cache at some point the cache is cleared.  I
have noticed it consistently clears the next day (about a 10 hour window)
even if there are no users on the site. 

 

Does anyone have any experience with the cache and what are the causes for
it to be cleared?

 

 

 

Thank You

 

Len Shein

 

lsh...@salmonllc.com

lsh...@verizon.net

 

516.742.7888 ext.225

732.333.4303

 



RE: Cache Clearing

2013-01-28 Thread Len Shein
I ran some further tests and found the following:
Where 'entity' cache is concerned commenting out (cache.properties) the
entries (or no entries at all); the system will 'clear' the cache out at a
certain point, I am assuming when GC is run.  

If a specific entity is defined to have no expire time and 'false' to use
soft reference then the built up cache is NOT cleared and built up cache
remains.

In summary the best approach to cache would be to specifically define the
entities in the cache properties file as 'expire time = 0', 'soft reference
= false' for the main entities used in rendering a site.

In my testing I set the cache.properties for the following entities, all
other entries were commented out:
Note: There is a comment in the property file stating (for better
performance cache lines should be commented out)?

# Examples for per-delegator Entity Engine cache settings

entitycache.entity-list.default.ProductAssoc.useSoftReference=false
entitycache.entity-list.default.ProductAssoc.expireTime=0
entitycache.entity-list.default.ProductAssoc.maxSize=0

entitycache.entity-list.default.ProductCategoryMember.useSoftReference=false
entitycache.entity-list.default.ProductCategoryMember.expireTime=0
entitycache.entity-list.default.ProductCategoryMember.maxSize=0

entitycache.entity-list.default.ProductCategoryRollup.useSoftReference=false
entitycache.entity-list.default.ProductCategoryRollup.expireTime=0
entitycache.entity-list.default.ProductCategoryRollup.maxSize=0

entitycache.entity-list.default.ProductContent.useSoftReference=false
entitycache.entity-list.default.ProductContent.expireTime=0
entitycache.entity-list.default.ProductContent.maxSize=0

entitycache.entity-list.default.ProductFeatureAndAppl.useSoftReference=false
entitycache.entity-list.default.ProductFeatureAndAppl.expireTime=0
entitycache.entity-list.default.ProductFeatureAndAppl.maxSize=0

entitycache.entity-list.default.ProductPriceRule.useSoftReference=false
entitycache.entity-list.default.ProductPriceRule.expireTime=0
entitycache.entity-list.default.ProductPriceRule.maxSize=0

entitycache.entity-list.default.ProductPrice.useSoftReference=false
entitycache.entity-list.default.ProductPrice.expireTime=0
entitycache.entity-list.default.ProductPrice.maxSize=0

entitycache.entity-list.default.ProductPriceCond.useSoftReference=false
entitycache.entity-list.default.ProductPriceCond.expireTime=0
entitycache.entity-list.default.ProductPriceCond.maxSize=0

entitycache.entity.default.Product.useSoftReference=false
entitycache.entity.default.Product.expireTime=0
entitycache.entity.default.Product.maxSize=0

entitycache.entity.default.ProductCaclulatedInfo.useSoftReference=false
entitycache.entity.default.ProductCaclulatedInfo.expireTime=0
entitycache.entity.default.ProductCaclulatedInfo.maxSize=0

entitycache.entity.default.ProductPriceRule.useSoftReference=false
entitycache.entity.default.ProductPriceRule.expireTime=0
entitycache.entity.default.ProductPriceRule.maxSize=0

product.content.rendered.useSoftReference=false
product.content.rendered.expireTime=0
product.content.rendered.maxSize=0


-Original Message-
From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] 
Sent: Friday, January 25, 2013 3:51 AM
To: user@ofbiz.apache.org
Subject: Re: Cache Clearing

I never noticed that, a good way to share would be to check on trunk demo

Jacques

From: "Len Shein" 
> I have all the cache.properties set to never expire (commented out),
however
> it seems after I have built up cache at some point the cache is cleared.
I
> have noticed it consistently clears the next day (about a 10 hour window)
> even if there are no users on the site. 
> 
> 
> 
> Does anyone have any experience with the cache and what are the causes for
> it to be cleared?
> 
> 
> 
> 
> 
> 
> 
> Thank You
> 
> 
> 
> Len Shein
> 
> 
> 
> lsh...@salmonllc.com
> 
> lsh...@verizon.net
> 
> 
> 
> 516.742.7888 ext.225
> 
> 732.333.4303
> 
> 
> 
>



RE: Ofbiz process gets killed abruptly without any clue

2013-02-04 Thread Len Shein
In your example you mentioned both Products A & B are variants; are they
variants of the same Virtual product and if so (or not) why would you make
them variant of each other?

As well how did you setup your product data, using webtools or an outside
product load?

Regards
Len

-Original Message-
From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] 
Sent: Friday, February 01, 2013 1:57 AM
To: user@ofbiz.apache.org
Subject: Re: Ofbiz process gets killed abruptly without any clue

Makes sense, please open a Jira for that
https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best
+Practices

Thanks

Jacques

From: "Michael Alleblas" 
>I think a check mechanism should be in place to detect such recursive
> loops. Since it can be inputted by an end user, it should be something
> checked for, especially considering the severity of the results.
> 
> 
> On Wed, Jan 30, 2013 at 8:52 PM, Vikas Mayur  wrote:
> 
>> I don't think it a bug. It seems like you have setup product association
>> both ways i.e. from A (productId) to B (productIdTo) and from B
(productId)
>> to A (productIdTo) which is causing the method to go in endless loop. The
>> correct way is to setup just one product association and the code will
>> abort as soon as the service getProductCost is invoked for product B.
>>
>> Regards
>> Vikas
>>
>> On Jan 30, 2013, at 11:23 AM, Deepak Agarwal wrote:
>>
>> > Found the bug. It was due to a never ending recursive call in
>> > getProductCost() simple method.
>> >
>> > Product A with cost 0
>> > Product B with cost 0
>> >
>> > A & B are variant
>> >
>> > Now, for product A when we call getProductCost() it calls
getProductCost
>> > for product B (since it is one of it's variant) and product B calls for
>> > product A.
>> >
>> > Jdk 1.6_32 was exiting due to stack overflow.
>> >
>> > On Wed, Jan 30, 2013 at 7:55 AM, Varun Bhansaly 
>> wrote:
>> >
>> >> What is the h/w configuration of the box on which OFBiz and DB are
>> hosted ?
>> >> What is the size of the database ?
>> >> Have you tried analyzing the JVM crash log files generated after the
>> crash
>> >> ?
>> >> Have you tried any of the memory profiling tools ?
>> >>
>> >> On Wed, Jan 30, 2013 at 1:22 AM, Deepak Agarwal 
>> >> wrote:
>> >>> It's 100% consistent, tried from different hardwares. Everytime I
>> reserve
>> >>> inventory for a product the jvm gets killed without any trace.
>> >>>
>> >>> On Tue, Jan 29, 2013 at 2:46 PM, Deepak Agarwal > >>> wrote:
>> >>>
>>  Hi All,
>> 
>>  We have been running our store with following parameter for last 10
>> >> months:
>> - requireInventory N
>> - reserver inventory Y
>> - balance inventory Y
>> - check inventory   Y
>> 
>>  Now, suddenly ofbiz process is getting killed while reserving the
>>  inventory. There is no foot steps , it simply just gets killed. We
>> have
>>  disabled this option but while packing we do require an inventory
>> >> reserved
>>  else we can't pack.
>> 
>>  Any suggestions?
>> 
>> 
>>  --
>>  Thanks,
>>  Deepak Agarwal,
>> 
>>  Mobile: +91 9501190044
>> 
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> Thanks,
>> >>> Deepak Agarwal,
>> >>>
>> >>> Mobile: +91 9501190044
>> >>
>> >>
>> >>
>> >> --
>> >> Regards,
>> >> Varun Bhansaly
>> >>
>> >
>> >
>> >
>> > --
>> > Thanks,
>> > Deepak Agarwal,
>> >
>> > Mobile: +91 9501190044
>>
>>
>



RE: BIGFISH: importing "http:..." image locations... and new fix !

2013-05-03 Thread Len Shein
Christophe,

Thanks for the heads up, the eCommerceProductLargerImage.ftl file has been
'renamed' accordingly and is available in BF revision 1.10 which can be
downloaded at
http://www.solveda.com/website/downloads/BigFish-eCommerce-v1.10.zip.  

The image URL fix will be available in the next release of BigFish (1.11)
planned for next week.

Regards
BigFish eCommerce
Len 

-Original Message-
From: Christophe Noel [mailto:christo...@edi7.lu] 
Sent: Friday, May 03, 2013 11:23 AM
To: user@ofbiz.apache.org
Subject: RE: BIGFISH: importing "http:..." image locations... and new fix !

Thanks for the image URL fix. As far as I can't tell the bug is still open
in
BigFish latest revision (1.10).

Another little problem, the following file seems to be missing, thus
creating an error on the PDP page.
hot-deploy/osafe/webapp/osafe/common/eCommerceProductLargerImage.ftl

Actual file is named ecommerceProductLargerImage.ftl (with a lowercase "c")

Thanks for sharing BigFish !

Christophe



--
View this message in context:
http://ofbiz.135035.n4.nabble.com/BIGFISH-importing-http-image-locations-tp4
636448p4640998.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



RE: OFBiz / BigFish site goes live -- www.1800athlete.com

2013-05-07 Thread Len Shein
Ted,
Nick has answered most of your questions I will answer your last question
concerning SVN.

Ted: Finally, I saw, on your page for getting BigFish, instructions that
involve downloading an installation program.  Do you also have it
acessable via subversion, or other version control system?  Instead of
running an installer, I'd prefer to retrieve the codebase and build it
in the same way that I obtain and build OFBiz, if you support that?
(Or should I have read further in that documentation?)

Len:
Since release of BigFish V1.10 we have worked on retrieving the BigFish code
base directly from SVN, this will be readily available in the next version
of BigFish (Version 1.11) scheduled for release on May 10th, 2013.  BigFish
will have 3 options for downloading via: (zip, installer or SVN).  Check
http://bigfish.solveda.com/bfDownload.html for detailed 'How to'
instructions.

Len


-Original Message-
From: Nick Rosser [mailto:nros...@solveda.com] 
Sent: Tuesday, May 07, 2013 2:45 PM
To: user@ofbiz.apache.org
Subject: Re: OFBiz / BigFish site goes live -- www.1800athlete.com

Ted,

Lots of questions :-) Thanks for the interest ... I'll try to answer 
them as best I can:

Is the advantage of BigFish over OFBiz - trunk primarily, or even
only, with regard to ecommerce?

NICK: BigFish is an extension of OFBiz. We re-use trunk code, the entity
model, and the great service layer. So, for example, we have a concept
called "HEADER_LINKS" -- this is a piece of content that manages the display
of the very top of each eCommerce page (where your would normally have Store
locator, My Account etc.). This is managed in regular OFBiz "content"
entities ... but more easily maintained in the Admin Module (Content ->
Site Info ->  Header Links). So, you can see that by this simple example
that we're reusing a great feature of OFBiz, just putting a much more
manageable interface behind it. This is what BigFish is really all about --
reusing features of OFBiz, having our own Admin Module, and giving control
to the business users to manage their site.

If not, can you point to a document
that describes the differences between the two?  (Some of those I am
interested in serving are not involved in ecommerce, as it is rather
hard to sell a shower or a new roof, over the web, but they need the
inventory, accounting and project management features).

NICK: right now it is very much focused on eCommerce and the customer facing
aspect of eCommerce. We are slowly exposing more of the backend ERP features
into the BigFish Admin Module (for example, we're recently exposed the
order-status-change features in the Order Management module). Key word here
is "exposing", not re-writing or writing ... reusing existing OFBiz
services. Inventory will be exposed throughout this year.


Also, you had mentioned multi-site capability. Have you written up
instructions on how to deploy that?

NICK: this is a todo. You can see the existing Help at
http://bigfish.solveda.com/help/index.htm -- the "HOW DO I" and "GUIDES"
have the most value. We are essentially using the PRODUCT_STORE feature and
linking up Product Catalogs to the Product-Store. All out-of-the-box stuff.
There is a new entity in the data model called X_CONTENT_XREF (we've
prefixed our new entities with "X" to make it clearer) that maps various
content to the Product-Store (not supported out-of-the-box). We are working
on another "extended site" for a client at which point documentation will be
available. It's actually not that difficult.


In connection to this, can a merchant readily
hire a graphics design person to modify the look and feel of the
ecommerce site?  If so, what is involved?  Would they simply make
their own CSS, and drop it in place?


NICK: yes, exactly. If you compare our two demo sites Fashion-House and
Electronic-Store there are basically very few differences: same BigFish
application; different database with different products; different CSS;
different content; different parameters. That's pretty much it. For the CSS
we've spent a lot of time generated markup that lends itself to being
morphed by CSS -- working out really nicely imo.

And also concernig this, what do
you do to support search engine optimization?  After all, even a
pretty website is useless if people don't often find it.


NICK: mainly up to the client to provide good keywords. Some highlights: we
use sensible defaults for page titles and meta tags (all can be overridden
in the Admin Module). We have a sitemap.xml generator. We have friendly
URL's built into the solution.


One last
question I would ask about multisite BigFish is in fact related to
what I need to do to set up a multisite WordPress site (not obvious,
but not rocket science either), involves what I would need to do to
set up an ecommerce site that presents excerpts of digital products
(say essays available to subscribers to a WordPress site), and uses
them as ads for selling subscriptions to a wordpress site.  I know
OFBiz already 

RE: OFBiz / BigFish site goes live -- www.1800athlete.com

2013-05-07 Thread Len Shein
Yes I would assume so, all BigFish code is an 'extension' of the Ofbiz frm
trunk.

Len

-Original Message-
From: Ted Byers [mailto:r.ted.by...@gmail.com] 
Sent: Tuesday, May 07, 2013 3:32 PM
To: user@ofbiz.apache.org
Subject: Re: OFBiz / BigFish site goes live -- www.1800athlete.com

Thanks Len.  That is just a few days away, so I'll give it a try then.
 I'd built OFbiz frm trunk on Ubuntu 12.04 using OpenJDK 7.  Can I
assume your derivative will also compile using OpenJDK7?

Thanks

Ted



RE: OFBiz / BigFish site goes live -- www.1800athlete.com

2013-05-08 Thread Len Shein
Tri,
The sole purpose of the X_CONTENT_XREF  entity is to associate specific
Content (content_id) to a product store (product_store_id).

At this time there is no 'policy' for contributing back to BigFish SVN;
could you be more specific on what your are looking to contribute?

Regards
Len
-Original Message-
From: Tri Vssic [mailto:t...@vssic.com] 
Sent: Wednesday, May 08, 2013 1:53 PM
To: user@ofbiz.apache.org
Subject: Re: OFBiz / BigFish site goes live -- www.1800athlete.com

   Thank BigFish / OFBiz
In X_CONTENT_XREF table has CONTENT_TYPE_ID column, is this for faster
performance query because existing CONTENT table ?
Could you tell me more clearly for setting up ProductStore to a Domain
(Multi-Site) as mr Nick said ?
And how is the policy for contribute (commit) to BigFish's SVN, we
already have Vietnamese language for BF version 1.10.
Thank you
Tri

2013/5/8 Nick Rosser 

> Ted,
>
> Lots of questions :-) Thanks for the interest ... I'll try to answer them
> as best I can:
>
>
> Is the advantage of BigFish over OFBiz - trunk primarily, or even
> only, with regard to ecommerce?
>
> NICK: BigFish is an extension of OFBiz. We re-use trunk code, the entity
> model, and the great service layer. So, for example, we have a concept
> called "HEADER_LINKS" -- this is a piece of content that manages the
> display of the very top of each eCommerce page (where your would normally
> have Store locator, My Account etc.). This is managed in regular OFBiz
> "content" entities ... but more easily maintained in the Admin Module
> (Content ->  Site Info ->  Header Links). So, you can see that by this
> simple example that we're reusing a great feature of OFBiz, just putting a
> much more manageable interface behind it. This is what BigFish is really
> all about -- reusing features of OFBiz, having our own Admin Module, and
> giving control to the business users to manage their site.
>
>
> If not, can you point to a document
> that describes the differences between the two?  (Some of those I am
> interested in serving are not involved in ecommerce, as it is rather
> hard to sell a shower or a new roof, over the web, but they need the
> inventory, accounting and project management features).
>
> NICK: right now it is very much focused on eCommerce and the customer
> facing aspect of eCommerce. We are slowly exposing more of the backend ERP
> features into the BigFish Admin Module (for example, we're recently
exposed
> the order-status-change features in the Order Management module). Key word
> here is "exposing", not re-writing or writing ... reusing existing OFBiz
> services. Inventory will be exposed throughout this year.
>
>
>
> Also, you had mentioned multi-site capability. Have you written up
> instructions on how to deploy that?
>
> NICK: this is a todo. You can see the existing Help at
>
http://bigfish.solveda.com/**help/index.htm-- the "HOW DO I" and "GUIDES" have the most value. We are
essentially
> using the PRODUCT_STORE feature and linking up Product Catalogs to the
> Product-Store. All out-of-the-box stuff. There is a new entity in the data
> model called X_CONTENT_XREF (we've prefixed our new entities with "X" to
> make it clearer) that maps various content to the Product-Store (not
> supported out-of-the-box). We are working on another "extended site" for a
> client at which point documentation will be available. It's actually not
> that difficult.
>
>
>
> In connection to this, can a merchant readily
> hire a graphics design person to modify the look and feel of the
> ecommerce site?  If so, what is involved?  Would they simply make
> their own CSS, and drop it in place?
>
>
> NICK: yes, exactly. If you compare our two demo sites Fashion-House and
> Electronic-Store there are basically very few differences: same BigFish
> application; different database with different products; different CSS;
> different content; different parameters. That's pretty much it. For the
CSS
> we've spent a lot of time generated markup that lends itself to being
> morphed by CSS -- working out really nicely imo.
>
>
> And also concernig this, what do
> you do to support search engine optimization?  After all, even a
> pretty website is useless if people don't often find it.
>
>
> NICK: mainly up to the client to provide good keywords. Some highlights:
> we use sensible defaults for page titles and meta tags (all can be
> overridden in the Admin Module). We have a sitemap.xml generator. We have
> friendly URL's built into the solution.
>
>
>
> One last
> question I would ask about multisite BigFish is in fact related to
> what I need to do to set up a multisite WordPress site (not obvious,
> but not rocket science either), involves what I would need to do to
> set up an ecommerce site that presents excerpts of digital products
> (say essays available to subscribers to a WordPress site), and uses
> them as ads for selling subscriptions to a wordpress site.  I k

RE: OFBiz / BigFish eCommerce Updates

2013-05-20 Thread Len Shein
Christopher,
Bigfish v1.11 is compatible with all three versions of Ofbiz (10.04, 11.04
and 12.04).  We had just recently updated the bug mentioned below with
version 12.04 and is now available in the latest download and SVN checkout
of BigFish v1.11, http://bigfish.solveda.com/bfDownload.html

Regards
Len 

-Original Message-
From: Christophe Noel [mailto:christo...@edi7.lu] 
Sent: Friday, May 17, 2013 6:00 AM
To: user@ofbiz.apache.org
Subject: Re: OFBiz / BigFish eCommerce Updates

Dear Nick,

Thanks a lot for releasing Bigfish 1.11 and for the public SVN, this is
great.

Since the download page provide links to Ofbiz 10.04, 11.04 and 12.04, it
seems to imply that BigFish now runs on each one of these releases, although
not explicitely stated. Could you please clarify what is the official status
of BigFish compatibility ?

I tried compiling BF1.11 on OfBiz 12.04 and here what I got :

  [javac16] Compiling 1 source file to
/ofbiz120401/hot-deploy/osafe/build/classes
  [javac16] warning: [options] bootstrap class path not set in conjunction
with -source 1.6
  [javac16]
/ofbiz120401/hot-deploy/osafe/src/com/osafe/events/SolrEvents.java:28:
warning: [deprecation] CommonsHttpSolrServer in
org.apache.solr.client.solrj.impl has been deprecated
  [javac16] import org.apache.solr.client.solrj.impl.CommonsHttpSolrServer;
  [javac16] ^
  [javac16]
/ofbiz120401/hot-deploy/osafe/src/com/osafe/events/SolrEvents.java:1150:
error: method expandGeoRegionDeep in class GeoWorker cannot be applied to
given types;
  [javac16] geoIdSet = GeoWorker.expandGeoRegionDeep(geoIdSet,
delegator);
  [javac16] ^
  [javac16]   required: Map,Delegator
  [javac16]   found: Set,Delegator
  [javac16]   reason: actual argument Set cannot be converted to
Map by method invocation conversion
  [javac16] Note:
/ofbiz120401/hot-deploy/osafe/src/com/osafe/events/SolrEvents.java uses
unchecked or unsafe operations.
  [javac16] Note: Recompile with -Xlint:unchecked for details.
  [javac16] 1 error
  [javac16] 2 warnings

As you can see, there is an error related to the
GeoWorker.expandGeoRegionDeep() function being feed with a Set parameter
(10.04) instead of a Map (12.04)

Thanks a lot in advance for your input about BF 1.11 and Ofbiz 12.04
compatibility status

Christophe Noël



--
View this message in context:
http://ofbiz.135035.n4.nabble.com/OFBiz-BigFish-eCommerce-Updates-tp4515765p
4641357.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



RE: OFBiz / BigFish eCommerce Updates

2013-05-23 Thread Len Shein
All,
Bigfish version 1.11 has been 'patched' and is now compatible with Ofbiz 12.
Download the latest software http://bigfish.solveda.com/bfDownload.html

Regards
Len 

-Original Message-
From: Christophe Noel [mailto:christo...@edi7.lu] 
Sent: Tuesday, May 21, 2013 11:13 AM
To: user@ofbiz.apache.org
Subject: Re: OFBiz / BigFish eCommerce Updates

Dear Len,

Yes, I'm having something similar as Tri Vssic.

I started with a clean install : OOTB OFbiz 12.04.01, Bigfish 1.11 zip and
Fashion demo just downloaded, empty database.


1/ When I click on Apparel > Active, I can't see the PLP and have the
following groovy errors :

Error running script at location
[component://osafe/webapp/osafe/WEB-INF/actions/cart/showCartItems.groovy]:
javax.script.ScriptException:
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup
failed:
Script194.groovy: 258: unable to resolve class GenericValue 
 @ line 258, column 5.
   for (GenericValue productFeatureType : productFeatureTypesList)
   ^
etc.

If I click a second time on Apparel > Active, then I get the PLP.


2/ If I then try to go into a PDP, I either have another groovy error
preventing the PDP from displaying :

2013-05-21 17:10:52,454 (http-bio-0.0.0.0-8080-exec-32) [
GroovyEventHandler.java:113:WARN ] 
 exception report
--
Error running event : 
Exception: org.ofbiz.base.util.GeneralException
Message: Error loading Groovy script at []:  (Script not found at location
[])
 cause
-
Exception: org.ofbiz.base.util.GeneralException
Message: Script not found at location []
 stack trace
---
org.ofbiz.base.util.GeneralException: Script not found at location []
org.ofbiz.base.util.GroovyUtil.getScriptClassFromLocation(GroovyUtil.java:12
3)
org.ofbiz.webapp.event.GroovyEventHandler.invoke(GroovyEventHandler.java:103
)
org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:660)
org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:406)
...

Or, the same error appears into the PDP in a red box :

Error loading Groovy script at []: (Script not found at location [])


Hope that helps. Thanks a lot for the hard work on this great product.

Christophe



--
View this message in context:
http://ofbiz.135035.n4.nabble.com/OFBiz-BigFish-eCommerce-Updates-tp4515765p
4641434.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



RE: virtual/variants price rules / calculation

2013-05-28 Thread Len Shein
Greg,

There are two issues using the price Rules engine in trying to resolve this:

1. The Quantity Price Product rule (PRIP_PRODUCT_ID) does not consider the
virtual product when the variant product id is added to the cart.  Therefore
the quantity comparison is not even checked.

2. The Price engine does not sum the 'quantity' in the cart for either the
virtual or the variant product.  It is simply comparing the quantity entered
on each cart line against the quantity break rule. This logic works with
'Finished goods' since there can only be 1 cart line in the cart per product
(Finished Good).  For example if you add Product 'Finished_Good_A' with a
quantity of '2' and then again add the same Finished_Good_A with a quantity
of '3' the shopping cart would contain 1 cart line with Finished_Good_A and
a  quantity of '5'.  Since variant products are added to the cart on
separate cart lines the Price Rule Engine Quantity break rules do NOT work.

 

I have a similar issue and instead of using the Price Rules Engine I am
trying to resolve using the Promotion Engine.  The Promotion Engine does sum
the 'quantity in the cart' as well honors the virtual/variant relationship.

Using your example: 

 

oHat price = 10$

oQty >= 2, action: Price = 9$

 

Promotion Engine Rules:

oCondition: 

oCart-Sub Total is > 0

oAction: 

oX Quantity for Y Discount

oQuantity: 2  Amount: 1.00

oProduct Include: Virtual Hat

 

Add the following to the cart:

o1 Quantity of yellow hat (variant)

o1 Quantity of red hat (variant)

 

Cart Results

o1 Yellow Hat price of $9.00

o1 Red Hat price of $9.00

 

I understand this seems like the solution, however in my testing, I have
found the Quantity on the 'Action' rule acts as 'equal to' or a 'minimum'.
In my example above all works fine when a sum of quantity for the variant
product is '2'.  However if the sum of quantity was '3' then only 2 of the 3
products get the discount.

 

Cart Results

o2 Yellow Hat price of $9.00

o1 Red Hat price of $10.00

 

 

I have not noticed a way in the promotion engine to provide a 'range' of
quantity in providing the discount.

 

Len

 

-Original Message-
From: greg jocher [mailto:g...@jocher.ch] 
Sent: Monday, May 27, 2013 2:07 AM
To: user@ofbiz.apache.org
Subject: Re: virtual/variants price rules / calculation

 

Hi all

 

and thank you for your answer Rishi.

I think,  the first way (assign variants to price_rules) will cause 

performance problems: We have products with more than a thousand variants.

So, I gave the category way a try yesterday, but it seems, that this way 

do not calculate the price like we need it.

The price rule (qty >= 2) was activated if I added 2 yellow hats or 2 

red hats to the cart, but not, if I added one of each variant.

 

I have done the following:

 

Created a category (type: internal)

Added a price_rule with shopid==XX and categoryid==XX and a price 

override action.

 

Then I tested with the following category members:

1. virtual and variants

2. virtual only

3. variants only

 

 

Example:

 

Hat price = 10$

Qty >= 2, action: Price = 9$

 

Result of calculated Prices:

1 yellow + 1 red = 20$

2 yellow  = 18$

 

How we need it:

1 yellow + 1 red = 18$

2 yellow  = 18$

 

Where is my fault?

 

Regards

Greg

 

 

 

 

On 05/25/2013 10:11 AM, Rishi Solanki wrote:

> Either you need to add all variant products in the rule or you need to

> setup a category specific to price rule add virtual product in it and

> finally link that virtual product to category.

> 

> These are the two possible solution to your problem.

> 

> Rishi Solanki

> Manager, Enterprise Software Development

> HotWax Media Pvt. Ltd.

> Direct: +91-9893287847

> http://www.hotwaxmedia.com

> 

> 

> On Sat, May 25, 2013 at 3:22 AM, greg jocher  wrote:

> 

>> Hi All

>> 

>> We use price rules to override prices by product and quantity.

>> All prices and pricerules are set on the virtual product.

>> 

>> Is there a simple way to count/sum the quantity of different variants to

>> get the overridden price?

>> 

>> Simple example:

>> 

>> virtual: hat

>> variant 1: red-hat

>> variant 2: yellow-hat

>> 

>> If the customer puts a red and a yellow hat to the cart, the price_rule

>> for qty >= 2 should be used.

>> 

>> Regards

>> Greg

>> 

>> 

>> 

>> 

>> 

 



XML Import to Datasource

2013-06-28 Thread Len Shein
When importing XML to the DB, if an attribute has an empty value, the Entity
Sax Reader skips the attribute and therefore does NOT update the value in
the DB.

For Example:

If the DB PRODUCT.PRODUCT_NAME contains a value of 'My Product Name'.

 

Using the following XML will not update the PRODUCT_NAME to empty.







 

Is there a property or setting that will allow the XML to update the DB with
an empty attribute value? 

 

Thank You

 

Len Shein

 



 

lsh...@solveda.com

lsh...@verizon.net

 

516.742.7888 ext.225

732.333.4303

 



RE: XML Import to Datasource

2013-06-28 Thread Len Shein
I am using Ofbiz version 10.04.

For now I will review the addon and see what I can use in this version.

Thanks
Len

-Original Message-
From: Nicolas Malin [mailto:malin.nico...@librenberry.net] 
Sent: Friday, June 28, 2013 2:35 PM
To: user@ofbiz.apache.org
Subject: Re: XML Import to Datasource

What your ofbiz version ?

If it's trunk, try :











If it's 12.04, I can use a backport addon 
http://addons.neogia.org/addons-12.04/ofbiz-backport-loading-data-actions-ta
g/ 
to use this fonctionnality.

Nicolas


Le 28/06/2013 20:11, Len Shein a écrit :
>
> When importing XML to the DB, if an attribute has an empty value, the 
> Entity Sax Reader skips the attribute and therefore does NOT update 
> the value in the DB.
>
> For Example:
>
> If the DB PRODUCT.PRODUCT_NAME contains a value of ‘*My Product Name*’.
>
> Using the following XML will not update the PRODUCT_NAME to empty.
>
> 
>
> 
>
> 
>
> Is there a property or setting that will allow the XML to update the 
> DB with an empty attribute value?
>
> Thank You
>
> Len Shein
>
> lsh...@solveda.com <mailto:lsh...@solveda.com>
>
> lsh...@verizon.net <mailto:lsh...@verizon.net>
>
> 516.742.7888 ext.225
>
> 732.333.4303
>


-- 
Nicolas MALIN
Consultant
Tél : 06.17.66.40.06
Site projet : http://www.neogia.org/
---
Société LibrenBerry
Tél : 02.48.02.56.12
Site : http://www.librenberry.net/




Shopping List - Create List reorders

2013-07-10 Thread Len Shein
Community,

I have an issue with the Shopping List 'createListReorders' service I was
hoping the community could provide some feedback on.

When a product is added to the Shopping List (type=SLT_AUTO_REODR) the
product and the quantity is correctly added as a shopping list item.
However the unit price of the product is NOT added.  The
'createListReorders' service then creates the order (according to Shopping
list recurrence rules) based on the shopping list items of the shopping list
and re-calculates the price of the product at the time the order is created,
essentially using the 'current' product price.

 

My issue is I would like the shopping list item to 'save' the unit price of
the product at the time the 'customer' adds the shopping list item to the
'Shopping List'.  This way if the price is changed in the current product
configuration, the 'original' unit price of when the shopping list item was
added remains the same for that customers shopping list.

 

The best way I see to accomplish this requirement would be to extend entity
'SHOPPING_LIST_ITEM'; adding UNTI_PRICE.  The 'createListReorders' service
would then use this price when adding the shopping list item to the order.

 

Has anyone had any experience with this?

Is there an alternative solution?

 

 


Len Shein

lsh...@salmonllc.com

O: 516.742.7888 x225

O: 732.333.4303
C: 917.882.8515

 



RE: Shopping List - Create List reorders

2013-07-11 Thread Len Shein
Varun, Sumit,

Thanks for responding.  
I see the issue; I am using Ofbiz 10.04, after reviewing Ofbiz 12.04 entity
model I see ShoppingListItem.modifiedPrice has been added.  
This field serves the same purpose as I was intending to use
ShoppingListItem.unitPrice.

Agreed SHOPPING_LIST_ITEM.MODIFIED_PRICE will do the trick.

Thanks
Len

-Original Message-
From: Sumit Pandit [mailto:sumit.pan...@tcs.com] 
Sent: Thursday, July 11, 2013 1:49 AM
To: user@ofbiz.apache.org
Subject: Re: Shopping List - Create List reorders

Hi Len, Agreed with Varun,

A little more detail FYI -
1. When product is added to shopping list : pass following variable in
parameters - modifiedPrice(value equals to current price of product.)
2. While creating an order with shopping list items(service -
createListReorders), pass shoppingCartItem.modifiedPrice to method
"listCart.addOrIncreaseItem", it will created order with given price :
Required to modify the code.
3. In this way there will not be requirement to modify the entity.


--
Thanks And Regards
Sumit Pandit
Tata Consultancy Services
Cell:- +917503046188



- Original Message -
| From: "Varun Bhansaly" 
| To: user@ofbiz.apache.org
| Sent: Thursday, July 11, 2013 11:14:31 AM
| Subject: Re: Shopping List - Create List reorders
| 
| You may as well try using ShoppingListItem.modifiedPrice, you will
| have to
| write one line custom code to set the previous price.
| 
| On Wed, Jul 10, 2013 at 4:31 PM, Len Shein 
| wrote:
| 
| > Community,
| >
| > I have an issue with the Shopping List 'createListReorders' service
| > I was
| > hoping the community could provide some feedback on.
| >
| > When a product is added to the Shopping List (type=SLT_AUTO_REODR)
| > the
| > product and the quantity is correctly added as a shopping list
| > item.
| > However the unit price of the product is NOT added.  The
| > 'createListReorders' service then creates the order (according to
| > Shopping
| > list recurrence rules) based on the shopping list items of the
| > shopping
| > list
| > and re-calculates the price of the product at the time the order is
| > created,
| > essentially using the 'current' product price.
| >
| >
| >
| > My issue is I would like the shopping list item to 'save' the unit
| > price of
| > the product at the time the 'customer' adds the shopping list item
| > to the
| > 'Shopping List'.  This way if the price is changed in the current
| > product
| > configuration, the 'original' unit price of when the shopping list
| > item was
| > added remains the same for that customers shopping list.
| >
| >
| >
| > The best way I see to accomplish this requirement would be to
| > extend entity
| > 'SHOPPING_LIST_ITEM'; adding UNTI_PRICE.  The 'createListReorders'
| > service
| > would then use this price when adding the shopping list item to the
| > order.
| >
| >
| >
| > Has anyone had any experience with this?
| >
| > Is there an alternative solution?
| >
| >
| >
| >
| >
| >
| > Len Shein
| >
| > lsh...@salmonllc.com
| >
| > O: 516.742.7888 x225
| >
| > O: 732.333.4303
| > C: 917.882.8515
| >
| >
| >
| >
| 
| 
| --
| Regards,
| Varun Bhansaly
| 
=-=-=
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you





RE: Ecommerce ship to a party or partygroup address

2013-07-15 Thread Len Shein
Greg,
Use the following entities:

PARTY_CONTACT_MECH - This entity associates the address to a customer.

PARTY_CONTACT_MECH_PURPOSE - This entity associates the address to a
customer and defines its purpose.

Reference entity CONTACT_MECH_PURPOSE_TYPE for the list of available
purposes.

Regards
Len

-Original Message-
From: greg jocher [mailto:g...@jocher.ch] 
Sent: Friday, July 12, 2013 5:29 AM
To: user@ofbiz.apache.org
Subject: Ecommerce ship to a party or partygroup address

Hi All

We are working on a custom checkout implementation and are stuck at the 
address setup.

Our customers use many different adresses:
- Home address
- Work address
- Thirdparty address
- Thirdparty work address

Each customer has a default (general or shipping/billing) address.

We could not find an easy way to add and link these addresses in ofbiz 
without loosing information and duplicating content.


Example with a thirdparty work address:

We have to ship the order of customer "Marge Simpson" to a thirdparty 
work address:

Company FOO  -> PartyGroup (groupName)
Homer Jay Simpson -> Person/Party (firstName middleName lastName)
Workstreet 123 -> PostalAddress (address1)
1 Biztown  -> PostalAddress (postalCode city)

But we were unable to link Homer's CompanyFoo's PostalAddress X with the 
customer (Marge Simpson)
We can link:
- Homer with Marge
- Company with Marge
- PostalAddress with Marge
But there is now relation between all 3.

The ofbiz way we found:
Company FOO  -> PostalAddress (toName)
Homer Jay Simpson -> PostalAddress/Party (attentionName)
Workstreet 123 -> PostalAddress (address1)
1 Biztown  -> PostalAddress (postalCode city)

This way we loose the following information:
- address = company address
- firstname
- lastname
- middleName
and we duplicate content.

So, we have two questions:
Is there a way to link such (standard) addresses?
Can we flag an address as default (shipping) address?

Best regards
Greg







Partial Order Returns with Customer Refund

2014-01-30 Thread Len Shein
All,

There seems to be a flaw in the Order Return process against the order total
and the refund amount when returning potions of the order separately.

Here is the example:

Order

Product A with: (qty:1 - total price: $500.00)

Product B with: (qty:1 - total price $500.00)

 

*   Create order with Credit card
*   Complete order 

*   This generates a single order payment preference with a max amount
of $1000.00 in the status of 'PAYMENT_SETTLED'.

 

When Product A is returned the Return Process correctly returns the product
and generates a customer refund in the amount of $500, however the order's
original order payment preference is used to generate the customer refund
and the status is then updated from PAYMENT_SETTLED to 'PAYMENT_REFUNDED'. 

 

When Product B is returned the Return Process correctly returns the product
but a customer refund is NOT generated since the process no longer has an
order payment preference in the status of 'PAYMENT_SETTLED.

 

Has anyone come across this issue?

 

The Return process uses the order's original order payment preferences to
refund amounts; for accounting purposes does it make more sense to create
new payment preferences instead?

For example

Current Processing of Order Payment Preference status when order is
returned:

   Original Order Payment Preference

Id  Max Amount  Status

10 $1000.00   PAYMENT_SETTLED

 

   Full Order is returned

Id  Max Amount  Status

10 $1000.00   PAYMENT_REFUNDED

 

Proposed Processing of Order Payment Preference status when order is
returned

   Original Order Payment Preference

Id  Max Amount  Status

10 $1000.00   PAYMENT_SETTLED

 

   Full Order is returned

Id  Max Amount  Status

10 $1000.00   PAYMENT_SETTLED

20 $1000.00   PAYMENT_REFUNDED

 

 

Thank You

 

Len Shein

 



 

lsh...@solveda.com

lsh...@verizon.net

 

516.742.7888 ext.225

732.333.4303

 



RE: OFBiz Performance, a good story

2014-02-14 Thread Len Shein
Mike,

 

1) Is this a single machine, or multiple load balanced?  Normally in prod

environments you'd have multiple to provide some level of redundancy.

 

One Server with Application (Ofbiz/BigFish)

One Server with DB 

One Server with Apache

 

2) What type of machine is this? Is a VM, Amazon AWS, stand alone, number

of cores, RAM, etc.

 

Amazon AWS/EC2 instance with 2 CPUs, 7.5GB RAM

 

3) What were the java memory settings (you mentioned that you had to tweak

them).

 

Xms/Xmx = 5120M

MaxPermSize = 1024m

The teak was to allocate the same amount of memory to Xms and Xmx allocating
JVM on application startup.

 

4) The cache optimizations you mention.  Are these already included in the

bigfish download/demo?

5) Are any of these documented?  I noticed that bigfish has impressive

documentation (well done!).

 

Yes, you can also review the Cache settings in the BigFish Help
Documentation.

 

http://bigfish.solveda.com/help/guideCachingAndMemory.htm

 

 

Regards

Len

 

 

-Original Message-
From: Mike [mailto:mz4whee...@gmail.com] 
Sent: Thursday, February 13, 2014 4:29 PM
To: user
Subject: Re: OFBiz Performance, a good story

 

These are pretty impressive numbers.  A couple of questions Nick;

 

1) Is this a single machine, or multiple load balanced?  Normally in prod

environments you'd have multiple to provide some level of redundancy.

 

2) What type of machine is this? Is a VM, Amazon AWS, stand alone, number

of cores, RAM, etc.

 

3) What were the java memory settings (you mentioned that you had to tweak

them).

 

4) The cache optimizations you mention.  Are these already included in the

bigfish download/demo?

 

5) Are any of these documented?  I noticed that bigfish has impressive

documentation (well done!).

 

Thanks!

 

 

 

On Thu, Feb 13, 2014 at 4:06 AM, Nick Rosser  wrote:

 

> All,

> 

> I thought I'd share some encouraging news from a recent implementation we

> were involved in:

> 

>  * we built a site for a Philly based jeweler who has some unique

>products geared for Valentine's Day

>  * they start their sale on 1-Jan, it typically gains real momentum by

>the end of Jan, and peaks around the 11th, 12th Feb

>  * peak #visitors (day): 20,000

>  * peak #pageviews (day): 150,000

>  * peak #orders (day): ~4000

>  * peak #concurrent users: 275

> 

> And perhaps the most impressive fact around performance was that during

> peak the site was flying, no noticeable difference if there was a single

> user or 275 concurrent users.

> 

> My conclusion is that the OFBiz caching model works really well when

> configured correctly (together with good memory allocation and settings).

> We also spent a great deal of time tuning our BigFish solution,

> specifically around the usage of the entity model layer (really just
making

> sure we always use cache calls). We logged all SQL calls, and then
analyzed

> the code to remove a second execution of any SQL call (since it should be

> cached). The Grinder was used to monitor and gauge performance

> improvements. All in all very encouraging and gives great confidence of

> marketing this solution into the largest organizations.

> 

> I would personally like to thank the key committers who built the caching

> functionality -- it's a little tricky to understand, use and configure but

> once that is overcome it works impressively.

> 

> We have been involved in some IBM Websphere Commerce implementations and

> I'm really beginning to wonder why the software and implementations are

> 10-20 times more expensive. With OFBiz we have an enterprise solution,
with

> affordability for a small business.

> 

> I'd be interested in any stories in the community around performance and

> high levels of order taking --- these case studies can really increase

> adoption of OFBiz. Stability and scalability are often at the top of

> anyone's list when looking at a new platform. Any stories out there?

> 

> Check out the site: www.ihatestevensinger.com. It's built using our

> BigFish solution. More at http://bigfish.solveda.com.

> 

> Nick

> 

> 



RE: Bigfish eCommerce Admin login failure

2014-02-27 Thread Len Shein
Chris,
Check the following BF Admin Security data was correctly loaded during
run-install-seed? If not you can use webtools to import the XML file.

hot-deploy\osafeadmin\data\OsafeAdminSecurityData.xml

Regards
Len

-Original Message-
From: Chris Perry [mailto:cperr...@earthlink.net] 
Sent: Thursday, February 27, 2014 11:58 AM
To: user@ofbiz.apache.org
Subject: Bigfish eCommerce Admin login failure

All,

I've recently installed the latest release of Bigfish Ofbiz eCommerce. Am
able to login to the Fashion House store front and Ofbiz/Webtools with no
problem, but no joy with the usual Admin/Ofbiz login for Bigfish eCommerce
Administration. 

 

Error message: ". the information you provided is incomplete. You cannot
login to this application"  

 

Any suggestions?

 

Thanks,

Chris




RE: Bigfish eCommerce Admin login failure

2014-02-27 Thread Len Shein
Chris,
Copy the data in OsafeAdminSecurityData.xml from tag ' to
''

In webtools Navigate to 
Xml Data Import 
Paste the copied content into the 'text-area' field at the bottom of the
screen.
Click 'Import Text'.

Len


-Original Message-
From: Chris Perry [mailto:cperr...@earthlink.net] 
Sent: Thursday, February 27, 2014 1:46 PM
To: user@ofbiz.apache.org
Subject: RE: Bigfish eCommerce Admin login failure

Hi Len,
The Webtool Import isn't working (see attached screen print). Can I just
copy the XML file from BigFish-eCommerce-v1.16.zip and paste it to
hot-deploy\osafeadmin\data\ ? 

Thanks,
Chris

-----Original Message-
From: Len Shein [mailto:lsh...@solveda.com] 
Sent: Thursday, February 27, 2014 11:58 AM
To: user@ofbiz.apache.org
Subject: RE: Bigfish eCommerce Admin login failure

Chris,
Check the following BF Admin Security data was correctly loaded during
run-install-seed? If not you can use webtools to import the XML file.

hot-deploy\osafeadmin\data\OsafeAdminSecurityData.xml

Regards
Len

-Original Message-
From: Chris Perry [mailto:cperr...@earthlink.net]
Sent: Thursday, February 27, 2014 11:58 AM
To: user@ofbiz.apache.org
Subject: Bigfish eCommerce Admin login failure

All,

I've recently installed the latest release of Bigfish Ofbiz eCommerce. Am
able to login to the Fashion House store front and Ofbiz/Webtools with no
problem, but no joy with the usual Admin/Ofbiz login for Bigfish eCommerce
Administration. 

 

Error message: ". the information you provided is incomplete. You cannot
login to this application"  

 

Any suggestions?

 

Thanks,

Chris




RE: Apache OFBiz Developer's Introductory Course Workbook

2014-06-30 Thread Len Shein
Vincenzo,

Have a look at BigFish eCommerce www.bigfish.solveda.com. We have built a
layer in the hot-deploy directory that works as a wrapper into the Ofbiz
service layer.

Review the BigFish documentation; if you have any questions feel free to
reach out to us.  The source code is available via SVN and is compatible
with Ofbiz R 10, 11 and 12.


Regards
Len
Solveda

 
-Original Message-
From: Vincenzo D'Amore [mailto:v.dam...@gmail.com] 
Sent: Sunday, June 29, 2014 8:09 AM
To: Apache Ofbiz Users Forum
Subject: Apache OFBiz Developer's Introductory Course Workbook

Hi all,

I'm new to the forum. I'm a software engineer, I'm very interested in this
book "Apache OFBiz Developer's Introductory Course Workbook"


Before buy it I would like to know if anyone have already bought it in order
to understand if this is the right book for me and my team.

Few months ago I was committed to extend a web editing service designed to
enable businesses, organizations or individuals to create professional
websites (www.sitonline.com ).

One of most important task I have is rebuild an e-commerce module to the
current infrastructure. There are about 1000 stores already created, and I
was thinking to migrate everything into ofbiz (i.e. stores, catalogs,
products, products variants).

Since I don't want modify the current backend/fronted interface, I suppose
to access at ofbiz via soap/rest. So we are starting to develop a new
component able to provision/access a store, create/modify/delete an existing
catalog or product. 
Mainly we're interested into a book able to explain us how to integrate
ofbiz with an existing web application via web services (soap or rest).
How to deploy ofbiz into an existing web container or application server.
Or how to create a simple development cycle where we don't need to restart
ofbiz every time a custom component is modified and deployed into
hot-deploy.

Actually we are working to a prototype of our ofbiz integration, since we're
unable to call existing ofbiz webservices via soap, we are writing a
component that works as REST wrapper for OfBiz service we need.
In few words, I would also like to buy a good book able to introduce easily
ofbiz architecture and internals to my group.

Thanks in advance for your time.

Best regards,
Vincenzo D'Amore




Third Party Payment Gateway : First Data Global Gateway API

2014-10-23 Thread Len Shein
All,

I have a requirement to use First Data Global Gateway as the Credit Card
Payment Gateway.  Before I get started configuring this gateway; does anyone
in the community have any past experience with First Data Gateway? 

 

Thank You

 

Len Shein

 



 

lsh...@solveda.com

lsh...@verizon.net

 

516.742.7888 ext.225

732.333.4303

 



Re: Urgent:Create or use current ecommerce ?

2014-11-19 Thread Len Shein
We've developed an eCommerce solution called BigFish that extends Ofbiz.
Check out bigfish.solveda.com.  Happy to help you get started if you think
BigFish would be suitable for your needs.

 

Regards

 

Len Shein

Solveda LLC

www.solveda.com <http://www.solveda.com/> 

lsh...@solveda.com

 

 

 Original Message  


Subject: 

Re: Urgent:Create or use current ecommerce ?


Date: 

Wed, 19 Nov 2014 00:14:45 +0100


From: 

Pierre Smits  <mailto:pierre.sm...@gmail.com> 


Reply-To: 

user@ofbiz.apache.org


To: 

user@ofbiz.apache.org

 

Hi Hoboy,
 
Thanks for sharing your situation and questions.
 
I agree with Paul that it all depends on what you need and want to achieve
and what you want to do for that. If you say that you need to have a
standard ecommerce site fast (for demo purposes, without being considered
about the look and feel of it), just take what OFBiz delivers to you with
the latest release available.
 
But if that is not enough in the respect to what you want to deliver to
your target audience, then you have to put in the extra mile (the extra
effort). And now you have the two options available to you:
 
   - put in extra man hours to change the existing component so that it
   provides what you need, or
   - take some of the extensions that some of our community members have in
   their solutions and services portfolio.
 
You said in your posting that you are new to the OFBiz software and you
need to put an e-commerce site together fast. That sounds like you like
to see miracles happen.
 
What is the timeframe that puts the pressure on you?
 
Regards,
 
Pierre Smits
 
*ORRTIZ.COM  <http://www.orrtiz.com> <http://www.orrtiz.com>*
Services & Solutions for Cloud-
Based Manufacturing, Professional
Services and Retail & Trade
http://www.orrtiz.com
 
On Tue, Nov 18, 2014 at 4:36 PM, Paul Piper  <mailto:p...@ilscipio.com>
 wrote:
 
> Hi,
> 
> it really depends on what you want to do. If you are setout to create an
> eCommerce store, than I would propose to use the ecommerce app as a
> foundation and customize it... ... ... ... alot.
> 
> That's at least the standard approach for most of the devs around here.
> There are also multiple commercial versions available which already come
> with a slicker html foundation. If you are interested, contact me via
email
> and I will show you the store.
> 
> Regards,
> Paul
> 
> 
> 
> --
> View this message in context:
>
http://ofbiz.135035.n4.nabble.com/Urgent-Create-or-use-current-ecommerce-tp4
658597p4658601.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
> 
 



RE: null pointer from external mysql datasource connection

2014-12-04 Thread Len Shein
Did you also create a delegator for the "test_mysql" datasource?

 







 











mailto:thinh.chu...@olbius.vn] 
Sent: Wednesday, December 03, 2014 8:56 PM
To: user@ofbiz.apache.org
Subject: Re: null pointer from external mysql datasource connection

 

Hello,

You try with "jdbc-password" attribute is not null.

 

On Wed, Dec 3, 2014 at 8:21 PM, i...@agentur-m3.de 

wrote:

 

> Hi All,

> 

> trying to define an external datasource

> and to connect to the external mysql-database,

> ofbiz states a "null-pointer exception".

> 

> Here is the datasource, which I appended into

> framework/entity/config/entityengine.xml:

> 

>  helper-class="org.ofbiz.entity.datasource.GenericHelperDAO"

> field-type-name="mysql"

> check-on-start="true"

> add-missing-on-start="true"

> check-pks-on-start="false"

> use-foreign-keys="true"

> join-style="ansi-no-parenthesis"

> alias-view-columns="false"

> drop-fk-use-foreign-key-keyword="true"

> table-type="InnoDB"

> character-set="latin1"

> collate="latin1_general_cs">

> 

>  jdbc-driver="com.mysql.jdbc.Driver"

> jdbc-uri="jdbc:mysql://localhost/wp_platfo"

> jdbc-username="root"

> jdbc-password=""

> isolation-level="ReadCommitted"

> pool-minsize="2"

> pool-maxsize="250"

> time-between-eviction-runs-millis="60"/>

> 

> 

> Calling https://localhost:8443/webtools/control/view/ModelInduceFromDb

> with test_mysql as paramenter

> 

> the server returns a "java.lang.NullPointerException".

> 

> In ofbiz.log I found this lines:

> 

> 20141203140027648 |-0.0.0.0-8443-exec-3 |DatabaseUtil|E| Unable

> to establish a connection with the database for helperName

> [test_mysql]... Error was: org.ofbiz.entity.GenericEntityException:

> com.mysql.jdbc.Driver (com.mysql.jdbc.Driver)

> 20141203140027648 |-0.0.0.0-8443-exec-3 |DatabaseUtil|E| Unable

> to establish a connection with the database, no additional information

> available.

> 20141203140027650 |-0.0.0.0-8443-exec-3 |JspViewHandler  |E|

> ServletException rendering JSP view

> 

> 

> Otherwise a simple java demo like this:

> 

> Class.forName("com.mysql.jdbc.Driver");

> String host = "localhost";

> String user = "root";

> String pass = "";

> String db = "wp_platfo";

> String conString = "jdbc:mysql://" + host + "/" +

> db + "";

> Connection con =

> DriverManager.getConnection(conString, user, pass);

> 

> System.out.println("conString: " + conString);

> 

> connects without problems (I simply copied the conString  into the

> ofbiz-engines jdbc-uri field, so this should work!?).

> 

> Why could  the connection fail?

> 

> Thank you!

> 

> 

> 

> 

> 

> 

> 

> 

> 

 

 

-- 

*THINH CHU THI (Ms)*

 

*Developer**Email:* thinh.chu...@olbius.vn | *Mobile:* (+84) 989 466 070

 

*OLBIUS., JSC*

*Tel:* (+84) 9 88 99 

*Address:* Room 2508, M3-M4 building, No 91, Nguyen Chi Thanh St., Ha Noi

City, Viet Nam

*Website:* http://olbius.vn



RE: Google Maps- Store Location

2015-01-16 Thread Len Shein
Jean-Luc,

Reference the following Jboss thread
https://developer.jboss.org/message/615116?_sscc=t#615116.

This thread explains how to fix one of your issues:

Caused by: java.lang.IllegalArgumentException: Empty name segment is not
allowed for Ofbiz

 

A few other items:

Which version of Ofbiz are you using?

Before including bigfish; did you first try deploying just Ofbiz?

What are your JAVA_OPTS?

You can also reference this thread for more information on deploying Jboss
‘war’ file.

http://stackoverflow.com/questions/1432247/how-to-deploy-war-into-jboss-5-1-
0?rq=1

 

I also suggest you make a post to the Ofbiz user group
(user@ofbiz.apache.org ); you should be able to find someone who has been
down this path before.

 

Regards

Len

 

  _  

From: Jean-Luc Sylvestre [mailto:jean@novitek.dk] 
Sent: Friday, January 16, 2015 4:12 AM
To: Len Shein; bigfishdev; Rayon Barber; Nick Rosser; Praveen Agrawal; Ritu
Raj Lakhera
Subject: Re: Google Maps- Store Location

 

Good morning Len.

I am fighting to make bf deploy on jboss server. jboss jboss-eap-6.3, and
jboss wildfly-8.2.0.Final

This is the challenge I have to surmount in order to pass to my next stage.

I am attaching a log file in case ...anybody has an idea.

Jean-Luc

 

 

On Wed, Jan 14, 2015 at 12:42 PM, Jean-Luc Sylvestre 
wrote:

I will do that Len.

right now i an working hard on deploy bf on jboss WildFly 9.

I don't know if these errors saying anything to you guys with lots of
experiences with bf.


---

12:34:06,104 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5)
MSC01: Failed to start service
jboss.deployment.subunit."ofbiz.ear".".war".POST_MODULE:
org.jboss.msc.service.StartException in service
jboss.deployment.subunit."ofbiz.ear".".war".POST_MODULE: JBAS018733: Failed
to process phase POST_MODULE of subdeployment ".war" of deployment
"ofbiz.ear"

at
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUn
itPhaseService.java:166)
[jboss-as-server-7.4.0.Final-redhat-19.jar:7.4.0.Final-redhat-19]

at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceCo
ntrollerImpl.java:1980)
[jboss-msc-1.1.5.Final-redhat-1.jar:1.1.5.Final-redhat-1]

at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerI
mpl.java:1913) [jboss-msc-1.1.5.Final-redhat-1.jar:1.1.5.Final-redhat-1]

at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:11
45) [rt.jar:1.7.0_72]

at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:6
15) [rt.jar:1.7.0_72]

at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_72]

Caused by: java.lang.IllegalArgumentException: Empty name segment is not
allowed for ofbiz

at org.jboss.msc.service.ServiceName.of(ServiceName.java:90)
[jboss-msc-1.1.5.Final-redhat-1.jar:1.1.5.Final-redhat-1]

at org.jboss.msc.service.ServiceName.append(ServiceName.java:117)
[jboss-msc-1.1.5.Final-redhat-1.jar:1.1.5.Final-redhat-1]

at
org.jboss.as.naming.deployment.ContextNames.contextServiceNameOfModule(Conte
xtNames.java:94)

at
org.jboss.as.ee.beanvalidation.BeanValidationFactoryDeployer.bindFactoryToJn
di(BeanValidationFactoryDeployer.java:77)

at
org.jboss.as.ee.beanvalidation.BeanValidationFactoryDeployer.deploy(BeanVali
dationFactoryDeployer.java:64)

at
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUn
itPhaseService.java:159)
[jboss-as-server-7.4.0.Final-redhat-19.jar:7.4.0.Final-redhat-19]

... 5 more

 

 

On Mon, Jan 12, 2015 at 1:58 PM, Len Shein  wrote:

Jean-Luc,

Yes you can contact us, please include the following contacts:

Nick Rosser – Managing Director

Deepak Agrawal – CEO, Solveda India

 

Regards

Len

 

  _  

From: Jean-Luc Sylvestre [mailto:jean@novitek.dk] 
Sent: Monday, January 12, 2015 4:05 AM
To: Len Shein; bigfishdev; Nick Rosser; Rayon Barber; Praveen Agrawal; Ritu
Raj Lakhera
Subject: Re: Google Maps- Store Location

 

Good morning Len.

 

We are discussing of looking for a professional assistance for bf socially
in the front-end, is is possible to 

to contact you for this task ?

 

Dr.Jean-Luc

 

On Mon, Jan 5, 2015 at 1:06 PM, Len Shein  wrote:

Jean-Luc,

Happy New Year!

Yes you can install BF anywhere apache Ofbiz 12.04.05 is deployed.

 

Regards

Len

 

  _  

From: Jean-Luc Sylvestre [mailto:jean@novitek.dk] 
Sent: Monday, January 05, 2015 4:09 AM
To: Len Shein; bigfishdev; Praveen Agrawal; Rayon Barber; Ritu Raj Lakhera
Subject: Re: Google Maps- Store Location

 

Hi guys happy new year 2015.

I am working on deploying bf on jboss wildfly and Jboss Application Server
EAP 6.3.0 GA,

 does any of you has an advice or a link of how to for this task ?

When I look here /framework/appserver/templates/ only jboss422 is supported.

Can bf be deploy on any

Spam Bots - Placing orders in ofbiz - Denial of Service detection

2015-02-18 Thread Len Shein
We have an Ofbiz application where orders were obviously placed by a 'spam
bot'.  The payment Gateways thankfully rejected the credit card
transactions.  We were able to trace the IP address of these visits back to
a cloud hosted provider; unlikely a legitimate customer.  As a short term
fix we can block a specific range of IP addresses at the Web Server level
and not allow entry of these IP's to the application server.  However as
long term fix a solution that is able to detect these types of attacks would
be the way to go.

 

Is anyone in the community aware of a DOS (Denial of Service) attack
detection, which can be used at either the application or web server levels?

 

 

Len Shein

lsh...@solveda.com <mailto:lsh...@solveda.com> 

http://bigfish.solveda.com 

 

 

Office: 516.742.7888 ext.225

Home Office: 732.333.4303

Cell: 917.882.8515

 



 



Bootstrap in Ofbiz/BigFish

2015-09-30 Thread Len Shein
I understand this topic has been kicked around in the community, however I
have not seen much on the topic lately.

We are looking to implement bootstrap into our BigFish
<http://bigfish.solveda.com/>  extension of Ofbiz.  Before we do I was
wondering if anyone in the community has already done some work in this
area?

 

We were thinking about creating a Bootstrap visual theme; this theme would
be pulled into the pages before the current theme (ie. Flat Grey).
Essentially making the current theme a 'skin' which overrides the base
(Bootstrap).

 

The next step would be to modify the screen decorators to define the base
(container-fluid, row) Bootstrap class names.

Of course the next task would be to go through the FTL's and generate
bootstrap components and class names; a cumbersome job but certainly doable.


 

Anyone have any thoughts or ideas?

 

 

Len Shein

lsh...@solveda.com <mailto:lsh...@solveda.com> 

 

Office: 516.742.7888 ext.225

Home Office: 732.333.4303

Cell: 917.882.8515

 



 



Category Content Wrapper

2015-10-12 Thread Len Shein
All,

Just a query; was there a reason the CategoryContentWrapper does not use a
'cache' store, in the same way the ProductContentWrapper uses
'product.content.rendered' cache store?

 

Len Shein

lsh...@solveda.com <mailto:lsh...@solveda.com> 

 

Office: 516.742.7888 ext.225

Home Office: 732.333.4303

Cell: 917.882.8515

 



 



RE: Is there Ofbiz mobile version.

2015-10-13 Thread Len Shein
Barou,
Bigfish html and css are already mobile or RWD compliant, therefore there is
no need for an m.eCommerce.com version.
You can apply specific RWD CSS in the bigFishRwdAdjustments.css file.

Regards
Len
-Original Message-
From: Barou [mailto:zsba...@gmail.com] 
Sent: Tuesday, October 13, 2015 2:27 AM
To: user@ofbiz.apache.org
Subject: Is there Ofbiz mobile version.

Hello fellow ofbizers.

I have an ofbiz app/eCommerce browser based, is it possible to make an
mobile version of the this,  the m.eCommerce.com version on the mobile of
the www.eCommerce.com, is there a way to  transform the eCommerce browser
based to an m.xxx.com version, a mobile version.
I am also playing with BigFish is there a mobile version of BigFish
eCommerce ? like Ofbiz I will like to know if one can transform Bigfish
ecommerce to an m.eCommerce.com, mobile version.
  



--
View this message in context:
http://ofbiz.135035.n4.nabble.com/Is-there-Ofbiz-mobile-version-tp4673313.ht
ml
Sent from the OFBiz - User mailing list archive at Nabble.com.



RE: Can BigFish-eCommerce-v1.23 deploy on ofbiz 13.07.02

2015-10-26 Thread Len Shein
Barou,
BigFish-eCommerce-v1.23 is compatible with Ofbiz 13, however only fully
tested and released thru Ofbiz versions 12.

Regards
Len

-Original Message-
From: Barou [mailto:zsba...@gmail.com] 
Sent: Monday, October 26, 2015 6:16 AM
To: user@ofbiz.apache.org
Subject: Can BigFish-eCommerce-v1.23 deploy on ofbiz 13.07.02

After while using ofbiz and some related extensions.
I have the following question
Does anybody has experiences of using  BigFish-eCommerce-v1.23 and ofbiz
13.07.02.
Even more with ofbiz-release14.12.

Barou




--
View this message in context:
http://ofbiz.135035.n4.nabble.com/Can-BigFish-eCommerce-v1-23-deploy-on-ofbi
z-13-07-02-tp4673888.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



RE: Can BigFish-eCommerce-v1.23 deploy on ofbiz 13.07.02

2015-10-28 Thread Len Shein
Barou,
BigFish-eCommerce-v1.23.zip is not yet compatible with Ofbiz r.13  Currently
works with Ofbiz version r.12.04 and lower.
A newer release of Bigfish will be out shortly.

Regards
Len


-Original Message-
From: Barou [mailto:zsba...@gmail.com] 
Sent: Wednesday, October 28, 2015 9:24 AM
To: user@ofbiz.apache.org
Subject: Re: Can BigFish-eCommerce-v1.23 deploy on ofbiz 13.07.02

Yes I am on linux
apache-ofbiz-13.07.02.zip build without  any problem, the problem start when
I try to build it with BigFish-eCommerce-v1.23.zip.

Barou




--
View this message in context:
http://ofbiz.135035.n4.nabble.com/Can-BigFish-eCommerce-v1-23-deploy-on-ofbi
z-13-07-02-tp4673888p4673941.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



RE: Can BigFish-eCommerce-v1.23 deploy on ofbiz 13.07.02

2015-10-28 Thread Len Shein
Barou,
We are working on it, basically a few of the build commands and groovy
scripts have changed between Ofbiz 12 and 13

Regards
Len


-Original Message-
From: Barou [mailto:zsba...@gmail.com] 
Sent: Wednesday, October 28, 2015 10:31 AM
To: user@ofbiz.apache.org
Subject: RE: Can BigFish-eCommerce-v1.23 deploy on ofbiz 13.07.02

Thanks very much Len
I did tried your suggestion I and did not worked.
Thank you for saving me lots of time.
Any idea when the compatibility release you are talking about will be ?
I am also using ofbiz but BigFish is really great.




--
View this message in context:
http://ofbiz.135035.n4.nabble.com/Can-BigFish-eCommerce-v1-23-deploy-on-ofbi
z-13-07-02-tp4673888p4673954.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



RE: Can BigFish-eCommerce-v1.23 deploy on ofbiz 13.07.02

2015-10-29 Thread Len Shein
Barou,

We have created a patch to run BigFish with Ofbiz 13.07.  You can download
the patch with instructions http://bigfish.solveda.com/bfDownload.html 
See specifically the following sections on the download page.
-- Apply Bigfish files to make Bigfish compatible with Ofbiz 13.07
-- BigFish 'Seed' Data


Regards
Len


-Original Message-
From: Barou [mailto:zsba...@gmail.com] 
Sent: Wednesday, October 28, 2015 10:31 AM
To: user@ofbiz.apache.org
Subject: RE: Can BigFish-eCommerce-v1.23 deploy on ofbiz 13.07.02

Thanks very much Len
I did tried your suggestion I and did not worked.
Thank you for saving me lots of time.
Any idea when the compatibility release you are talking about will be ?
I am also using ofbiz but BigFish is really great.




--
View this message in context:
http://ofbiz.135035.n4.nabble.com/Can-BigFish-eCommerce-v1-23-deploy-on-ofbi
z-13-07-02-tp4673888p4673954.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



RE: I can not connect to mysql db

2015-11-10 Thread Len Shein
Make sure you have the mysql-connector jar from 'framework\entity\lib\jdbc'.
Check (via mySql Workbench) you are able to connect to the DB in the new
environment.

In your Client-Deployment.properties
Verify these are correct for the new environment:

  main.datasource.name=localmysql
  database.name=[DB_SCHEMA]
  database.server=[127.0.0.1]
  database.serverPort=[3306]
  jdbc.driver=com.mysql.jdbc.Driver
  jdbc.username=[ofbiz]
  jdbc.password=[ofbiz]


Check the username and password have proper access to your MySql DB.
Check the server and server port are accessible in the new environment.  Try
changing the default [127.0.0.1] to the IP of the new environment.


Regards
Len

-Original Message-
From: Barou [mailto:zsba...@gmail.com] 
Sent: Tuesday, November 10, 2015 5:03 AM
To: user@ofbiz.apache.org
Subject: I can not connect to mysql db

I am using BigFish v-23. for over a month now.
I have made mysql dump form the environment where the app is running fine.
Then restore that in an other environment.
Then move all my BigFish app on the same machine.
Then rebuild BigFish that went fine.
when I launch bigfish I get connection error.
I have used some time in it now.

Barou


2015-11-10 11:05:31,221 (main) [DelegatorFactoryImpl.java:30 :INFO ]
Creating new delegator [default] (main)
2015-11-10 11:05:31,286 (main) [UtilXml.java:1060:ERROR]
XmlFileLoader: File
file:/home/barou/appServers/Calis09172015_2/framework/entity/config/entityen
gine.xml
process error. Line: 52. Error message: cvc-complex-type.2.4.a: Invalid
content was found starting with element 'delegator'. One of
'{debug-xa-resources}' is expected.
2015-11-10 11:05:33,568 (main) [ModelViewEntity.java:551:WARN ]
[OrderItemQuantityReportGroupByItem]: Conversion for complex-alias needs to
be implemented for cache and in-memory eval stuff to work correctly, will
not work for alias: quantityOrdered
2015-11-10 11:05:33,569 (main) [ModelViewEntity.java:551:WARN ]
[OrderItemQuantityReportGroupByItem]: Conversion for complex-alias needs to
be implemented for cache and in-memory eval stuff to work correctly, will
not work for alias: quantityOpen
2015-11-10 11:05:33,569 (main) [ModelViewEntity.java:551:WARN ]
[OrderItemQuantityReportGroupByProduct]: Conversion for complex-alias needs
to be implemented for cache and in-memory eval stuff to work correctly, will
not work for alias: quantityOrdered
2015-11-10 11:05:33,570 (main) [ModelViewEntity.java:551:WARN ]
[OrderItemQuantityReportGroupByProduct]: Conversion for complex-alias needs
to be implemented for cache and in-memory eval stuff to work correctly, will
not work for alias: quantityOpen
2015-11-10 11:05:33,577 (main) [ModelViewEntity.java:551:WARN ]
[OrderReportSalesGroupByProduct]: Conversion for complex-alias needs to be
implemented for cache and in-memory eval stuff to work correctly, will not
work for alias: quantityOrdered
2015-11-10 11:05:33,586 (main) [ModelViewEntity.java:551:WARN ]
[OrderItemAndShipGrpInvResAndItemSum]: Conversion for complex-alias needs to
be implemented for cache and in-memory eval stuff to work correctly, will
not work for alias: quantityOrdered
2015-11-10 11:05:33,586 (main) [ModelViewEntity.java:551:WARN ]
[OrderItemAndShipGrpInvResAndItemSum]: Conversion for complex-alias needs to
be implemented for cache and in-memory eval stuff to work correctly, will
not work for alias: totQuantityAvailable
2015-11-10 11:05:33,656 (main) [ModelReader.java:436:INFO ] FINISHED
LOADING ENTITIES - ALL FILES; #Entities=858 #ViewEntities=255 #Fields=9030
#Relationships=2914 #AutoRelationships=2162
2015-11-10 11:05:33,693 (main) [   GenericDelegator.java:234:INFO ] Doing
entity definition check...
2015-11-10 11:05:33,699 (main) [ ModelEntityChecker.java:508:INFO ]
[initReservedWords] array length=1023
2015-11-10 11:05:34,071 (main) [   GenericDelegator.java:237:WARN ]
=-=-=-=-= Found 7 warnings when checking the entity definitions:
2015-11-10 11:05:34,072 (main) [   GenericDelegator.java:239:WARN ]
[FieldNameRW] Column name PASSWORD of entity PaymentGatewayPayNetz is a
reserved word.
2015-11-10 11:05:34,072 (main) [   GenericDelegator.java:239:WARN ]
[FieldNameRW] Column name STATE of entity BlueDartCodpin is a reserved word.
2015-11-10 11:05:34,072 (main) [   GenericDelegator.java:239:WARN ]
[FieldNameRW] Column name ZONE of entity BlueDartCodpin is a reserved word.
2015-11-10 11:05:34,072 (main) [   GenericDelegator.java:239:WARN ]
[FieldNameRW] Column name STATE of entity BlueDartPrepaid is a reserved
word.
2015-11-10 11:05:34,072 (main) [   GenericDelegator.java:239:WARN ]
[FieldNameRW] Column name ZONE of entity BlueDartPrepaid is a reserved word.
2015-11-10 11:05:34,072 (main) [   GenericDelegator.java:239:WARN ]
[RelFKNameGT18] The foreign key named EMAIL_SETTING_STATUS (length:20) was
greater than 18 characters in length for relation StatusItem of entity
ProductStoreEmailSetting.
2015-11-10 11:05:34,072 (main) [   GenericDelegator.ja

RE: how to change bigfish default tomcat port.

2015-11-23 Thread Len Shein
Barou,
Also check your WEBSITE entity 'httpPort' and 'httpsPort' fields, if these
were set in previous builds.

Regards
Len

-Original Message-
From: Arun Sankar [mailto:arunsanka...@outlook.com] 
Sent: Monday, November 23, 2015 12:58 AM
To: user@ofbiz.apache.org
Subject: Re: how to change bigfish default tomcat port.

If you are facing an issue with certain url's on the E commerce site being
re-directed to a different port. You can try to configure the system
parameters from bigfish admin for them.

 1. Bigfish admin -> Admin -> System parameters.
 2. Search for HTTPS_HOST and HTTP_HOST. Change the port values as per your
requirement.
 3. Clear caches.

Arun


From: Barou 
Sent: Thursday, November 19, 2015 8:22 PM
To: user@ofbiz.apache.org
Subject: Re: how to change bigfish default tomcat port.

I was too quick ... I did made a change
in client-deployment.properties
but some files still point to 8080





--
View this message in context:
http://ofbiz.135035.n4.nabble.com/how-to-change-bigfish-default-tomcat-port-
tp4674601p4674608.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



VISIT and VISITOR Entities

2015-11-24 Thread Len Shein
All,

We have a LIVE  application in which the VISIT AND VISITOR entities have
grown to over 19 and 18 million rows respectively.

Has anyone experienced any performance issues when these entities have grown
to such capacity?

 

We recently had a performance issue and decided to turn off the visit
history feature until this feature can be ruled out as the issue.

stats.persist.visit=false

stats.persist.visitor=false

 

Note: The application is currently using Ofbiz r.10.


Len Shein

 <mailto:lsh...@solveda.com> lsh...@solveda.com

O: 516.742.7888 x225

O: 732.333.4303
C: 917.882.8515



Trouble with http in the URL twice?

2015-12-02 Thread Len Shein
Has anyone experienced issues with Http in the URL twice.

We are getting URL requests of

http://www.company.com/boots/hiking_boot?param1=10¶m2=banner¶m3=HOLI
DAY%3C
http://www.company.com/boots/hiking_boot?param1=10¶m2=banner¶m3=HOLI
DAY 

 

Does anyone know if this would cause some kind of loop?

Would the second Http be processed at all ?

 

Len Shein

lsh...@solveda.com <mailto:lsh...@solveda.com> 

 

Office: 516.742.7888 ext.225

Home Office: 732.333.4303

Cell: 917.882.8515

 



 



JobPoller: Problems reading values from serviceengine.xml file

2015-12-05 Thread Len Shein
All 

Had an issue in which Pending Jobs in Job sandbox were not starting.

Found the folliwng in the log file:

2015-12-05 18:09:01,480 (org.ofbiz.service.job.JobPoller@9240189
<mailto:org.ofbiz.service.job.JobPoller@9240189> ) [
JobPoller.java:295:ERROR] Problems reading values from serviceengine.xml
file [java.lang.NumberFormatException: null]. Using defaults.

JobPoller code at line 295

 

private int minThreads() {

int min = MIN_THREADS;

 

try {

min =
Integer.parseInt(ServiceConfigUtil.getElementAttr("thread-pool",
"min-threads"));

} catch (NumberFormatException nfe) {

Debug.logError("Problems reading values from serviceengine.xml
file [" + nfe.toString() + "]. Using defaults.", module);

}

return min;

}

 

Removed "serviceengine.xml" from Cache Name resource.ResourceLoaders.

Removing this cleared the issue and all PENDING jobs kicked off.

 

We are using Ofbiz 10 ( which I understand is no longer supported). 

 However asking the community if anyone has any clues as how the
serviceengine.xml could be corrupted in such a way that the Job Poller is
unable to read from it?

 

 

 

Len Shein

lsh...@solveda.com <mailto:lsh...@solveda.com> 

 

Office: 516.742.7888 ext.225

Home Office: 732.333.4303

Cell: 917.882.8515

 



 



RE: JobPoller: Problems reading values from serviceengine.xml file

2015-12-15 Thread Len Shein
Thanks Scott, I'll take a look.

Regards
Len

-Original Message-
From: Scott Gray [mailto:scott.g...@hotwaxsystems.com] 
Sent: Tuesday, December 15, 2015 5:41 PM
To: user@ofbiz.apache.org
Subject: Re: JobPoller: Problems reading values from serviceengine.xml file

That's a problem in the older versions caused by concurrent access to the 
cached dom model of the serviceengine.xml file. The dom doesn't support 
concurrent reads and you'll intermittently see this problem.

The only solution is to store the serviceengine configuration in POJOs rather 
than caching the dom.  It's a pain to change because the cached dom is 
referenced all over.  I believe Adrian converted it to POJOs in one of the 
later versions, you could always try backporting that to your version.

Regards

Scott
On 6 Dec 2015 12:51, "Len Shein"  wrote:

> All
>
> Had an issue in which Pending Jobs in Job sandbox were not starting.
>
> Found the folliwng in the log file:
>
> 2015-12-05 18:09:01,480 (org.ofbiz.service.job.JobPoller@9240189) [ 
> JobPoller.java:295:ERROR] Problems reading values from 
> serviceengine.xml file [java.lang.NumberFormatException: null]. Using 
> defaults.
>
> JobPoller code at line 295
>
>
>
> *private* *int* minThreads() {
>
> *int* min = *MIN_THREADS*;
>
>
>
> *try* {
>
> min = 
> Integer.*parseInt*(ServiceConfigUtil.*getElementAttr*(
> "thread-pool", "min-threads"));
>
> } *catch* (NumberFormatException nfe) {
>
> Debug.*logError*("Problems reading values from 
> serviceengine.xml file [" + nfe.toString() + "]. Using defaults.", 
> *module*);
>
> }
>
> *return* min;
>
> }
>
>
>
> Removed “serviceengine.xml” from *Cache Name* resource.ResourceLoaders.
>
> Removing this cleared the issue and all PENDING jobs kicked off.
>
>
>
> We are using Ofbiz 10 ( which I understand is no longer supported).
>
>  However asking the community if anyone has any clues as how the 
> serviceengine.xml could be corrupted in such a way that the Job Poller 
> is unable to read from it?
>
>
>
>
>
>
>
> Len Shein
>
> lsh...@solveda.com
>
>
>
> Office: 516.742.7888 ext.225
>
> Home Office: 732.333.4303
>
> Cell: 917.882.8515
>
>
>
>
>



Distributed cache clear

2015-12-22 Thread Len Shein
All,

In setting up the distributed cache clear on the entity engine; does anyone
know if this applies to 'all' the Ofbiz resources in the cache like label
and property files or just the 'entity' cache stores?

So for example if one of the instances the OrderUiLabels.xml file is updated
and the 'properties.UtilPropertiesBundleCache' is cleared would that clear
then be distributed to the other instances listening on the same topic?

 

 


Len Shein

 <mailto:lsh...@solveda.com> lsh...@solveda.com

O: 516.742.7888 x225

O: 732.333.4303
C: 917.882.8515



Distributed Cache Clear using ActiveMQ

2015-12-31 Thread Len Shein
All,

We have two instances of Ofbiz running.  Both instances talk to the same
database.  When we update some entity using one of the instances we are
looking for cache clearing operation on all the instances to happen
automatically.  Based on Ofbiz documentation found on "Distriubted Cache
Clearing" we have setup the following.

 

Instance One we called the "master".

* Instance Id: master

* Pool: masterPool

Instance Two we called the "slave"

* Instance Id: slave01

* Pool: slave01Pool

 

Installed ActiveMq version 5.10.0 on the Master Instance.

 

On both the Master and Slave Instances the following:

1.In Framework/base/lib/

 Copied the 'activemq-all-5.10.0.jar

 

2.In Framework/entity/config/entityengine.xml

 



 

3.In Framework/service/config/serviceengine.xml







 

4.In Framework/base/config/jndi.properties

 

java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextF
actory

java.naming.provider.url=tcp://:61616

topic.OFBTopic=OFBTopic

connectionFactoryNames=connectionFactory, queueConnectionFactory,
topicConnectionFactory

 

Commented out the default jndi.properties

java.naming.factory.initial=com.sun.jndi.rmi.registry.RegistryContextFactory

java.naming.provider.url=rmi://127.0.0.1:1099

 

With this configuration both instances correctly send messages to the
'OFBTopic'.  This is verified by viewing the ActiveMQ admin monitor. http://
<http://%3cAMQ-IP-SERVER1%3e:8161/admin/topics.jsp>
:8161/admin/topics.jsp 

 

However when updating for example the PRODUCT entity on the 'Master'
instance the 'cache' for the Product entity on the 'Slave' instance is NOT
cleared.

Has anyone succesfully configured the Ditributed Cache clear using ActiveMQ
in the past?

 

We have also tried a second configuration

 

1.In Framework/base/lib/

 Copied the 'activemq-all-5.10.0.jar

 

2.In Framework/entity/config/entityengine.xml

 



 

3.In Framework/service/config/serviceengine.xml







4.In Framework/base/config/jndiservers.xml



 
Context-provider-url="tcp://:61616?jms.useAsyncSend=true&
;timeout=6000"

Initial-context-factory ="
org.apache.activemq.jndi.ActiveMQInitialContextFactory "

url-pkg-prefixes=""

security-principal=""

security-credentials=""

/>

 

 

5.In Framework/base/config/jndi.properties

 

java.naming.factory.initial=com.sun.jndi.rmi.registry.RegistryContextFactory

java.naming.provider.url=rmi://127.0.0.1:1099

topic.OFBTopic=OFBTopic

 

When using the second type configuration on 'startup' we receive the
following erro message in the log and no updates can be performed on the DB.

Failure in storeByCondition operation for entity [JobSandbox]  - SQL
Exception occurred on commit (Commit can not be set while enrolled in a
transaction)

Error in polling JobSandbox: [JobManager.java:188:ERROR] - SQL Exception
occurred on commit (Commit can not be set while enrolled in a transaction)

 

 

Any sugestions from the community would be of great help?

 

Len Shein

lsh...@solveda.com <mailto:lsh...@solveda.com> 

 

Office: 516.742.7888 ext.225

Home Office: 732.333.4303

Cell: 917.882.8515

 



 



An index number appended to utilCacheTable names when there are conflicts?

2016-01-19 Thread Len Shein
All,

There have been instances where one or more of the entitycache store gets an
index number appended to it's name.

The UtilCache.java file has the following notation:

 

/** An index number appended to utilCacheTable names when there are
conflicts. */

private final static ConcurrentHashMap
defaultIndices = new ConcurrentHashMap();

 

Does anyone know what kind of conflict would cause a cache store to get such
an index number?

Also the original named cache is no longer present in the cache store list?

 

For example:

 entitycache.entity.default.ProdCatalog1

And the original is gone.

 entitycache.entity.default.ProdCatalog

 

Note: This is occurring in a clustered environment which we are using
ActiveMQ to distribute our cache clearing.

 

Len Shein

lsh...@solveda.com

O: 516.742.7888 x225

O: 732.333.4303

C: 917.882.8515



RE: An index number appended to utilCacheTable names when there are conflicts?

2016-01-20 Thread Len Shein
It does cause issues since it seems the original cache (without the 1) does not 
properly clear.
In my situation it happens to be the DataResource cache.
As you know Content is stored in the three cache stores Content, DataResource, 
Electronic Text. 
We are in a clustered environment using ActiveMQ to distribute the cache clear.
In our case on the second instance the DataResource cache was in conflict and 
therefore named DataResoure1.
When the first instance updated its cache store the DataResource cache on the 
second instance never gets cleared.  I believe due to the fact it seemingly is 
not there by the same name, on the second instances' cache store list.

The odd thing when viewing the list of cache stores via webtools.  We see the 
cache store with the 1 appended,  and it shows the 'stats' of this cache.  
However when clicking on the any of the 'detail' links we get cache store not 
found.  Removing the '1' from the URl parameter line does then properly show 
the detail of the 'original' cache. If the cache store is subsequently 
'cleared'; of course it then shows the correct data on ecommerce site.

The method is UtilCache.getOrCreateUtilCache; if the cache determines the file 
to be 'unsafe' it executes compareAndSwapInt. What I am puzzled at is what is 
the conflict or unsafe which causes the next atomic number to be generated?
 
Regards
Len

-Original Message-
From: Scott Gray [mailto:scott.g...@hotwaxsystems.com] 
Sent: Wednesday, January 20, 2016 4:33 AM
To: user@ofbiz.apache.org
Subject: Re: An index number appended to utilCacheTable names when there are 
conflicts?

It's most likely a race condition in the UtilCache getOrCreate method (the 
exact name escapes me without looking). Does it a actually cause any issues or 
is it just strange?
On 20 Jan 2016 11:41, "Len Shein"  wrote:

> All,
>
> There have been instances where one or more of the entitycache store 
> gets an index number appended to it's name.
>
> The UtilCache.java file has the following notation:
>
>
>
> /** An index number appended to utilCacheTable names when there 
> are conflicts. */
>
> private final static ConcurrentHashMap 
> defaultIndices = new ConcurrentHashMap();
>
>
>
> Does anyone know what kind of conflict would cause a cache store to 
> get such an index number?
>
> Also the original named cache is no longer present in the cache store list?
>
>
>
> For example:
>
>  entitycache.entity.default.ProdCatalog1
>
> And the original is gone.
>
>      entitycache.entity.default.ProdCatalog
>
>
>
> Note: This is occurring in a clustered environment which we are using 
> ActiveMQ to distribute our cache clearing.
>
>
>
> Len Shein
>
> lsh...@solveda.com
>
> O: 516.742.7888 x225
>
> O: 732.333.4303
>
> C: 917.882.8515
>
>