Re: Service dispatcher threw an exception: Cannot find service location class

2017-06-09 Thread Michael Brohl
Hi Jacques, please help me: how does the patch relate to the problem that the service class cannot be found? Thanks, Michael Brohl ecomify GmbH www.ecomify.de Am 09.06.17 um 11:42 schrieb Jacques Le Roux: Hi Daniel, I fixed the issue, with another similar, in the R16.11 branch

Re: Freemarker

2017-06-12 Thread Michael Brohl
Hi Max, try ${StringUtil.wrapString(yourHTMLstring!)} in your Freemarker code. Regards, Michael Am 13.06.17 um 00:26 schrieb Max Peak: Greetings All, I am trying to insert generated HTML string to Freemarker from groovy. It's getting escaped somewhere and so shows up literally on the

Re: The Following Errors Occurred: The following required parameter is missing: [IN] [createProductionRunsForProductBom.facilityId]

2017-06-20 Thread Michael Brohl
, Michael Brohl ecomify GmbH www.ecomify.de Am 20.06.17 um 09:30 schrieb Donhu Vy: I am using Windows 10 pro x64, MySQL Community edition 5.7, OFBiz 16.11.02 . I try module Manufacturing, steps like screenshot image. Error happen: The Following Errors Occurred: The following required parameter

Re: The Following Errors Occurred: The following required parameter is missing: [IN] [createProductionRunsForProductBom.facilityId]

2017-06-20 Thread Michael Brohl
This can be improved, indeed. Please feel free to file a Jira for it. Thanks, Michael Am 20.06.17 um 09:42 schrieb Donhu Vy: Thank Michael Brohl, You true. Selection box is too small, No exist option. No "Must required" mark. I think this is a bug

Re: Ofbiz and 5 million items

2017-06-21 Thread Michael Brohl
Hi James, do you mean products with the term items? Or simply the number of data rows? Generally, OFBiz can handle millions of data rows very well if everything is setup with production settings and a reasonable amount of memory on the server. Best regards, Michael Brohl ecomify GmbH

Re: [INFO] Trunk demo back

2017-06-22 Thread Michael Brohl
Looks like someone has changed the admin password, I cannot access with the default. Regards, Michael Am 20.06.17 um 09:15 schrieb Jacques Le Roux: Hi, The trunk demo is back (failed to start this night) Jacques smime.p7s Description: S/MIME Cryptographic Signature

Re: [INFO] Trunk demo back

2017-06-22 Thread Michael Brohl
/jira/browse/OFBIZ-4361 On Thu, Jun 22, 2017 at 12:33 AM, Michael Brohl <michael.br...@ecomify.de> wrote: Looks like someone has changed the admin password, I cannot access with the default. Regards, Michael Am 20.06.17 um 09:15 schrieb Jacques Le Roux: Hi, The trunk demo is back (

Re: Can't access webapp in debug model

2017-06-26 Thread Michael Brohl
The project OFBiz is not empty, it's Eclipse's icon for a closed project (like the error message says). See my previous message. Additionally, the whole workspace seems to be messed up. Look at the structure, it has all folders, be it applications, framework or theme subfolders on the same

Re: Can't access webapp in debug model

2017-06-26 Thread Michael Brohl
"Launch configuration gradle_remote_debug references closed project ofbiz." Is your project "ofbiz" open in Eclipse? Regards, Michael Brohl ecomify GmbH www.ecomify.de Am 26.06.17 um 09:19 schrieb Donhu Vy: Thank Jacques Le Roux, I don't understand your reply. I wan

Re: Service dispatcher threw an exception: Cannot find service location class

2017-06-08 Thread Michael Brohl
this out then. Regards, Michael Brohl ecomify GmbH www.ecomify.de Am 08.06.17 um 18:46 schrieb Daniel Coric: Hello everyone, I'm trying to make myself familiar with the OFBiz following the tutorial 'OFBiz Tutorial - A Beginners Development Guide for 16.11' and everything goes fine until I

Re: Service dispatcher threw an exception: Cannot find service location class

2017-06-08 Thread Michael Brohl
, Michael Brohl ecomify GmbH www.ecomify.de Am 08.06.17 um 19:26 schrieb Daniel Coric: Hi Michael, thank you for your prompt reply. I used './gradlew createPlugin -PpluginId=ofbizDemo' to create plugin and didn't change directory structure. The class is located under: '../specialpurpose/ofbizDemo

Re: Online Demo

2017-06-08 Thread Michael Brohl
You're welcome, Craig. Have fun, Michael Am 08.06.17 um 21:52 schrieb Craig Parker: Whoah -- there's even a chat room. Nice! Thanks Michael. Chromebook it is! On 06/08/2017 03:43 PM, Michael Brohl wrote: Sure, see ofbiz.apache.org on the right side for ecommerce and backend demos

Re: Online Demo

2017-06-08 Thread Michael Brohl
Sure, see ofbiz.apache.org on the right side for ecommerce and backend demos. Michael Am 08.06.17 um 21:38 schrieb Craig Parker: Maybe I'm numbing it... Is there an online demo? Even if it resets every night. Not sure if I'm taking my chrome book, or my laptop this weekend. THey're both

Re: Mapping Derby Sample Data Foreign Keys

2017-06-08 Thread Michael Brohl
Why don't you just configure OFBiz to use your Postgres database and load the demo data the same way you did with the embedded Derby database? Your approach seems to be overly complicated to me (or I am missing something). > Am 08.06.2017 um 23:08 schrieb stim...@comcast.net: > > Hi, > > I

Re: Akeneo PIM for product/catalog management (PIM)

2017-06-13 Thread Michael Brohl
management systems for spare parts, both frontend and backend on top of the strong data model and using a lot of existing services (see [1], [2]). I'm pretty sure that it is worth to evaluate the OFBiz catalog manager if you are looking or a good and integrated PIM solution. Regards, Michael

Re: How to access resources file (css, js files from theme folder) and get link from FTL?

2017-06-15 Thread Michael Brohl
t;text/javascript"> <tt>type="text/javascript"> <tt>src="/images/jquery/plugins/jquery.maskedinput-1.3.1.min.js" </tt><tt>type="text/javascript"> <tt>type="text/javascript"> <tt>src="/images

Re: How to access resources file (css, js files from theme folder) and get link from FTL?

2017-06-15 Thread Michael Brohl
ow to make webapp set BOOTSTRAP as selected theme in session? ____ From: Michael Brohl <michael.br...@ecomify.de> Sent: Thursday, June 15, 2017 3:58:18 PM To: user@ofbiz.apache.org Subject: Re: How to access resources file (css, js files from theme folder) and get li

Re: [SURVEY] Name for the task which load demo and all data

2017-06-15 Thread Michael Brohl
te the documentation accordingly also. Though it's not really the antonym of start, I finally have decided to not change "ofbizBackground --shutdown " to ofbizBackground --stop". You just need to get used to it, please speak if you think we should. I would leave it as is. Thanks, Michae

Re: How to access resources file (css, js files from theme folder) and get link from FTL?

2017-06-15 Thread Michael Brohl
I think you have the wrong path in your load data. The root for your files is /themes/bootstrap/webapp/bootstrap not /themes/bootstrap/webapp So you have to store /assets/js/additional-methods.min.js as your relative ressource path in the data. Regards, Michael Brohl ecomify GmbH

Re: How to access resources file (css, js files from theme folder) and get link from FTL?

2017-06-15 Thread Michael Brohl
Deepak Dixit about suggestion #VISUAL_THEME=TOMAHAWK VyDN VISUAL_THEME=BOOTSTRAP inside general.properries and thank to Michael Brohl. But I still can not load static files from own theme (although re-run gradlew cleanAll ofbiz) My wishing: https://user-images.githubusercontent.com/1328316

Re: Service dispatcher threw an exception: Cannot find service location class

2017-06-10 Thread Michael Brohl
Sorry for the wrong name, should be "Hi Daniel". Regards, Michael Am 10.06.17 um 10:17 schrieb Michael Brohl: Hi Craig, if you want us to help you, we need more information. I'm not able to read the crystal ball ;-) Best would be to provide the full current setup,

Re: Service dispatcher threw an exception: Cannot find service location class

2017-06-10 Thread Michael Brohl
Hi Craig, if you want us to help you, we need more information. I'm not able to read the crystal ball ;-) Best would be to provide the full current setup, especially the additional code you generated and copy/pasted in your project. There is either an error in the tutorial or in your code,

Re: Service dispatcher threw an exception: Cannot find service location class

2017-06-10 Thread Michael Brohl
Hi Daniel, I'm glad that you've found the problem and thanks for your corrections. It's very helpful to improve our documentation. Best regards, Michael > Am 10.06.2017 um 21:37 schrieb Daniel Coric : > > Hi Michael, > > that, with "the crystal ball"... totally

Re: Static PDF by file ID

2017-06-14 Thread Michael Brohl
Hi Max, see UtilHttp.streamContentToBrowser(...). You'll find some examples in the OFBiz codebase. Regards, Michael Brohl ecomify GmbH www.ecomify.de Am 14.06.17 um 19:10 schrieb Max Peak: Hi All I would like to retrieve a static PDF file from ofbiz. Here's the scenario: Web

Re: Service dispatcher threw an exception: Cannot find service location class

2017-06-12 Thread Michael Brohl
and attach your remarks to it, we'll take care of it then. Best regards, Michael Brohl ecomify GmbH www.ecomify.de Am 12.06.17 um 11:55 schrieb Daniel Coric: Hi Michael, thank you for your time taken to correct mistakes in the tutorial. I would kindly ask you to check the attached file when

Re: Error: Template location is empty (Template location is empty)

2017-06-12 Thread Michael Brohl
Hi Donhu, I guess the visual theme data is missing. You should first populate your installation with the demo data by running gradlew cleanAll loadDefault See README.MD for the Quickstart section. Best regards, Michael Brohl ecomify GmbH www.ecomify.de Am 12.06.17 um 12:08 schrieb Donhu Vy

Re: Restful Api For Ecommerce Module

2017-06-11 Thread Michael Brohl
value="json" in the controller.xml files. It's also used in the ecommerce plugin. Hope that helps, regards, Michael Michael Brohl Geschäftsführer Fon +49 521 448 157-91 Fax +49 521 448 157-99 Mobil +49 160 3664918 Xing www.xing.com/profile/Michael_Brohl Company and Management Headquarters: eco

Re: Service dispatcher threw an exception: Cannot find service location class

2017-06-11 Thread Michael Brohl
I've fixed the reported errors in the wiki tutorial. Thanks again for reporting, Daniel! Regards, Michael Brohl ecomify GmbH www.ecomify.de Am 10.06.17 um 21:37 schrieb Daniel Coric: Hi Michael, that, with "the crystal ball"... totally unnecessary... as Donald Trump would say. ;)

Re: Restful Api For Ecommerce Module

2017-06-11 Thread Michael Brohl
it with the "json" request chained after them. This is not available OOTB in OFBiz for all kind of data. Regards, Michael Brohl ecomify GmbH www.ecomify.de Am 11.06.17 um 12:53 schrieb Abhishek Sharma: Thanks Michael for replying on this thread. What about the requests which are served us

Re: ofbizsetup webapp status. Was [Re: How to add company to OFBiz?]

2017-06-27 Thread Michael Brohl
+1 for maintaining it. I think this could be integrated in the Party Manager instead of being a separate component. Regards, Michael Am 27.06.17 um 14:09 schrieb Jacques Le Roux: Sharan, All, I think it's good to have such end users documentation. I just thought that this is related

Re: Failed to setup ofbiz on windows

2017-06-28 Thread Michael Brohl
Hi Aayushi, we'll need more informations to track down your problem. Which version do you use? Which error did you get? Have you followed all steps in the README.MD? Regards, Michael Brohl ecomify GmbH www.ecomify.de Am 28.06.17 um 10:40 schrieb Aayush Gupta: Hello all, I am new

[MODERATED MAIL] Re: SFA workflow

2017-10-08 Thread Michael Brohl
Hi , your mail has been moderated. Please subscribe to the mailinglist, see http://ofbiz.apache.org/mailing-lists.html . Thanks and regards, Michael Brohl ecomify GmbH www.ecomify.de Am 08.10.17 um 13:04 schrieb idicesolution...@gmail.com: Hi all, I am looking for SFA workflow in OFBiz

Re: Document links

2017-10-10 Thread Michael Brohl
ation-DocumentsandGuides> Regards, Michael On Sun, Sep 10, 2017 at 3:43 PM, Michael Brohl <michael.br...@ecomify.de> wrote: Hi Renuka, thanks for reporting, I just corrected the links. Best regards, Michael Am 25.08.17 um 15:43 schrieb Renuka Srishti: Hello All, I just have g

Re: [ANNOUNCE] The Big Book for Apache OFBiz Data Model 2017 Released

2017-10-05 Thread Michael Brohl
Model Resource Book. Best regards, Michael Brohl ecomify GmbH www.ecomify.de Am 05.10.17 um 15:18 schrieb Todd Thorner: This is great news, and thanks to all who made it happen. Is this book sufficient to understand data modeling as it applies to OFBiz, or should users also take time

Re: [Updates] - OFBiz tutorial restructuring & release specific tutorial

2017-09-10 Thread Michael Brohl
That's really great, Swapnil! Nicely written and a good structure, also with the sub-pages for the documentation for "old" branches. *thumbsup* Thanks, Michael Am 30.08.17 um 07:24 schrieb Swapnil Mane: Thanks Deepak and Jacques. Giving one more try with tiny URLs *OFBiz Trunk* -

Re: Document links

2017-09-10 Thread Michael Brohl
Hi Renuka, thanks for reporting, I just corrected the links. Best regards, Michael Am 25.08.17 um 15:43 schrieb Renuka Srishti: Hello All, I just have gone thru this link https://cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-ConfigurationDocuments Here, under

Re: glossary enrichment proposal

2017-09-10 Thread Michael Brohl
I've moved the page under "Documentation" where it belongs. Please do not put pages, temporary or not, in the root of our wiki. We are working on a user friendly structure and if new pages are simply put in root, they soon clutter the look of the sidebar. Thanks, Michael Am 29.08.17 um

Re: glossary enrichment proposal

2017-09-10 Thread Michael Brohl
+1 Great initiative, thank you, Rajesh! Regards, Michael Am 29.08.17 um 12:07 schrieb Rajesh Mallah: Hi , We use many technical terms throughout the pages and articles but the interpretation of the term may be open or approximate to various stakeholders due to lack of common definitions

Re: Theme Language and Timezone Video tutorial

2017-09-10 Thread Michael Brohl
Great, thanks Deepak and Pranay! Am 30.08.17 um 13:53 schrieb Deepak Dixit: We have uploaded new video related to "Theme Language and Timezone" prepared by Pranay Pandey. Description: Learn how to navigate through Apache OFBiz application for setting user preferences for application UI theme,

Re: Our New OFBiz Website is Live!

2017-09-10 Thread Michael Brohl
Hi Sharan, I was off and occupied for a while so a bit late to the party: a huge thank you! to you, Kenneth and everyone else involved in this effort. It's a great improvement to the old website. I hope I'll find some time soon to have a deeper look and provide some detailed feedback.

Re: Alternative UI: Vaadin proof of concept

2017-09-07 Thread Michael Brohl
Hi Hans, can you give us some thoughts how Vaadin would be a better approach than using a modern bootstrap theme (see Nicolas' efforts on the common theme)? Thanks and regards, Michael Am 29.08.17 um 03:36 schrieb Hans Bakker: Users/developers, I would like to present an alternative UI

Re: UI improvement for tables in OFBiz

2017-09-07 Thread Michael Brohl
A bit late to the party but I totally agree that we should make use of an existing standard instead of reinventing our own wheel. +1 for bootstrap Regards, Michael Am 26.08.17 um 21:19 schrieb Taher Alkhateeb: If I may suggest, I think we should go with something established and not come

Re: [PROPOSITION] Unsubscribe from ML in message footer

2017-09-02 Thread Michael Brohl
I agree with Taher. If the mailing list program automatically adds the footer to every mail, it gets unreadable. Every user who subscribes gets a welcome message with detailed instructions, also on how to unsubscribe. Why bother everyone for just a few cases? Regards, Michael Am

Re: Connect Apache OFBIZ database to website application (HTML,CSS,JS)

2017-10-18 Thread Michael Brohl
Hi Harry, OFBiz is a web development framework with ERP business modules on top of it. It's made to be enhanced and you can build your own web applications with OFBiz. I would simply build the website with OFBiz, providing a form for the user detail input. You will have all options to use the

Re: Eclipse on mac virtual machine

2017-10-23 Thread Michael Brohl
You usually use a source code repository like Git or Subversion for this... Am 23.10.17 um 15:23 schrieb harry mead: Hi, Its because it needs to be accessed by a number of developers so we need to send it to each others updated with our section completed, hope that makes sense many

Re: Forgot password apache ofbiz

2017-10-22 Thread Michael Brohl
Harry, this is documented in the comprehensive README.md: Create an admin user account Create an admin user with login name MyUserName and default password with value "ofbiz". Upon first login OFBiz will request changing the default password gradlew loadAdminUserLogin

Re: [MODERATE EMAIL] Install Ofbiz without demo data

2017-11-12 Thread Michael Brohl
Hi, it‘s —load-data not __load-data... Regards, Michael > Am 13.11.2017 um 06:52 schrieb Deepak Dixit : > > Hi Javier H. > > Your email has been moderated,Please subscribe mailing list > http://ofbiz.apache.org/mailing-lists.html > > Thanks & Regards > -- >

Re: Deploy Ofbiz with Tomcat 8

2017-11-30 Thread Michael Brohl
Hi Javier, I think an OFBiz deployment to an external Tomcat is not supported anymore. @Jacques: if I'm right, we should either remove this from the wiki or add a clear warning to not try this with actual releases. Regards, Michael Am 30.11.17 um 12:47 schrieb Javier H.: Hello, I have

Re: Ofbiz connection to postgreSql

2017-12-14 Thread Michael Brohl
Hi, please share more details about your problem (OFBiz version used, steps you have done, error message etc.). Else it would be more than difficult to help. Thanks, Michael Am 14.12.17 um 02:15 schrieb bashir.karim...@gmail.com: Hi, im new to Ofbiz and have some problem in ofbiz

Re: Community Days November 2017 started

2017-11-17 Thread Michael Brohl
Hi Nicolas, great! I'm not sure how much I can participate this weekend but I'll try :-) For your notice: we are currently working on CommonPermissionServices.xml and CatalogServices.xml mini lang to groovy conversion but missed to file an issue, maybe I can do it later. Just to prevent to

Re: File format to import products

2017-11-17 Thread Michael Brohl
Hi Javier, why not directly export to the OFBiz datafile format? Regards, Michael Am 17.11.17 um 09:03 schrieb Javier H.: On 2017-11-14 08:21, "Javier H." wrote: On 2017-11-14 08:02, "pierre.gaudin" wrote: On 14/11/2017 08:55, Javier H.

Re: clearing apache ofbiz data

2017-11-20 Thread Michael Brohl
One remark: cleaning the database does only work if you use the embedded Derby database. If you have a setup with another database, you'll have to drop/recreate it yourself. Regards, Michael Am 20.11.17 um 22:34 schrieb Jacques Le Roux: gradlew cleanAll for really ALL, ie restarting from

Re: *.html file rendering in OFBiz screen

2017-12-11 Thread Michael Brohl
Hi Amit, there seems to be a misunderstanding: ftl files are Freemarker template files (hence the extension). They can contain any text and also html or any other format along with the Freemarker language to deal with dynamic data to be rendered. Using the Freemarker language is optional.

Re: Build issue in custom plugin

2017-10-25 Thread Michael Brohl
-PbasePermission=MYSECURITY` The above command creates a new plugin in /plugins/myplugin === Regards, Michael Brohl ecomify GmbH www.ecomify.de Am 25.10.17 um 08:08 schrieb Tejas Lot: Hello Deepak, My Java class structure was not proper. It was "customPlugin/src/myPackage",

Re: Running OFBiz in docker?

2017-10-20 Thread Michael Brohl
Hi Heiko, it is not possible to deploy OFBiz as a self-contained WAR OOTB. We have dropped support for this long time ago. OFBiz already contains an embedded Tomcat which will be started when you start OFBiz. There should be no problem to start it in Docker also. Best regards, Michael

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

2017-12-24 Thread Michael Brohl
. That is all I did. No additional moving around, no programming – nothing. I have no clue what I could have done wrong. I am grateful for your help. Thanks a lot. Christian Gesendet: Sonntag, 24. Dezember 2017 um 12:37 Uhr Von: "Michael Brohl" <michael.br...@ecomify

Re: Entity ID key counter not reset after import from XML

2017-12-24 Thread Michael Brohl
data without the primary key values. OFBiz will then generate them from the SEQUENCE_VALUE_ITEM table. Hope this helps, Regards, Michael Brohl ecomify GmbH www.ecomify.de Am 23.12.17 um 21:03 schrieb Boyden, Timothy: I found the SEQUENCE_VALUE_ITEM table, and the entry for ContactMech had

Re: Add Product Supplier broken - similar to Edit Facility bug

2017-12-24 Thread Michael Brohl
Hi Tim, thanks you for your valuable feedback. It's important to get feedback from users, especially new users who have a fresh view on the project. Paul already gave some hints about the details. Please file a Jira issue if you think there is something broken or needs an improvement. In

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

2017-12-24 Thread Michael Brohl
emoving the contents in the .gradle folder in your user home directory and execute "gradlew cleanAll loadDefault ofbiz" again. You should see a lot of additional libaries be downloaded during the build which may take a while. Hope this helps, Regards, Michael Brohl ecomify GmbH www

Re: Entity ID key counter not reset after import from XML

2017-12-24 Thread Michael Brohl
: Michael Brohl [mailto:michael.br...@ecomify.de] Sent: Sunday, December 24, 2017 6:45 AM To: user@ofbiz.apache.org Subject: Re: Entity ID key counter not reset after import from XML Hi Tim, if you export the values and just import the generic values, no new primary key values are generated. The data

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

2017-12-24 Thread Michael Brohl
You also run the tasks all in one, Gradle executes all necessary dependend tasks by itself. No need to run them one-by-one. -- Michael Brohl Geschäftsführer Fon +49 521 448 157-91 Fax +49 521 448 157-99 Mobil +49 160 3664918 Company and Management Headquarters: ecomify GmbH, Gustav

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

2017-12-25 Thread Michael Brohl
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 2 mins 37.606 secs C:\apache-ofbiz-16.11.03> Christian Gesendet: Montag, 25. Dezember 2017 um 10:58 Uhr Von: "Michael Brohl" <michael.br..

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

2017-12-25 Thread Michael Brohl
Hi Christian, it would be more readable if you answer the questions directly inline in the cited original message, one-by-one. I'm still waiting for the answers or actions to the following: - What does "echo %JAVA_HOME%" and "java -version" say on the command line? - please delete the

Re: [MODERATE EMAIL] Unable to access local ecommerce application

2017-12-25 Thread Michael Brohl
Hi Krish, there seems to be everything ok with the log, the request is served without errors. What did you see in your browser? Regards Michael Am 25.12.17 um 10:16 schrieb Deepak Dixit: Hi Krish, Your email has been moderated, Please subscribe mailing list

Re: Setup ofbiz failed

2018-02-02 Thread Michael Brohl
Hi Siegfried, did you run "gradlew ofbiz" or just "ofbiz"? The first would be correct. You should see the server starting. Best regards, Michael Brohl ecomify GmbH www.ecomify.de Am 02.02.18 um 14:51 schrieb Siegfried Theobald: Hello all, I have done the followi

Re: setup ofbiz failed

2018-02-03 Thread Michael Brohl
Hi Siegfried, the gradle task is running until it is stopped, if it is at 91% OFBiz is started already. In trunk and 17.12, this is also indicated by a splash screen. Best regards, Michael Brohl ecomify GmbH www.ecomify.de Am 03.02.18 um 09:43 schrieb Siegfried Theobald: Hi Michael

Re: New setup issues

2018-01-31 Thread Michael Brohl
Besides the wrong port: did you install the eCommerce plugin? It‘s not part of the standard OFBiz framework release. Regards, Michael

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

2018-01-31 Thread Michael Brohl
The hot-deploy order was removed after the release branch for 16.11 was created, along with the removal of specialpurpose (now ofbiz-plugins in another repository). So plugins is available in trunk and the 17.12 release branch. If you use 16.11, your custom components should be placed in

Re: OFBiz Documentation Team Volunteers Needed

2018-02-08 Thread Michael Brohl
Hi Sharan, please add me to the list :-) Regards, Michael Am 07.02.18 um 14:32 schrieb Sharan Foga: Hi Everyone (Trying again as my first post didn't reach this list) If you have read the latest project blog post then you will have seen a section about the discussions that have been

Re: OFBiz Documentation Team Volunteers Needed

2018-02-08 Thread Michael Brohl
+++1 for manually reviewing, updating, restructuring and enhancing the documentation instead of copy & paste! We know that the documentation has very different quality, is sometimes outdated or too brief etc. I think it is of more value to take the chance to make the documentation itself

Re: Sending mail from Ofbiz does not work

2018-02-15 Thread Michael Brohl
I agree that the default population of SystemProperty with configuration values is confusing, especially for the mail configuration I'd suggest to not remove the load data but to comment them out of the ofbiz-component.xml. They can stay there as an example but would not be loaded by default.

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

2018-02-24 Thread Michael Brohl
everthing is cleared and the community agrees to remove it from the Wiki. We should also define which contents should be in the repository and what the Wiki should contain or be linked to. These are my first thoughts, happy to get some feedback and news from the Skype call. Thanks, Michael Bro

Re: 2018

2018-01-02 Thread Michael Brohl
Hi Pierre, all, thanks and a healthy, happy and successful 2018! Best regards, Michael Am 02.01.18 um 11:21 schrieb Pierre Smits: Hi all, I wish you all a blessed and fruitful 2018. Best regards, Pierre Smits V.P. Apache Trafodion PMC Member Apache Directory smime.p7s Description:

Re: Ofbiz to postgresSql connection problem

2017-12-22 Thread Michael Brohl
Hi Bashir, it would be great if you can share how your problem was solved. It might help other who have similar issues in the future. Thanks, Michael Am 22.12.17 um 17:31 schrieb bashir karimi: Hi Solanki, Thanks the problem is solved and the connection is done successfully. On

Re: Fwd: ofbiz ubuntu deployment Apache server

2018-07-25 Thread Michael Brohl
Hi Tom, your mail only contained the ofbiz-component.xml. And yes, you should comment out the http(s) connector parts. Best regards, Michael Brohl ecomify GmbH www.ecomify.de Am 25.07.18 um 23:59 schrieb Tom Luo: Hi, Micahel, Thanks for your reply. Where do I make the choice of using http

Re: Fwd: ofbiz ubuntu deployment Apache server

2018-07-25 Thread Michael Brohl
Hi Tom, I think you should either use the http/https connectors or the ajp connector. Please share your Apache config/virtual host also as I think there might be the problem. Best regards, Michael Am 25.07.18 um 23:21 schrieb Tom Luo: Hi, All, I read the documents in the

Re: Fwd: ofbiz ubuntu deployment Apache server

2018-07-26 Thread Michael Brohl
to use them with the changes needed fpr the ajp proxy. Regards, Michael Brohl ecomify GmbH www.ecomify.de BTW, I am using Ubuntu 16.04, Apache server and latest version of Ofbiz. Thanks, Tom Luo On Wed, Jul 25, 2018 at 5:34 PM, Michael Brohl wrote: Hi Tom, I think you should either use the http/http

Re: Use ecommerce plugin in db loaded with seed only

2018-08-03 Thread Michael Brohl
Yeah, it's hot outside... ;-) Have a nice weekend, Michael Am 03.08.18 um 17:32 schrieb Julien NICOLAS: Hi, So, I don't know what's happen yesterday but... everything is working well today with this setting \o/ Unbelievable... My apologize for the noise, Have a nice week-end :)

Re: Trying to create a pdf using xsl-fo

2018-08-14 Thread Michael Brohl
Hi Madhi, you should provide the contents of your *.fo.ftl, else it will be difficult to help. Thanks, Michael Am 14.08.18 um 17:05 schrieb Madhi Krishnan: Hey all..i'm trying to to make pdf view when user hits a particular url..using xsl-fo.. but it ends up with an error The Following

Re: User authorization is required for this service: setLocaleFromBrowser

2018-08-21 Thread Michael Brohl
Hi Hemanth, please check if your SYSTEM_PROPERTY table contains mail settings. They will override the settings in general.properties. Regards, Michael Brohl ecomify GmbH www.ecomify.de Am 21.08.18 um 06:06 schrieb Hemanth A: Hello, I'm trying to schedule the send email service and when

Re: OFBiz Sanity Test Automation

2018-08-22 Thread Michael Brohl
+1 Sanjay, as I mentioned in https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Sanity+Test?focusedCommentId=71014351#comment-71014351 ;-) Regards, Michael Brohl ecomify GmbH www.ecomify.de Am 22.08.18 um 08:22 schrieb Sanjay Yadav: Hello All, I am planning to automate below sanity

Re: E-commerce

2018-08-27 Thread Michael Brohl
This is a commercial book you have to pay for. Please don't ask for sharing in our mailing lists. Thanks, Michael Am 27.08.18 um 12:06 schrieb Shrilesh Korgaonkar: ofbiz ecommerce out-of-the-box pdf if anybody has that book send plz smime.p7s Description: S/MIME Cryptographic

Re: Fwd: ofbiz ubuntu deployment Apache server

2018-07-25 Thread Michael Brohl
Hi Tom, OFBiz already contains an embedded Tomcat. There is no need for an external Tomcat installation and it is not supported to run OFBiz in an external App Server. So the connector configuration is inside OFBiz, see framework/catalina/ofbiz-component.xml. Best regards, Michael Brohl

Re: multi tenant setup help

2018-03-11 Thread Michael Brohl
Hi Rajesh, great work, thank you! I'd like to encourage you to contribute this to the official OFBiz wiki so that users can find and benefit from it. If you like to do more work on the documentation, I'd also like to invite you to join the OFBiz documentation team, see [1]. Thanks and

Re: Installing Ofbiz problem on Mac

2018-02-27 Thread Michael Brohl
ile in the command, and > here is the second time: > > XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ svn co > http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework > Checked out revision 1825494. > > Sincerely, > Lor > >> On Feb 27, 2018, a

Re: Installing Ofbiz problem on Mac

2018-02-27 Thread Michael Brohl
Have you already checked out OFBiz from svn after installing Subversion? Regards, Michael > Am 27.02.2018 um 18:39 schrieb xiaolou.hu...@gmail.com: > > Hi all, > > My name is Xiaolou Huang, you can call me Lor, I am a Computer Science major > rising junior at Arizona State University. I have

Re: [Documentation Team] Workflow and Process Ideas

2018-03-08 Thread Michael Brohl
Hi Tim, Mailing lists are the official medium to work together and document things (if it does not happen on the list it didn't happen). I'd suggest ro first start on dev@ and we'll see if this produces too much traffic there. If you want to propose things you can also create or add to wiki

Re: OFBIZ is a joke

2018-03-10 Thread Michael Brohl
, Michael Brohl ecomify GmbH www.ecomify.de Am 09.03.18 um 18:09 schrieb jondon1...@gmail.com: The installation instruction are bunch of rubbish. It simply say to run ofbiz with two commands. This is my 4th day and I cannot start it On windows 8.1 only gradle services are downloaded

Re: About OFBiz Email Passwords Sending

2018-03-15 Thread Michael Brohl
. Best regards, Michael Brohl ecomify GmbH www.ecomify.de Am 15.03.18 um 10:20 schrieb Schumann Ye: Dear Gurus, When I try to activate OFBiz Passwords Forget (Email Passwords function) in the Login webpage, I have got the following Error message: The Following Errors Occurred: Error occurred

Re: Multiple eCommerce Websites & Mapping

2018-04-10 Thread Michael Brohl
to virtual host configuration ProxyPass / ajp://localhost:8009/ ProxyPassReverse / ajp://localhost:8009/ 5. disable the http/https connectors of Tomcat Hope I did not forget anything important. Best regards, Michael Brohl ecomify GmbH www.ecomify.de Am 10.04.18 um 21:13 schrieb ja...@productive1

Re: Multiple eCommerce Websites & Mapping

2018-04-11 Thread Michael Brohl
Message Subject: Re: Multiple eCommerce Websites & Mapping From: Michael Brohl <michael.br...@ecomify.de> Date: Tue, April 10, 2018 2:43 pm To: user@ofbiz.apache.org Hi James, I have to be brief but hope it helps anyway: 1. setup a WebSite entity with domain and webSiteId 2. con

Re: Implement JOB

2018-04-18 Thread Michael Brohl
Hi Jonathan, which database do you use with OFBiz? Regards, Michael Am 18.04.18 um 17:57 schrieb Jonathan Javier: Hello I am looking for a way to implement a job to be able to do, for example, that at certain times of the day an information backup of OFBiz is executed. Where can I find an

Re: How to resolve CSRF attack

2018-04-16 Thread Michael Brohl
Hi Sonali, this is not a vulnerability. You are logged in and posting a request from the same browser with the same session. There is no chance for OFBiz to make a distiction between a request initiated from an OFBiz generated page or any other page (like your webmail) from the same

Re: A potential bug in Email ForgotPassword Notification

2018-03-28 Thread Michael Brohl
Hi Schumann, bug reports should be filed in our Jira issue tracking system, see https://issues.apache.org/jira/projects/OFBIZ . Thanks and regards, Michael Brohl ecomify GmbH www.ecomify.de Am 28.03.18 um 04:38 schrieb Schumann Ye: Dear Gurus, I'd like to report another potential bug

Re: Scheduled jobs weird behavior

2018-03-30 Thread Michael Brohl
Hi Giulio, It seems you directly store the generated file to the ftp server, correct? In such cases, we store the file to be transferred locally in an archive directory and then transfer it to the ftp server. You'll see if the file was written and you have a backup in case there was

[MODERATED] Basic Q: Can ofbiz run in subdir and use HTTP auth?

2018-03-29 Thread Michael Brohl
Hi Jochen, your message was moderated. Please subscribe to the user mailing list, this would allow that your message directly go through: http://ofbiz.apache.org/mailing-lists.html Thanks, Michael Am 29.03.18 um 10:39 schrieb jochen.bout...@finalbeta.net: Hi Taher, The reason we require

Re: Financials ->Month End Close Procedures

2018-03-21 Thread Michael Brohl
Thought exactly the same  Regards, Michael > Am 21.03.2018 um 10:27 schrieb 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 >> >>

Re: OFBiz and Camel integration updated

2018-03-21 Thread Michael Brohl
+1 Regards, Michael > Am 21.03.2018 um 17:16 schrieb 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

Re: [DOC] Documentation Mentors

2018-03-17 Thread Michael Brohl
I am also available as a mentor if you want to share the load :-) Regards, Michael Am 14.03.18 um 21:46 schrieb Sharan Foga: Hi Bader Thanks for your message. The problem you are having is related to not being setup as a contributor. Have you completed an ICLA? If not then you can find

Re: improve workflow for request of password loss

2018-02-27 Thread Michael Brohl
Thanks Pierre, I think we already have a Jira [1] for this and there are ongoing efforts to change this. Please check if you like to add your proposal to the issue. Thanks, Michael Brohl ecomify GmbH www.ecomify.de [1] https://issues.apache.org/jira/browse/OFBIZ-4361 Am 27.02.18 um 15

<    1   2   3   4   >