Re: Polish translation for ecommerce module

2010-11-06 Thread Michał Cukierman
Hello Lukasz, Could you kindly tell us which modules have you translated? I understand that this is a play mobile project? Regards, Michal Dnia 2010-11-06, sob o godzinie 13:14 +, Bilgin Ibryam pisze: > Yes > > On Sat, Nov 6, 2010 at 12:53 PM, Lukasz Kucharski wrote: > > > Hello, > > > > I

Re: ofbiz9.04

2010-09-23 Thread Michał Cukierman
You have got wrong path. you should try: java -jar ofbiz.jar ... or smth like: "c:\program files\java\sdk\\bin\java.exe" The best thing fould be to install jdk 6.0 or add your current sdk to the PATH variable. Dnia 2010-09-23, czw o godzinie 09:49 -0700, Gerardo Valdez Andrade pisze: > > Hi

Re: How to report bugs

2010-09-12 Thread Michał Cukierman
Thank you for response. My proposal is: 1) I find the problem on my system 2) I confirm it with the latest demo trunk 3) If the issue is qualified as a bug according to https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors +Best+Practices I create a new one on Jira (Already did it

How to report bugs

2010-09-11 Thread Michał Cukierman
How to report bugs and maybe whats more valuable, how to qualify issue as a bug you wanna see on JIRA? Today I seen at least four problems in 10.4 branch version: 1)After changing ecommerce mount path from /ecommerce to / , the button: catalog->select category->category details->[CATEGORY PAGE] st

Re: Recent change to UtilXml.java breaks talking to jax-ws.

2010-09-11 Thread Michał Cukierman
Hi, It was a problem with reverse dns. In fact, server was able to identify the domain for my ip address, but it was set to ".". Thanks for your help. Dnia 2010-09-11, sob o godzinie 16:53 +0530, Ashish Vijaywargiya pisze: > Hello Jeremiah, > > For now I have reverted my changes from trunk at

Re: Regarding SECAs

2010-09-09 Thread Michał Cukierman
I am an ofbiz newbe. Could you write a service wrapper in simple method? For example: and: and in a simple method pass your aguments and invoke someService, lets say in a loop? I suppose you set arguments in your service declaration as well. Dnia 2010-09-09, czw o godzinie 07:

Re: Memory issue

2010-09-08 Thread Michał Cukierman
Just to be sure, Have you removed "rem" from the startofbiz.bat file? http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/rem.mspx?mfr=true You can see the site: http://partbook.eu I also do have a lot of categories (around 100k) + some additional customizations. I set

Re: Ofbiz Concurrency handling

2010-09-03 Thread Michał Cukierman
certain way in the future in > OFBiz itself, you should contribute automated test cases to test those > things. It's that simple, and there is no substitute. > > Another benefit of doing that testing is you can try out things like you > mentioned, ie making all static methods syn

Re: Ofbiz Concurrency handling

2010-09-03 Thread Michał Cukierman
common mistake new users make is to go directly to Java code and they > end up getting mired in details like this. You don't need to do that. If > you stick with the higher level tools you will be more productive and > have a lot less to worry about. > > -Adrian > > O

Re: Ofbiz Concurrency handling

2010-09-03 Thread Michał Cukierman
? I do not face issues when working on one machine but in the future I excpect more visitors than one. If (If) those methods are not handled in any places, why don't you use synchronized keyword? Regards, Michał Cukierman Dnia 2010-09-03, pią o godzinie 05:55 -0700, Adrian Crum pisze: &

Re: Ofbiz Concurrency handling

2010-09-03 Thread Michał Cukierman
Can anyone help me with understandin Ofbiz concurrency handling? Is it thread safe? Dnia 2010-09-02, czw o godzinie 15:23 +0200, Michał Cukierman pisze: > Hello, > > I do ofbiz customization with some code changes. At the moment Im > extending ecommerce catalog and product structure.

Ofbiz Concurrency handling

2010-09-02 Thread Michał Cukierman
Hello, I do ofbiz customization with some code changes. At the moment Im extending ecommerce catalog and product structure. This action requires additional services to be implemented. So, I am wondering how ofbiz implements concurent programing issues. In FTL files in most cases it invokes publ

Re: MySQL DB creation with demo data

2010-08-31 Thread Michał Cukierman
I have two environments: 2 x 3Ghz + 4GB RAM - server - takes a couple of minutes to load the initial data. 2 x 2.8Ghz + 8GB RAM - laptop - it takes about 40 minutes to load the data. Don't have the solution but I have noticed that on machines with slow disks the performance while creating indices,

Re: Browsing all products

2010-08-25 Thread Michał Cukierman
If you want to brows only for the data, you can use webtools. This is in fact low lvl approach. Dnia 2010-08-25, śro o godzinie 10:37 +0300, Mansour Al Akeel pisze: > Is there a way to browse all available products ignoring the category > they belong to ? > I need to do the same to categories, reg

Re: switching external content between http and https?

2010-08-21 Thread Michał Cukierman
Can you create two pages based on one template and then checks if the parameter is set? You can also create a servlet that filters for the url and checks the same. then, if parameter is set - you can redirect to https or no. Dnia 2010-08-21, sob o godzinie 16:43 +0800, Sam Hamilton pisze: > Hi Gu

Re: Groovy question regarding passing html parameters

2010-08-20 Thread Michał Cukierman
OFILE_EXPERIENCE WHERE PROFILE_ID = ? AND EXPERIENCE_ID IN (?) > Are you saying there is some sort of problem with this type of query? > > Regards > Scott > > On 21/08/2010, at 1:58 AM, Michał Cukierman wrote: > > > Scott, > > > > Maybe I am wrong but ... E

Re: Groovy question regarding passing html parameters

2010-08-20 Thread Michał Cukierman
Scott, Maybe I am wrong but ... EntityOperator.IN is used to filter objects that you already have. From the developer point of view it's very bad practice. For example: 1) You need to query for 1000 products 2) You use EntityOperator and do a second query to "filter" those, just to get ,lets say,

Re: factory implementation !

2010-08-18 Thread Michał Cukierman
Cant you use FactoryMethod as an Ofbiz service? Dnia 2010-08-18, śro o godzinie 07:35 +0530, Prashant Punekar pisze: > FactoryMethod

Re: Catalog management performance issue

2010-08-17 Thread Michał Cukierman
I know that Ofbiz is limited in some areas, but as far it's the best place to start. It's better to improve some code than write it all. What I also think: I have software for free, I can put some effort to improve it. So to keep the problem in mind. What is the way of implementing: 1) How to im

Re: Catalog management performance issue

2010-08-17 Thread Michał Cukierman
o the problem. > > So, I'm still curious about OFBiz support for really large data sets. > > Regards, > Ruth > > Michał Cukierman wrote: > > Thanks for the quick answer. > > > > I have allocated 2GB of memory, so it's not a case. The problem is > tha

Re: Catalog management performance issue

2010-08-17 Thread Michał Cukierman
ch memory have you allocated to ofbiz? > what version of ofbiz are you using? > There is a top Category that should be checked for first. > have not been in that part of the code for a while. > > Michał Cukierman sent the following on 8/17/2010 7:41 AM: > > Hi, > > >

Catalog management performance issue

2010-08-17 Thread Michał Cukierman
Hi, I have a problem with performence (and Out of Memmory Issue) with catalog management module. There is a section invoked after Choose Top Category Collection allCategories = delegator.findList("ProductCategory", null, null, null, null, false); for (GenericValue curCat: allCategories) {