[jira] [Commented] (OFBIZ-5652) Include template for Apache Tomcat 7

2014-11-20 Thread Mansour Al Akeel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14219205#comment-14219205 ] Mansour Al Akeel commented on OFBIZ-5652: - Jacopo, I think when you said: I

[jira] [Commented] (OFBIZ-5652) Include template for Apache Tomcat 7

2014-11-19 Thread Mansour Al Akeel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217892#comment-14217892 ] Mansour Al Akeel commented on OFBIZ-5652: - Pierre, I am not sure I made a mistake

[jira] [Commented] (OFBIZ-5652) Include template for Apache Tomcat 7

2014-11-19 Thread Mansour Al Akeel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14217923#comment-14217923 ] Mansour Al Akeel commented on OFBIZ-5652: - Pierre, I just tried with a fresh

[jira] [Commented] (OFBIZ-5652) Include template for Apache Tomcat 7

2014-11-19 Thread Mansour Al Akeel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14218125#comment-14218125 ] Mansour Al Akeel commented on OFBIZ-5652: - Jacopo, I agree with you about

[jira] [Commented] (OFBIZ-5652) Include template for Apache Tomcat 7

2014-11-18 Thread Mansour Al Akeel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14216607#comment-14216607 ] Mansour Al Akeel commented on OFBIZ-5652: - This patch is not working. It's

[jira] [Commented] (OFBIZ-4153) Make entity engine a standalone database access tool/API

2014-10-12 Thread Mansour Al Akeel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14168817#comment-14168817 ] Mansour Al Akeel commented on OFBIZ-4153: - I did sine research for similar

Re: Move AR and AP web applications our of Accounting into Extras

2012-04-10 Thread Mansour Al Akeel
Scott made a good point. If there is duplicated code, and they don't add much useful functionality, then they can move out, provided this will not break anything. +1 On Mon, Apr 9, 2012 at 9:56 PM, Scott Gray scott.g...@hotwaxmedia.com wrote: I have no problem with moving them out. Pierre,

Re: code simplification

2012-03-30 Thread Mansour Al Akeel
Yeah, I would do the same to make sure I am not breaking anything, if I am not sure about that piece of code. On Fri, Mar 30, 2012 at 2:13 PM, Erwan de FERRIERES erwan.de-ferrie...@nereide.fr wrote: Le 30/03/2012 08:25, Pierre Smits a écrit : Hi Erwan, Why this question? Shouldn't having

Re: code simplification

2012-03-29 Thread Mansour Al Akeel
For me, it makes happy when code get cleaned as we go. On Thu, Mar 29, 2012 at 4:55 PM, Erwan de FERRIERES erwan.de-ferrie...@nereide.fr wrote: Hi, from ProductDisplayWorker.java, lines 171-176, there is an array used, which contains only one value. Is it OK with you to remove this

Re: Refactoring GenericDelegator - Chain or Responsibility and Decorator

2012-03-28 Thread Mansour Al Akeel
that might break, or a reason not to change this ? I will open an issue, for this. On Tue, Mar 27, 2012 at 4:02 PM, Mansour Al Akeel mansour.alak...@gmail.com wrote: Jacopo, I am still thinking about your suggestion to change the Delegator interface and use only subset of the methods. If you have

[jira] [Created] (OFBIZ-4767) Delegator cleaning

2012-03-28 Thread Mansour Al Akeel (Created) (JIRA)
: Mansour Al Akeel Priority: Trivial Fix For: SVN trunk Interface (Delegator) has a reference to its implementation (GenericDelegator). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https

[jira] [Updated] (OFBIZ-4767) Delegator cleaning

2012-03-28 Thread Mansour Al Akeel (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mansour Al Akeel updated OFBIZ-4767: Attachment: Delegator.java.patch Delegator cleaning

[jira] [Commented] (OFBIZ-4767) Delegator cleaning

2012-03-28 Thread Mansour Al Akeel (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13240916#comment-13240916 ] Mansour Al Akeel commented on OFBIZ-4767: - Hold on this patch a bit. More changes

Re: Refactoring GenericDelegator - Chain or Responsibility and Decorator

2012-03-27 Thread Mansour Al Akeel
localization - which would eliminate the need for the clunky LocalizedMap interface/implementations - but there wasn't much interest in it. -Adrian On 3/26/2012 10:25 PM, Mansour Al Akeel wrote: Hello all, I am looking at the code for the GenericDelegator. We have 2913 line of code in one class

Re: Refactoring GenericDelegator - Chain or Responsibility and Decorator

2012-03-27 Thread Mansour Al Akeel
the Delegator implementation. Some time ago I had suggested using the decorator pattern to support DB localization - which would eliminate the need for the clunky LocalizedMap interface/implementations - but there wasn't much interest in it. -Adrian On 3/26/2012 10:25 PM, Mansour Al Akeel

Re: Refactoring GenericDelegator - Chain or Responsibility and Decorator

2012-03-27 Thread Mansour Al Akeel
. For now, we agree on the need to refactor Delegator, and we are looking for a plan to minimize the risk involved. What are you thoughts ? On Tue, Mar 27, 2012 at 9:48 AM, Adrian Crum adrian.c...@sandglass-software.com wrote: On 3/27/2012 2:41 PM, Mansour Al Akeel wrote: Thank you Adrian. I

Re: Refactoring GenericDelegator - Chain or Responsibility and Decorator

2012-03-27 Thread Mansour Al Akeel
yep, anywhere away from the current code. On Tue, Mar 27, 2012 at 10:44 AM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: From: Mansour Al Akeel mansour.alak...@gmail.com Jacopo, I didn't know about the deprecated methods, and I didn't want to open the subject of changing methods

Re: Refactoring GenericDelegator - Chain or Responsibility and Decorator

2012-03-27 Thread Mansour Al Akeel
classes (and application code that uses them) to use only a subset of the methods available (some of them are already deprecated); the refactoring based on design patterns will be easier at that point. Jacopo On Mar 26, 2012, at 11:25 PM, Mansour Al Akeel wrote: Hello all, I am looking

[jira] [Commented] (OFBIZ-1933) EntityUtil.filterByCondition() fails for condition with 'IN' operator

2012-03-27 Thread Mansour Al Akeel (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13239897#comment-13239897 ] Mansour Al Akeel commented on OFBIZ-1933: - Scott, Is this still a valid bug? Can

Re: Renaming some ant tasks to improve consistency

2012-03-26 Thread Mansour Al Akeel
+0 On Mon, Mar 26, 2012 at 3:15 PM, Pierre Smits pierre.sm...@gmail.com wrote: +1 Op 26 maart 2012 20:05 schreef Bruno Busco bruno.bu...@gmail.com het volgende: +1 2012/3/26 Ashish Vijaywargiya vijaywargiya.ash...@gmail.com +1 for the proposal. -- Ashish On Mon, Mar 26, 2012

Re: bin folder for executable files/scripts

2012-03-26 Thread Mansour Al Akeel
that also doesn't call of any other clash or so. Regards Prince From: Mansour Al Akeel mansour.alak...@gmail.com To: dev@ofbiz.apache.org Sent: Monday, March 19, 2012 4:13 PM Subject: Re: bin folder for executable files/scripts bin is good enough

Refactoring GenericDelegator - Chain or Responsibility and Decorator

2012-03-26 Thread Mansour Al Akeel
Hello all, I am looking at the code for the GenericDelegator. We have 2913 line of code in one class !!! This class handles a lot of functions and I think it's the most critical to the application. These functions can be distributed among more classes, providing better maintainability and

Re: Lose Weight Program for OFBiz - Birt and BI

2012-03-25 Thread Mansour Al Akeel
like loading things I know aren't being used. Cheers, Anne. On 23 March 2012 22:33, Mansour Al Akeel mansour.alak...@gmail.com wrote: in the config for base: base/config/ofbiz-containers.xml:    !-- load the BIRT container -- base/config/ofbiz-containers.xml:    container name=birt

Re: Some ideas to prepare our first community roadmap

2012-03-24 Thread Mansour Al Akeel
is awesome!! P.S. : Anything IOC and Anything JAVA, I'm on it, just let me know what to be done. Regards Prince  From: Mansour Al Akeel lt;mansour.alakeel@gt; To: dev@.apache; Prince Sewani lt;princesewani@gt; Sent: Friday, March 23, 2012 6:37 PM

Re: Some ideas to prepare our first community roadmap

2012-03-24 Thread Mansour Al Akeel
in details in this ML. The more brains, the better Jacques Mansour Al Akeel wrote: Ok, let's be clear about what I mean here, and explain a bit about what I think. I think it's better to keep the entity engine as is, with regard to handling data, where it return records and not objects

Re: What is the purpose of .jj files?

2012-03-23 Thread Mansour Al Akeel
Scott you are right. But the components wont compile without them. I recommend, refactor the components first, then we can tell what is needed and what is not. For example, base and start wont compile separately. Either move the classes that are needed by base to base, or merge them for now,

Re: What is the purpose of .jj files?

2012-03-23 Thread Mansour Al Akeel
if it were finished, I don't know that it needs to be in the framework but then it probably doesn't help that I don't really understand its purpose. Regards Scott On 23/03/2012, at 11:59 PM, Mansour Al Akeel wrote: Scott you are right. But the components wont compile without them. I recommend

Re: Lose Weight Program for OFBiz - Birt and BI

2012-03-23 Thread Mansour Al Akeel
was in Extras, perhaps some of those people would be more likely to contribute to its maintenance. Cheers, Anne. On 23 March 2012 01:37, Mansour Al Akeel mansour.alak...@gmail.com wrote: I don't know why birt is integrated with Ofbiz. A reporting tools, is an add-on to any database driven

Re: Some ideas to prepare our first community roadmap

2012-03-23 Thread Mansour Al Akeel
For me +1 to refactor. I am not sure the ORM needs any work. May be I am missing something. Please let me know what part ? Just cleaning the entity engine code a bit, and make it more OO, will make it easier to work with. For example, I like to add a custom Delegator that will append some fields

Re: Some ideas to prepare our first community roadmap

2012-03-23 Thread Mansour Al Akeel
level is awesome!! P.S. : Anything IOC and Anything JAVA, I'm on it, just let me know what to be done. Regards Prince  From: Mansour Al Akeel mansour.alak...@gmail.com To: dev@ofbiz.apache.org; Prince Sewani princesew...@ymail.com Sent: Friday, March 23

Re: Why Portlet is good for Losing Weight

2012-03-22 Thread Mansour Al Akeel
? Nicolas Le 21/03/2012 20:49, Mansour Al Akeel a écrit : Oliver, would using an existing portal server be an option ? There are portal servers out there (apache jetspeed2), that exist and well maintained. These servers are used in enterprises, to aggregate resource from different

Re: Lose Weight Program for OFBiz - Birt and BI

2012-03-22 Thread Mansour Al Akeel
I don't know why birt is integrated with Ofbiz. A reporting tools, is an add-on to any database driven system, and not essential for the over all functionality. Yes all of us need reports, and most of the time we use a reporting engine, but why can't it be separated from the code base, and used as

Re: Lose Weight Program for OFBiz - themes

2012-03-21 Thread Mansour Al Akeel
Jacques, inline: On Wed, Mar 21, 2012 at 2:07 AM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Hi Mansour, From: Mansour Al Akeel mansour.alak...@gmail.com Jacques, We use RTL. May be you are right about the the ease of use to find an item, but the user who has permission

Re: Lose Weight Program for OFBiz - what should go to specialpurpose

2012-03-21 Thread Mansour Al Akeel
I would recommend keeping partymgr and assetmaint. I am not sure if accounting depends on assetmain. On Wed, Mar 21, 2012 at 6:59 AM, Pierre Smits pierre.sm...@gmail.com wrote: + 1 on move of majority of apps in specialpurpose to 'Extras', excluding projectmgr as it displays how to use OFBiz

Re: Is ofbiz going the sugarcrm, magento route? (essential extra's are commercial?)

2012-03-21 Thread Mansour Al Akeel
As of now, anyone can disable components, and enable them as an extra commercial plugins. An if they are downloaded separately, it doesn't add to their commercial value. I am not sure if I missing something here. For example, at this point, anyone can disable Birt component, and say Hey, I can

Re: Lose Weight Program for OFBiz - what should go to specialpurpose

2012-03-21 Thread Mansour Al Akeel
, you meant ProjectMgr  right? Jacques From: Mansour Al Akeel mansour.alak...@gmail.com I would recommend keeping partymgr and assetmaint. I am not sure if accounting depends on assetmain. On Wed, Mar 21, 2012 at 6:59 AM, Pierre Smits pierre.sm...@gmail.com wrote: + 1 on move of majority

Re: Lose Weight Program for OFBiz - what should go to specialpurpose

2012-03-21 Thread Mansour Al Akeel
On Mar 21, 2012, at 8:34 AM, Jacques Le Roux wrote: They are more generic sure, I wonder for the pos... Jacques From: Mansour Al Akeel mansour.alak...@gmail.com Jacques, Yes. You are right. I meant projectmgr.  :) I believe assetmaint and projectmgr are used more than others and good to keep

Re: Lose Weight Program for OFBiz - what should go to specialpurpose

2012-03-21 Thread Mansour Al Akeel
for the pos... Jacques From: Mansour Al Akeel mansour.alak...@gmail.com Jacques, Yes. You are right. I meant projectmgr.  :) I believe assetmaint and projectmgr are used more than others and good to keep them where they are. Thank you. On Wed, Mar 21, 2012 at 10:02 AM, Jacques Le Roux jacques.le.r

Re: Why Portlet is good for Losing Weight

2012-03-21 Thread Mansour Al Akeel
Oliver, would using an existing portal server be an option ? There are portal servers out there (apache jetspeed2), that exist and well maintained. These servers are used in enterprises, to aggregate resource from different applications and an ERP is a good candidate to use them. On Wed, Mar

Re: Lose Weight Program for OFBiz - what should go to specialpurpose

2012-03-21 Thread Mansour Al Akeel
Thank you Jacques. XUL is the mozilla UI thing. I didn't use any of the framework mentioned her :) On Wed, Mar 21, 2012 at 2:24 PM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: From: Mansour Al Akeel mansour.alak...@gmail.com Anil, I did not mean that putting a component under

Re: [jira] [Commented] (OFBIZ-4627) contribute Ofbiz Vietnamese tranlasting to community from HaNoi

2012-03-21 Thread Mansour Al Akeel
Good idea. +1 on external add-on for languages. On Tue, Mar 20, 2012 at 4:34 AM, Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com wrote: Some more brainstorming on the OFbiz Extras idea and how to slim down OFBiz: wouldn't be nice to setup one or more locatization projects for OFBiz in

Re: Lose Weight Program for OFBiz - Birt and BI

2012-03-20 Thread Mansour Al Akeel
+1 birt to Extra. On Tue, Mar 20, 2012 at 10:31 AM, adrian.c...@sandglass-software.com wrote: I like the idea of keeping reporting tools separate from OFBiz. In my experience, IT departments are already using a reporting tool for other applications and they would prefer to integrate that

Re: Lose Weight Program for OFBiz - themes

2012-03-20 Thread Mansour Al Akeel
Flat Gray is simple, and clear. It serves well as a basic theme. AFAIK, it the only theme that supports both directions for languages LTR and RTL. On Tue, Mar 20, 2012 at 10:33 AM, adrian.c...@sandglass-software.com wrote: My preference is to keep Flat Grey and one other theme - I have no

Re: Lose Weight Program for OFBiz - example, exampleext

2012-03-20 Thread Mansour Al Akeel
is it possible to download the example separately for new comers ? On Tue, Mar 20, 2012 at 10:28 AM, adrian.c...@sandglass-software.com wrote: I believe the original purpose of the Example component was to provide a very basic application that new developers can analyze and learn from.

Re: Lose Weight Program for OFBiz - example, exampleext

2012-03-20 Thread Mansour Al Akeel
Ant+Ivy would fit easier with the structure of ofbiz components. If we want to move to maven, then a modification to org/ofbiz/base/location/FlexibleLocation.java has to be done to allow loading resource from a jar file. I am assuming with maven, you want to package the whole component in a jar

Re: Lose Weight Program for OFBiz - example, exampleext

2012-03-20 Thread Mansour Al Akeel
Everyone has different preference about how would the basic component skeleton looks like (ie, with ajax, without, exta functionality ). Even if a basic example included with ofbiz distribution, in the future it will grow again with extra unneeded functionality, or it will be an on going

Re: Lose Weight Program for OFBiz - themes

2012-03-20 Thread Mansour Al Akeel
Jacques, We use RTL. May be you are right about the the ease of use to find an item, but the user who has permission to all these functionality is an admin, and normally, she is comfortable finding any item quickly. The rest of the uses don't have that much items and menus shown. I know, other

Re: bin folder for executable files/scripts

2012-03-19 Thread Mansour Al Akeel
bin is good enough. On Mon, Mar 19, 2012 at 3:34 AM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Hi Jacopo, tools/bin  sounds good to me Jacques From: Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com Thanks everyone for the valuable comments! I am trying to finalize this

Re: Lose Weight Program for OFBiz

2012-03-18 Thread Mansour Al Akeel
Jacopo, thank you for opening this subject. I agree with you on everything. I started few days ago, cleaning ofbiz on my local machine restructuring as I go. I am new to the internals of the framework, and doing this as an exercise. Stuck on the few things but that's another post. The bottom

Re: New mini-lang

2012-03-10 Thread Mansour Al Akeel
. But I meant a generic tool that creates Java object models from XML schemas, not a mini-language specific one. -Adrian On 3/10/2012 10:48 AM, Mansour Al Akeel wrote: Hello Adrian, With regard to the new mini-lang, I didn't receive input from you on the dev-mailing list. In all cases

Re: Discussion: Mini-language Overhaul

2012-03-08 Thread Mansour Al Akeel
of the advantages to mini-language - you don't need to compile it. It would be nice to have a tool that converts schemas to Java model classes however. -Adrian On 3/7/2012 11:35 PM, Mansour Al Akeel wrote: Not sure if this discussion open for users as well. I don't use mini-lang, and prefer

Re: Discussion: Mini-language Overhaul

2012-03-07 Thread Mansour Al Akeel
Not sure if this discussion open for users as well. I don't use mini-lang, and prefer to do things in java. But I am wondering why not move all the repetitive code to java (copying fields). Those who prefer to use mini-lang can have an XSLT that will produce the java code as they want. This way,

Re: Any interest in this issue

2012-02-20 Thread Mansour Al Akeel
From: Mansour Al Akeel mansour.alak...@gmail.com Hello all, I am wondering  if there's interest in fixing this issue, or we are going to drop the support for external tomcat ? https://issues.apache.org/jira/browse/OFBIZ-4682 If there's  information missing, please let me know.

Any interest in this issue

2012-02-17 Thread Mansour Al Akeel
Hello all, I am wondering if there's interest in fixing this issue, or we are going to drop the support for external tomcat ? https://issues.apache.org/jira/browse/OFBIZ-4682 If there's information missing, please let me know.

[jira] [Created] (OFBIZ-4682) Can not deploy to external tomcat

2012-02-07 Thread Mansour Al Akeel (Created) (JIRA)
Environment: linux gentoo 64 bit. Linux localhost 3.1.6-gentooasus #2 SMP PREEMPT Sun Jan 8 03:17:10 EST 2012 x86_64 Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz GenuineIntel GNU/Linux Reporter: Mansour Al Akeel Priority: Critical Fix For: SVN trunk When

[jira] [Commented] (OFBIZ-4206) Project Manager throws error if project user is not assigned to every project

2011-08-12 Thread Mansour Al Akeel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13084475#comment-13084475 ] Mansour Al Akeel commented on OFBIZ-4206: - Pierre, The patch seems to restrict

[jira] [Commented] (OFBIZ-4206) Project Manager throws error if project user is not assigned to every project

2011-08-11 Thread Mansour Al Akeel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13083773#comment-13083773 ] Mansour Al Akeel commented on OFBIZ-4206: - Thank you Peirre When will this patch

[jira] [Commented] (OFBIZ-4336) Can not upload pdf content for a task

2011-07-25 Thread Mansour Al Akeel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13070920#comment-13070920 ] Mansour Al Akeel commented on OFBIZ-4336: - Jacques, I tested it from SVN

[jira] [Commented] (OFBIZ-4336) Can not upload pdf content for a task

2011-07-18 Thread Mansour Al Akeel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13067474#comment-13067474 ] Mansour Al Akeel commented on OFBIZ-4336: - Jacques, I will try it with SVN

[jira] [Commented] (OFBIZ-4336) Can not upload pdf content for a task

2011-07-17 Thread Mansour Al Akeel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13066670#comment-13066670 ] Mansour Al Akeel commented on OFBIZ-4336: - Jacques, The issue had to do with git

[jira] [Commented] (OFBIZ-4336) Can not upload pdf content for a task

2011-07-11 Thread Mansour Al Akeel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13063357#comment-13063357 ] Mansour Al Akeel commented on OFBIZ-4336: - This issue appear only when I check

[jira] [Commented] (OFBIZ-4336) Can not upload pdf content for a task

2011-07-11 Thread Mansour Al Akeel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13063393#comment-13063393 ] Mansour Al Akeel commented on OFBIZ-4336: - BJ, sorry for emailing you directly. I

[jira] [Updated] (OFBIZ-4336) Can not upload pdf content for a task

2011-07-11 Thread Mansour Al Akeel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mansour Al Akeel updated OFBIZ-4336: Comment: was deleted (was: BJ, sorry for emailing you directly. I initialized the demo

[jira] [Commented] (OFBIZ-4336) Can not upload pdf content for a task

2011-07-11 Thread Mansour Al Akeel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13063395#comment-13063395 ] Mansour Al Akeel commented on OFBIZ-4336: - BJ Freeman, I initialized the demo data

[jira] [Created] (OFBIZ-4336) Can not upload pdf content for a task

2011-07-09 Thread Mansour Al Akeel (JIRA)
GNU/Linux Reporter: Mansour Al Akeel some mime-types can not be uploaded with a task. An error messages is displayed when attempting to upload a PDF. Error: No uploaded content found in context calling service createContentFromUploadedFile in createWorkEffortContent. The same

[jira] [Commented] (OFBIZ-4336) Can not upload pdf content for a task

2011-07-09 Thread Mansour Al Akeel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13062669#comment-13062669 ] Mansour Al Akeel commented on OFBIZ-4336: - BJ Freeman, This is the question that I

[jira] [Commented] (OFBIZ-3385) Axis2 integration returns Unsupported Content-Type: text/html;charset=utf-8 Supported ones are: [text/xml]

2011-04-01 Thread Mansour Al Akeel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13014567#comment-13014567 ] Mansour Al Akeel commented on OFBIZ-3385: - Hello Chris, sorry for the late reply

[jira] Commented: (OFBIZ-3385) Axis2 integration returns Unsupported Content-Type: text/html;charset=utf-8 Supported ones are: [text/xml]

2011-03-11 Thread Mansour Al Akeel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13005993#comment-13005993 ] Mansour Al Akeel commented on OFBIZ-3385: - any updates for this ? Axis2

[jira] Updated: (OFBIZ-4210) findProductById is not available

2011-03-08 Thread Mansour Al Akeel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mansour Al Akeel updated OFBIZ-4210: Attachment: fix_findProductById_service.patch findProductById is not available

[jira] Commented: (OFBIZ-4210) findProductById is not available

2011-03-08 Thread Mansour Al Akeel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004079#comment-13004079 ] Mansour Al Akeel commented on OFBIZ-4210: - -I use git, and the diff generated

[jira] Created: (OFBIZ-4210) findProductById is not available

2011-03-06 Thread Mansour Al Akeel (JIRA)
Environment: Linux Reporter: Mansour Al Akeel Fix For: SVN trunk The function findProductById is not available. The issue is in the services.xml for the product component. Currently it has: - service name=findProductsById engine=java auth=true -location

[jira] Created: (OFBIZ-3925) Display available products

2010-09-08 Thread Mansour Al Akeel (JIRA)
Reporter: Mansour Al Akeel Priority: Minor Fix For: SVN trunk There's a need for a page that displays all the products and link to the corresponding manufacturer and category. This will allow easier navigation in the product component. -- This message is automatically

[jira] Updated: (OFBIZ-3925) Display available products

2010-09-08 Thread Mansour Al Akeel (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mansour Al Akeel updated OFBIZ-3925: Attachment: 0001-Added-a-functionality-to-list-available-products.patch This patch adds