Re: Proposal: convert all platform dependent scripts under tools to Groovy scripts

2013-08-20 Thread Taher Alkhateeb
that are platform dependent (e.g. groovy.sh and groovy.bat) which point to the groovy library inside OFBiz and is used to launch all groovy scripts. I also think groovy.util.CliBuilder might prove very helpful in the implementation Taher Alkhateeb On Aug 20, 2013 10:48 AM, Jacopo Cappellato jacopo.cappell

Re: Discussion: Moving to Java 7

2013-12-07 Thread Taher Alkhateeb
lambda functions which avoids ugly for loops - vm is much smaller I think migration would be a pain though! Taher Alkhateeb - Original Message - From: Scott Gray scott.g...@hotwaxmedia.com To: dev@ofbiz.apache.org Sent: Saturday, December 7, 2013 5:30:42 PM Subject: Re: Discussion: Moving

Re: Help required to assign components to Jira tickets

2014-04-22 Thread Taher Alkhateeb
Hi Jacopo, I would like to help, but it seems I cannot edit the meta-data on any of the listed tickets in your search. Is this a request of committers or are you asking the community for help? Best, Taher Alkhateeb - Original Message - From: Jacques Le Roux jacques.le.r

Re: Help required to assign components to Jira tickets

2014-04-22 Thread Taher Alkhateeb
Hi Jacopo, Yeah I'm logged in with username taher. It seems I can add comments, vote, watch, link, clone, etc .. but not edit ticket data. It could be my goofy skills in using the tracking system, but I believe i can only gain access if I'm a reporter or an assignee. Best, Taher Alkhateeb

Re: Duplicate webapp loads by birt component

2014-05-19 Thread Taher Alkhateeb
with this component because it will not be kept up to date. To me personally birt is the most important component that I use on a daily basis. Taher Alkhateeb On May 19, 2014 9:25 AM, Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com wrote: IMO the birt component in the trunk should be set as disabled

Re: Birt report engine logs

2014-06-10 Thread Taher Alkhateeb
Hi Jacques, I don't see a reason why a runtime log is not registered in runtime. If you have a problem with clutter then we can simply move everything to a subdirectory specific for birt in runtime. Taher Alkhateeb On Jun 10, 2014 9:28 AM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Hi

Re: Birt report engine logs

2014-06-10 Thread Taher Alkhateeb
Oh I think i just repeated your suggestion. If that is the case then I agree. Taher Alkhateeb On Jun 10, 2014 10:31 AM, Taher Alkhateeb slidingfilame...@gmail.com wrote: Hi Jacques, I don't see a reason why a runtime log is not registered in runtime. If you have a problem with clutter

Re: [jira] [Commented] (OFBIZ-5657) Bring period data up to date (workable for the future)

2014-06-15 Thread Taher Alkhateeb
Hi Jacques, I think one simple solution is variable substitution of ${thisFormat} would suffice. If I remember correctly I think variable substitution happens before invoking the entity engine. Taher Alkhateeb On Jun 15, 2014 4:59 PM, Jacques Le Roux (JIRA) j...@apache.org wrote: [ https

Re: [VOTE] [RELEASE] Apache OFBiz 12.04.03

2014-06-17 Thread Taher Alkhateeb
. From the little work I did I remember the committers were helpful and quick to push my patches. just my 2 cents Taher Alkhateeb On Jun 17, 2014 4:58 PM, Pierre Smits pierre.sm...@gmail.com wrote: Anil, In stead of turning this around, maybe you should express what the responsibility

Re: Discussion: migrating from Ant to Gradle

2014-08-20 Thread Taher Alkhateeb
the support ecosystem is growing including support tools and plugins. It works with Jenkins and eclipse at the very least. The only down side I can think of is maturity level in comparison to Ant. My 2 cents Taher Alkhateeb On Aug 20, 2014 4:00 PM, Adrian Crum adrian.c...@sandglass-software.com wrote

Re: Discussion: continuous deployment was: Discussion: migrating from Ant to Gradle

2014-08-21 Thread Taher Alkhateeb
know how can we be of help if you choose to integrate gradle! Cheers! Taher Alkhateeb On Thu, Aug 21, 2014 at 9:39 AM, Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com wrote: What you describe is (I guess) essentially this: https://www.atlassian.com/git/workflows#!workflow-gitflow and I

Re: Where is the error.log gone?

2014-09-08 Thread Taher Alkhateeb
powerful text editors on windows. Vim for example, is extremely fast with massive text files which we opened in the past and regex through that thing is a breeze. So I guess I'm trying to emphasize that the OS choice is not a big issue with proper tools. Taher Alkhateeb On Sep 9, 2014 8:08 AM, Jacques

Re: Housekeeping of the OFBiz svn tree: removing some old/unused experimental branches

2014-09-30 Thread Taher Alkhateeb
Hi Jacopo, I am not sure how much work was done on jackrabbit, but I think it would be useful to keep the jackrabbit20120501 branch. We were considering looking into the jcr component for integration with our system given that work was already done on it. Taher Alkhateeb On Tue, Sep 30, 2014

Re: Growing size of UI*Label.xml files

2014-10-03 Thread Taher Alkhateeb
get worse with smaller and smaller files and reusing labels becomes less efficient. My 2 cents Taher Alkhateeb - Original Message - From: Adrian Crum adrian.c...@sandglass-software.com To: dev@ofbiz.apache.org Sent: Friday, 3 October, 2014 2:44:52 PM Subject: Re: Growing size of UI

Re: Proposal: Mandatory JUnit tests for new functions

2014-10-06 Thread Taher Alkhateeb
is the best option Taher Alkhateeb. On Oct 6, 2014 1:03 PM, Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com wrote: Let's keep thinking and talking about how to improve our toolset for unit tests (and ui tests).I would also add to the mix load and performance tests. It is important that we do

Re: Theme bootstrap

2014-10-21 Thread Taher Alkhateeb
system - The utilization of bootstrap into the themes (each theme as a milestone) - Documentation including XSD file definitions, wiki, DocBook stuff etc ... - Standardization of the UI everywhere (perhaps each component as a milestone) What do you think? Taher Alkhateeb On Tue, Oct 21, 2014 at 11:18

Re: Theme bootstrap

2014-10-26 Thread Taher Alkhateeb
first, and who should do that? Taher Alkhateeb. On Fri, Oct 24, 2014 at 9:07 AM, Adrian Crum adrian.c...@sandglass-software.com wrote: It is important to understand the screen widget architecture: Widget Models - Renderer - FreeMarker Macros - HTML + CSS (or CSV, or...) The Widget Models

Re: Theme bootstrap

2014-10-28 Thread Taher Alkhateeb
to it within the same project. So, do we agree? who / how / when can we move forward. Do we still need to discuss this further? Taher Alkhateeb On Tue, Oct 28, 2014 at 10:03 AM, Julien NICOLAS julien.nico...@nomaka.fr wrote: Thanks Erik, Welcome in the team :) Julien. Le 27/10/2014 17:21, Erik

Re: How to use ProjectMgr in 13.07

2014-11-07 Thread Taher Alkhateeb
Hi Jacques, Birt is definitely important for us Taher Alkhateeb On Nov 7, 2014 2:40 PM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: This will no longer work for some components (scrum for instance) I believe we could be reintroduce some specialpurpose component in next release

Re: How to use ProjectMgr in 13.07

2014-11-07 Thread Taher Alkhateeb
Hi Jacopo, Well thought and a good suggestion IMHO. Definitely a good middle ground solution that supports all components and keeps things alive Taher Alkhateeb Taher Alkhateeb On Nov 7, 2014 3:05 PM, Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com wrote: On Nov 7, 2014, at 12:36 PM

Re: How to use ProjectMgr in 13.07

2014-11-07 Thread Taher Alkhateeb
encourage the initial suggestion by Jacopo. I think other suggestions would probably kill any less heavily maintained components. Taher Alkhateeb - Original Message - From: Ron Wheeler rwhee...@artifact-software.com To: dev@ofbiz.apache.org Sent: Friday, 7 November, 2014 9:29:05 PM

Re: How to use ProjectMgr in 13.07

2014-11-10 Thread Taher Alkhateeb
Hi Ron, I really hope you are right on your vision for this. What you said makes sense and needs some testing to affirm it. Sign me up for the birt component as well as bootstrap for now if this goes forward! Taher Alkhateeb

Re: Moving commonext from applycations to specialpurpose

2014-11-22 Thread Taher Alkhateeb
applications unless you do a lot of rewiring. I think this is not a simple folder move. Taher Alkhateeb On Sun, Nov 23, 2014 at 10:26 AM, Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com wrote: Do you agree that specialpurpose would be a better fit for the commonext component

Re: Moving commonext from applycations to specialpurpose

2014-11-24 Thread Taher Alkhateeb
to allow for your vision described earlier in this thread. Taher Alkhateeb On Mon, Nov 24, 2014 at 9:05 AM, Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com wrote: On Nov 23, 2014, at 8:44 PM, Pierre Smits pierre.sm...@gmail.com wrote: Jacopo, All, You and I are in sync here

Re: Moving commonext from applycations to specialpurpose

2014-11-24 Thread Taher Alkhateeb
with some patches if you need that. Regards, Taher Alkhateeb On Mon, Nov 24, 2014 at 12:40 PM, Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com wrote: Hi Taher, what you describe seems to be inline with the concept of having commonext as the base component for all the applications (i.e. loaded

Re: Suggest branch rather than release strategy?

2014-11-28 Thread Taher Alkhateeb
if not updated and it is after all secondary to the core applications. If anyone then wants to contribute they would be supervised by experts. IMHO whatever you choose whether sub-projects or forks would probably just kill those components. My 2 cents Taher Alkhateeb On Nov 29, 2014 12:15 AM, Adrian Crum

ofbiz 12.04 build broken

2014-12-20 Thread Taher Alkhateeb
java.io.IOException; import java.io.StringWriter; +import java.util.ArrayList; +import java.util.Collections; import java.util.HashMap; import java.util.Iterator; import java.util.List; Taher Alkhateeb

Re: Creating a new release branch before the end of the year (release14.12)

2014-12-21 Thread Taher Alkhateeb
...) My 2 cents Taher Alkhateeb - Original Message - From: Jacques Le Roux jacques.le.r...@les7arts.com To: dev@ofbiz.apache.org Sent: Sunday, 21 December, 2014 5:26:40 PM Subject: Re: Creating a new release branch before the end of the year (release14.12) Just as a reminder http

Re: [VOTE] reintroduce the evicted specialpurpose components in R13.07

2015-03-22 Thread Taher Alkhateeb
+1 on question 1 +1 on question 2 On Mar 22, 2015 8:27 PM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: I tried to begin a discussion on this subject few times, notably at http://markmail.org/message/lgqhdtotwhfebqmw But nothing happened, so I think the best is to start a vote. I see 2

Re: Entity Caching

2015-03-21 Thread Taher Alkhateeb
Hi all, I just have to say I learned an insane amount of information from this thread! More than half of this stuff should be documented somewhere in the wiki. And to David Jones, respect! Thank you for sharing this information. Taher Alkhateeb - Original Message - From: Adrian

Re: Welcome to Deepak Dixit as new committer!

2015-03-12 Thread Taher Alkhateeb
Congratulations, we hope the new additions would contribute to a better, happier, more productive ofbiz community. Best of luck! On Thu, Mar 12, 2015 at 2:55 PM, Rishi Solanki rishisolan...@gmail.com wrote: Many congratulations Deepak !!! :) Rishi Solanki Manager, Enterprise Software

Re: Proposal to introduce factory pattern to java collections

2015-03-28 Thread Taher Alkhateeb
looking at the source code I see people using different implementations of the interfaces in different places! Taher Alkhateeb - Original Message - From: Adrian Crum adrian.c...@sandglass-software.com To: dev@ofbiz.apache.org Sent: Saturday, 28 March, 2015 1:40:31 PM Subject: Re

Re: [PROPOSAL] Change name of birt component

2015-02-27 Thread Taher Alkhateeb
or pentaho). Taher Alkhateeb On Feb 27, 2015 11:22 AM, Pierre Smits pierre.sm...@gmail.com wrote: We have OLAP capabilities in OFBiz: for each tenant a olap repository is created via the entity-engine. We have cube definitions: dimensions, facts and star schemas are defined in the bi component

Re: [PROPOSAL] Change name of birt component

2015-02-26 Thread Taher Alkhateeb
? If not, then renaming it would not make much sense given the effort put into fixing all the links to the component and anything else that might break from the rename. My 2 cents! Cheers Taher Alkhateeb - Original Message - From: Ron Wheeler rwhee...@artifact-software.com To: dev

Re: Nicolas Malin joins the OFBiz PMC

2015-03-24 Thread Taher Alkhateeb
Congratulations and best of luck! On Tue, Mar 24, 2015 at 11:41 AM, Deepak Dixit deepak.di...@hotwaxsystems.com wrote: Congrats Nicolas! Thanks Regards — Deepak Dixit On Mar 24, 2015, at 2:02 PM, Jacopo Cappellato jacopo.cappell...@hotwaxsystems.com wrote: I am happy to announce

Re: Birt for existing accounting reports (was Re: [VOTE] reintroduce the evicted specialpurpose components in R13.07)

2015-03-25 Thread Taher Alkhateeb
with the framework (uiLabels, java source code, services API, you name it). Taher Alkhateeb On Wed, Mar 25, 2015 at 2:41 PM, Pierre Smits pierre.sm...@gmail.com wrote: To Report or Not To Report, that is the question? First: I agree with the viewpoint that optionals in special purpose don't change

how to handle raw type warnings

2015-03-25 Thread Taher Alkhateeb
with respect to generics? Do you prefer to avoid generics and just suppress warnings everywhere or do you actually want to apply them? And what should we do about code receiving mixed object types to a generic collection? Taher Alkhateeb

Re: [VOTE] reintroduce the evicted specialpurpose components in R13.07

2015-03-25 Thread Taher Alkhateeb
to the database. 8- Building reports on a modular design structure The above is just a quick brain dump, I am sure there are many other benefits. My 2 cents. Taher Alkhateeb On Wed, Mar 25, 2015 at 1:34 PM, Jacopo Cappellato jacopo.cappell...@hotwaxsystems.com wrote: On Mar 25, 2015, at 10:55 AM

Re: [VOTE] reintroduce the evicted specialpurpose components in R13.07

2015-03-25 Thread Taher Alkhateeb
Hi Jacques, I already provided an answer earlier in this thread while you were typing the question. Taher Alkhateeb On Wed, Mar 25, 2015 at 1:45 PM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Le 25/03/2015 11:34, Jacopo Cappellato a écrit : On Mar 25, 2015, at 10:55 AM, Jacques Le

Proposal to introduce factory pattern to java collections

2015-03-28 Thread Taher Alkhateeb
with any ofbiz specific code. This is also a best practice in terms of design patterns. I would like to have opinions on whether this is a wanted / acceptable feature so I can create a JIRA accordingly. Your opinions are appreciated. Taher Alkhateeb.

Re: move to git.

2015-04-20 Thread Taher Alkhateeb
as i don't think an email thread would be enough for convincing anyone of the merits. My 2 cents Taher Alkhateeb On Apr 20, 2015 12:54 PM, Pierre Smits pierre.sm...@gmail.com wrote: If we only want GIT for multiple local development branches, then we are doing for the wrong reasons. SVN doesn't

Re: move to git.

2015-04-21 Thread Taher Alkhateeb
people they trust and work closely with. Some of this stuff is briefly shown in here http://www.git-scm.com/about/distributed I hope what I wrote is resonating with you and you're willing to give this idea a chance Taher Alkhateeb On Tue, Apr 21, 2015 at 10:23 AM, Jacques Le Roux jacques.le.r

Re: Discussion: Replace framework by Moqui.

2015-04-26 Thread Taher Alkhateeb
Hey Everyone, It seems like too many massive changes are being looked at at the same time. Moqui, Git, Maven and Directory Structure. Shouldn't all these items be looked at given that one affects the other? Taher Alkhateeb On Apr 26, 2015 4:10 PM, Adrian Crum adrian.c...@sandglass-software.com

Re: move to git.

2015-04-25 Thread Taher Alkhateeb
For anyone who is interested and didn't read this before regarding git and svn comparisons: https://git.wiki.kernel.org/index.php/GitSvnComparsion - Original Message - From: Pierre Smits pierre.sm...@gmail.com To: dev@ofbiz.apache.org Sent: Saturday, 25 April, 2015 11:23:26 AM

Re: move to git.

2015-04-19 Thread Taher Alkhateeb
be the ability to adopt a more powerful branching model such as http://nvie.com/posts/a-successful-git-branching-model/ Taher Alkhateeb On Apr 20, 2015 7:39 AM, Hans Bakker mailingl...@antwebsystems.com wrote: As discussed at apachecon in Austin, i propose to switch from svn to git for the ofbiz

Java 8 and functional programming in trunk

2015-05-03 Thread Taher Alkhateeb
Hi everyone, I would like to work on a few JIRAs and at the same refactor some existing code to utilize Lambdas and Streams utilizing Java 8 features. Is it acceptable to develop with JDK 8 features into trunk? Taher Alkhateeb

Re: Vote: move to git.

2015-05-06 Thread Taher Alkhateeb
Hi Jacopo, I am a bit of a noob on ASF policies. Is it possible to guide us on resources to read to be able to draft any kind of proposal? Can you also define what is an implementation plan? Is it like a document, a migration process, a commit workflow, infrastructure or what exactly? Taher

Re: survey: what version(s) of gradle are available on your systems?

2015-05-06 Thread Taher Alkhateeb
computer 3) add $GRADLE_HOME/bin to your path and enjoy! I hardly see a problem in lack of gradle release as a Debian package. It definitely exists for Ubuntu and Linux Mint which combined takes most of the linux users base. Again maybe I missed something in the thread? Taher Alkhateeb

Re: Widget or not Widget? [Was Re: Addons for OFBiz]

2015-05-16 Thread Taher Alkhateeb
and an easy way to add custom components to form widgets. Perhaps something like a custom-widget element that I can easily link to an FTL template without going through Java or XSD files. my 2 cents. Taher Alkhateeb - Original Message - From: Jacques Le Roux jacques.le.r...@les7arts.com

git commit workflow for ofbiz

2015-05-12 Thread Taher Alkhateeb
. The above workflow can also adhere to the now famous Vincent Driessen git branching model found here - http://nvie.com/posts/a-successful-git-branching-model/ I am not sure whether this proposal is enough or correct so I appreciate your guidance and feedback to fix whatever needs fixing. Taher

Re: svn commit: r1674216 - in /ofbiz/trunk: framework/start/pom.xml pom.xml

2015-04-17 Thread Taher Alkhateeb
Hi All, Thank you for your work but I thought we are more inclined to move to gradle based build systems given its many advantages as a full programming language build system based on groovy. Taher Alkhateeb - Original Message - From: Jacques Le Roux jacques.le.r...@les7arts.com

Re: Oracle to end publicly available security fixes for Java 7 this month

2015-04-17 Thread Taher Alkhateeb
Ouch! How is this going to impact the project? Should the currently supported releases be upgraded to JDK 8? - Original Message - From: Jacques Le Roux jacques.le.r...@les7arts.com To: dev@ofbiz.apache.org Sent: Friday, 17 April, 2015 6:40:18 PM Subject: Oracle to end publicly

Re: References for DITA as a tool for on-line help

2015-06-05 Thread Taher Alkhateeb
Great resources Ron. Thank you for sharing. FYI I find DITA-OT to be nice and powerful. I'm beginning to do some of our own documentation on it. - Original Message - From: Ron Wheeler rwhee...@artifact-software.com To: dev dev@ofbiz.apache.org Sent: Thursday, 4 June, 2015 6:14:56 PM

Re: Possible Documentation and help solutions - DITA

2015-06-05 Thread Taher Alkhateeb
the JIRA for example. - As a last step we decide on the appropriate technology to move forward. Now, in the philosophy of small steps and being a guy who likes to jump into action, I suggest we start with the first point above and move from there. Thoughts? Taher Alkhateeb - Original Message

Re: Java 8 and functional programming in trunk

2015-06-05 Thread Taher Alkhateeb
has to do with the implementation of a HashMap. Essentially the HashMap in JDK 8 does not care for the insertion order while it does in JDK 7 (see below). A simple fix is to replace HashMap with LinkedHashMap. Now all the tests run in JDK 8. Taher Alkhateeb debug outcome

Re: References for DITA as a tool for on-line help

2015-06-05 Thread Taher Alkhateeb
Hi Ron, DITA-OT ! :) Taher Alkhateeb - Original Message - From: Ron Wheeler rwhee...@artifact-software.com To: dev@ofbiz.apache.org Sent: Friday, 5 June, 2015 4:13:39 PM Subject: Re: References for DITA as a tool for on-line help What tools are you using? Ron On 05/06/2015

Re: svn commit: r1684133 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityFieldMap.java

2015-06-08 Thread Taher Alkhateeb
Hi Adrian, Thank you. I really appreciate and value the guidance and honest advice. I will be more careful and hope it's okay to consult with you from time to time on these issues. Taher Alkhateeb On Jun 8, 2015 7:16 PM, Adrian Crum adrian.c...@sandglass-software.com wrote: I went ahead

Re: Java 8 and functional programming in trunk

2015-06-05 Thread Taher Alkhateeb
Hi Adrian and everyone, I have created JIRA OFBIZ-6458 which contains all the patches needed to upgrade to JDK 8. I do not want to commit because infrastructure is not upgraded. Any guidance on what to do next is appreciated. Taher Alkhateeb - Original Message - From: Adrian Crum

Re: References for DITA as a tool for on-line help

2015-06-05 Thread Taher Alkhateeb
this to make a nice looking manual. I want to do a bit of branding and I need to change the fonts in my code examples since most don't fit the width of the blocks and the font and colors are not very attractive in my opinion. Ron On 05/06/2015 9:15 AM, Taher Alkhateeb wrote: Hi Ron, DITA

Re: Possible Documentation and help solutions - DITA

2015-06-06 Thread Taher Alkhateeb
towards keeping DocBook, but if a PoC shows how DITA can shine, then why not! Taher Alkhateeb - Original Message - From: Paul Foxworthy p...@cohsoft.com.a Pau To: dev@ofbiz.apache.org Sent: Saturday, 6 June, 2015 9:10:28 AM Subject: Re: Possible Documentation and help solutions - DITA

[Vote] upgrading OFBiz to JDK 8 on trunk

2015-06-08 Thread Taher Alkhateeb
not encounter any problems. Mail Thread: http://markmail.org/message/wbomdrdwl77yntx4 JIRA: https://issues.apache.org/jira/browse/OFBIZ-6458 Taher Alkhateeb

Re: svn commit: r1684042 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/StringUtil.java

2015-06-08 Thread Taher Alkhateeb
to be written differently and should care for matching whitespace after each pattern. Either way we cannot upgrade to JDK 8 without handling it. What do you advice as the next action? Taher Alkhateeb On Jun 8, 2015 6:07 PM, Adrian Crum adrian.c...@sandglass-software.com wrote: By replacing HashMap

Re: svn commit: r1684133 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/condition/EntityFieldMap.java

2015-06-08 Thread Taher Alkhateeb
error in the ECJ. I will revert this commit as soon as I reach my PC as you requested but this means upon upgrading to JDK 8 OFBiz will not compile on eclipse. Taher Alkhateeb On Jun 8, 2015 5:48 PM, Adrian Crum adrian.c...@sandglass-software.com wrote: Please revert this. Removing specific types

Re: svn commit: r1684042 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/StringUtil.java

2015-06-08 Thread Taher Alkhateeb
Hi Adrian, In JDK 8 the HashMap does not respect order of insertion. I explained this bug earlier in detail. Please take a look at what i wrote and you will see why it is now a linkedhashmap. Taher Alkhateeb On Jun 8, 2015 5:52 PM, Adrian Crum adrian.c...@sandglass-software.com wrote

Re: Possible Documentation and help solutions - DITA

2015-06-03 Thread Taher Alkhateeb
would it change and improve what we are doing now). My 2 cents Taher Alkhateeb - Original Message - From: Paul Foxworthy p...@cohsoft.com.au To: dev@ofbiz.apache.org, rwhee...@artifact-software.com Sent: Wednesday, 3 June, 2015 11:47:52 AM Subject: Re: Possible Documentation and help

Re: Possible Documentation and help solutions - DITA

2015-06-03 Thread Taher Alkhateeb
but there are a few places to investigate and I can probably help if you show me how to reproduce the error on my computer . However, I am not sure now whether we should try to fix this if we are considering changing the documentation technology. What do you think? Taher Alkhateeb - Original

Re: Possible Documentation and help solutions - DITA

2015-06-03 Thread Taher Alkhateeb
source file. A good link for resources on working with DocBook that helped me in the past is this one: https://help.ubuntu.com/community/DocBook HTH Taher Alkhateeb - Original Message - From: Sharan Foga sharan.f...@gmail.com To: dev@ofbiz.apache.org Sent: Wednesday, 3 June, 2015 2

Re: git commit workflow for ofbiz

2015-06-24 Thread Taher Alkhateeb
can be accomplished the way he suggested by rebasing rather than merging the history and making a few other changes like dropping develop. It is up to community to decide, and git is flexible enough to accommodate any model. Taher Alkhateeb - Original Message - From: Jacques Le Roux

Re: [Vote] upgrading OFBiz to JDK 8 on trunk

2015-06-18 Thread Taher Alkhateeb
All tests pass from my side on Debian Linux with JDK 8 U 45 after applying the commits in OFBIZ-6458 and thanks to Adrian we have all other issues ironed out. Taher Alkhateeb On Jun 18, 2015 10:48 PM, Nicolas Malin nicolas.ma...@nereide.fr wrote: Ok for me, move to the height level :) Nicolas

Re: Move Application Entity Definitions to A Separate Component

2015-06-11 Thread Taher Alkhateeb
categorize in a similar fashion to the data model resource book ToC. Overall this would be a good first step to reduce component dependency Taher Alkhateeb - Original Message - From: Ron Wheeler rwhee...@artifact-software.com To: dev@ofbiz.apache.org Sent: Thursday, 11 June, 2015 3:37:51

Re: Move Application Entity Definitions to A Separate Component

2015-06-12 Thread Taher Alkhateeb
... and not necessarily into component names. Taher Alkhateeb - Original Message - From: Ron Wheeler rwhee...@artifact-software.com To: dev@ofbiz.apache.org Sent: Friday, 12 June, 2015 2:17:50 PM Subject: Re: Move Application Entity Definitions to A Separate Component It would be nice

Translation of OFBiz to Arabic

2015-05-31 Thread Taher Alkhateeb
on translation are listed below and mentioned in OFBIZ-6432: - r1682592 - r1682699 - r1682725 Assuming everything checks out alright, we can consider OFBiz an Arabic speaker for the most part. Taher Alkhateeb

Re: Bootstrap in framework folder

2015-06-01 Thread Taher Alkhateeb
difficulties that you encountered which made you reconsider integrating at the framework level? Why not just apply classes to whatever you have in the framework (login screen etc) and then let CSS do its magic? Taher Alkhateeb - Original Message - From: Adrian Crum adrian.c...@sandglass

Re: Font awesome in framework folder (branch bootstrap)

2015-06-01 Thread Taher Alkhateeb
Hi Julien, Font awesome is AWESOME! Good idea to incorporate, but again, why at the framework level and not the theme level just as in bootstrap? Regards, - Original Message - From: Julien NICOLAS julien.nico...@nomaka.fr To: OFBiz Dev dev@ofbiz.apache.org Sent: Monday, 1 June,

Re: Less stylesheet language (branch bootstrap)

2015-06-01 Thread Taher Alkhateeb
Hi Julien, Do you plan to use CSS preprocessors at runtime with a preprocessor engine or do you just plan to use them to spit out CSS and save it in the themes? If the case is the latter I see no reason to incorporate into the framework. Taher Alkhateeb - Original Message - From

Re: Java 8 and functional programming in trunk

2015-05-24 Thread Taher Alkhateeb
) error log end Taher Alkhateeb - Original Message - From: Ron Wheeler rwhee...@artifact-software.com To: dev@ofbiz.apache.org Sent: Thursday, 7 May, 2015 8:12:20 PM Subject: Re: Java 8 and functional programming in trunk On 07/05/2015 12:37 PM, Christian Geisert wrote: Well

Re: Discussion: Replace framework by Moqui.

2015-05-21 Thread Taher Alkhateeb
Hi Ron, The benefits exist for both moqui and ofbiz. I was asking about the benefits specific to ofbiz+moqui vs moqui standalone. I still am not sure about those. Taher Alkhateeb. On May 21, 2015 5:40 PM, Ron Wheeler rwhee...@artifact-software.com wrote: I think that you can restate some

Re: Discussion: Replace framework by Moqui.

2015-05-21 Thread Taher Alkhateeb
? Taher Alkhateeb - Original Message - From: Ron Wheeler rwhee...@artifact-software.com To: dev@ofbiz.apache.org Sent: Thursday, 21 May, 2015 4:28:52 PM Subject: Re: Discussion: Replace framework by Moqui. I am not a lawyer and Apache's legal team should be approached before we

Re: Discussion: Replace framework by Moqui.

2015-05-21 Thread Taher Alkhateeb
. And if they need to be rewritten, then why write them on ofbiz+moqui instead of moqui standalone which I think according to the above document is leaner and cleaner. Sorry if I'm repeating myself, I'm just trying to wrap my head around this. Taher Alkhateeb - Original Message

Re: Should we revert 1530237?

2015-08-21 Thread Taher Alkhateeb
Hi Jacopo, +1 It makes perfect sense to have consistent database rules across the different databases to reduce fragmentation and workarounds. Taher Alkhateeb - Original Message - From: Michael Brohl michael.br...@ecomify.de To: dev@ofbiz.apache.org Sent: Friday, 21 August, 2015

Re: Unauthorized user loggedin

2015-07-29 Thread Taher Alkhateeb
is automatically loggged in. It is important to see the Exact URL and exact steps and if possible also the controller.xml entry corresponding to this URL. Taher Alkhateeb - Original Message - From: Jacques Le Roux jacques.le.r...@les7arts.com To: dev@ofbiz.apache.org Sent: Wednesday, 29 July

Re: Unauthorized user loggedin

2015-07-29 Thread Taher Alkhateeb
Hi Sumit, Without a URL it would be difficult to debug your application especially since you have customized it. Your issue requires some debugging. Can you repeat? Taher Alkhateeb On Jul 29, 2015 8:56 PM, Sumit Pandit meetsumit...@gmail.com wrote: Hi Jacques, It is at 12.04 r1662960

Re: Unauthorized user loggedin

2015-07-29 Thread Taher Alkhateeb
Hi Sumit, You're providing little information to go on with. Can you at least provide some server logs, the context on which this happened, users feedback, the environment in which the system is running, which screen, customization done to the framework? Taher Alkhateeb On Jul 29, 2015 5:07 PM

Re: Removing Javolution and resolving sax implementation - OFBIZ-5169

2015-10-23 Thread Taher Alkhateeb
BIZ-5169 https://docs.oracle.com/javase/tutorial/jaxp/sax/parsing.html https://issues.apache.org/jira/browse/OFBIZ-2390 Adrian Crum Sandglass Software www.sandglass-software.com On 10/23/2015 7:20 AM, Taher Alkhateeb wrote: > Hi Adrian, > > I believe xerces also already exists in the pr

Re: svn commit: r1711019 - /ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/In voiceServices.xml

2015-10-28 Thread Taher Alkhateeb
level, then they should be on the same schema hierarchy IMHO. Cheers, Taher Alkhateeb - Original Message - From: "Jacques Le Roux" <jacques.le.r...@les7arts.com> To: dev@ofbiz.apache.org Sent: Wednesday, 28 October, 2015 5:25:05 PM Subject: Re: svn commit: r1711019

Re: git commit workflow for ofbiz

2015-10-24 Thread Taher Alkhateeb
://ofbiz.markmail.org/message/nkthnbsgt37orynu?q=git+commit+workflow Taher Alkhateeb - Original Message - From: "Taher Alkhateeb" <slidingfilame...@gmail.com> To: dev@ofbiz.apache.org Sent: Wednesday, 24 June, 2015 5:25:31 PM Subject: Re: git commit workflow for ofb

Re: Removing Javolution and resolving sax implementation - OFBIZ-5169

2015-10-23 Thread Taher Alkhateeb
Hi Adrian, I believe xerces also already exists in the project. Which one should I prefer or use? Are there any existing utilities or things that would shortcut my work? Taher Alkhateeb - Original Message - From: "Adrian Crum" <adrian.c...@sandglass-software.

Removing Javolution and resolving sax implementation - OFBIZ-5169

2015-10-23 Thread Taher Alkhateeb
? Thank you for your help! Taher Alkhateeb

Re: Practices involving source-code repositories

2015-11-01 Thread Taher Alkhateeb
Hi Marcos, you are looking in the wrong place, OFBiz repository exists in subversion, not github, and git is only cloning subversion. To the study the project history review the logs and details in subversion and the JIRA issues. Cheers, Taher Alkhateeb - Original Message - From

Re: svn commit: r1711019 - /ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/In voiceServices.xml

2015-10-31 Thread Taher Alkhateeb
similar to that to enforce a coding standard on future patches . My 2 cents if useful! Taher Alkhateeb - Original Message - From: "Jacques Le Roux" <jacques.le.r...@les7arts.com> To: dev@ofbiz.apache.org Sent: Saturday, 31 October, 2015 12:45:28 PM Subject: Re: svn

Re: Why A Framework Rewrite Is Necessary

2015-10-18 Thread Taher Alkhateeb
Hello Everyone, Like Ron I also find the suggestion from David logical and sensible. We can perhaps start with a design for interfaces and XSDs as a first step. Would anyone like to join forces to brainstorm on this issue? Adrian, is that a route that you also prefer? Taher Alkhateeb

Re: Why A Framework Rewrite Is Necessary

2015-10-19 Thread Taher Alkhateeb
Hi Adrian, Ok at least we have the kernel of an interesting plan. Sharan, we're waiting for you to say the magic word! Taher Alkhateeb - Original Message - From: "Adrian Crum" <adrian.c...@sandglass-software.com> To: dev@ofbiz.apache.org Sent: Monday, 19 October,

Re: Why A Framework Rewrite Is Necessary

2015-10-14 Thread Taher Alkhateeb
to be a part of this. Taher Alkhateeb. - Original Message - From: "Sharan-F" <sharan.f...@gmail.com> To: dev@ofbiz.apache.org Sent: Wednesday, 14 October, 2015 11:27:19 PM Subject: Re: Why A Framework Rewrite Is Necessary Hi Adrian Thanks for bringing the framewor

Re: Java 8 and functional programming in trunk

2015-10-14 Thread Taher Alkhateeb
? Taher Alkhateeb - Original Message - From: "Jacques Le Roux" <jacques.le.r...@les7arts.com> To: dev@ofbiz.apache.org Sent: Wednesday, 14 October, 2015 12:23:31 PM Subject: Re: Java 8 and functional programming in trunk I tend to agree. Actually there are 2 points

Re: Welcome to our new committers Gil Portenseigne and Wei Zhang!

2015-10-08 Thread Taher Alkhateeb
Hi Jacques, Since you volunteered may I ask for your help also in uploading my picture? Please find it attached. Thank you. Taher Alkhateeb - Original Message - From: "Jacques Le Roux" <jacques.le.r...@les7arts.com> To: dev@ofbiz.apache.org Sent: Thursday, 8 Oct

Re: Why A Framework Rewrite Is Necessary

2015-10-16 Thread Taher Alkhateeb
from this thread so far I think we should: - Form a team - Start a rewrite subproject - reintegrate to the framework at some point through a vote or a consensus process. So, any brave volunteers who would like to change the world a bit? Taher Alkhateeb - Original Message - From

Re: Java 8 and functional programming in trunk

2015-10-18 Thread Taher Alkhateeb
Thank you for the support Jacques. Please tell if I can help. Taher Alkhateeb On Oct 18, 2015 9:49 PM, "Jacques Le Roux" <jacques.le.r...@les7arts.com> wrote: > WIP for both Buildbot and the demos... > The trunk demo will still run with Java 7 for now > > Jacques >

Re: Java 8 and functional programming in trunk

2015-10-18 Thread Taher Alkhateeb
system for trunk to use JDK 8. Taher Alkhateeb - Original Message - From: "Ron Wheeler" <rwhee...@artifact-software.com> To: dev@ofbiz.apache.org Sent: Wednesday, 14 October, 2015 3:40:33 PM Subject: Re: Java 8 and functional programming in trunk Good point about

Re: Java 8 and functional programming in trunk

2015-10-18 Thread Taher Alkhateeb
Hi Jacques, Actually I think it will be required immediately because the build will fail. Below is the exact patch line in macros.xml that would fail the builds: + Taher Alkhateeb - Original Message - From: "Jacques Le Roux" <jacques.le.r...@les7arts.

Re: Why A Framework Rewrite Is Necessary

2015-10-19 Thread Taher Alkhateeb
Hi Sharan, I do not have access to edit in confluence at the moment. So please sign me up in the page in case I didn't show enough interest :) Taher Alkhateeb - Original Message - From: "Sharan-F" <sharan.f...@gmail.com> To: dev@ofbiz.apache.org Sent: Monday, 19

  1   2   3   4   5   6   7   8   9   10   >