[jira] [Commented] (OFBIZ-7796) Running OFBiz as a service fails

2016-07-15 Thread charl Bouwer (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15379190#comment-15379190
 ] 

charl Bouwer commented on OFBIZ-7796:
-

Hi Pierre
Thanks this answers a question I have. Ill be doing the same procedure on a 
Centos 6 machine over the weekend will give you feedback on the result.
Being new to OFBiz I am having some difficulty distinguishing between bugs, 
features and id10t errors.
For instance the ./gradlew ofbiz command only builds to 92% and after reverting 
to a totally vanilla source and cleanall  loaddefault I realised that I can 
access the different components even though it looked liked the build has not 
completed completely. Is this a 'moet so wees'(must be like that) or do I have 
a bug or error..
Also in my original test system I had a hostname not found in one of the 
components even though I was only accessing it through localhost it was looking 
for the machine name ofbiz.something. Easily bypassed on my side by assigning 
the ofbiz.something to 127.0.01.  Do I need to open a Jira issue for this or is 
so obvious that a server hosts file should be correct. It just feels wrong that 
an internal process uses the hostanme. I haven’t even looked at or considered 
using multiple virtual hosts. At least it should be easy to reproduce if 
necessary.


> Running OFBiz as a service fails
> 
>
> Key: OFBIZ-7796
> URL: https://issues.apache.org/jira/browse/OFBIZ-7796
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: Trunk
> Environment: Ubuntu 16.04, openjdk-8-jdk
>Reporter: Pierre Smits
>Priority: Blocker
>
> In a new ubuntu environment I performed a checkout  from trunk and ran the 
> loadDefault build script.
> After this had completed, I moved the ofbiz directory from my user folder to 
> the /opt folder, and configured the Ubuntu environment to be able to run 
> OFBiz as a service.
> This entails:
> * deploy a script in /etc/init.d
> * set the correct permissions of the service script
> * create the service user 
> * changed the owner and ownergroup of the files and folders in /opt/ofbiz
> and then fire the service:
> sudo /etc/init.d/ofbiz start
> This normally starts the proces java -jar ofbiz.jar
> But now nothing happens.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7534) Migrate OFBiz from Apache Ant to Gradle build system

2016-07-13 Thread charl Bouwer (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15375975#comment-15375975
 ] 

charl Bouwer commented on OFBIZ-7534:
-

I think to keep it simple I am going to just place it in /framework/base/lib in 
the mean time. fortunately I am not in the stage where I run a production 
system yet. I am still acquainting  myself with the system on a test system. I 
will need to build a POC system for my business partner over the weekend and 
I'll use the derby database there to KISS. As soon as I have a running version 
there I will test 5.1.39 version of the connector on my test system. I am 
assuming that exporting from the derby and importing to another Db procedure 
hasn't changed because of Gradle.
One thing I am sure of when I get to the stage where I deploy to a production 
environment I will need the ability to compile and deploy to a custom 
directory, /opt/ofbiz for instance. Having the source and runtime code in the 
same directory would be problematic for me.
Currently I am working on Eclipse and suppositories (pun inteded), I mean svn. 
Put I would prefer to switch over to Intellij and git so that I can test new 
changes and only then push to a git repository on our production server(s). 
From there I can deploy the new version of code. I am also planning to use the 
the tenant system and only add the components that are required by them.

At the moment the first impression a user gets is that it is way to complicated 
and feels overwhelmed. The potential clients all have different requirements 
and the plan is to slowly introduce them to the rest off the system. For 
instance most don't realise how much the need the HR component.

Here in Africa most businesses use spreadsheets to run there day to day 
activities. From invoicing to project management, I have personally seen a 
government department manage a couple of billion Rand with excel. My target 
market is SME though and there are a lot of them that desperately need Ofbiz 
even though they don't realise it yet

> Migrate OFBiz from Apache Ant to Gradle build system
> 
>
> Key: OFBIZ-7534
> URL: https://issues.apache.org/jira/browse/OFBIZ-7534
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Upcoming Branch
>Reporter: Taher Alkhateeb
>Assignee: Taher Alkhateeb
>  Labels: ant, build-tools, gradle
> Attachments: ANT_GRADLE_COMPARISON.txt, OFBIZ-7534.patch, 
> OFBIZ-7534.patch, OFBIZ-7534.patch, OFBIZ-7534.patch, OFBizRemoteJarList.csv, 
> OFBizRemoteJarList.csv, OFBizRemoteJarList.csv, OFBizRemoteJarList.csv, 
> gradle-wrapper.jar
>
>
> This is a major refactoring task referring to the [email 
> thread|http://ofbiz.markmail.org/message/vstt3wxuubmjgmqj?q=Important+Changes+to+Trunk+and+Use+of+Ant+%26+Gradle]
>  in which the community voted for the switch after a proposal from the PMC
> The purpose of this JIRA is to achieve the following objectives
> - Fully implement a working compiling system in Gradle that passes all tests
> - Remove all ant and maven build scripts from the system
> - update the documentation of the system to reflect these changes



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-7778) Province data for South Africa via GeoData_ZA.xml and address format for South Africa in GeoData.xml

2016-07-12 Thread charl Bouwer (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

charl Bouwer updated OFBIZ-7778:

Attachment: GeoDataZAF02.patch

Removed the incorrect uses of 'The' in provinces

> Province data for South Africa via GeoData_ZA.xml and address format for 
> South Africa in GeoData.xml
> 
>
> Key: OFBIZ-7778
> URL: https://issues.apache.org/jira/browse/OFBIZ-7778
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Upcoming Branch
>Reporter: charl Bouwer
>Assignee: Jacques Le Roux
>Priority: Minor
>  Labels: Geodate, SouthAfrica, province, regions
> Fix For: Trunk
>
> Attachments: GeoDataZAF01.patch, GeoDataZAF02.patch
>
>
> Please find attached the patch file for including Province data for Southh 
> Africa via GeoData_ZA.xml and address format for South Africa in GeoData.xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7778) Province data for South Africa via GeoData_ZA.xml and address format for South Africa in GeoData.xml

2016-07-12 Thread charl Bouwer (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15372767#comment-15372767
 ] 

charl Bouwer commented on OFBIZ-7778:
-

Thanks Gavin

I'll remove the "The' tonight when I get home and finished with the paying job. 
Will create a patch to fix it then.

> Province data for South Africa via GeoData_ZA.xml and address format for 
> South Africa in GeoData.xml
> 
>
> Key: OFBIZ-7778
> URL: https://issues.apache.org/jira/browse/OFBIZ-7778
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Upcoming Branch
>Reporter: charl Bouwer
>Assignee: Jacques Le Roux
>Priority: Minor
>  Labels: Geodate, SouthAfrica, province, regions
> Fix For: Trunk
>
> Attachments: GeoDataZAF01.patch
>
>
> Please find attached the patch file for including Province data for Southh 
> Africa via GeoData_ZA.xml and address format for South Africa in GeoData.xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-7778) Please find attached the patch file for including Province data for South Africa via GeoData_ZA.xml and address format for South Africa in GeoData.xml

2016-07-11 Thread charl Bouwer (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

charl Bouwer updated OFBIZ-7778:

Summary: Please find attached the patch file for including Province data 
for South Africa via GeoData_ZA.xml and address format for South Africa in 
GeoData.xml  (was: Please find attached the patch file for including Province 
data for Southh Africa via GeoData_ZA.xml and address format for South Africa 
in GeoData.xml)

> Please find attached the patch file for including Province data for South 
> Africa via GeoData_ZA.xml and address format for South Africa in GeoData.xml
> --
>
> Key: OFBIZ-7778
> URL: https://issues.apache.org/jira/browse/OFBIZ-7778
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Upcoming Branch
>Reporter: charl Bouwer
>Priority: Minor
>  Labels: Geodate, SouthAfrica, province, regions
> Fix For: Trunk
>
> Attachments: GeoDataZAF01.patch
>
>
> Please find attached the patch file for including Province data for Southh 
> Africa via GeoData_ZA.xml and address format for South Africa in GeoData.xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-7778) Please find attached the patch file for including Province data for Southh Africa via GeoData_ZA.xml and address format for South Africa in GeoData.xml

2016-07-11 Thread charl Bouwer (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

charl Bouwer updated OFBIZ-7778:

Attachment: GeoDataZAF01.patch

I believe I have done t correctly

> Please find attached the patch file for including Province data for Southh 
> Africa via GeoData_ZA.xml and address format for South Africa in GeoData.xml
> ---
>
> Key: OFBIZ-7778
> URL: https://issues.apache.org/jira/browse/OFBIZ-7778
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Upcoming Branch
>Reporter: charl Bouwer
>Priority: Minor
>  Labels: Geodate, SouthAfrica, province, regions
> Fix For: Trunk
>
> Attachments: GeoDataZAF01.patch
>
>
> Please find attached the patch file for including Province data for Southh 
> Africa via GeoData_ZA.xml and address format for South Africa in GeoData.xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-7778) Please find attached the patch file for including Province data for Southh Africa via GeoData_ZA.xml and address format for South Africa in GeoData.xml

2016-07-11 Thread charl Bouwer (JIRA)
charl Bouwer created OFBIZ-7778:
---

 Summary: Please find attached the patch file for including 
Province data for Southh Africa via GeoData_ZA.xml and address format for South 
Africa in GeoData.xml
 Key: OFBIZ-7778
 URL: https://issues.apache.org/jira/browse/OFBIZ-7778
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: Upcoming Branch
Reporter: charl Bouwer
Priority: Minor
 Fix For: Trunk


Please find attached the patch file for including Province data for Southh 
Africa via GeoData_ZA.xml and address format for South Africa in GeoData.xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7534) Migrate OFBiz from Apache Ant to Gradle build system

2016-07-11 Thread charl Bouwer (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15371471#comment-15371471
 ] 

charl Bouwer commented on OFBIZ-7534:
-

Caused by: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

With the gradle build system the lib library isn't in the  
/framework/entity/lib/jdbc folder any more. What is the correct way 
for me to add it as not everybody is going to use the Mysql driver. 
I should have asked for all database drivers though because I assume they could 
be problematic though

> Migrate OFBiz from Apache Ant to Gradle build system
> 
>
> Key: OFBIZ-7534
> URL: https://issues.apache.org/jira/browse/OFBIZ-7534
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Upcoming Branch
>Reporter: Taher Alkhateeb
>Assignee: Taher Alkhateeb
>  Labels: ant, build-tools, gradle
> Attachments: ANT_GRADLE_COMPARISON.txt, OFBIZ-7534.patch, 
> OFBIZ-7534.patch, OFBIZ-7534.patch, OFBIZ-7534.patch, OFBizRemoteJarList.csv, 
> OFBizRemoteJarList.csv, OFBizRemoteJarList.csv, OFBizRemoteJarList.csv, 
> gradle-wrapper.jar
>
>
> This is a major refactoring task referring to the [email 
> thread|http://ofbiz.markmail.org/message/vstt3wxuubmjgmqj?q=Important+Changes+to+Trunk+and+Use+of+Ant+%26+Gradle]
>  in which the community voted for the switch after a proposal from the PMC
> The purpose of this JIRA is to achieve the following objectives
> - Fully implement a working compiling system in Gradle that passes all tests
> - Remove all ant and maven build scripts from the system
> - update the documentation of the system to reflect these changes



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)