Re: Tutorial for ofbiz structure for further development

2023-07-09 Thread Taher Alkhateeb
to be more detailed than this without having to go deep into code. If you have more questions I will try to answer them for you but I hope this sheds some light into the build process. I also recommend your read into gradle and the build phases of gradle. Cheers Taher Alkhateeb On Sunday, July 09

Re: OFbiz/Tomcat vs Ofbiz/Tomcat/Apache to serve static resources

2023-01-24 Thread Taher Alkhateeb
Hi Giulio, I think your best bet to answer this question is not to do get a theoretical answer but rather to do testing yourself under load and then check performance. Nothing beats an actual test IMHO.  So perhaps use a tool like apache JMeter combined with some scripting to facilitate

Re: Calling grubbgroovy device from form field

2023-01-23 Thread Taher Alkhateeb
not differentiating between what is server-side code and client-side code. If you make the distinction clear then you just realize it's a matter of HTTP communication between the two. I hope this helps! Cheers, Taher Alkhateeb On Tuesday, January 24, 2023 04:09 +03, Ernest Hocking wrote:  Hi everyone I'd

Re: OFBiz Community Days – May 2020

2020-05-11 Thread Taher Alkhateeb
The health of the project from my perspective is not necessarily in how many patches / pull requests are approved. In fact, there is nothing easier than simply going through all patches and applying them one by one. For me quality wins over quantity and 10 clean lines of code are better than

Re: Open Source Enterprise Job Scheduler with Ofbiz in Production

2020-05-07 Thread Taher Alkhateeb
base backups, cleanup logs etc all at a particular frequency but with dependencies between them @Pierre - will take a look at airflow regards On Thu, May 7, 2020 at 6:55 AM Taher Alkhateeb wrote: > > Hello, > > The quetion is probably too broad for any recommendation. It really &g

Re: Open Source Enterprise Job Scheduler with Ofbiz in Production

2020-05-07 Thread Taher Alkhateeb
Hello, The quetion is probably too broad for any recommendation. It really depends. It also depends on the task being scheduled and how much complexity do you need in the scheduling. If it is just a frequency thing, then maybe cron is a perfectly suitable solution. If on the other hand you

Re: How to debug Groovy scripts.

2020-01-10 Thread Taher Alkhateeb
Debugger might not work given that these scripts are not directly called within the classpath (they are enhanced with OFBiz-specific context information. I would use print statements to debug things. On Fri, Jan 10, 2020 at 6:55 PM Robert Wynkoop wrote: > How do I debug the Groovy scripts? > >

Re: systemd unit for OFBiz with Oracle JDK

2019-08-10 Thread Taher Alkhateeb
Hello, I would say this is mostly a systemd question on how to setup environment variables, not an OFBiz specific question. The answer is probably not simple because there are many ways. One way for example is to use Environment= or EnvironmentFile=. Alternatively you can do something like

Re: Help - Migration from OFBiz 3.0 to 16.11

2019-07-02 Thread Taher Alkhateeb
Hello Lokesh, There is little information to build upon to help you. Your question is rather high level that I'm not sure I can be helpful. One point to note though is that the ZUL library is deprecated and so I'm not sure how much was invested in writing code with it. Furthermore, there are

Re: OFBiz and Camel integration updated

2019-06-17 Thread Taher Alkhateeb
> > Best Regards, > -- > Rishi Solanki > Sr Manager, Enterprise Software Development > *HotWax Systems* > *Enterprise open source experts* > cell: +91-98932-87847 > http://www.hotwaxsystems.com > > On Thu, Mar 22, 2018 at 4:00 PM Taher Alkhateeb > wrote: >

Re: Unsubscribe footer

2019-06-05 Thread Taher Alkhateeb
nsensus before taking any action towards infra. > >>> > >>> Personally, I am not in favor of having another/additional > >>> signatures. In the contrary, I would like to see them reduced to 1 > >>> or two lines to make them more readable.

Re: Unsubscribe footer

2019-06-03 Thread Taher Alkhateeb
Why was this done without community agreement first? On Mon, Jun 3, 2019 at 8:59 AM Pierre Smits wrote: > > The unsubscribe footer is now in play for mail to dev@ofbiz.a.o > > Best regards, > > Pierre Smits > > *Apache Trafodion , Vice President* > *Apache Directory

Re: OFBiz with maven

2018-12-25 Thread Taher Alkhateeb
Hello Naveen, Why do you want to migrate to maven? On Tue, Dec 25, 2018 at 12:51 PM wrote: > > Did anyone migrate OFBiz to maven from gradle? > > > > Thank you > > Naveen Metta. > > >

Re: OFBiz not runnin on Windows 10

2018-12-19 Thread Taher Alkhateeb
Most likely a space issue. Make sure there are no spaces in the path where you placed OFBiz such as "C:\users\My User\ofbiz" On Wed, Dec 19, 2018 at 12:18 PM Michael Turner wrote: > > I've seen this problem reported, but not obviously fixed. I'm really > only interested in responses from people

Re: Integrating OFBiz with mobile clients

2018-10-28 Thread Taher Alkhateeb
Hi Satish, Multiple discussions happened around REST integration and it is a work in progress right now, you can check at the developers mailing list. I was just trying to find a solution _now_ and Michael gave me a good starting point. On Mon, Oct 29, 2018 at 8:00 AM satish wrote: > > Hi Taher,

Re: Integrating OFBiz with mobile clients

2018-10-28 Thread Taher Alkhateeb
regards, > > Michael > > > Am 28.10.18 um 17:08 schrieb Taher Alkhateeb: > > Hello Folks, > > > > We're looking at possible architectures for communication between > > OFBiz as a server and mobile apps (iOS & Android). In other frameworks > > we usuall

Integrating OFBiz with mobile clients

2018-10-28 Thread Taher Alkhateeb
Hello Folks, We're looking at possible architectures for communication between OFBiz as a server and mobile apps (iOS & Android). In other frameworks we usually achieve this using a RESTful API to communicate between both end points. Given that we didn't (yet) implement REST integration in

Re: OFbiz on LAMP server

2018-10-09 Thread Taher Alkhateeb
test ofibz (planning a startup and > > travelling a lot) accessing through www > > I want to leverage letsencrypt certificate > > Want access through port 443 > > Certificate management through letsencrypt/apache is easier than through > > ofbiz way > > > &g

Re: OFbiz on LAMP server

2018-10-07 Thread Taher Alkhateeb
Hi Can you shed some light on what you're trying to do? What is the purpose of going through LAMP. I am asking because it might not necessarily be the best or only option depending on your goal. On Sat, Oct 6, 2018, 8:41 PM wp.rauchh...@gmail.com wrote: > I like to integrate OFbiz on my LAMP

[SECURITY] CVE-2011-3600 Apache OFBiz XML-RPC XXE Vulnerability

2018-10-05 Thread Taher Alkhateeb
Severity: Important Vendor: The Apache Software Foundation Versions Affected: OFBiz 16.11.01 to 16.11.04 Description: The OFBiz XML-RPC event handler (org.apache.ofbiz.webapp.event.XmlRpcEventHandler.java) acts as a wrapper for any OFBiz service that provides XML-RPC web services via the

Re: OFBiz OutOfMemory and stucked JobPoller issue

2018-09-21 Thread Taher Alkhateeb
I think it would be much better if we can find a root-cause fix instead of altering settings. I would be interested in helping out digging out whatever is causing the memory leak if Guilio is interested in opening a JIRA for this and investigating further. On Fri, Sep 21, 2018, 11:48 AM Ingo

Re: OFBiz OutOfMemory and stucked JobPoller issue

2018-09-20 Thread Taher Alkhateeb
This smells like a memory leak. The problem is how to pin down the exact cause. Maybe something in network setting, or the job poller or something else. Perhaps the first thing to try to do to narrow it down is to run a profiler against the JVM to see where the leak is happening. If you can

Re: Derby to MYSQL connector location?

2018-09-13 Thread Taher Alkhateeb
Hi Shane, Multiple options exist for you: - Place the DB driver jar in $OFBIZ_HOME/lib - Place the DB driver jar in "lib" directory of any component - Add the DB driver as a dependency in build.gradle. Go to JCenter and find the latest driver compatible with your database to achieve this step. On

Re: Should we keep the multi-tenants feature in OFBiz?

2018-09-07 Thread Taher Alkhateeb
Very interesting input Carlos. Thank you for sharing. Are you a current user of OFBiz multi-tenancy? Do you find it adequate and reliable in its current form? Regards, Taher Alkhateeb On Fri, Sep 7, 2018, 10:12 PM Carlos Cruz wrote: > These are my personal opinions and no way shape or f

Re: Should we keep the multi-tenants feature in OFBiz?

2018-09-07 Thread Taher Alkhateeb
enancy, and prefer > using separate instances encapsulated within VM. > > Gil > > Le mardi 04 sept. 2018 à 19:12:20 (+0300), Taher Alkhateeb a écrit : > > The question is: is it worth keeping it? To answer this question, > > perhaps we need to perhaps look at the pros and c

Re: Should we keep the multi-tenants feature in OFBiz?

2018-09-04 Thread Taher Alkhateeb
ean every tenant has their > own install of OFbiz, their own install of Postgres SQL, and their own > server farm? > > Original Message > Subject: Re: Should we keep the multi-tenants feature in OFBiz? > From: Taher Alkhateeb > Date: Tue, September 04,

Re: Should we keep the multi-tenants feature in OFBiz?

2018-09-04 Thread Taher Alkhateeb
The question is: is it worth keeping it? To answer this question, perhaps we need to perhaps look at the pros and cons pros of keeping multi-tenancy: - less memory consumption. - less storage consumption. - single deployment (less effort) cons of keeping multi-tenancy: - Inflexibility: all

Re: INSTALLING OFBIZ V16.11.04

2018-08-31 Thread Taher Alkhateeb
I should also mention some steps are wrong or weird: - why install the apache httpd server "apache2"? - why "sudo" gradlew? - what is this download link? Where did you get it from? - where is the data preparation step? I recommend reading README.md On Fri, Aug 31, 2018, 5:40 PM Michael Brohl

Re: OFBiz Sanity Test Automation

2018-08-23 Thread Taher Alkhateeb
Hello, is this going to be implemented in Selenium? If yes then perhaps we should move this discussion to dev@ to make sure we get this right. Functional tests might be very slow and so we might need to decide whether to include these tests by default with the "testIntegration" task for example.

Re: How to use bootstrap 4 for my UI

2018-08-18 Thread Taher Alkhateeb
Too long to explain, but the short version is... Customize or create a new theme. You will be on your own and need full familiarity with html, css, javascript and FreeMarker. On Sat, Aug 18, 2018, 1:31 PM Madhi Krishnan wrote: > I think i subject itself tells my doubt.. > can any one tell how

Re: DO not run on IntelliJ

2018-08-12 Thread Taher Alkhateeb
The short answer: don't build with intellij. Use the embedded gradle. On Sun, Aug 12, 2018, 10:03 PM Ahmad Saki wrote: > When I build this project on ItelliJ- the console output is 'BUILD > SUCCESSFUL'. > > But when I want to run this project using the IntelliJ IDEA- the console > output is: >

Re: global="true"?

2018-08-09 Thread Taher Alkhateeb
I might be slightly wrong (been a while) but global=true means put it in the "globalContext". A global context is a map which is visible to all sub-screens and other widgets, whereas a private context is only visible to the current screen. Please feel free to correct me if I'm off target folks.

Re: Confusing download to build project

2018-08-09 Thread Taher Alkhateeb
1- compile time dependencies 2- runtime dependencies 3- probably a different gradle (comes with Intellij, not embedded with OFBiz) On Wed, Aug 8, 2018 at 10:56 PM, Ahmad Saki wrote: > 1. When I login using ServerName\User>>> open cmd>>> `gradlew cleanAll > loadDefault` command to download

Re: OFBiz Blog - May and June 2018 Updates

2018-07-19 Thread Taher Alkhateeb
Thank you for sharing Sharan, and thank you Michael, Jacques and Pranay for working on this. The blog really helps shed light on what's going on in a quick glance. Looking also at the previous months I think we're really doing some heavy duty work. Awesome! On Tue, Jul 17, 2018 at 12:40 PM,

Re: Separate module for custom backend code and UI

2018-06-01 Thread Taher Alkhateeb
You can simply create your own theme, that would customize the interface heavily while utilizing the DSL that comes with OFBiz On Fri, Jun 1, 2018, 8:11 PM gaurav...@gmail.com wrote: > Thanks Rajesh! As of now I'm just looking to use my UI instead of out of > the box, so was checking how can I

Re: Run OFBIZ 106 on tomcat 9

2018-05-31 Thread Taher Alkhateeb
er I want to build a top > layer which will include my new UI and custom backend code. So if any new > release comes then it would be very easy to upgrade my system. Is that > possible. We do the same thing in Oracle Commerce but I can't afford it :) > > > On 2018/05/31 14:17:32, Taher

Re: Run OFBIZ 106 on tomcat 9

2018-05-31 Thread Taher Alkhateeb
roject in production? Since it will run only on tomcat > webserver and can't run it on jboss or webogic etc at least as of now. > > On 2018/05/31 13:54:58, Taher Alkhateeb > wrote: > > No, OFBiz creates a jar file (that points to gradle cache I might add) so > >

Re: Run OFBIZ 106 on tomcat 9

2018-05-31 Thread Taher Alkhateeb
No, OFBiz creates a jar file (that points to gradle cache I might add) so you cannot change its location and it contains the bootstrapping logic to start OFBiz. You can find in $OFBIZ_HOME/build/lib. In other words, the entry point to OFBiz is main() which fires up tomcat. The build system does

Re: OFBiz Blog – April 2018 Update

2018-05-21 Thread Taher Alkhateeb
Great work folks! On Sun, May 20, 2018 at 10:59 AM, Sharan Foga wrote: > Hi Everyone > > A brief summary of our project news for last month can be found in our > monthly blog update at the link below: > > https://s.apache.org/dSWL > > Thanks very much to Michael, Jacques and

Re: discussion:provide official docker image of Apache OFBiz?

2018-05-18 Thread Taher Alkhateeb
Hi Paul and everyone: Two quick notes on your feedback: 1- You can improve your docker file by symlinking the log to stdout, this way you can view logs with the simple command "docker logs containeridhere" 2- I tried docker as a development platform, and it doesn't really fit that environment

Re: discussion:provide official docker image of Apache OFBiz?

2018-05-17 Thread Taher Alkhateeb
We need to think and discuss this otherwise I'm not quite sure how much value people would get from having a docker image. I don't have two docker files that are identical for the projects we work on because of customizations and differences. So to create a docker image you might want to think of

Re: MODERATE for user@ofbiz.apache.org

2018-05-13 Thread Taher Alkhateeb
environment or the commands that you're issuing. Cheers, Taher Alkhateeb On Sun, May 13, 2018 at 3:03 AM, <user-reject-1526169813.30291.fgnlbjldicbmkjdbp...@ofbiz.apache.org> wrote: > > To approve: >user-accept-1526169813.30291.fgnlbjldicbmkjdbp...@ofbiz.apache.org > To reject

Re: Opinions on layout changes

2018-05-04 Thread Taher Alkhateeb
The newer version makes more sense than the older one because alignment occurs relative to the parent. So I prefer to keep the new one. However, the new version looks a bit odd and misaligned. Some improvement to formatting would be good IMO. On Fri, May 4, 2018 at 12:52 PM, Jacques Le Roux

Re: Customized theme not loading while using gradle offline

2018-04-25 Thread Taher Alkhateeb
Hard to tell .. you gave little information. The first thing I would check perhaps is if your assets are fetched online in your

Re: OFBiz Blog - March 2018 Update

2018-04-18 Thread Taher Alkhateeb
Great effort as usual folks. On every release we are reminded of how great and active our community is. On Mon, Apr 16, 2018 at 10:31 AM, Sharan Foga wrote: > Hi Everyone > > You can find the details of our monthly blog update at the link below:: > > https://s.apache.org/Hj05

Re: Invoice Sequence Number

2018-04-10 Thread Taher Alkhateeb
I believe that would be achievable by using two different sequence names. Just create two services each one calling a different sequence name in "Delegator.getNextSeqId(String seqName)". Or depending on your logic, you might be able to do that in the same service. On Tue, Apr 10, 2018 at 5:45 PM,

Re: Basic Q: Can ofbiz run in subdir and use HTTP auth?

2018-03-29 Thread Taher Alkhateeb
Hello Jochen, welcome to the community. I'm sure you'll get better responses from the rest of the community, but naturally there are many ways to go about this. For one thing, read the section on configuring OFBiz with LDAP in [1]. Now with respect to doing something like

Re: How to pass org.apache.ofbiz.entity.GenericValue using XMLRPC ?

2018-03-24 Thread Taher Alkhateeb
that an incoming Map is converted to a GenericValue . > Which is a more appropriate place ModelService or XmlRpcEventHandler > and where can the change be done in a relatively easier fashion ? > > > regds > mallah > > > > On Sat, Mar 24, 2018 at 2:32 PM, Taher Alkhateeb <

Re: How to pass org.apache.ofbiz.entity.GenericValue using XMLRPC ?

2018-03-24 Thread Taher Alkhateeb
Thinking out loud, maybe one solution in here is to update the logic in ModelService such that a map is automatically casted to a GenericValue, or any object that is "instanceOf" would pass through. The problem of course is how to carry "state" in these objects, which is the reason why I dislike

Re: GL Account Defaults

2018-03-23 Thread Taher Alkhateeb
@documentation team, this is another gold nugget to go into our manual :) On Fri, Mar 23, 2018, 1:15 PM Jacopo Cappellato < jacopo.cappell...@hotwaxsystems.com> wrote: > Hi James, > > usually, before a purchase invoice is posted to the GL, its shipment is > received into inventory and this

Re: OFBiz and Camel integration updated

2018-03-21 Thread Taher Alkhateeb
Super awesome Bilgin, Maybe we should consider moving this work to plugins given how useful this feature could be? The license is compatible and the work joins two great apache projects. On Wed, Mar 21, 2018, 1:06 PM Bilgin Ibryam wrote: > hi all, > > a quick heads up. I've

Re: Financials ->Month End Close Procedures

2018-03-21 Thread Taher Alkhateeb
Valuable info! seems like a glaring "must-go-to-the-manual" thing On Wed, Mar 21, 2018 at 11:46 AM, Sharan Foga wrote: > Hi James > > You don’t need to buy my book, to find out about this. :-) > > I’ve gone through the main process below with some links to the screens in >

Re: modelling a marketplace with multiple sellers and buyers

2018-03-20 Thread Taher Alkhateeb
n case of run-time errors or failures. > the XMLRPC requests run on server in its own transaction context. But I am > yet > to face any real challenge due to this. > > regds > mallah. > > > > On Tue, Mar 20, 2018 at 3:24 PM, Taher Alkhateeb < > slidingfila

Re: modelling a marketplace with multiple sellers and buyers

2018-03-20 Thread Taher Alkhateeb
I like your approach, and my recommendation is to try and stick with the existing model. The combination between products, parties, stores and roles should be robust for your needs. However, I think you will probably need some custom logic around the processing of buyers and sellers since you're

Re: Can we override the properties within widget.properties

2018-03-19 Thread Taher Alkhateeb
Hi If you prefer git, the correct repo is https://github.com/apache/ofbiz-framework. If you want to contribute and for official support, svn is what the project uses. On Mon, Mar 19, 2018, 1:49 PM Sameer Apte wrote: > Thanks for quick reply Jacques. > I don't know why but

Re: Help with roles / security groups in a certain usage case

2018-03-16 Thread Taher Alkhateeb
Okay, then you bake the security into your services. On Mar 16, 2018 12:02 PM, "Rajesh Mallah" wrote: > Thanks Jaqcues!. Shall go through it. > > > @Taher > > The normal access to entities shall be through XMLRPC or SOAP using > certain 'login.username' and

Re: Help with roles / security groups in a certain usage case

2018-03-16 Thread Taher Alkhateeb
Hi Rajesh, I think what you are looking for is row-level security (restricted database records) not user interface security [1]. So your restrictions are more-or-less queries against the user login to check if the party of logged in user has a certain role. Essentially, the screens that you

Re: schema support for tenant data sources

2018-03-12 Thread Taher Alkhateeb
This seems to be a topic more appropriate to the development mailing list since you're suggesting changes to design. On Mon, Mar 12, 2018 at 5:09 PM, Shi Jinghai wrote: > Amazing idea. > > Unfortunately the lovely MariaDB and TiDB doesn't support the pg style schema. > >

Re: multi tenant setup help

2018-03-11 Thread Taher Alkhateeb
I join Michael in thanking you rajesh, and highly recommend joining the documentation team. You have a natural talent for this sort of work On Mar 12, 2018 12:01 AM, "Michael Brohl" wrote: Hi Rajesh, great work, thank you! I'd like to encourage you to contribute this

Re: multi tenant setup help

2018-03-10 Thread Taher Alkhateeb
Hello Rajesh, Did you try the README.md? It should be pretty comprehensive. Also, try to understand the overall design. Ignore for a second the syntax and think of the design of multi tenancy. You have the following databases: 1- The OFBiz standard single tenant instance (ofbiz) 2- A master

Re: [Documentation Team] Workflow and Process Ideas

2018-03-09 Thread Taher Alkhateeb
questions that have nothing to do with the design or development of this documentation project. On Mar 9, 2018 11:53 AM, "Jacques Le Roux" <jacques.le.r...@les7arts.com> wrote: > Le 09/03/2018 à 01:43, Taher Alkhateeb a écrit : > >> and maybe even >>

Re: [Documentation Team] Workflow and Process Ideas

2018-03-08 Thread Taher Alkhateeb
and may be better suited to its own list. The >> activity would be too much for @user and I am sure the devs would prefer >> not to have the extra chatter on their thread. Just my $0.02. >> >> -Tim >> >> -Original Message- >> From: Taher Alkhateeb

Re: [Documentation Team] Workflow and Process Ideas

2018-03-08 Thread Taher Alkhateeb
Great Work Sharan. Everything is very thorough and clear As you know from the development ML, the initial work is committed into trunk. Perhaps the next actions should include: - identifying and matching mentors and mentees (if that's a word!) - maybe creating an umbrella JIRA for the entire

Re: OFBiz Blog – Febraury 2018 Update

2018-03-07 Thread Taher Alkhateeb
Great work again, and very exciting times ahead. On Mar 7, 2018 5:12 PM, "Sharan Foga" wrote: Hi Everyone You can find the details of our monthly blog update at the link below:: https://s.apache.org/rJj9 Our blog updates are a collaborative effort, so thanks Pranay,

Re: need help on building/installing/uninstalling plugins and debugging framework+plugins in eclipse

2018-03-06 Thread Taher Alkhateeb
Hello Fred, The answer to both questions is in README.md. In a nutshell, you need to configure eclipse for remote debug on port 5005, fire up OFBiz in debug mode (./gradlew ofbizDebug), and then run eclipse remote debug. Also plugins are built automatically when they are added to OFBiz. On Mar

Re: 答复: OFBiz Theme Customization

2018-03-06 Thread Taher Alkhateeb
Hello, I find debugging theme issues to be a bit easier if you start from the browser, not the code, and then catch the trail from there. For example, you can easily run firebug or something similar to inspect the logo and identify its location. On Mar 7, 2018 6:33 AM, "Schumann Ye"

Re: build but not start the system

2018-03-04 Thread Taher Alkhateeb
If I'm not mistaken, the build command would resolve compile dependencies but not runtime dependencies. If this is correct then I recommend you run any OFBiz server command. For example: ./gradlew "ofbiz --help" On Mar 5, 2018 9:00 AM, "Deepak Dixit" wrote: Hi

Re: Installing Ofbiz problem on Mac

2018-02-27 Thread Taher Alkhateeb
First thing I would advise is to downgrade to java 8 and make sure $JAVA_HOME is correctly set. On Feb 27, 2018 8:39 PM, "xiaolou.hu...@gmail.com" wrote: Hi all, My name is Xiaolou Huang, you can call me Lor, I am a Computer Science major rising junior at Arizona State

Re: [SKYPE CALL] Confirmation of Date and Time for Documentation Call

2018-02-27 Thread Taher Alkhateeb
ea and be responsible > for submitting a patch > > These are some of my brainstorming ideas :-) and I look forward to > chatting with those of you planning to be on the call later today. > > Thanks > Sharan > > > On 2018/02/24 15:32:04, Taher Alkhateeb <sl

Re: [SKYPE CALL] Confirmation of Date and Time for Documentation Call

2018-02-24 Thread Taher Alkhateeb
it would've been great if you could join us. One of the points I had in my agenda is to suggest having the experienced people in the team volunteer for mentorship to anyone wanting it from the documentation team. This would help put structure and coordinate efforts in this big team of

Re: quick docker image startup?

2018-02-21 Thread Taher Alkhateeb
n 21/02/18 20:34, Taher Alkhateeb wrote: > Oh .. that would be hard to debug without further analysis. Essentially > Java is not seeing libraries in the classpath. The classpath is defined > _inside_ the jar file with pointers to where the gradle cache is located. > > So it could be many

Re: quick docker image startup?

2018-02-21 Thread Taher Alkhateeb
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 1 more perhaps you have a suggestion for me? thanks again for your help. Regards, Hans On 21/02/18 17:56, Taher Alkhateeb wrote: > Oh I just remembered

Re: quick docker image startup?

2018-02-21 Thread Taher Alkhateeb
Oh I just remembered something else you might want to do. You can create a volume for the cache, this way you wait for the download only the first time you instantiate the image and subsequent container instantiations would not need to download anything On Feb 21, 2018 9:55 AM, "Taher Alkh

Re: quick docker image startup?

2018-02-20 Thread Taher Alkhateeb
The image has to get larger, there is no way around that. Either you repopulate the cache or save a bigger image. OFBiz will not work without its libraries just like in the ant days. For me I have a big OFBiz image because I don't care about size as much as I do about startup time. Now your

Re: ofbiz framework component in trunk is misleading?

2018-02-20 Thread Taher Alkhateeb
Hi Jim and everyone, As a matter of fact, in the README.md there is a section called "Repository and directory structure" that describes the changes that were made. Maybe we can improve it a bit, but we have at least something as a reference for users to learn from. On Mon, Feb 19, 2018 at 10:16

Re: ofbiz framework component in trunk is misleading?

2018-02-19 Thread Taher Alkhateeb
Aha I see, thank you for the explanation Paul. Ok to put some clarity, we had a good discussion on the development mailing list before making the split, and this is only the first step (split plugins out). The next step we might take is to also split out the applications. That is why we called it

Re: [SKYPE CALL] Initial Call to Kickstart Documentation Team

2018-02-19 Thread Taher Alkhateeb
I am fine with this time or anytime decided by the community, I have a flexible schedule. On Mon, Feb 19, 2018 at 11:55 AM, Sharan Foga wrote: > Hi All > > I've taken a look at the meeting times based on the timezones currently > listed in documentation team table. We have a

Re: ofbiz framework component in trunk is misleading?

2018-02-18 Thread Taher Alkhateeb
Hi Jim, I don't quite understand your question. What do you mean by saying framework only component and how did you get this impression? Are you referring to the directory structure? What is bothering / confusing you about it? On Feb 19, 2018 1:32 AM, "Jim S" wrote: ... As

Re: OFBiz Documentation Team Volunteers Needed

2018-02-13 Thread Taher Alkhateeb
Hi Sharan, all There are many details to discuss and some technical issues that I need to explain, so perhaps a skype voice conference could help kickstart this task and get everyone on the same page? Cheers Taher Alkhateeb On Feb 13, 2018 1:25 PM, "Sharan Foga" <sha...@apac

Re: OFBiz Documentation Team Volunteers Needed

2018-02-08 Thread Taher Alkhateeb
It is heartwarming to see you fine people signing up. I am thrilled and looking forward to working with you. And I have to say Sharan knows how to bring us together, so thank you! In reference to Olivier's comment regarding using conversion tools, I would advise to perhaps try to be careful. Our

Re: OFBiz Blog – December 2017 and January 2018 Update

2018-02-06 Thread Taher Alkhateeb
Thank you folks, it really is inspiring to read the blog, you think you're doing a few things but when you read the blog you realize .. wow that's a lot of work. On Tue, Feb 6, 2018 at 1:03 PM, Sharan Foga wrote: > Hi Everyone > > We have a double blog update this time :-). >

Re: Hot-Deploy in 16.11.04...and Later?

2018-01-31 Thread Taher Alkhateeb
Data loading is one topic, location of custom components is another topic. In release 17 and later, there is no longer a hot-deploy, but only a plugins folder to place your custom work. As for data loading, it does not matter where you place your component, the data will load anyway as long as

Re: New setup issues

2018-01-31 Thread Taher Alkhateeb
Hello and welcome aboard, I hope you enjoy your journey. The port is wrong. It's 8443 not 8334. Cheers On Feb 1, 2018 12:21 AM, "bryce" wrote: Hello all, I am setting up a new install of Apache OFBiz for myself. I followed all the instructions.. download JDK,

Re: loadDefault Source Code

2018-01-16 Thread Taher Alkhateeb
write something to help with generation/load of my own test cases (I'm hoping to actually learn something). - Original Message -From: Taher Alkhateeb < slidingfilame...@gmail.com>To: user@ofbiz.apache.orgSent: Tue, 16 Jan 2018 18:50:59 - (UTC)Subject: Re: loadDefault Source Code O

Re: loadDefault Source Code

2018-01-16 Thread Taher Alkhateeb
can try starting from ContainerLoader.java > > Jacques > > Le 16/01/2018 07:48, Taher Alkhateeb a crit :> > loadDefault translates to loading all data sets (seed,seed-initial,> > demo,ext, etc ...)>> The code for that is big and scattered in many > different places

Re: loadDefault Source Code

2018-01-15 Thread Taher Alkhateeb
loadDefault translates to loading all data sets (seed,seed-initial, demo,ext, etc ...) The code for that is big and scattered in many different places because a lot of things happen during data load (SAX parser, DOM modeling, DB translations, and a lot more). So it depends on what you are looking

Re: ./gradlew ofbiz: FAILURE: Build failed with an exception.

2018-01-10 Thread Taher Alkhateeb
Welcome aboard, nice work in explaining things. Not sure, but at a first glance maybe you can consider the following: - try the oracle JDK instead of openjdk. - is your internet connection solid? If you just timed out, maybe try again I am assuming you crashed the build before completing all the

"[SECURITY] CVE-2017-15714 Apache OFBiz BIRT code vulnerability"

2018-01-04 Thread Taher Alkhateeb
Severity: Important Vendor: The Apache Software Foundation Versions Affected: OFBiz 16.11.01 to 16.11.03 Description: The BIRT plugin in Apache OFBiz does not escape user input property passed. This allows for code injection by passing that code through the URL. For example by appending this

[SECURITY] CVE-2017-15714 Apache OFBiz BIRT code vulnerability

2018-01-03 Thread Taher Alkhateeb
Severity: Important Vendor: The Apache Software Foundation Versions Affected: OFBiz 16.11.01 to 16.11.03 Description: The BIRT plugin in Apache OFBiz does not escape user input property passed. This allows for code injection by passing that code through the URL. For example by appending this

Re: Need help adding a GL account

2017-12-30 Thread Taher Alkhateeb
Hi Blake, So the screen is a bit confusing because it implies the ability to add an account when in fact it can only edit an existing account by clicking on it from the tree above the edit form. For now, you should create your account using XML data definitions. But perhaps it would be useful to

Re: Data Load tips/tricks?

2017-12-27 Thread Taher Alkhateeb
Hi Tim, My recommendation is to avoid using the web tools altogether, and instead using the CLI. The exact documentation for how to import from XML files is specified in the README.md. This has the benefit of not only reducing resource usage but also allows for automation instead of doing this

Re: Aw: RE: Cannot install apache-ofbiz-16.11.03 on windows 10

2017-12-25 Thread Taher Alkhateeb
I am not sure bit I have a suspicion. Does your windows user folder have spaces like C:\Users\My User? If yes, this could very well be the problem. To overcome that, try to change the cache location with the --gradle-user-home flag or setting the GRADLE_USER_HOME environment variable. Set it to

Re: Ofbiz to postgresSql connection problem

2017-12-16 Thread Taher Alkhateeb
I have a docker image + docker-compose file which I've been using for a while now. It hosts OFBiz + Postgres and it works great. It's up to the community to decide if it is interested in moving from the default derby to Postgres and to officially support Docker as the default tool for deploying

Re: Some Information for Creating Modular Documentation

2017-11-17 Thread Taher Alkhateeb
sewhere (at least until encroaching totalitarianism > precludes such options as things become more bureaucratic). > > > > > On 17-11-17 01:34 AM, Taher Alkhateeb wrote: > >> I went through the material (thank you again for sharing) and I have a >> few additional thou

Re: Some Information for Creating Modular Documentation

2017-11-17 Thread Taher Alkhateeb
I went through the material (thank you again for sharing) and I have a few additional thoughts to share. Primarily I think there is no silver bullet, and there is no solution that somehow makes documentation "Fun". It's always going to be a liability that just comes with any software solution.

Re: Some Information for Creating Modular Documentation

2017-11-15 Thread Taher Alkhateeb
Great advice and resources thank you for sharing. I will take into consideration some of this while implementing the PoC On Nov 15, 2017 7:53 PM, "Jacques Le Roux" wrote: > Thanks Sharan, > > This is more for users I guess? Could the technical documentation be

Re: Edit access to OFBiz wiki

2017-10-25 Thread Taher Alkhateeb
Welcome aboard David. Documentation is one area where we had multiple discussions in the past and it's in the process of getting updated. Take a look at our discussion in [1] for example which we created a JIRA issue for in [2]. However, we are very much in need of enthusiastic people like

Re: Running OFBiz in docker?

2017-10-22 Thread Taher Alkhateeb
e (without > tomcat). > > It seems that airdock/oracle-jdk is not up-to-date. The latest version of > this images contains jdk-8u112. > Maybe I'll try the latest openjdk docker image. > > Are you already running OFBiz in docker? > > 2017-10-20 20:43 GMT+02:00 Taher Alkhateeb <s

Re: Running OFBiz in docker?

2017-10-20 Thread Taher Alkhateeb
Create your own Dockerfile, you can't use a tomcat container. I recommend airdock/oracle-jdk as your starting docker image On Fri, Oct 20, 2017 at 9:18 PM, Heiko Cane wrote: > Hi, > > I'currently trying to run our OFBiz in docker but I can't find a way to > create a .war or

Re: OFBiz Blog – September 2017 Update

2017-10-11 Thread Taher Alkhateeb
Great work folks. We're getting better all the time and in all areas of the project. On Wed, Oct 11, 2017 at 6:55 PM, Swapnil Mane wrote: > +1 Paul. > Thank you so much team for your great and invaluable efforts in this > direction :-) > > > - Best Regards, >

  1   2   3   4   >