Re: Build issue in custom plugin

2017-10-25 Thread Michael Brohl

Tejas,

I recommend to use the Gradle task to create a complete plugin with all 
necessary structures and files, see README.md:


===

### Create a new plugin

Create a new plugin. The following project parameters are passed:

- pluginId: mandatory
- pluginResourceName: optional, default is the Capitalized value of pluginId
- webappName: optional, default is the value of pluginId
- basePermission: optional, default is the UPPERCASE value of pluginId

`gradlew createPlugin -PpluginId=myplugin`

`gradlew createPlugin -PpluginId=myplugin -PpluginResourceName=MyPlugin 
-PwebappName=mypluginweb -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", I changed it to 
"customPlugin/src/main/java/myPackage" and it worked.


Thank you.


Warm regards,
Tejas Lot.
vnnogile Solutions Private Limited
www.vnnogile.com

On 10/25/2017 11:20 AM, Deepak Dixit wrote:

On Wed, Oct 25, 2017 at 11:19 AM, Deepak Dixit <
deepak.di...@hotwaxsystems.com> wrote:


Hi Tejas,

Could you please share your java class structure?



Could you please share your plugin structure?

Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co





You need to keep java files at following location
src/main/java/

Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

On Wed, Oct 25, 2017 at 11:13 AM, Tejas Lot  
wrote:



Hello Everyone,

I have downloaded latest version (apache-ofbiz-16.11.03) of apache 
ofbiz
and I am not able to build java classes created inside my custom 
plugin.


I need to know to process to build java classes created inside custom
plugin.

--
Thanking you,

Warm regards,
Tejas Lot.
vnnogile Solutions Private Limited
www.vnnogile.com









smime.p7s
Description: S/MIME Cryptographic Signature


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
> --
> Deepak Dixit
> www.hotwaxsystems.com
> www.hotwax.co
> 
> 
>> -- Forwarded message --
>> From: "Javier H." 
>> To: 
>> Cc:
>> Bcc:
>> Date: Mon, 13 Nov 2017 04:08:55 -
>> Subject: Install Ofbiz without demo data
>> Hello,
>> 
>> I try to install Ofbiz without demo data in linux but i get this error:
>> 
>> /gradlew "ofbiz ‐‐load-data readers=seed,seed-initial" loadAdminUserLogin
>> -PuserLoginId=admin
>> 
>> :ofbiz ‐‐load-data readers=seed,seed-initial (Thread[main,5,main]) started.
>> :ofbiz ‐‐load-data readers=seed,seed-initial
>> Executing task ':ofbiz ‐‐load-data readers=seed,seed-initial' (up-to-date
>> check took 0.001 secs) due to:
>>  Task has not declared any outputs.
>> Starting process 'command '/usr/lib/jvm/java-8-oracle/bin/java''. Working
>> directory: /opt/apache-ofbiz-16.11.03 Command: 
>> /usr/lib/jvm/java-8-oracle/bin/java
>> -Xms128M -Xmx1024M -Dfile.encoding=UTF-8 -Duser.country=ES
>> -Duser.language=es -Duser.variant -cp 
>> /opt/apache-ofbiz-16.11.03/build/libs/ofbiz.jar
>> org.apache.ofbiz.base.start.Start ‐‐load-data readers=seed,seed-initial
>> Successfully started process 'command '/usr/lib/jvm/java-8-oracle/
>> bin/java''
>> 
>> ===
>> unrecognized options / properties: [‐‐load-data, readers=seed,seed-initial]
>> 
>> ===
>> usage: ofbiz|ofbizDebug|ofbizBackground [-? | -d | -l  | -s |
>> -t
>>| -u]   [-o ]
>> 
>> 
>> note: Only one command can execute at a time. Portoffset may be appended.
>> Also a command must be invoked separately for each argument e.g.
>> gradlew "ofbiz --test component=somecomp --test case=somecase"
>> :ofbiz ‐‐load-data readers=seed,seed-initial FAILED
>> :ofbiz ‐‐load-data readers=seed,seed-initial (Thread[main,5,main])
>> completed. Took 0.199 secs.
>> 
>> FAILURE: Build failed with an exception.
>> 
>> * What went wrong:
>> Execution failed for task ':ofbiz ‐‐load-data readers=seed,seed-initial'.
>>> Process 'command '/usr/lib/jvm/java-8-oracle/bin/java'' finished with
>> non-zero exit value 1
>> 
>> 
>> 
>> 


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. wrote:

Hello,

I have to import about 95.000 products into Ofbiz (mysql database).

I can import it to TXT or SQL formats, also to XLS but I get a error because 
max is 65.000 rows.

What format do you recommend for import, TXT or SQL?

Best regards


Hi Javier

We used to import about 700 000 article for a customer.

We used XML import via XSLT transformation to do so. I don't think there
is a limit with xml import.


Pierre

Thank you Pierre,

I think that I can to export to XML, I have to check it.

Best regards
Hello,

I have exported the data to an XML file.

Something similar to this:



   
 
   
   .


How can I make the definition file for this?

And how can I ignore the fields that I do not want to import? (For example 
DATE).

Best regards





smime.p7s
Description: S/MIME Cryptographic Signature


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 do the work twice.

Thanks and regards,

Michael


Am 17.11.17 um 09:57 schrieb Nicolas Malin:

Hello,

Just an information, we started the community days with the main 
purpose to convert some mini-lang to groovy script !


We will open issues related to 
https://issues.apache.org/jira/browse/OFBIZ-9350 during the days.


Have a nice community days ;)

Nicolas






smime.p7s
Description: S/MIME Cryptographic Signature


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 scratch

gradlew cleanData for data in DB, including what we call content in OFBiz

To know more just read the main README.md or get to 
https://svn.apache.org/repos/asf/ofbiz/tools/wiki-files/README.md.html


HTH

Jacques


Le 20/11/2017 à 18:55, harry mead a écrit :

Hi,


How do i completely wipe the content I have on Apache ofBiz so it 
goes back to its original settings?




thanks in advance,



Harry








smime.p7s
Description: S/MIME Cryptographic Signature


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 installed Tomcat 8 and working with my domain (only for testing 
purposes) but How can I deploy Ofbiz with Tomcat? In the current version, this 
path is not,  ofbiz_dir/framework/appserver

https://cwiki.apache.org/confluence/display/OFBIZ/Tomcat

Best regards





smime.p7s
Description: S/MIME Cryptographic Signature


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.


If you want to render a plain html file, you can just fill your template 
with the html. The output of the ftl file rendered by OFBiz is send to 
the client's browser and diplayed there.


There is no need for an extra extension handled in the HtmlWidget.

Regards,

Michael


Am 11.12.17 um 17:00 schrieb Amit Gadaley:

Hello Everyone,

OFBiz only supports the rendering of *.ftl files in OFBiz screens.
*.ftl files are same as *.html files with richer capabilities but sometimes
there are situations where a user needs to render only *.html files instead
of *.ftl files.

I have debugged the code and figure out that method '*renderHtmlTemplate*'
of HtmlWidget.java is responsible for rendering *.ftl files. I walked
through it and met with this condition:

if (location.endsWith(".ftl")) {
  // render file
} else {
 //return error
}

My proposal is to update this condition like this:

if (location.endsWith(".ftl") || location.endsWith(".html")) {
  // render file
} else {
 //return error
}

I have tested it and it is working fine. I don't see any harm in this
change.

Please share your inputs on this.





smime.p7s
Description: S/MIME Cryptographic Signature


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 database connection to 
PostgreSql10
i couldnt find the latest version of JDBC driver Version 42.1.4  in Jcenter and 
i tried other version of the driver it shows errors and the connection was 
unsuccessful.
waiting for your help
Thanks,






smime.p7s
Description: S/MIME Cryptographic Signature


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 2017-12-15 21:05, Rishi Solanki  wrote:

Bashir,>

Are you able to connect postgres version mentioned with specific mentioned>
driver in pure java class  please note that here I'm asking to not use>
OFBiz and connect.>
If so then we can look into it further.>

Also please share the OFBiz version and other driver version you are trying>
with.>

HTH!>


Rishi Solanki>
Sr Manager, Enterprise Software Development>
HotWax Systems Pvt. Ltd.>
Direct: +91-9893287847>
http://www.hotwaxsystems.com>
www.hotwax.co>

On Thu, Dec 14, 2017 at 5:42 AM, bashir.karim...@gmail.com <>
bashir.karim...@gmail.com> wrote:>


Hi Im new to ofbiz and i have some problem in connecting ofbiz to>
postgresql version 10, i couldnt find the latest JDBC driver Version 42.1.4>
in Jcenter, .>
i tried other driver from the Jcenter the connection was failed and>
couldn't connect to database.>
waiting for your help.>

Sent from Mail for Windows 10







smime.p7s
Description: S/MIME Cryptographic Signature


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 this way you can become part of the "we" you are 
referring to and it helps to improve the software.


Thanks for your contribution,

Michael


Am 23.12.17 um 21:55 schrieb Boyden, Timothy:

Having all kinds of fun with Release 16.11.03 today...

I am following the Getting Started with Apache OFBiz Manufacturing and MRP 
book, to add products and suppliers.

Went to add a supplier for my product, and the Add Product Supplier screen 
doesn't provide you with any way to specify or select an existing Supplier ID.

Had to use the Entity Data Maintenance tool to create a new SupplierProduct 
record, and look up the ID keys for various fields from SQL.

Just for the record, EA is an ISO standard. Why the keys don't use the ISO 
abbreviations for the key ID, is baffling to me. Having to type OTH_ea is 
stupid.

I am guessing we're not using test driven development for this project? A lot 
of broken functionality in this release.

Thanks,

Tim






smime.p7s
Description: S/MIME Cryptographic Signature


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

2017-12-24 Thread Michael Brohl

Hi Christian,

there is no need to uninstall Java/OFbiz when there is just a missing 
JAVA_HOME environment variable. Just point this variable to the correct 
Java home directory.


What does "echo %JAVA_HOME%" and "java -version" say on the command line?

OFBIZ_HOME is not needed at all, the Gradle build detects everything on 
its own.


I recommend reading the README.md in the project's root folder. It 
describes every step you need to run OFBiz.


NoClassDefFoundError: It seems that you don't have the necessary 
dependencies installed on your system.


Please notice that the library dependencies are (intentionally) not 
delivered together with the release. They should be automatically 
downloaded by the Gradle build which can take some time for the initial 
build. You will need an internet connection to do this.


If your Gradle cache is messy, please consider removing 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.ecomify.de

Am 23.12.17 um 21:25 schrieb Christian Vetterli:

Thank you Jacques for your hint (deleting JRE, running --stacktrace).
I uninstalled java  JRE and left C:\Program Files\Java\jdk1.8.0_151
OFBiz is still at the same location  C:\apache-ofbiz-16.11.03
I received the following message:
C:\>cd apache-ofbiz-16.11.03
  
C:\apache-ofbiz-16.11.03>gradlew loadDefault ofbiz
  
ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
  
Please set the JAVA_HOME variable in your environment to match the

location of your Java installation.
  
C:\apache-ofbiz-16.11.03>
  
Next step, I uninstalled Java and OFBiz completely (and just to be sure I uninstalled OpenOffice 4.1.2, since I got the Windows Office package) and reinstalled OFBiz 16.11.03 and Java again.

C:\apache-ofbiz-16.11.03
and
C:\Program Files\Java\jdk1.8.0_151
C:\Program Files\Java\jre1.8.0_151
  
Then I ran

gradlew cleanAll loadDefault
  
The message was

:ofbiz --load-data FAILED
  
FAILURE: Build failed with an exception.
  
* What went wrong:

Execution failed for task ':ofbiz --load-data'.

Process 'command 'C:\Program Files\Java\jdk1.8.0_151\bin\java.exe'' finished 
with non-zero exit value 1
  
* Try:

Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output.
  
BUILD FAILED
  
I ran

gradlew cleanAll loadDefault –stacktrace
  
C:\apache-ofbiz-16.11.03>gradlew cleanAll loadDefault --stacktrace

:clean
:cleanAnt
:cleanCatalina
:cleanData
:cleanDownloads
:cleanEclipseClasspath UP-TO-DATE
:cleanEclipseJdt UP-TO-DATE
:cleanEclipseProject UP-TO-DATE
:cleanEclipse UP-TO-DATE
:cleanFooterFiles
:cleanGradle
:cleanIndexes
:cleanLogs
:cleanOutput
:cleanTempfiles
:cleanUploads
:cleanXtra
:cleanAll
:compileJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:processResources
:classes
:jar
:assemble
:compileTestJava
:processTestResources UP-TO-DATE
:testClasses
:test
:check
:build
:ofbiz --load-data
Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/commons/cli/ParseException
     at org.apache.ofbiz.base.start.Start.main(Start.java:60)
Caused by: java.lang.ClassNotFoundException: 
org.apache.commons.cli.ParseException
     at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
     ... 1 more
:ofbiz --load-data FAILED
  
FAILURE: Build failed with an exception.
  
* What went wrong:

Execution failed for task ':ofbiz --load-data'.

Process 'command 'C:\Program Files\Java\jdk1.8.0_151\bin\java.exe'' finished 
with non-zero exit value 1
  
* Try:

Run with --info or --debug option to get more log output.
  
* Exception is:

org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':ofbiz 
--load-data'.
     at 
org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:69)
     at 
org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:46)
     at 
org.gradle.api.internal.tasks.execution.PostExecutionAnalysisTaskExecuter.execute(PostExecutionAnalysisTaskExecuter.java:35)
     at 
org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:68)
     at 
org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:58)
 

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

2017-12-24 Thread Michael Brohl

Hi Tim,

if you export the values and just import the generic values, no new 
primary key values are generated. The data is imported just the way it is.


Therefore the sequence value item for the table is not increased and if 
you want to create a new item through the user interface, you'll receive 
an already used primary key value. This is all logical and no failure in 
the software.


You have two options here:

1. set the sequence value item for the table one higher than your 
highest value in the loaded data. This can be done using the entity 
maintenance in webtools.


2. import your 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 the 
correct next key. It looks like for some reason, ContactMech or TelecomNumber 
is not using that to create the next sequence correctly. I guess for now, I'll 
just keep hitting save until I get to 10042. Hopefully it will save then and 
reset the counter its using.

-Tim

-Original Message-
From: Boyden, Timothy [mailto:tboy...@electroswitch.com]
Sent: Saturday, December 23, 2017 2:37 PM
To: user@ofbiz.apache.org
Subject: Entity ID key counter not reset after import from XML

Using Release 16.11.03...

Working on an instance of OFBiz on my home computer. Imported 40 TelecomNumber 
records from my work computer. Went to create a new TelecomNumber record, and 
get:


The Following Errors Occurred:

Exception thrown while creating the "newValue" GenericValue: 
org.apache.ofbiz.entity.GenericEntityException: Error while inserting: 
[GenericEntity:ContactMech][contactMechId,10031(java.lang.String)][contactMechTypeId,TELECOM_NUMBER(java.lang.String)][createdStamp,2017-12-23
 14:33:09.744(java.sql.Timestamp)][createdTxStamp,2017-12-23 
14:33:09.657(java.sql.Timestamp)][lastUpdatedStamp,2017-12-23 
14:33:09.744(java.sql.Timestamp)][lastUpdatedTxStamp,2017-12-23 
14:33:09.657(java.sql.Timestamp)] (SQL Exception while executing the following:INSERT 
INTO dbo.CONTACT_MECH (CONTACT_MECH_ID, CONTACT_MECH_TYPE_ID, INFO_STRING, 
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, 
?, ?, ?, ?, ?) (Violation of PRIMARY KEY constraint 'PK_CONTACT_MECH'. Cannot insert 
duplicate key in object 'dbo.CONTACT_MECH'. The duplicate key value is (10031).)) (Error 
while inserting: 
[GenericEntity:ContactMech][contactMechId,10031(java.lang.String)][contactMechTypeId,TELECOM_NUMBER(java.lang.String)][createdStamp,2017-12-23
 14:33:09.744(java.sql.Timestamp)][createdTxStamp,2017-12-23 
14:33:09.657(java.sql.Timestamp)][lastUpdatedStamp,2017-12-23 
14:33:09.744(java.sql.Timestamp)][lastUpdatedTxStamp,2017-12-23 
14:33:09.657(java.sql.Timestamp)] (SQL Exception while executing the following:INSERT 
INTO dbo.CONTACT_MECH (CONTACT_MECH_ID, CONTACT_MECH_TYPE_ID, INFO_STRING, 
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, 
?, ?, ?, ?, ?) (Violation of PRIMARY KEY constraint 'PK_CONTACT_MECH'. Cannot insert 
duplicate key in object 'dbo.CONTACT_MECH'. The duplicate key value is (10031).))) The 
next key value should have been reset to 10041 after the import, but it wasn't.

Is there a quick way for me to reset the next key value?

Thanks,

Tim





smime.p7s
Description: S/MIME Cryptographic Signature


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

2017-12-24 Thread Michael Brohl

Maybe I was not clear enough:

If you import data from another system, containing the primary key, you 
won't get a new sequence value from the system you import to. It just 
imports with the pk in the data. The sequence value for the pk is 
therefore not increased.


In case of TelecomNumber, the primary key is a contactMechId, which is 
the pk of the ContactMech entity. So you have to look at the sequence 
value item for ContactMech. Importing telecom numbers alone are not 
sufficient, the database model is a bit more sophisticated in this case. 
You have a ContactMech with a purpose TELECOM_NUMBER and a detail entity 
TelecomNumber.


I recommend to have a closer look at the data model. It will make some 
things clearer. I also recommend the new data model book of 2017, see 
https://cwiki.apache.org/confluence/display/OFBIZ/Data+Model+Diagrams.


Regards,

Michael


Am 24.12.17 um 13:03 schrieb Boyden, Timothy:

No, this was a new telephone record, being added to a new party, not from the 
import. The import was of 10 parties and 40 contact records. To add the new 
phone number for the new party, I had to hit save 41 times, to get to an id 
value that it would accept. That is certainly not acceptable, the system should 
know what the next key available to use is. It doesn't look like the 
TelecomNumber uses the SEQUENCE_VALUE_ITEM table to store its next key, so it 
must be using some other method, that isn't working correctly.

-Tim

-Original Message-
From: 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 is imported just the way it is.

Therefore the sequence value item for the table is not increased and if
you want to create a new item through the user interface, you'll receive
an already used primary key value. This is all logical and no failure in
the software.

You have two options here:

1. set the sequence value item for the table one higher than your
highest value in the loaded data. This can be done using the entity
maintenance in webtools.

2. import your 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 the 
correct next key. It looks like for some reason, ContactMech or TelecomNumber 
is not using that to create the next sequence correctly. I guess for now, I'll 
just keep hitting save until I get to 10042. Hopefully it will save then and 
reset the counter its using.

-Tim

-Original Message-
From: Boyden, Timothy [mailto:tboy...@electroswitch.com]
Sent: Saturday, December 23, 2017 2:37 PM
To: user@ofbiz.apache.org
Subject: Entity ID key counter not reset after import from XML

Using Release 16.11.03...

Working on an instance of OFBiz on my home computer. Imported 40 TelecomNumber 
records from my work computer. Went to create a new TelecomNumber record, and 
get:


The Following Errors Occurred:

Exception thrown while creating the "newValue" GenericValue: 
org.apache.ofbiz.entity.GenericEntityException: Error while inserting: 
[GenericEntity:ContactMech][contactMechId,10031(java.lang.String)][contactMechTypeId,TELECOM_NUMBER(java.lang.String)][createdStamp,2017-12-23
 14:33:09.744(java.sql.Timestamp)][createdTxStamp,2017-12-23 
14:33:09.657(java.sql.Timestamp)][lastUpdatedStamp,2017-12-23 
14:33:09.744(java.sql.Timestamp)][lastUpdatedTxStamp,2017-12-23 
14:33:09.657(java.sql.Timestamp)] (SQL Exception while executing the following:INSERT 
INTO dbo.CONTACT_MECH (CONTACT_MECH_ID, CONTACT_MECH_TYPE_ID, INFO_STRING, 
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, 
?, ?, ?, ?, ?) (Violation of PRIMARY KEY constraint 'PK_CONTACT_MECH'. Cannot insert 
duplicate key in object 'dbo.CONTACT_MECH'. The duplicate key value is (10031).)) (Error 
while inserting: 
[GenericEntity:ContactMech][contactMechId,10031(java.lang.String)][contactMechTypeId,TELECOM_NUMBER(java.lang.String)][createdStamp,2017-12-23
 14:33:09.744(java.sql.Timestamp)][createdTxStamp,2017-12-23 
14:33:09.657(java.sql.Timestamp)][lastUpdatedStamp,2017-12-23 
14:33:09.744(java.sql.Timestamp)][lastUpdatedTxStamp,2017-12-23 
14:33:09.657(java.sql.Timestamp)] (SQL Exception while executing the following:INSERT 
INTO dbo.CONTACT_MECH (CONTACT_MECH_ID, CONTACT_MECH_TYPE_ID, INFO_STRING, 
LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, 
?, ?, ?, ?, ?) (Violation of PRIMARY KEY constraint 'PK_CONTACT_MECH'. Cannot insert 
duplicate key in object 'dbo.CONTACT_MECH'. The dupli

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-Winkler-Straße 22, 33699 Bielefeld, Deutschland
Fon: +49 521 448157-90, Fax: +49 521 448157-99, www.ecomify.de

Court Registration: Amtsgericht Bielefeld HRB 41683
Chief Executive Officer: Martin Becker, Michael Brohl

> Am 24.12.2017 um 14:26 schrieb Boyden, Timothy :
> 
> Christian,
> 
> The first step after unpacking the OFBiz zip file, is to run "gradlew" by 
> itself. That downloads all of the libraries and does an initial build of 
> OFBiz.
> 
> Then you would run the "gradlew loadDefault" to load the data into default 
> Derby database.
> 
> Then you would run "gradlew ofbiz" to run the application.
> 
> -Tim
> 
> -Original Message-
> From: Christian Vetterli [mailto:purduealu...@gmx.ch] 
> Sent: Sunday, December 24, 2017 8:18 AM
> To: user@ofbiz.apache.org
> Subject: Aw: Re: Cannot install apache-ofbiz-16.11.03 on windows 10
> 
> Hi Michael,
> Thank you for your suggestions. I have read the README.md before I started. I 
> followed the steps and did nothing else to it. It seems to be straight 
> forward.
> First, get Java JDK.
> So, I got Java and saved it to
> C:\Program Files\Java\jdk1.8.0_151
> C:\Program Files\Java\jre1.8.0_151
> Second, get the latest OFBiz version.
> I got from 
> https://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.03.zip the 
> very first link to download the latest version.
> I saved it to
> C:\apache-ofbiz-16.11.03
> Then I ran the following command line
> gradlew cleanAll loadDefault
> I have tried
> gradlew loadDefault ofbiz previously with the same result.
> And as Jacques suggested
> -- stacktrace
>  
> I know that I would not have to uninstall everything to make a new attempt. I 
> just wanted to make sure that there is nothing else which could mess with the 
> installation.
>  
> 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" 
> An: user@ofbiz.apache.org
> Betreff: Re: Cannot install apache-ofbiz-16.11.03 on windows 10 Hi Christian,
> 
> there is no need to uninstall Java/OFbiz when there is just a missing 
> JAVA_HOME environment variable. Just point this variable to the correct Java 
> home directory.
> 
> What does "echo %JAVA_HOME%" and "java -version" say on the command line?
> 
> OFBIZ_HOME is not needed at all, the Gradle build detects everything on its 
> own.
> 
> I recommend reading the README.md in the project's root folder. It describes 
> every step you need to run OFBiz.
> 
> NoClassDefFoundError: It seems that you don't have the necessary dependencies 
> installed on your system.
> 
> Please notice that the library dependencies are (intentionally) not delivered 
> together with the release. They should be automatically downloaded by the 
> Gradle build which can take some time for the initial build. You will need an 
> internet connection to do this.
> 
> If your Gradle cache is messy, please consider removing 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.ecomify.de[http://www.ecomify.de]
> 
>> Am 23.12.17 um 21:25 schrieb Christian Vetterli:
>> Thank you Jacques for your hint (deleting JRE, running --stacktrace).
>> I uninstalled java  JRE and left C:\Program Files\Java\jdk1.8.0_151 
>> OFBiz is still at the same location  C:\apache-ofbiz-16.11.03 I 
>> received the following message:
>> C:\>cd apache-ofbiz-16.11.03
>> 
>> C:\apache-ofbiz-16.11.03>gradlew loadDefault ofbiz
>> 
>> ERROR: JAVA_HOME is not set and no 'java' command could be found in your 
>> PATH.
>> 
>> Please set the JAVA_HOME variable in your environment to match the 
>> location of your Java installation.
>> 
>> C:\apache-ofbiz-16.11.03>
>> 
>> Next step, I uninstalled Java and OFBiz completely (and just to be sure I 
>> uninstalled OpenOffice 4.1.2, since I got the Windows Office package) and 
>> reinstalled OFBiz 16.

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

2017-12-24 Thread Michael Brohl

Christian,

can you provide the output of the two commands I provided in my last 
message?


Does your JAV_HOME point to the JDK (the JRE is not sufficient)?

Did you unpack the release zip in the folder and did you cd to the OFBiz 
root folder where the README is located? These steps where not mentioned 
in your description.


Do you see the dependency jars downloading during the first build? If 
not, have you cleared the .gradle folder as I suggested?


It's pretty straight forward to download an run OFBiz OOTB so there must 
be something on your side.


Regards,

Michael


Am 24.12.17 um 14:17 schrieb Christian Vetterli:

Hi Michael,
Thank you for your suggestions. I have read the README.md before I started. I 
followed the steps and did nothing else to it. It seems to be straight forward.
First, get Java JDK.
So, I got Java and saved it to
C:\Program Files\Java\jdk1.8.0_151
C:\Program Files\Java\jre1.8.0_151
Second, get the latest OFBiz version.
I got from 
https://www.apache.org/dyn/closer.lua/ofbiz/apache-ofbiz-16.11.03.zip the very 
first link to download the latest version.
I saved it to
C:\apache-ofbiz-16.11.03
Then I ran the following command line
gradlew cleanAll loadDefault
I have tried
gradlew loadDefault ofbiz previously with the same result.
And as Jacques suggested
-- stacktrace
  
I know that I would not have to uninstall everything to make a new attempt. I just wanted to make sure that there is nothing else which could mess with the installation.
  
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" 
An: user@ofbiz.apache.org
Betreff: Re: Cannot install apache-ofbiz-16.11.03 on windows 10
Hi Christian,

there is no need to uninstall Java/OFbiz when there is just a missing
JAVA_HOME environment variable. Just point this variable to the correct
Java home directory.

What does "echo %JAVA_HOME%" and "java -version" say on the command line?

OFBIZ_HOME is not needed at all, the Gradle build detects everything on
its own.

I recommend reading the README.md in the project's root folder. It
describes every step you need to run OFBiz.

NoClassDefFoundError: It seems that you don't have the necessary
dependencies installed on your system.

Please notice that the library dependencies are (intentionally) not
delivered together with the release. They should be automatically
downloaded by the Gradle build which can take some time for the initial
build. You will need an internet connection to do this.

If your Gradle cache is messy, please consider removing 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.ecomify.de[http://www.ecomify.de]

Am 23.12.17 um 21:25 schrieb Christian Vetterli:

Thank you Jacques for your hint (deleting JRE, running --stacktrace).
I uninstalled java  JRE and left C:\Program Files\Java\jdk1.8.0_151
OFBiz is still at the same location  C:\apache-ofbiz-16.11.03
I received the following message:
C:\>cd apache-ofbiz-16.11.03

C:\apache-ofbiz-16.11.03>gradlew loadDefault ofbiz

ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.

Please set the JAVA_HOME variable in your environment to match the
location of your Java installation.

C:\apache-ofbiz-16.11.03>

Next step, I uninstalled Java and OFBiz completely (and just to be sure I 
uninstalled OpenOffice 4.1.2, since I got the Windows Office package) and 
reinstalled OFBiz 16.11.03 and Java again.
C:\apache-ofbiz-16.11.03
and
C:\Program Files\Java\jdk1.8.0_151
C:\Program Files\Java\jre1.8.0_151

Then I ran
gradlew cleanAll loadDefault

The message was
:ofbiz --load-data FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':ofbiz --load-data'.

Process 'command 'C:\Program Files\Java\jdk1.8.0_151\bin\java.exe'' finished 
with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output.

BUILD FAILED

I ran
gradlew cleanAll loadDefault –stacktrace

C:\apache-ofbiz-16.11.03>gradlew cleanAll loadDefault --stacktrace
:clean
:cleanAnt
:cleanCatalina
:cleanData
:cleanDownloads
:cleanEclipseClasspath UP-TO-DATE
:cleanEclipseJdt UP-TO-DATE
:cleanEclipseProject UP-TO-DATE
:cleanEclipse UP-TO-DATE
:cleanFooterFiles
:cleanGradle
:cleanIndexes
:cleanLogs
:cleanOutput
:cleanTempfiles
:cleanUploads
:cleanXtra
:cleanAll
:compileJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:processResources
:class

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 .gradle folder inside your user's home directory and 
try to run ofbiz again. You should see that Gradle download all 
necessary dependencies then. I'm pretty sure that you don't have the 
needed dependencies installed.


Thanks,

Michael

Am 25.12.17 um 10:49 schrieb Christian Vetterli:

What does "echo %JAVA_HOME%" and "java -version" say on the command line?





smime.p7s
Description: S/MIME Cryptographic Signature


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
http://ofbiz.apache.org/mailing-lists.html

Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

-- Forwarded message --
From: "krishna8...@gmail.com" 
To: 
Cc:
Bcc:
Date: Mon, 25 Dec 2017 02:33:32 -
Subject: Unable to access local ecommerce application
Hi,

I have been following the instruction under Demo and Setup guide under -
https://cwiki.apache.org/confluence/display/OFBIZ/Demo+and+Test+Setup+Guide

I was able to start OFBiz with embedded Tomcat (Step 4).

But I am unable to access - http://127.0.0.1:8080/ecommerce/control/main
for the ecommerce application. The request is not being served.

This is the log message in the console (Last few lines) -

---
2017-12-25 02:27:31,162 |main |ContainerLoader
  |I| Started container birt-container
2017-12-25 02:27:32,115 |OFBiz-JobPoller  |JobManager
   |I| No crashed jobs to re-schedule
2017-12-25 02:28:06,901 |http-nio-8080-exec-1 |ControlEventListener
   |I| Creating session:  hidden sessionId by default.
2017-12-25 02:28:06,917 |http-nio-8080-exec-1 |CategoryWorker
   |I| [CategoryWorker.getCatalogTopCategory] Setting new top category:
CATALOG1
2017-12-25 02:28:07,073 |http-nio-8080-exec-1 |ControlServlet
   |T| [[[main(Domain:http://127.0.0.1)] Request Begun, encoding=[UTF-8]-
total:0.0,since last(Begin):0.015]]
2017-12-25 02:28:07,089 |http-nio-8080-exec-1 |VisitHandler
   |I| Found visitorId [1] in cookie
2017-12-25 02:28:07,104 |http-nio-8080-exec-1 |TransactionUtil
  |W| No transaction in place, so not suspending.
2017-12-25 02:28:07,167 |http-nio-8080-exec-1 |SequenceUtil
   |I| Got bank of sequenced IDs for [Visit]; curSeqId=10600,
maxSeqId=10700, bankSize=100
2017-12-25 02:28:07,276 |http-nio-8080-exec-1 |ConfigXMLReader
  |I| controller loaded: 0.015s, 289 requests, 95 views in
file:/C:/apache-ofbiz/ofbiz/specialpurpose/ecommerce/
webapp/ecommerce/WEB-INF/controller.xml
2017-12-25 02:28:07,339 |http-nio-8080-exec-1 |RequestHandler
   |I| Sending redirect to: [https://127.0.0.1/ecommerce/control/main].
Hidden sessionId by default.
2017-12-25 02:28:07,479 |http-nio-8080-exec-1 |ServerHitBin
   |I| Visit delegatorName=default, ServerHitBin delegatorName=default
2017-12-25 02:28:07,604 |http-nio-8080-exec-1 |ControlServlet
   |T| [[[main(Domain:http://127.0.0.1)] Request Done- total:0.531,since
last([main(Domain:http...):0.531]]

---

I could access
https://127.0.0.1:8443/webtools/control/main for the WebTools application or
https://127.0.0.1:8443/catalog/control/main for the Catalog Manager
application.

Can someone help me please?

JAVA_HOME - C:\Program Files\Java\jdk1.8.0_131

And it is the latest OFBiz - apache-ofbiz-16.11.03

Thanks,
Krish






smime.p7s
Description: S/MIME Cryptographic Signature


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

2017-12-25 Thread Michael Brohl

Hi Christian,

please open your command line / terminal, I think it is "cmd" on 
Windows? I'm not sure because I'm on Mac for a few years now...


There you type "echo %JAVA_HOME%" and copy the output to your answer.

Then you type "java -version" and copy the output to your answer.

You should not delete the .gradle folder inside the OFBiz directory but 
delete the .gradle folder in your user's home directory.


Please notice Taher's advise. If your user's home directory contains 
spaces, this might be the problem why Gradle cannot download/save the 
dependencies.


Regards,

Michael


Am 25.12.17 um 11:36 schrieb Christian Vetterli:

Hi Michael,
I am not a programmer.
"- What does "echo %JAVA_HOME%" and "java -version" say on the command line?"
Tell me please what to do to give you an answer to the above question.
I deleted .gradle from the apache-ofbiz-16.11.03 folder.
The follwoing I got.
  


C:\apache-ofbiz-16.11.03>gradlew loadDefault ofbiz
:compileJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:processResources
:classes
:jar
:assemble
:compileTestJava
:processTestResources UP-TO-DATE
:testClasses
:test
:check
:build
:ofbiz --load-data
Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/commons/cli/ParseException
         at org.apache.ofbiz.base.start.Start.main(Start.java:60)
Caused by: java.lang.ClassNotFoundException: 
org.apache.commons.cli.ParseException
         at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
         ... 1 more
:ofbiz --load-data FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':ofbiz --load-data'.

Process 'command 'C:\Program Files\Java\jdk1.8.0_151\bin\java.exe'' finished 
with non-zero exit value 1

* 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" 
An: user@ofbiz.apache.org
Betreff: Re: Cannot install apache-ofbiz-16.11.03 on windows 10
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 .gradle folder inside your user's home directory and
try to run ofbiz again. You should see that Gradle download all
necessary dependencies then. I'm pretty sure that you don't have the
needed dependencies installed.

Thanks,

Michael

Am 25.12.17 um 10:49 schrieb Christian Vetterli:

What does "echo %JAVA_HOME%" and "java -version" say on the command line?
  





smime.p7s
Description: S/MIME Cryptographic Signature


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: S/MIME Cryptographic Signature


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 hot-deploy. 
When you move to trunk or 17.12, you can simply move the components into 
the plugins folder.


Regards,

Michael


Am 31.01.18 um 23:19 schrieb stim...@comcast.net:

Hi
  
It was quite some time back (well, a year...that's like 7 dog years or 14 programmer years) it was announced that hot-deploy was being deprecated:

https://blogs.apache.org/ofbiz/entry/apache-ofbiz-news-march-2017
  
The directory still exists in 16.11.04. Would it be correct to assume that even if this still works it would better to make any customization in plugins (mentioned in the above URL)? And would this be true of custom component loads of data when nothing else is being customized, or is data load customization a completely different topic for building custom gradlew load targets?
  
Thanks!





smime.p7s
Description: S/MIME Cryptographic Signature


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 following things to prepare the setup of ofbiz 16.11.04:
  
download of java jdk-9.0.4

definition of %JAVA_HOME%
  
download apache-ofbiz-16.11.04 from the suggested mirror

md5 and sha512 checks done
extraction of the zip-file
  
Then I followed the instructions of the readme.md file
  
execution of gradlew cleanAll loadDefault (ran without errors)

execution of ofbiz (ran without error message, but ofbiz did not start)
  
  
I have tried to run ofbiz using my browser (firefox), but a connection to the local host was not possible.
  
  
Can anybody help?
  
Thank you
  
Siegfried







smime.p7s
Description: S/MIME Cryptographic Signature


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, Jacques and Craig,
thanks for your help.
I installed jdk1.8.0 and use gradlew ofbiz.
Then the build procedure ran, but only up to 91 %
I had to leave the house and the procedure stopped at 19:33 last evening.
When I came back and loged into Windows again, the procedure continued working, 
but stopped again after a certain time.
At the moment it seems, that the procedure sends emails every 15 minutes.
The last message is as follows:
Sync service [default /sendEmailDated] finished in [125] milisenconds
In the command line I see: >Building 91% > :ofbiz
Is there anything wrong or do I have to be patient?
  





smime.p7s
Description: S/MIME Cryptographic Signature


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 happening on our development list about 
the new proposed OFBiz documentation framework.

https://s.apache.org/VfxE

It is based on asciidoc and will be able to generate documentation in various 
formats. This means that we can start to consolidate our OFBiz documentation 
within OFBiz itself and adapt it to any new releases.

Feedback to the proposal have been very positive and once the code is moved 
into our current trunk we will need to start some documentation work. We will 
be looking for volunteers to become part of a documentation team that will work 
on reviewing the documents we already have in the wiki and other sources, then 
help to re-structure them to fit into the new documentation framework model.

Being involved with documentation is a good way to learn OFBiz :-)

So if you are interested in being part of the OFBiz documentation team then 
please respond to this message and I will add you to the list.

Thanks
Sharan





smime.p7s
Description: S/MIME Cryptographic Signature


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 better in the course of the migration instead of simply having 
the old state in a new format.


We should maybe also agree on writing new documentation (or anhancing a 
good amount of documentation) directly in the new format instead of 
putting it in confluence 8if applicable)?


Thanks,

Michael


Am 08.02.18 um 11:33 schrieb 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 objective is not
necessarily to copy-paste existing documentation, but rather to write
clean, relevant and well thought out documentation. If an old piece of
documentation is good and relevant, we use it, if not, we update it
and clean it, or of it is not useful then we just drop it.

I hope more people feel the urge to sign up. What you folks are going
to achieve is to make OFBiz much more competitive by giving
accessibility to new comers through comprehensive documentation.

On Thu, Feb 8, 2018 at 1:04 PM, Aditya Sharma
 wrote:

Hi Sharan,

Please count me in.

Thanks and Regards,

*Aditya Sharma* | Enterprise Software Engineer
HotWax Commerce  by HotWax Systems




On Thu, Feb 8, 2018 at 2:25 PM, Olivier Heintz <
holivier.li...@ofbizextra.org> wrote:


Hi Sharan,

please add me to the list,

I have start to play with the new tools
I have convert some docbook file to asciidoc with docbookrx tools and make
modification on help data to use the html generated files in the ofbiz
help, it's work's ;-)
If needed, I can convert all docbook files to asccidoc


Regards,



Le 07/02/2018 à 14:32, Sharan Foga a écrit :

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 happening on our development
list about the new proposed OFBiz documentation framework.

https://s.apache.org/VfxE

It is based on asciidoc and will be able to generate documentation in

various formats. This means that we can start to consolidate our OFBiz
documentation within OFBiz itself and adapt it to any new releases.

Feedback to the proposal have been very positive and once the code is

moved into our current trunk we will need to start some documentation work.
We will be looking for volunteers to become part of a documentation team
that will work on reviewing the documents we already have in the wiki and
other sources, then help to re-structure them to fit into the new
documentation framework model.

Being involved with documentation is a good way to learn OFBiz :-)

So if you are interested in being part of the OFBiz documentation team

then please respond to this message and I will add you to the list.

Thanks
Sharan








smime.p7s
Description: S/MIME Cryptographic Signature


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.


Regards,

Michael


Am 15.02.18 um 17:07 schrieb Mike:

  Jacques: I understand the value of the feature.  What I'm referring to is
somebody, in 16.x, hard-coded the above values in "seed", which caused the
problem for this user.

This is an advanced feature, and caused a lot of confusion.  I'd recommend
that the 16.x CommonSystemPropertyData.xml be edited to remove all
"systemPropertyValue="
entries.

13.07: ./framework/common/data/CommonSystemPropertyData.xml

Here is the latest version of 13.07, which does not hard-code these values.
None of the 13.07 seed data have "systemPropertyValue=" set.

systemPropertyId="ORGANIZATION_PARTY"
systemPropertyId="VISUAL_THEME"
systemPropertyId="currency.uom.id.default"
systemPropertyId="country.geo.id.default"
systemPropertyId="partner.trackingCodeId.default"
systemPropertyId="defaultFromEmailAddress"
systemPropertyId="mail.notifications.enabled"
systemPropertyId="mail.smtp.relay.host"
systemPropertyId="mail.smtp.auth.user"
systemPropertyId="mail.smtp.auth.password"
systemPropertyId="mail.smtp.port"
systemPropertyId="mail.smtp.starttls.enable"
systemPropertyId="mail.smtp.socketFactory.port"
systemPropertyId="mail.smtp.socketFactory.class"
systemPropertyId="mail.smtp.socketFactory.fallback"
systemPropertyId="mail.smtp.sendpartial"


On Thu, Feb 15, 2018 at 1:15 AM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:


Mike, thanks for asking

This controversial feature has been initially discussed with
http://markmail.org/message/be3ts56b5w22k6pz

We currently have some related pending Jira about that (sorry maybe a bit
too much, also a way to remind/check myself before discussing again in dev
ML)

https://issues.apache.org/jira/browse/OFBIZ-7112

https://issues.apache.org/jira/browse/OFBIZ-7754

https://issues.apache.org/jira/browse/OFBIZ-6166

https://issues.apache.org/jira/browse/OFBIZ-6164

http://markmail.org/message/i4rubhbo7wlm4wts

https://s.apache.org/oTA6

https://issues.apache.org/jira/browse/OFBIZ-6712

https://issues.apache.org/jira/browse/OFBIZ-6205

https://issues.apache.org/jira/browse/OFBIZ-6210

Because this is now entrenched in OFBiz for many years, and I guess used
by many customs projects, it will maybe hard to get back.
But then we need a better documentation. Beginning as simply as I proposed
below. And we need to agree and fix the pending issues.

HTH

Jacques



Le 14/02/2018 à 16:49, Mike a écrit :


Jacques:  Why does ofbiz 16.x set real properties
in: ./framework/common/data/CommonSystemPropertyData.xml?  This is part
of
"seed"... It hard-codes:


systemPropertyId="ORGANIZATION_PARTY" systemPropertyValue="Company"
systemPropertyId="VISUAL_THEME" systemPropertyValue="FLAT_GREY"
systemPropertyId="currency.uom.id.default" systemPropertyValue="USD"
systemPropertyId="country.geo.id.default" systemPropertyValue="USA"
systemPropertyId="defaultFromEmailAddress" systemPropertyValue="
ofbizt...@example.com"
systemPropertyId="mail.notifications.enabled" systemPropertyValue="N"
systemPropertyId="mail.smtp.port" systemPropertyValue="465"
systemPropertyId="mail.smtp.starttls.enable" systemPropertyValue="true"
systemPropertyId="mail.smtp.socketFactory.port" systemPropertyValue="465"
systemPropertyId="mail.smtp.socketFactory.class"
systemPropertyValue="javax.net.ssl.SSLSocketFactory"
systemPropertyId="mail.smtp.socketFactory.fallback"
systemPropertyValue="false"
systemPropertyId="mail.smtp.sendpartial" systemPropertyValue="true"

Which seems to override general.properties.


On Tue, Feb 13, 2018 at 6:55 AM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

Thanks Pierre!

This is indeed something which is tricky for new users and even easily
forgettable in general.

Before I post about SystemProperty and EntityUtilProperties on dev ML, I
want to suggest here that we put a comment at the top of each properties
file as a reminder that the properties there could be overridden in a
SystemProperty

Jacques


Le 12/02/2018 à 21:32, pierre.gaudin a écrit :

Also, have a look at SystemProperty entity for key

mail.notifications.enabled

Pierre

On 12/02/2018 19:53, Mike wrote:

For TLS (mail.smtp.starttls.enable=true ), use port 587

On Mon, Feb 12, 2018 at 4:37 AM, Дмитрий Цыганок 
wrote:

Hello!


I've deployed Ofbiz several times, but each time with the right
settings,
email notifications are not sent.

Here are my settings from /var/www/ofbiz/framework/commo
n/config/general.
properties:

unique.instanceId=ofbiz1
currency.uom.id.default=USD
ORGANIZATION_PARTY=Company
VISUAL_THEME=RAINBOWSTONE_SAPHIR
currency.decimal.format=#,##0.00
currency.rounding.default=10
currency.scale.enabled=N
locale.properties.fallback=en
#locales.available=ar,de,en,es,fr,hi,it,nl

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

2018-02-24 Thread Michael Brohl

Hi Sharan, all,

I most likely cannot attend the Skype call so I will add some thoughts here.

I think we should set up a small documentation quality team which is 
responsible that the documentation send in by contributors is of good 
quality, consistent and (mostly) error free. This team should also 
propose the structure of the documentation and maybe add the empty .adoc 
files and includes to lead the way for contributors.


I'd volunteer to be part of this team.

It could also be a good idea to track who is working on a piece of 
documentation to avoid double work and encourage collaboration between 
contributors interested in the same topic(s). I think this might be Jira 
with a main task containing the main "rules" of documentation and 
several subtasks for each topic.


I suggest to have also a process to move documentation from the Wiki to 
the documentation in the repository. We should make sure that we do not 
have different documentation in both places. If someone is working on a 
topic he also could search the Wiki for it and try to merge/move it 
where applicable.


Moved/merged documentation from the Wiki should then be moved to an adoc 
Attic until 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 Brohl
ecomify GmbH
www.ecomify.de

Am 21.02.18 um 09:21 schrieb Sharan Foga:

Hi All

Thanks for all the feedback received about the documentation effort. It is 
great to see so many people wanting to be involved as part of the team. Based 
on the feedback I've seen so far I would like to confirm the date and time of 
the Skype call next week to kick start the documentation effort.

The call will be on Tuesday 27th February at 14.00 (UTC+1)

See below for what this time is for other UTC times

UTC-5 (New York, Boston): 08.00
UTC+1 (Czech Republic, Germany, France, Italy) : 14.00
UTC+2 (South Africa): 15.00
UTC+3 (Kuwait) : 16.00
   UTC+5 (Pakistan) : 18.00 
   UTC+5.5 (India) : 18.30

Please remember that anyone and everyone can join the team at any time and you 
don't need to be an expert in OFBiz to contribute to it. In fact I think that 
people new to OFBiz have a unique perspective and can let us know if what has 
been written is easy to understand!

If you can't make the call, then don't worry as we will be writing up the notes 
about what was discussed and post the details to the mailing list.

Thanks
Sharan





smime.p7s
Description: S/MIME Cryptographic Signature


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:46 schrieb pierre.gaudin:
I would like to make an evolution in the management of the request of 
password loss.


At present the stages are the following ones:
  1 - Request of loss of password (by the user)
  2 - Change of password by a temporary one (by the system)
  3 - Send of an e-mail with a link to define a new password (by the 
system)

  4 - Set the new password (by the user)
  5 - Recording of the new password (by the system)

This workflow is problematic because the change of password is made as 
soon as the person confirms the change of password (stage 2). It is 
possible that the person who makes the change of password is not the 
person associated with the account.


Here is a proposal of modification of the workflow
  1 - Request of loss of password (by the user)
  2 - Recording of a request of lost of password associated with the 
login (by the system)
  3 - Send of an e-mail to confirm the request of change of password 
with a link containing the reference of the request to change of 
password (by the system)
  4 - Connection of the user to the form to change the password and 
seized with a new password (by the user)

  5 - Check that the login and the request are associated
  6 - Recording of the new password (by the system)

What do you think about this change?


Pierre






smime.p7s
Description: S/MIME Cryptographic Signature


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 a problem about install 
> Ofbiz on both macOSX and windows7, I would like to solve problem on mac 
> first, since I am using macOS much often.
> 
> I have updated my java version:
>java version "9.0.4"
>Java(TM) SE Runtime Environment (build 9.0.4+11)
>Java HotSpot(TM) 64-Bit Server VM (build 9.0.4+11, mixed mode)
> 
> I read something said you need install Subversion, I used Homebrew, here is 
> what I did:
>XIAOLOUs-MacBook-Air:~ Lor$ brew options subversion
>--with-gpg-agent
>Build with support for GPG Agent
>--with-java
>Build Java bindings
>--with-python
>Build with python support
>--without-perl
>Build without Perl bindings
>   --without-ruby
>Build without Ruby bindings
> 
>XIAOLOUs-MacBook-Air:~ Lor$ brew install subversion
>Updating Homebrew...
> 
> After Homebrew finished updating, I tried it again, still nothing showed up:
>XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ ./gradlew cleanAll 
> loadDefault
>XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ ./gradlew ofbiz
>XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ 
> 
> I have watched some videos on Youtube, none of them are very helpful, does 
> anyone know what's happening here?
> 
> Sincerely,
> Lor


Re: Installing Ofbiz problem on Mac

2018-02-27 Thread Michael Brohl
That is the latest revision, this should be ok. Please use Java 1.8 like Taher 
suggested and see if this works.

Regards,
Michael



> Am 27.02.2018 um 20:34 schrieb Xiaolou Huang :
> 
> Hi Michael,
> Yes, I did. The first time, it showed up tons of file 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, at 12:18 PM, Michael Brohl  wrote:
>> 
>> 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 a problem about 
>>> install Ofbiz on both macOSX and windows7, I would like to solve problem on 
>>> mac first, since I am using macOS much often.
>>> 
>>> I have updated my java version:
>>>  java version "9.0.4"
>>>  Java(TM) SE Runtime Environment (build 9.0.4+11)
>>>  Java HotSpot(TM) 64-Bit Server VM (build 9.0.4+11, mixed mode)
>>> 
>>> I read something said you need install Subversion, I used Homebrew, here is 
>>> what I did:
>>>  XIAOLOUs-MacBook-Air:~ Lor$ brew options subversion
>>>  --with-gpg-agent
>>>  Build with support for GPG Agent
>>>  --with-java
>>>  Build Java bindings
>>>  --with-python
>>>  Build with python support
>>>  --without-perl
>>>  Build without Perl bindings
>>> --without-ruby
>>>  Build without Ruby bindings
>>> 
>>>  XIAOLOUs-MacBook-Air:~ Lor$ brew install subversion
>>>  Updating Homebrew...
>>> 
>>> After Homebrew finished updating, I tried it again, still nothing showed up:
>>>  XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ ./gradlew cleanAll 
>>> loadDefault
>>>  XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ ./gradlew ofbiz
>>>  XIAOLOUs-MacBook-Air:apache-ofbiz-16.11.04 Lor$ 
>>> 
>>> I have watched some videos on Youtube, none of them are very helpful, does 
>>> anyone know what's happening here?
>>> 
>>> Sincerely,
>>> Lor
> 



Re: Notes from OFBiz Documentation Skype Call : 27th February 2018

2018-02-28 Thread Michael Brohl

Hi Sharan, all,

great stuff! I just want to thank everyone who attended the meeting and 
put this together!


I'll provide more feedback in the coming days.

Regards,

Michael


Am 28.02.18 um 15:43 schrieb Sharan Foga:

Hi Everyone

Thank you everyone who attended and please see below for the details I 
captured  from the Skype call yesterday to help kickstart our 
documentation effort.


*Skype Call to Kickstart OFBiz Documentation Effort*
*Date*: 27th February 2018 at 14.00 (UTC+1)

_*Agenda*_

 * Introductions
 * Technical Environment Overview
 * Collaboration Environment
 * Next Steps and Actions

_*Introductions*_

 * 8 people attended the call.- Olivier Heintz, Tim Boyden, Arthur
   Marquez, Tarun Thakur, Bader Ali, Taher Alkhateeb, Jacopo
   Cappellato, Sharan Foga
 * Main objective were to discuss how to kick off the OFBiz
   Documentation effort

_*General Overview*_

 * We went through a bit of an overview of the project and the
   background regarding OFBiz documentation.
 * Initially the project had implemented docbook but this used XML and
   had a large complex vocabulary, that made it not easy for people to
   use.It also wasn't very adaptable as a generic documentation tool
 * After many discussions on the dev list we decided to adopt asciidoc
   because it was a lot simpler to use.
 o Writing asciidoc is a lot like normal writing in English, which
   will allow people with little or no technical knowledge the
   ability to contribute
 o there was already a lot of documentation about how to use it
 o it has different publishing options (html, PDF etc) and so can
   in future be integrated with our online help

 * The purpose of the documentation project is divided into 3 areas
 o   to provide comprehensive documentation for all of OFBiz
 o to be a tool for one source publishing to multiple outputs
 o to integrate with the online help

 * Everyone that can help with this effort will add value. We have a
   variety of people from different backgrounds that will make the
   documentation richer and based on practical experience.

*_General Guidelines_*

 * Want to try and avoid copy and paste patterns and make documentation
   modular, so that we write it once and re-use in many places
   http://www.writethedocs.org/guide/

 * Focus on more topic based documentation to help users achieve
   something so they can get started quickly

   https://en.wikipedia.org/wiki/Topic-based_authoring

 * Need to keep an open mind as this documentation effort will be an
   evolution. We wont get it right first time and there will be several
   iterations where we change content multiple times
 * Documentation can't work without content so our first key focus
   should be to get as much content into the framework as possible
   (knowing that it maybe updated and evolve as we go)
 * The PoC documentation framework that we will use is neutral so we
   can make the documentation as detailed as we want
 * The documentation will be in English only at this stage. Once we
   have a completed English manual, we can look at other languages and
   perhaps these can be provided via a plugin...
 * Put together some getting started guidelines that will be a
   reference. It could include roles and responsibilities and also an
   overview of the end to end process flow to get some documentation
   submitted

_*Design*_

 * Documentation that we will be working on writing will be essentially
   2 top level parts
 o Framework Guide (technical / developer)
 o Core Applications (user)

 * Documentation for plugins will be managed separately and so each
   plugin will have its own documentation. (NOTE: this means that each
   specialpurpose application will have its own)
 * We can make use of a structure of hidden vs published documents. We
   can create multiple modular topic related files in a hidden
   directory and then include whatever topics we need in the published
   document
 * The header offset option allows us to publish each application as a
   separate guide (e.g accounting guide, manufacturing etc) rather than
   all of the application
 * We can look at other published guides to help us see what good
   documentation looks like e.g https://gradle.org/docs/

*_Documentation Tools_*

 * We can use our existing JIRA to track the documentation work. This
   means that people can pick up a Jira ticket to work on.
 * Some tools were suggested for people who wanted to start writing
 * asciidocfx : https://asciidocfx.com
 * eclipse plugin for asciidoc :
   http://marketplace.eclipse.org/content/asciidoc-tools
 * Also many modern editors will also be OK (e.g. atom etc)

_*Mentoring*_

 * We discussed the idea of providing mentors for people to get
   started. Some people are new to OFBiz and need some guidance to help
   them get going.
 * Suggestion is that the more experienced OFBiz people volunteer to
   help others get up to speed
 * Mentors can create some example documen

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 pages 
and reference to them in the mailing list.


Regards,

Michael


Am 08.03.18 um 23:59 schrieb Timothy Boyden:

If another mail list cannot be done, perhaps the Skype list or a team tool like 
Microsoft Teams or Slack?

-Tim

-Original Message-
From: Timothy Boyden 
Sent: Thursday, March 8, 2018 5:57 PM
To: user@ofbiz.apache.org
Subject: RE: [Documentation Team] Workflow and Process Ideas

I am not currently on @Dev list. My thoughts on this is documentation could be 
a heavy list 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 
Sent: Thursday, March 8, 2018 5:41 AM
To: user@ofbiz.apache.org
Subject: Re: [Documentation Team] Workflow and Process Ideas

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 project

And I suppose perhaps we should start to move this discussion to dev@?
I hope everyone in the documentation team is subscribed over there?

Cheers,

On Thu, Mar 8, 2018 at 11:56 AM, Sharan Foga  wrote:

Hi All

I’ve started putting some ideas together about a suggested process for managing 
the flow of the documentation work using Jira. Essentially we want to make it 
as simple as possible for people to contribute.

https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Documentation+
Team

There is a small diagram using the HR Guide as an example to show the folder 
structure we are looking to implement. I've split the process into various 
steps with some simple descriptions of what would need to be done.

I’m going to be unavailable for the next few days but wanted to start
this conversation. I'm hoping that people will take a look what I've
started, and then also add their comments, ideas and improvements :-)

Looking forward to your feedback.

Thanks
Sharan





smime.p7s
Description: S/MIME Cryptographic Signature


Re: OFBIZ is a joke

2018-03-10 Thread Michael Brohl

Hi Jondon,

sorry that you have those difficulties.

If you follow the comprehensive README file in the root of the project, 
it should be only minutes to get OFBiz up and running OOTB.


For good support, you should explain where the problems are else it 
would be difficult to help.


Regards,

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 and then nothing.
On windows 7 is goes a bit further. It says that build was successful but when 
I go to localhost:8443/accounting the page is not working.

I wanted simply to play with it but I cannot even open - what a JOKE!!!





smime.p7s
Description: S/MIME Cryptographic Signature


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 regards,

Michael

[1] 
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Documentation+Team



Am 11.03.18 um 21:51 schrieb Rajesh Mallah:

Hello Everyone/ Taher  ,

I have put together a detailed instruction steps for newbies here:

https://medium.com/@mallah.rajesh/single-and-multi-tenant-setup-of-ofbiz-erp-on-ubuntu-linux-an-walkthrough-for-newbies-d61d3552ad62

regds
mallah.


On Sun, Mar 11, 2018 at 3:29 PM, Rajesh Mallah 
wrote:


Hello Everyone/Taher ,

i have been able to setup multi-tenant using various sources of
information.

Thanks for the tips/help.

regds
mallah.






smime.p7s
Description: S/MIME Cryptographic Signature


Re: About OFBiz Email Passwords Sending

2018-03-15 Thread Michael Brohl

Hi Schumann,

please have a look at the SystemProperty table. Currently the demo data 
loads some configuration for email so the changes in general.properties 
are partly overwritten in the configuration logic. Either change the 
database entries or remove them to use general.properties settings.


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: unable to email password. Please try again later or contact 
customer service. (error was: [CON] Connection error when sending message to 
***@hotmail.com from @outlook.com cc bcc subject 
New Password Sent (my own user login id)).

What I have done in customizing the OFBiz Email Passwords is as follows:

1.  Update the fields (which are not null) From_Address, CC_Address and 
BCC_Address from tables ofbiz.product_store_email_setting and 
ofbiz.email_template_setting to sending email address 
**@outlook.com

2.  Modify the file general.properties as follows:
 # -- general default 'fromEmailAddress' can be overridden in: 
EmailTemplateSetting
 defaultFromEmailAddress=**@outlook.com

 # -- mail notifications enabled (Y|N)
 mail.notifications.enabled=Y

 # -- redirect all mail notifications to this address for testing
 #mail.notifications.redirectTo=

 # -- the default mail server to use
 mail.smtp.relay.host=smtp.office365.com

 # -- SMTP Auth settings
 mail.smtp.auth.user=**(my outlook mail name with the 
@outlook.com)
 mail.smtp.auth.password=***(my outlook mailbox passwords)

 # -- Additional Required Fields needed for Gmail and other non traditional 
smtp servers
 # -- These added fields also work for Yahoo business mail for instance
 # -- Gmail smtp port can be either 465 or 587
 mail.smtp.port=587
 # -- Gmail requires StartTLS
 mail.smtp.starttls.enable=true

 # -- Gmail requires a JSSE socket factory, the following socketFactory 
settings will override JavaMail's default socketFactory settings
 # -- Port needs to be the same as mail.smtp.port
 mail.smtp.socketFactory.port=587
 #mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
 #--Fallback [true|false] determines whether you will allow a non secure 
connection if you are unable to get a secure one
 #mail.smtp.socketFactory.fallback=false

3.  Update the predefined fields from table ofbiz.system_property in mysql 
database as above shown in point 2.
4.  I also update the from_address from the preset mailbox to my outlook 
mailbox in the moduel Ecommerce 
(applications/securityext/data/UserDemoData.xml), although this is not 
necessary for now because I am using back-end only.

After a successful reboot of OFBiz, I got the error message shown in the very 
beginning.

Can anybody help?
Thanks and have a nice day!

Best Regards
Schumann
+86-1800-150-1800






smime.p7s
Description: S/MIME Cryptographic Signature


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 
more information about it at the link below:

https://cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+Contributors

Essentially completing and sending in the form means that you are happy that 
everything you contribute is subject to the Apache license. Once you have 
completed this form, we can update your permissions so that you can edit our 
wiki pages.

I'm signed up as a mentor a couple of people :-)  so I will take a look and see 
who else could be available to help you as a mentor.

Thanks
Sharan

On 2018/03/14 20:24:25, Badar Ali  wrote:

Dear Sharan,

Hoping your good. I am unable to add my status as "Writer" in front of my name 
column in Doc. team list. I am getting this notification, "

Access to add and change pages is restricted. See: 
https://cwiki.apache.org/confluence/display/OFBIZ/Wiki+access
Wiki access - OFBiz Project Open Wiki - Apache Software 
...
cwiki.apache.org
Due to spam, the infrastructure team has restricted the access to all ASF 
Confluence open wikis (Confluence is shared by all ASF projects). If you want 
to add or edit ...

". Sorry it's my first time so don't know how things work. I also want a Mentor.


Regards,

Badar Ali.



From: Sharan Foga 
Sent: Monday, March 12, 2018 8:27 PM
To: user@ofbiz.apache.org
Subject: [DOC] Documentation Mentors

Hi All

One of the things we want to introduce for the documentation work is ensuring 
that we have some experienced OFBiz people working with people that are new or 
less experienced.

Being a Mentor
=
At the moment Michael and myself have indicated that we are available to be 
documentation mentors. The main role will be to :

- help the documentation contributor you are mentoring get started
- provide general background OFBiz help and support

The objective is to give  the newer people more confidence so they can pick up 
and work on any of the documentation tasks.

I can see in our team list that there are a few other experienced OFBiz people 
:-) , so if you are willing to help out someone new then please add a Yes to 
the ‘Willing to be a Mentor” column.

Finding a Mentor
==
Those of you who would like a mentor then please edit the Documentation Team 
wiki page and put ‘Need a Mentor’ in the Mentor column next to your name. 
We will then try and allocate someone to you.

I know that not everyone will want or need a mentor, but it's good o have the 
option.

Thanks
Sharan







smime.p7s
Description: S/MIME Cryptographic Signature


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 projects.
> 
>> On Wed, Mar 21, 2018, 1:06 PM Bilgin Ibryam  wrote:
>> 
>> hi all,
>> 
>> a quick heads up. I've been getting requests to fix the ofbiz-camel
>> integration demo and finally did it.
>> It works with the latest version of OFBiz and Camel
>> Also added a nice diagram demonstrating how the integration works.
>> 
>> https://github.com/bibryam/ofbiz-camel
>> 
>> Cheers,
>> 
>> --
>> Bilgin Ibryam
>> ASF Member | Architect at Red Hat
>> http://ofbizian.com | @bibryam
>> 
>> Kubernetes Patterns http://leanpub.com/k8spatterns (in progress)
>> Camel Design Patterns https://leanpub.com/camel-design-patterns
>> 



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
>> 
>> 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 
>> our demo.
>> So the main things you need are:
>> 
>> Time Periods
>> https://demo-stable.ofbiz.apache.org/accounting/control/TimePeriods?organizationPartyId=Company
>> 
>> To make sure that your time periods (monthly ones are setup). The last time 
>> I checked OFBiz still needed the periods to be setup a bit like this
>> 
>> Start Date 1 January 20XX End Date 1 February 20XX because the comparison 
>> for whether a transaction is within the range is a less than comparison. So 
>> setting the period end date to 31st January 20XX will miss the transactions 
>> for the 31st January.
>> 
>> Make sure the period is active
>> 
>> GL Account Type Defaults Account Mapping
>> https://demo-stable.ofbiz.apache.org/accounting/control/GlAccountAssignment?organizationPartyId=Company
>> 
>> You need a mapping to make sure that:
>> - ‘Profit Loss ‘ GL account type is mapped to your account for Net Income
>> - 'Retained Earnings' GL account type is mapped to your account for Retained 
>> Earnings
>> 
>> Month End Closing
>> https://demo-stable.ofbiz.apache.org/accounting/control/TimePeriods?organizationPartyId=Company
>> 
>> To close the month simply close the time period and Period closing 
>> accounting transaction should automatically be created and posted  (Do this 
>> in the company settings not at the global GL accounts level)
>> 
>> Period Closing Accounting Transaction
>> To find the Period Closing Transaction, go to
>> 
>> https://demo-stable.ofbiz.apache.org/accounting/control/FindAcctgTrans
>> 
>> Re-opening a Closed Period
>> You used to be able to do this via the Edit Custom Time Period screen
>> https://localhost:8443/accounting/control/updateCustomTimePeriod
>> 
>> but that is no longer the case.
>> 
>> The workaround is to edit Time Period entity record to make it active. There 
>> is a flag that indicates whether the period is active or not – just change 
>> it.
>> https://demo-stable.ofbiz.apache.org/webtools/control/FindGeneric?entityName=CustomTimePeriod
>> 
>> - Reverse the accounting transaction for the original period closing. (Just 
>> go into the original accounting transaction and use the Revert option)
>> - Do your accounting adjustments
>> - Close the period again
>> 
>> I think that having the ability to re-open a closed Time Period is a 
>> something that is quite useful so would probably suggest that we look at 
>> re-implementing something  that does this.
>> 
>> I hope this helps and if anyone else has other ideas or suggestions then 
>> please feel free to add your feedback.
>> 
>> Thanks
>> Sharan
>>> On 2018/03/20 13:17:56,  wrote:
>>> 
>>> Can someone point me in the right direction for Month End Close
>>> Accounting Procedures in Ofbiz.  As well how to re-open a closed period?
>>> 
>>> Thanks,
>>> 
>>> James
>>> 


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.

Environment as follows:
Release Version: 16.11.04 (I have tested it and it's ok in 16.11.03)
Work Steps:
1.  In the login page: https://www.myowndomain.com/webtools/control/main, then click 
login, then click "forget your passwords".
2.  Then fill in the User Name that I have already created before, which is 
associated with a primary email address.
3.  Then click "continue" and then hit "email password";
4.  As I have set the fields correctly in the file general.properties and also in 
database table ofbiz.system_property, I receive a system email telling me to "click 
here to reset password" with a link.
Then click the link and following the instructions to fill in the new passwords 
and then the following error messages pop up. Generally speaking, the error is 
about java.lang.NullPointerException.

(BTW, I tried it a couple of times with different locales like en and zh_CN but 
all failed.)

Here below I highlighted somethings strange, where I have added some debugging 
texts (in yellow background) to see what's going on.
Obviously, in my debugging text Tag ---801--- the keyValue is missing (null).
Maybe that's why it throws a java.lang.NullPointerException.

However, when I compare the codes (where it concerns) of EntityCrypto.java and 
LoginWorker.java between 11.04 and 11.03, I could not find the difference So I 
do NOT understand why it works in my 11.03 but not 11.04.


2018-03-28 10:00:59,870 |http-nio-443-exec-4  |ServerHitBin  
|I| Visit delegatorName=default, ServerHitBin delegatorName=default
2018-03-28 10:00:59,878 |http-nio-443-exec-4  |ControlServlet
|T| [[[forgotPassword_step2(Domain:https://www.myowndomain.com)] Request Done- 
total:0.146,since last([forgotPassword_s...):0.146]]
2018-03-28 10:01:02,961 |http-nio-443-exec-1  |ControlServlet
|T| [[[forgotPassword_step3(Domain:https://www.myowndomain.com)] Request Begun, 
encoding=[UTF-8]- total:0.0,since last(Begin):0.0]]
2018-03-28 10:01:02,988 |http-nio-443-exec-1  |EntityCrypto  
|I| ---804---originalKeyName---is---loginSecretKeyString
2018-03-28 10:01:02,988 |http-nio-443-exec-1  |EntityCrypto  
|I| ---805---originalKeyName---is---loginSecretKeyString
2018-03-28 10:01:02,988 |http-nio-443-exec-1  |EntityCrypto  
|I| 
---806---hashRequest---is---org.apache.shiro.crypto.hash.SimpleHashRequest@327dc55e
2018-03-28 10:01:03,066 |http-nio-443-exec-1  |ServiceDispatcher 
|I| Service auth failed for userLoginId [MyCreatedUser] because UserLogin 
record currentPassword fields did not match; note that the UserLogin object 
passed into a service may need to have the currentPassword encrypted.
2018-03-28 10:01:03,067 |http-nio-443-exec-1  |ServiceDispatcher 
|T| Sync service [order/getUserPreferenceGroup] finished in [2] milliseconds
2018-03-28 10:01:03,076 |http-nio-443-exec-1  |ScreenFactory 
|I| Got 1 screens in 0.009s from: 
file:/D:/apache-ofbiz-16.11.04/applications/securityext/widget/EmailSecurityScreens.xml
2018-03-28 10:01:03,137 |http-nio-443-exec-1  |UtilProperties
|I| ResourceBundle EmailPasswordUiLabels (en) created in 0.061s with 6 
properties
2018-03-28 10:01:03,217 |http-nio-443-exec-1  |UtilProperties
|I| ResourceBundle SecurityUiLabels (en) created in 0.08s with 58 properties
2018-03-28 10:01:03,238 |http-nio-443-exec-1  |EmailServices 
|I| Expanded email subject to: New Password Sent (MyCreatedUser)
2018-03-28 10:01:07,710 |http-nio-443-exec-1  |ServiceDispatcher 
|T| Sync service [order/sendMailHiddenInLog] finished in [4471] milliseconds
2018-03-28 10:01:07,711 |http-nio-443-exec-1  |ServiceDispatcher 
|T| Sync service [order/sendMailHiddenInLogFromScreen] finished in [4678] 
milliseconds
2018-03-28 10:01:07,722 |http-nio-443-exec-1  |RequestHandler
|I| Ran Event 
[java:org.apache.ofbiz.securityext.login.LoginEvents#forgotPassword] from 
[request], result is [success]
2018-03-28 10:01:07,738 |http-nio-443-exec-1  |ConfigXMLReader   
|I| controller loaded: 0.001s, 16 requests, 14 views in 
file:/D:/apache-ofbiz-16.11.04/specialpurpose/birt/webapp/ordermgr/WEB-INF/controller.xml
2018-03-28 10:01:07,763 |http-nio-443-exec-1  |ConfigXMLReader   
|I| controller loaded: 0.006s, 367 requests, 147 views in 
file:/D:/apache-ofbiz-16.11.04/applications/order/webapp/ordermgr/WEB-INF/controller.xml
2018-03-28 10:01:07,794 |http-nio-443-exec-1  |ConfigXMLReader   
|I| controller loaded: 0.001s, 45 requests, 22 views i

[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 a subdir is because we already have a system in place 
that works like this.

The user goes to https://reverseproxy and is presented with a login form where 
he enters his LDAP credentials. These are validated and the user is presented 
with a menu.
The user clicks the links in the menu which takes him for example to 
https://reverseproxy/helpdesk or https://reverseproxy/monitoring or 
https://reverseproxy/files or https://reverseproxy/ofbiz (You get the idea)

As the reverse proxy sends the users credentials, the user only enters them 
once for all applications and he is logged in automatically. The single point 
of login only works when we utilise subdirectories.





smime.p7s
Description: S/MIME Cryptographic Signature


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 something wrong with the ftp transfer.


Best regards,

Michael


Am 30.03.18 um 16:16 schrieb Giulio Speri - MpStyle Srl:

Hi Rishi,

thanks for the reply!

The api used for the ftp transfer are the apache FTP api, group
"commons-net" (version 3.5);
The code used to connect and store file via fftp is the following:

ftp = new FTPClient()
ftp.connect "xxx.yy.ww"
ftp.enterLocalPassiveMode()
ftp.login "username", "password"
ftp.changeWorkingDirectory "INPUT_DIRECTORY"
//put
InputStream file_put= new FileInputStream(directoryZip);
ftp.setFileType(FTP.BINARY_FILE_TYPE);
ftp.storeFile(zipName, file_put);
file_put.close()
ftp.logout()
ftp.disconnect()

Shouldn't Groovy automatically raise exception in case of errors?




2018-03-30 15:07 GMT+02:00 Rishi Solanki :


Giulio,

In addition to what Nicolas suggested please share or look into the
specific code which logs the files and export the orders at ftp locaion.
Probable cause for such error writer create the file at particular location
but could not push the data/file due to some reason but send no
exception/failure.

My guess problem should be related to pushing the exported data and logs to
ftp location and is giving success but not pushing. Kind of case when we
tell the writer object to write and close. Sometime writer.flush() is also
required.

Also if possible at your end then share the relevant code and api you are
using, to better understand the problem.

HTH!


Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co

On Fri, Mar 30, 2018 at 5:48 PM, Nicolas Malin 
wrote:


Hello Giulio,

On 30/03/2018 14:05, Giulio Speri - MpStyle Srl wrote:


Hi all,
[...] Now, here is the issue; sometimes (runtime in which happen seems
random), I
notice that:
- the service in the Job List screen, has the state of "Finished" (no
errors);
- No log file nor zip file is written;
- the flag on the OrderHeader entity has been set to "Y" (by default is
null this field);
- no error or exception found in ofbiz/error log files;

The Job Poller on the second instance of ofbiz is disabled
("poll-enable=false" in serviceengine.xml), so that all the scheduled

jobs

are run only on the first instance.

I am quite confused by this situation and I really don't know what and
where to look, to understand what happens.

Does anyone ever experienced a similar issue?


I worked several time with service engine and I interpreted your feedback
as follow :
* the service in the Job List screen, has the state of "Finished" -> Ok
for OFBiz the service return a success
* the flag on the OrderHeader entity has been set to "Y" (by default is
null this field); -> If your service run under transaction, no reason

that

your service correctly
* No log file nor zip file is written
   ** I see different case, if you are sure that your code works properly
check if you didn't manage some silent exception ( as
try{...}catch(Exception){ }) and is it's the case review you exception
management.
   ** Increase your code with more log with good log4j configuration for
track your service.
   ** Check if you haven't external element that can be delete your file

by

inadvertence
   ** a doubt, send an email with the generate file to your developer team
in // to the storage.
   ** no solution -> Use the remote debugger

I hope you can find a solution to your problem
Nicolas

Thanks in advance for your help.

Giulio










smime.p7s
Description: S/MIME Cryptographic Signature


Re: Multiple eCommerce Websites & Mapping

2018-04-10 Thread Michael Brohl

Hi James,

I have to be brief but hope it helps anyway:

1. setup a WebSite entity with domain and webSiteId

2. configure you webapp like this

    
    
    
    

3. Configure your web server with a virtual host and ServerName 
www.mySite.com


4. Add ProxyPass with AJP protocol 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.com:

Hi all I have going to the documentation and it looks like there is a
way to have multiple websites tied back to the same ofbiz instance.  I
have a few questions.  Where is this configured so we can map a product
store, web template to a web domain.  What do we need to change at our
domains registrar to have the www.xxx.com point to the right IP.  I am
sure this is more than a domain forward.  Thanks in advance!





smime.p7s
Description: S/MIME Cryptographic Signature


Re: Multiple eCommerce Websites & Mapping

2018-04-11 Thread Michael Brohl

Hi James,

web server means Apache httpd or nginx and alike. There is also a 
virtual host concept in Tomcat which I do not know in detail.


Regards,

Michael


Am 11.04.18 um 15:37 schrieb ja...@productive1.com:

Should web server be different from our main Ofbiz server?


 Original Message 
Subject: Re: Multiple eCommerce Websites & Mapping
From: Michael Brohl 
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. configure you webapp like this

  
  
  
  

3. Configure your web server with a virtual host and ServerName
www.mySite.com

4. Add ProxyPass with AJP protocol 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.com:

Hi all I have going to the documentation and it looks like there is a
way to have multiple websites tied back to the same ofbiz instance. I
have a few questions. Where is this configured so we can map a product
store, web template to a web domain. What do we need to change at our
domains registrar to have the www.xxx.com point to the right IP. I am
sure this is more than a domain forward. Thanks in advance!





smime.p7s
Description: S/MIME Cryptographic Signature


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 browser/session.


Regards,

Michael


Am 16.04.18 um 06:08 schrieb Sonali Agrahari:

Hello all,

   I am using OFBiz 12.04 version in my application.
   When logged in to the application as admin user and open web mail in
another browser , suppose we received a mail  which have link
http://xyz.com/activate.html .
The links points to html file as :


  
   



   https://localhost:8443/catalog/control/CreateProductCategory"; name = "f1"
id = "f1" method = "post">
  
   
   




The user clicks on this link while he has logged on to the application. As
the crafted form is doing a post request in a valid session, the requested
post gets executed and result will be displayed i.e. all values will be
inserted in database properly.
And the link gets opened in other tab of same browser.

How can resolve this type of vulnerability.
Kindly help.


Thanks & regards
Sonali









--
Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html





smime.p7s
Description: S/MIME Cryptographic Signature


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 example of something similar or what would be
the paths to follow?

*Jonathan Cárdenas Vargas.*






smime.p7s
Description: S/MIME Cryptographic Signature


Re: Calling all people are using Apache OFBiz!

2010-03-24 Thread Michael Brohl
Hi Tim,

Lynx Consulting GmbH / Agrenon GmbH has several projects and websites 
running on OFBiz and we are developing products for our consulting 
business.
We are planning to promote this some more and are currently working on the 
informations.

I will provide them a soon as we have finished this process.

Thanks and regards,

Michael

--
Please excuse the lengthy signature, we are currently working in a 
solution to get rid of the automatic creation of it.


Michael Brohl
Bereichsleitung Consulting eCommerce
Lynx-Consulting GmbH
Johanniskirchplatz 6
33615 Bielefeld
Deutschland
Fon: +49 521 5247-0
Fax: +49 521 5247-250
Mobil: +49 160 36 64 918



Company and Management Headquarters:
Lynx-Consulting GmbH, Johanniskirchplatz 6, 33615 Bielefeld, Deutschland
Fon: +49 521 5247-0, Fax: +49 521 5247-250, www.lynx.de

Court Registration: Amtsgericht Bielefeld HRB 35946
Chief Executive Officers: Karsten Noss, Dirk Osterkamp



This e-mail may contain trade secrets or privileged, undisclosed, or otherwise 
confidential information. If you have received this e-mail in error, you are 
hereby notified that any review, copying, or distribution of it is strictly 
prohibited. Please inform us immediately and destroy the original transmittal. 
Thank you for your cooperation. 



Besuchen Sie uns!

Wir laden Sie herzlich zu einer ganz besonderen Lynx-Veranstaltung ein: Zum

t...@lynx „SAP CRM“ bei der GROHE AG
22. April 2010
Beginn 14:00 Uhr,
im GROHE AG Showroom
Feldmühleplatz 15
40545 Düsseldorf

Hier können Sie sich anmelden.





From:   Tim Ruppert 
To: user@ofbiz.apache.org
Date:   24.03.2010 01:01
Subject:Re: Calling all people are using Apache OFBiz!


Is there really no one else out there who's using OFBiz and would like to 
help push this section of the site forward?

Cheers,
Ruppert




Re: A Question of Partial Delivery and Order Completion

2012-03-02 Thread Michael Brohl
Hi Alex,

have a look at the subscription mechanism in OFBiz:
http://cwiki.apache.org/confluence/display/OFBIZ/Subscription

HTH,

Michael

Am 02.03.2012 22:26, schrieb Alex Redinger:
> Hello,
>
> I am looking at possibly using OFBiz to track insertion orders for online
> ads.  Initial exploration suggests that there isn't really much in the way
> of tracking or reporting against partial completion of an order.
>
> That is to say,  I can't see a way to reasonably store that, for a given
> time frame, I have delivered X number of impressions for Campaign Y of
> insertion order Z, at the cost of $A, and have this reflected in the order
> record.
>
> Does anybody have any insight as to how I could implement this with the
> existing model and services?  I expect that some amount of extension will
> be necessary, but I don't want to reinvent the wheel more than I need to.
>
> Thanks,
> --Alex
>



How to include ftl from another module using a variable?

2012-06-14 Thread Michael Brohl
Hi,

I want to include a freemarker template using the <#include /> 
directive from another module.
The template path is given to the including ftl (in module1) through a
screen variable in the form "component://module2/path/to/ftl/name.ftl".
The variable is named "myTemplate".

Code
..
<#include myTemplate>
..

Freemarker cannot find the template because is searches for
"component://module1/includes/component://module2/path/to/ftl/name.ftl".
Is there a way to avoid that "component://module1/includes/" is used as
the base?

I tried
..
<#include "/" + myTemplate>
..

to give Freemarker a hint for an absolute path but it says

Error rendering included template at location
[component://module1/includes/header.ftl]:
java.lang.IllegalArgumentException: Bad component location
[component://component://module2/path/to/ftl/name.ftl]: base location
missing slashes [/component://module2/path/to/ftl/name.ftl], first=0,
second=-1; should be like: component://{component-name}/relative/path

Any hints?

Thanks and regards,

Michael


Re: How to include ftl from another module using a variable?

2012-06-20 Thread Michael Brohl
Hi everyone,

do you have any hint for me on this issue?
Or is this simply not possible?

Thanks and regards,

Michael

> Hi,
>
> I want to include a freemarker template using the <#include /> 
> directive from another module.
> The template path is given to the including ftl (in module1) through a
> screen variable in the form "component://module2/path/to/ftl/name.ftl".
> The variable is named "myTemplate".
>
> Code
> ..
> <#include myTemplate>
> ..
>
> Freemarker cannot find the template because is searches for
> "component://module1/includes/component://module2/path/to/ftl/name.ftl".
> Is there a way to avoid that "component://module1/includes/" is used as
> the base?
>
> I tried
> ..
> <#include "/" + myTemplate>
> ..
>
> to give Freemarker a hint for an absolute path but it says
>
> Error rendering included template at location
> [component://module1/includes/header.ftl]:
> java.lang.IllegalArgumentException: Bad component location
> [component://component://module2/path/to/ftl/name.ftl]: base location
> missing slashes [/component://module2/path/to/ftl/name.ftl], first=0,
> second=-1; should be like: component://{component-name}/relative/path
>
> Any hints?
>
> Thanks and regards,
>
> Michael


-- 

Regards,

Michael



Re: ofbiz.biz: Not official Apache OFBiz web site

2014-02-20 Thread Michael Brohl
Hi Jacques,

there's not enough space for the statement in german and english on the
twitter account so I changed it to english.

Thanks and regards,

Michael


Am 20.02.2014 23:58, schrieb Jacques Le Roux:
> Hi Michael,
> 
> Thanks, it's never too late to do good. I know you are only writing in
> German on both site and Twitter account, though could it be possible to
> have the same sentence in English on the Twitter account?
> 
> BTW well done for the German Apache feather logo. This way, I think,
> since you don't reuse an Apache logo, things are clear.
> 
> Don't worry for ofbiz.de it has been done, though it's at the left
> bottom and not much visible. Maybe you could explain to Prof. Dr. Lutz
> Prechelt that it should be better at top AND bottom?
> 
> Hans is responsible for ofbiz.nl, the Thai version visible also on this
> site and a number of Twitter accounts.
> 
> Jacques
> 
> Le 20/02/2014 23:19, Michael Brohl a écrit :
>> Hi Jaques,
>>
>> please excuse the late response to your request.
>>
>> We have added the sentence  you stated below in english an german on
>> our site www.ofbiz.bizand in german on twitter.com/ofbiz_biz .
>> I hope that this will meet the requirements of the ASF.
>>
>> The netherland sites and ofbiz.de are not related to us so we can't
>> change them.
>>
>> I will try to contact the ofbiz.de owner to change the site.
>>
>> Sorry for any inconvenience and many thanks for your work on the ofbiz
>> project.
>>
>> Kind regards,
>>
>>
>> *Michael Brohl*


Aw: Re: Actionable tasks of the week - volunteers?

2014-03-25 Thread Michael Brohl
Hi Jacopo,
 
I will try to resolve issue OFBIZ-5543.

---
Regards,

Michael


> Gesendet: Dienstag, 25. März 2014 um 07:31 Uhr
> Von: "Jacopo Cappellato" 
> An: user@ofbiz.apache.org
> Betreff: Re: Actionable tasks of the week - volunteers?
>
> A quick summary on the status of the work done so far:
> 
> OFBIZ-5543: no one is working on this. volunteers?
> 
> OFBIZ-5565: no one is working on this. volunteers?
> 
> OFBIZ-5589: Mandeep is working on it
> 
> OFBIZ-5590: Mandeep is working on it
> 
> OFBIZ-5551: Paul is discussing the ticket with the reporter
> 
> OFBIZ-: Nicolas is working on it
> 
> OFBIZ-5559: Pierre tested it and has provided positive feedback; Pierre also 
> filed a new ticket for additional enhancements OFBIZ-5592: any volunteer to 
> review this new ticket? These two ones may be good for the trunk; if there 
> are committers with a free slot please feel free to commit and resolve the 
> tasks
> 
> OFBIZ-5553: completed; feedback from Deepak, Jensing; committed by Jacques
> 
> Jacopo


Re: Setting Ofbiz with Enterprise Service Bus

2015-01-28 Thread Michael Brohl

Hi Jean-Luc,

we have some experience with OFBiz connected to Apache Camel with Apache 
ServiceMix for integration.
We use REST endpoints and JMS/ActiveMQ to connect OFBiz to the ESB. For 
JMS we have modified the JMS/Service functionality in OFBiz.


Regards,

Michael



I am trying to set up bf with Enterprise Service Buss
But I will like to hear if anybody has experiences of setting up bf or
Ofbiz with ESB of any type I am interested in how that was done.

Thanks






smime.p7s
Description: S/MIME Cryptographic Signature


Re: Setting Ofbiz with Enterprise Service Bus

2015-01-29 Thread Michael Brohl

Hi Jean-Luc,

thank you for mails. I'm currently in a project and have no time to 
answer your questions immediately, sorry.


I will try to write the main aspects down over the weekend and hope this 
will help you.


For further discussion, please use the original mailing list so we can 
share with the community.


Thanks and regards,

Michael

Am 29.01.15 um 09:07 schrieb Jean-Luc Sylvestre:

Good morning Michael
This is Jean-Luc you have answered in the ofbiz forum.
I am trying to to precisely what you have mentioned but I am using 
jboss Fuse esb and ServiceWorks.

But I can not find any any doc in this area.
Is it possible that you help me with some documents ? some small 
example of:
 REST endpoints and JMS/ActiveMQ to connect OFBiz to the ESB. For JMS 
we have modified the JMS/Service functionality in OFBiz.

I will be very grateful so I can start.

kind regards
Dr Jean-Luc


smime.p7s
Description: S/MIME Cryptographic Signature


Re: delete product

2015-01-30 Thread Michael Brohl

Hi,

there are foreign key constraints from other tables (I guess product 
keywords). You first have to delete the product_keyword entities 
relating to your product before you can delete your product.


Regards,

Michael

Am 30.01.15 um 09:16 schrieb i...@agentur-m3.de:

Hi All,

I tried to create some test products (just product_id
and description and a user defined PRODUCT_TYPE_ID
"FLEAMARKETITEM")  using  a simple method.

ofbiz now gives me an error when deleting them.

Pressing delete-button the data engine says:

Delete failed (write error): org.ofbiz.entity.GenericEntityException:
org.ofbiz.entity.GenericDataSourceException: Exception while deleting
the following entity:
[GenericEntity:Product][productId,fleamarket(java.lang.String)] (SQL
Exception while executing the following:DELETE FROM OFBIZ.PRODUCT WHERE
PRODUCT_ID=? (DELETE on table 'PRODUCT' caused a violation of foreign
key constraint 'PROD_KWD_PROD_NEW' for key (fleamarket). The statement
has been rolled back.)) (Exception while deleting the following entity:
[GenericEntity:Product][productId,fleamarket(java.lang.String)] (SQL
Exception while executing the following:DELETE FROM OFBIZ.PRODUCT WHERE
PRODUCT_ID=? (DELETE on table 'PRODUCT' caused a violation of foreign
key constraint 'PROD_KWD_PROD_NEW' for key (fleamarket). The statement
has been rolled back.)))

Also I tried with SQL:

SQL Exception while executing the following:DELETE FROM PRODUCT WHERE
PRODUCT_TYPE_ID = 'FLEAMARKETITEM' (DELETE on table 'PRODUCT' caused a
violation of foreign key constraint 'PROD_KWD_PROD_NEW' for key
(fleamarket). The statement has been rolled back.)


So it seems I can't delete these items. What is going wrong?
How can I reset the entity state to correct relations?


Thank you!





smime.p7s
Description: S/MIME Cryptographic Signature


Re: Setting Ofbiz with Enterprise Service Bus

2015-02-04 Thread Michael Brohl

Hi Jean-Luc,

I will try to give you a brief overview about our OFBiz/ESB integrations.

We have different interfaces to/from OFBiz, depending on the steps which 
are needed to process the data between OFBiz and other systems.


We have interfaces through REST, FTP to the outside world with different 
data formats (XML, CSV, EDI). These formats are transformed to a main 
"house format" and transported to OFBiz.


The REST endpoints are provided by the ESB (camel-jetty), not OFBiz 
directly. This is to decouple the systems in case the server setting 
will be more decentralized in the future.


For the REST endpoints we mainly have two "paths":
- directing the request directly to OFBiz with url rewriting in Apache 
(for data which comes in the "house format" and need no processing 
(request -> camel-jetty -> Apache -> OFBiz)
- directing the request and the data to an ActiveMQ endpoint for further 
processing (request -> camel-jms -> [different processing steps, 
enrichment, transformations etc.] -> camel-jms -> OFBiz)


For the FTP endpoints we have one main path (file -> camel-file -> 
camel-jms -> [different processing steps, enrichment, transformations 
etc.] -> camel-jms -> OFBiz)


The data path from OFBiz to other systems is through JMS (OFBiz 
jms-service -> camel-jms -> [further processing] -> [several endpoints]


The main paths contain several content based routers and different 
processors to enhance the data. I think this would blow this overview a 
little bit.


So OFBiz ist addressed in two ways: through normal https requests and 
through JMS. https should be clear.


For JMS, OFBiz already has a mechanism for sending and receiving JMS 
messages, used for the distributed cache clear.


Calling a service through JMS ist configured in the serviceengine.xml. 
The JMS message contains a service context map which is sent in the 
message body:




   topic-queue="ofbizServiceOutbound" type="queue" username="xxx" 
password="xxx" listen="false"/>



The service to call another service through JMS (or just send some data 
to a queue) is configured as follows:




location="outputChannel" invoke="dummyService"> Send a JMS 
message to an EAI queue to call an ESB service
   allow-html="any" /> 


The main elements are:

engine="jms":
defines the JMS service engine to call a service, a JMS message is 
generated instead of calling an OFBiz service

location="outputChannel":
specifies the queue to send the message to (configured above)
invoke="dummyService":
that's the name of the remote service to call (if any) or just some 
identifier for the message content to decide where to route the message 
or how to transform it


The way to call an OFBiz service through JMS is as follows




   topic-queue="ofbizServiceInbound" type="queue" username="xxx" 
password="xxx" listen="true"/>



This is the configuration for the JMS provider at the ESB side.

The other JMS configurations take place in the jndi.properties

java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory 
java.naming.provider.url=tcp://127.0.0.1:61616

# register some queues in JNDI using the form
# queue.[jndiName] = [physicalName]
queue.ofbizServiceInbound = ofbizServiceInbound
queue.ofbizServiceOutbound = ofbizServiceOutbound

Now OFBiz listens to the configured queues.

To call an OFBiz service through JMS, we simply put a service context 
map in the body of the message and send it to the queue. We have a camel 
processor which takes the original data and wraps it in the service 
context map, specifying the OFBiz target service to call. No decision 
logic necessary at the OFBiz side.


Hope that helps to get things running on your side.

Regards,

Michael
ecomify.de


Good morning Michael
This is Jean-Luc you have answered in the ofbiz forum.
I am trying to to precisely what you have mentioned but I am using 
jboss Fuse esb and ServiceWorks.

But I can not find any any doc in this area.
Is it possible that you help me with some documents ? some small 
example of:
 REST endpoints and JMS/ActiveMQ to connect OFBiz to the ESB. For JMS 
we have modified the JMS/Service functionality in OFBiz.

I will be very grateful so I can start.

kind regards
Dr Jean-Luc




smime.p7s
Description: S/MIME Cryptographic Signature


Re: Setting Ofbiz with Enterprise Service Bus

2015-02-04 Thread Michael Brohl
As an addition to my previous email and in reference to my statement "or 
JMS we have modified the JMS/Service functionality in OFBiz.": it is not 
necessary to modify OFBiz here, you can use OOTB OFBiz to get things 
running.


We have just written a simplified service to get rid of OFBiz specific 
code/service parameters such as userLogin, timezone etc. because they 
are not needed for calls to non-OFBiz systems.


Regards,

Michael


Hi Jean-Luc,

we have some experience with OFBiz connected to Apache Camel with 
Apache ServiceMix for integration.
We use REST endpoints and JMS/ActiveMQ to connect OFBiz to the ESB. 
For JMS we have modified the JMS/Service functionality in OFBiz.


Regards,

Michael 




smime.p7s
Description: S/MIME Cryptographic Signature


Experiences using OFBiz with MS SQL

2015-02-27 Thread Michael Brohl

Hi all,

we are about to migrate a customer using OFBiz with an older MaxDB 
(SAPDB) to use MS SQL as the customer's preferred target database.


Do you have experience running OFBiz with a MS SQL database in production?
Any incompatibilities, disadvantages or problems?

Thanks for sharing you experiences,
kind regards,

Michael




smime.p7s
Description: S/MIME Cryptographic Signature


Re: Experiences using OFBiz with MS SQL

2015-02-27 Thread Michael Brohl

Hi Jaques,

thank you! Most of the hits are quite old but maybe there are some good 
pointers.


Regards,

Michael

Am 27.02.15 um 09:53 schrieb Jacques Le Roux:

Hi Michael

I have no production experience with MS SQL, but here is a markmail 
search which might help you
http://ofbiz.markmail.org/search/?q=%22+MS+SQL%22#query:%22%20MS%20SQL%22+page:1+mid:5i2pbzavzwkhc3as+state:results 



Jacques




smime.p7s
Description: S/MIME Cryptographic Signature


Re: Experiences using OFBiz with MS SQL

2015-02-27 Thread Michael Brohl

Hi Taher,

MS SQL is not open source. The OFBiz solution has a long history and 
they started with SAPDB because it was available for them at the time 
(they use SAP as ERP). There are several issues with this setting so 
they setup a project to change. They wish to change to MS SQL because 
their operations department has the know-how to operate this database.


Michael

Am 27.02.15 um 10:04 schrieb Taher Alkhateeb:

Hi Michael,

Out of curiosity, why would the client gravitate to an open source solution
sitting on a proprietary database? Especially given that they are migrating!

Taher Alkhateeb





smime.p7s
Description: S/MIME Cryptographic Signature


Re: Experiences using OFBiz with MS SQL

2015-03-02 Thread Michael Brohl

Hi Pierre, all,

just a brief overview: they are a registered cooperative (e.G.) and use 
OFBiz as a B2B sales- and portal solution. They offer a web based 
solution for their own customers (retailer and warehouses) based on 
OFBiz' ecommerce module, integrated with their order management. The 
portal provides financial data, invoice check and claim processes with 
integration to SAP.


The solution is running for some time now, I think I had my first 
project there around mid 2003 :-)


Regards,

Michael
ecomify.de

Am 27.02.15 um 10:36 schrieb Pierre Smits:

Hi Michael,

Could you elaborate a bit on how OFBiz fits in their architecture (e.g.
purpose wise)?

Best regards,

Pierre Smits

*ORRTIZ.COM <http://www.orrtiz.com>*
Services & Solutions for Cloud-
Based Manufacturing, Professional
Services and Retail & Trade
http://www.orrtiz.com

On Fri, Feb 27, 2015 at 10:21 AM, Michael Brohl 
wrote:


Hi Taher,

MS SQL is not open source. The OFBiz solution has a long history and they
started with SAPDB because it was available for them at the time (they use
SAP as ERP). There are several issues with this setting so they setup a
project to change. They wish to change to MS SQL because their operations
department has the know-how to operate this database.

Michael

Am 27.02.15 um 10:04 schrieb Taher Alkhateeb:

  Hi Michael,

Out of curiosity, why would the client gravitate to an open source
solution
sitting on a proprietary database? Especially given that they are
migrating!

Taher Alkhateeb









smime.p7s
Description: S/MIME Cryptographic Signature


Re: OFBiz and Dutch Postalcode integration

2015-03-09 Thread Michael Brohl

Hi Pierre,

that sounds interesting!

Is this supposed to be shared with the community?
Will it work for other countries as well?

Thanks and regards,

Michael
ecomify.de

Am 09.03.15 um 13:44 schrieb Pierre Smits:

Hi all,

I feel proud to be able to announce that we have successfully integrated a
rest service delivering validated address details on approx 8.000.000 in
the Netherlands.

With this function contact mechanism for all kinds of physical addresses
can be validated and enriched with additional information like e.g.
latitude and longitude data, governmental ids and more.

Correct registration of physical addresses is key with respect to delivery
of documents and shipments. Yet errors are easily made resulting in
incorrect deliveries and potential delays with respect to e.g. payment of
invoices. Over 13.000 addresses change weekly as a result of municipal
reclassification, completion of construction, split up/mergers of existing
homes and the renaming of streets, cities and counties.

Our new integrated function allows Dutch users to only submit a postal code
and a house number and validated address details like street name, house
number additions, municipality, province, addres type, purpose and more are
returned for acceptance.

For more information feel free to contact me directly.

Best regards.

Pierre Smits





smime.p7s
Description: S/MIME Cryptographic Signature


Confluence contributor access

2015-03-12 Thread Michael Brohl

Hi,

can you please add my confluence username "mbrohl" to the contributors list?

Thanks and regards,

Michael



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Confluence contributor access

2015-03-15 Thread Michael Brohl

Hi Jaques, Pierre, Sharan,

thanks for letting me in and welcoming me as a contributor.
I just mailed my ICLA to the ASF.

Regards,

Michael

Am 13.03.15 um 09:53 schrieb Sharan-F:

Hi Michael

Welcome and thanks for becoming an OFBiz contributor.

Have you completed an Individual Contributor Licence Agreement (ICLA)? If
not, then details of what it is and how to do this are on the wiki page.

https://cwiki.apache.org/confluence/display/OFBADMIN/Apache+OFBiz+Contributors


Thanks
Sharan







smime.p7s
Description: S/MIME Cryptographic Signature


Re: OFBiz Twitter Account

2015-03-25 Thread Michael Brohl

Hi Sharan,

don't know who owns this account but maybe 
https://twitter.com/ApacheOfbiz would be better to aim on?


Regards,

Michael
ecomify.de

Am 25.03.15 um 17:40 schrieb Sharan-F:

Hi All

Does anyone own (or knows who owns!) the following twitter account.

https://twitter.com/OFBiz 

I'd like to find out if we could ask to use it for the project.

Thanks
Sharan




--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/OFBiz-Twitter-Account-tp4665864.html
Sent from the OFBiz - User mailing list archive at Nabble.com.





smime.p7s
Description: S/MIME Cryptographic Signature


Re: Please add me to list

2015-04-29 Thread Michael Brohl

Hi Karen,

you are already using the right list, welcome!

Please give us some more details what you are trying to achieve. Which 
datafiles do you want to write?


Regards,

Michael Brohl
ecomify GmbH
www.ecomify.de


Am 29.04.15 um 01:05 schrieb Karen Kramer:

Hi, I am trying to use OfBiz to write some datafiles without using the complete 
project.Hoping to get help. I've built 2 of the jars..data and base and then 
got the google HashMap stuff and still having trouble initializinga class.May I 
join a usergroup?Karen Kramer  





smime.p7s
Description: S/MIME Cryptographic Signature


Re: Congratulations & Welcome

2015-05-18 Thread Michael Brohl

Congratulations to all new Committers, keep up the good work!

@Pierre: out of curiosity: where did you get the information about new 
committers? I haven't found an official announcement from the PMC.


Regards,

Michael Brohl
ecomify GmbH
www.ecomify.de


Am 18.05.15 um 09:40 schrieb Pierre Smits:

Hi all,

Please join me in congratulating and welcoming Divesh Dutta on becoming the
latest committer of the project.

Best regards,

Pierre Smits

*ORRTIZ.COM <http://www.orrtiz.com>*
Services & Solutions for Cloud-
Based Manufacturing, Professional
Services and Retail & Trade
http://www.orrtiz.com






smime.p7s
Description: S/MIME Cryptographic Signature


Re: Welcome to our new committers

2015-05-19 Thread Michael Brohl

Hi Jaques,

yes, it's weird and feels a little strange.

But anyway, thank you and the others for the welcome. I'm looking 
forward to a good collaboration.


Thanks and regards,

Michael Brohl
ecomify GmbH
www.ecomify.de


Am 19.05.15 um 08:52 schrieb Jacques Le Roux:

Hi,

I find weird to welcome new committers before it's officially 
announced but since we have already a commit and a lot of comments, I 
think it's time to congratulates you new committer, welcome on board :)


Jacques





smime.p7s
Description: S/MIME Cryptographic Signature


Re: How should new committers handle backporting?

2015-05-19 Thread Michael Brohl

+1, very helpful, just trying it out.

Maybe 
https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best+Practices 
would be a better place, or we would add a link to one of the pages.


Michael Brohl
ecomify GmbH
www.ecomify.de

Am 19.05.15 um 15:38 schrieb Jacques Le Roux:
Maybe we should add it at 
https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Committers+Roles+and+Responsibilities 
?


Jacques

Le 19/05/2015 14:19, Pranay Pandey a écrit :

Thanks Jacopo, its a good OFBiz Committers Guide.

Best regards,

Pranay Pandey
HotWax Systems
http://www.hotwaxsystems.com/
skype: pranay.pandey
cell: +91 982.603.5576

On Tue, May 19, 2015 at 10:52 AM, Jacopo Cappellato <
jacopo.cappell...@hotwaxsystems.com> wrote:


Hi Christian,

On May 19, 2015, at 3:37 AM, Christian Carlow 


wrote:


Should committers download the entire ofbiz repository to help with
backporting?
it is easier if you keep the trunk and the release branches in 
different

svn folders (i.e. different checkouts); for example:

mkdir ofbiz
cd ofbiz
svn co https://svn.apache.org/repos/asf/ofbiz/trunk trunk
svn co https://svn.apache.org/repos/asf/ofbiz/branches/release14.12
release14.12
svn co https://svn.apache.org/repos/asf/ofbiz/branches/release13.07
release13.07
svn co https://svn.apache.org/repos/asf/ofbiz/branches/release12.04
release12.04
svn co https://svn.apache.org/repos/asf/ofbiz/site/ website

you will end up with the following folder layout:
ofbiz/
ofbiz/trunk
ofbiz/release14.12
ofbiz/release13.07
ofbiz/release12.04
ofbiz/website

Then you can setup, with your favorite IDE, one project for each.


Is there a standard procedure new committers should follow
for backporting?
Only bugs should be backported to active release branches (if they 
happen

also there); it is not mandatory that you do but it is very much
appreciated!
Here is a simple workflow to backport a commit to a branch.
1) commit the fix to trunk and note down the commit id; e.g. rev 12345
2) go to the release branch you want to backport to; e.g. cd
ofbiz/release14.12
3) run the following script (the script will apply the commit to your
local release branch):
./tools/mergefromtrunk.sh/bat merge 12345
4) run the tests with:
./tools/mergefromtrunk.sh/bat test
5) it is also a good idea to start the instance and test manually
6.a) if tests are unsuccessful, abort the process and clean your local
release branch:
./tools/mergefromtrunk.sh/bat abort
6.b) if tests are successful, and you want to commit the backport:
./tools/mergefromtrunk.sh/bat commit


  I was going to test my new committer privilege by
applying my OFBIZ-6387.patch.  Should I apply it to the release 
branches

also?

That is probably not a bug but it is a small change and could be a good
chance to practice with the above process, so please do if you like.

Regards,

Jacopo





smime.p7s
Description: S/MIME Cryptographic Signature


Re: SPAM/ Re: Welcome to our new committers

2015-05-20 Thread Michael Brohl

Hi Mark,

this is a community list where alle the communication and collaboration 
takes place, besides development in d...@ofbiz.apache.org.
Normally the traffic is not that high and we should not limit 
colaboration and interpersonal communication here, as long as it is 
related to the community.


To keep your inbox clean you could configure a filter and sort the 
mailing list mails out in a subfolder. That's how i manage the traffic 
of several open source community lists.


Regards,

Michael Brohl
ecomify GmbH
www.ecomify.de

Am 20.05.15 um 14:09 schrieb Mark Schneider:

Hi guys

For days I am getting a lot of messages "Re: Welcome to our new 
committers"
For me they are quite useless and a kind of SPAM. Can we limit the 
amount of such mails, please?


Thank you in advance.

Kind regards, Mark






smime.p7s
Description: S/MIME Cryptographic Signature


Re: Welcome to our new committers

2015-05-20 Thread Michael Brohl

Hi Ashish,

thank you for taking the time to update the committers list!

Can you please edit the mail addresses in a way that they are not 
readable by bots so easily and without mailto links? See examples in the 
older entries.


Currently it seems I have not the permissions to do it myself, no edit 
button there.


Thanks and regards,

Michael Brohl
ecomify GmbH
www.ecomify.de

Am 20.05.15 um 12:42 schrieb Ashish Vijaywargiya:

Hello Team,

I went ahead and added all the new committers information here -
https://cwiki.apache.org/confluence/x/JoB2

Company and Country specific information may be wrong or outdated. In both
column I filled up information based on my knowledge and took references
from LinkedIn. So please feel free to update the information if it seems
wrong.

Thanks!


Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997

On Wed, May 20, 2015 at 1:08 PM, Sharan-F  wrote:


Congratulations and welcome to all our new committers!

Thanks
Sharan



--
View this message in context:
http://ofbiz.135035.n4.nabble.com/Welcome-to-our-new-committers-tp4668563p4668725.html
Sent from the OFBiz - User mailing list archive at Nabble.com.






smime.p7s
Description: S/MIME Cryptographic Signature


Re: Welcome to our new committers

2015-05-20 Thread Michael Brohl

Jacopo,

I have removed all new committers from the contributor's page.

Michael



Am 20.05.15 um 13:34 schrieb Jacopo Cappellato:

On May 20, 2015, at 12:42 PM, Ashish Vijaywargiya 
 wrote:


Hello Team,

I went ahead and added all the new committers information here -
https://cwiki.apache.org/confluence/x/JoB2

Company and Country specific information may be wrong or outdated. In both
column I filled up information based on my knowledge and took references
from LinkedIn. So please feel free to update the information if it seems
wrong.

Please also remove your record from the contributors' page.

Thanks

Jacopo







smime.p7s
Description: S/MIME Cryptographic Signature


Re: How should new committers handle backporting?

2015-05-21 Thread Michael Brohl
Yes, that's right. I'll handle the update on the Wiki, place it on the 
committers page you suggested and see if I can place a link on the other 
page when it fits.


Michael

Am 21.05.15 um 09:53 schrieb Jacques Le Roux:
I mean contributors don't need to backport (COMMIT) patches from OFBiz 
trunk to OFBiz branches...


Jacques

Le 21/05/2015 09:33, Pierre Smits a écrit :

Please remember that committers are contributors with privileges. So
wouldn't it concern them?

Best regards,

Pierre Smits

*ORRTIZ.COM <http://www.orrtiz.com>*
Services & Solutions for Cloud-
Based Manufacturing, Professional
Services and Retail & Trade
http://www.orrtiz.com

On Thu, May 21, 2015 at 9:21 AM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

I don't think contributors are really concerned, will you handle the 
wiki

update?

Jacques


Le 19/05/2015 15:52, Michael Brohl a écrit :


+1, very helpful, just trying it out.

Maybe
https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best+Practices 


would be a better place, or we would add a link to one of the pages.

Michael Brohl
ecomify GmbH
www.ecomify.de

Am 19.05.15 um 15:38 schrieb Jacques Le Roux:


Maybe we should add it at
https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Committers+Roles+and+Responsibilities 


?

Jacques

Le 19/05/2015 14:19, Pranay Pandey a écrit :


Thanks Jacopo, its a good OFBiz Committers Guide.

Best regards,

Pranay Pandey
HotWax Systems
http://www.hotwaxsystems.com/
skype: pranay.pandey
cell: +91 982.603.5576

On Tue, May 19, 2015 at 10:52 AM, Jacopo Cappellato <
jacopo.cappell...@hotwaxsystems.com> wrote:

  Hi Christian,

On May 19, 2015, at 3:37 AM, Christian Carlow <
christian.car...@gmail.com>
wrote:

  Should committers download the entire ofbiz repository to help 
with

backporting?


it is easier if you keep the trunk and the release branches in
different
svn folders (i.e. different checkouts); for example:

mkdir ofbiz
cd ofbiz
svn co https://svn.apache.org/repos/asf/ofbiz/trunk trunk
svn co https://svn.apache.org/repos/asf/ofbiz/branches/release14.12
release14.12
svn co https://svn.apache.org/repos/asf/ofbiz/branches/release13.07
release13.07
svn co https://svn.apache.org/repos/asf/ofbiz/branches/release12.04
release12.04
svn co https://svn.apache.org/repos/asf/ofbiz/site/ website

you will end up with the following folder layout:
ofbiz/
ofbiz/trunk
ofbiz/release14.12
ofbiz/release13.07
ofbiz/release12.04
ofbiz/website

Then you can setup, with your favorite IDE, one project for each.

  Is there a standard procedure new committers should follow

for backporting?


Only bugs should be backported to active release branches (if they
happen
also there); it is not mandatory that you do but it is very much
appreciated!
Here is a simple workflow to backport a commit to a branch.
1) commit the fix to trunk and note down the commit id; e.g. rev 
12345

2) go to the release branch you want to backport to; e.g. cd
ofbiz/release14.12
3) run the following script (the script will apply the commit to 
your

local release branch):
./tools/mergefromtrunk.sh/bat merge 12345
4) run the tests with:
./tools/mergefromtrunk.sh/bat test
5) it is also a good idea to start the instance and test manually
6.a) if tests are unsuccessful, abort the process and clean your 
local

release branch:
./tools/mergefromtrunk.sh/bat abort
6.b) if tests are successful, and you want to commit the backport:
./tools/mergefromtrunk.sh/bat commit

I was going to test my new committer privilege by

applying my OFBIZ-6387.patch. Should I apply it to the release
branches
also?

That is probably not a bug but it is a small change and could be 
a good
chance to practice with the above process, so please do if you 
like.


Regards,

Jacopo








smime.p7s
Description: S/MIME Cryptographic Signature


Re: [MARKETING] Updating our OFBiz Website

2015-05-26 Thread Michael Brohl

Hi Sharan,

thanks for driving this forward! See my comments inline.

Regards,

Michael Brohl
ecomify GmbH
www.ecomify.de

Am 26.05.15 um 10:09 schrieb Sharan-F:

Hi All

I'd like to start a discussion about changing and updating our main project
website. We have had our current side for quite a while now and I think that
it would be good to update it.

Here are some of my initial thoughts

1. Our logo takes up less space now and we have a lot of space at the top so
perhaps we could look at moving the navigation bar into this area


+1

2. A lot of the links on the right hand side could be moved into a drop down
navigation bar to give us more space
Mmhh, not sure if this should be done because if you put the links into 
a dropdown element they are out of sight, you have to open the dropdown 
to see what's in it. Do we need more space?

3. The site itself contains a lot of words which I think makes it hard for
visitors to see what is important
I think the problem is not the number of words, which are not bad for 
SEO, but the structure of the texts. We could restructure them to have 
some kind of landing page for different subjects and related sub pages 
with more detailed texts on the subject.

4. If we want to focus on potential visitor types (e.g. developers and
business users) then we need to adapt the website and highlight what would
interest them and encourage them into trying OFBiz
Yes, a first step could be to identify user groups, their use of OFBiz 
and maybe some different uses cases.

5. At the moment he biggest thing we highlight is downloading OFBiz (yet why
would someone download if they are not sure that it meets their needs).
6. On my version of linux (14.04 LTS) the webpage doesn't fill the screen
(I'm not sure if that is just me!)
We should definetely make the new website responsive, that means it 
should look good and have a good usability on all devices (monitors, 
smartphones etc.)

7. We have links to two versions of OFBiz demos (do we really need 2?)
without any instructions for users as to what they need to do. If for some
reason they are logged out they have no instructions how to log in again.
We could add some funtionality in "demo mode": specify the demo user 
login directly on the login screen and provide a link to a "demo page" 
on the website where the demo is explained.

8. The 'News' section is very static and gets out of date quickly. We have
resurrected our blog so perhaps it would be better to replace this with a
blog feed instead.

+1 That's enough news together with the twitter feed.


What do people think? I'm happy to hear any other ideas that people may
have.

If feedback is positive then I'd like to start work on a new draft website
that could be presented to back the community. Only if accepted will we do
the changeover.

Overall, a +1 from me.


Also I'm not a graphical person or a website designer so would be looking
for some volunteers to help me put this together.
Let's do the conceptual work first, I think we can provide some help on 
this when we have the requirements clear.


Thanks
Sharan



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/MARKETING-Updating-our-OFBiz-Website-tp4668990.html
Sent from the OFBiz - User mailing list archive at Nabble.com.





smime.p7s
Description: S/MIME Cryptographic Signature


Re: Running ofbiz on a AWS EC2 micro instance

2015-05-27 Thread Michael Brohl

Hi Christopher,

this is a very low traffic scenario you described so I think you can run 
OFBiz on this instance. You may have to tweak some configurations to 
match your available memory (Java memory sizes, OFBiz cache etc.).


Regards,

Michael Brohl
ecomify GmbH
www.ecomify.de

Am 27.05.15 um 05:42 schrieb Christopher Smith:

My use case is the following.

I want to setup a eCommerce site for the dairy farmer coop that I belong to.

There will be 10 - 15 items for sale
There will be 25 user accounts
Every 2 weeks, the users will enter their orders, one per user is expected
The orders will be fulfilled every two weeks
I expect to use PayPal as the payment processor.
The ability of a user to have a "standing order" is strongly desired.

I'd like to run on an EC2 micro instance. 1 GB ram, 1 CPU.
How much storage would such a low volume site require?
How well would ofbiz run on such a small instance with the projected low
volume?

I think I could convince the coop to spring for the $6.50/month

The next instance size would likely be pushed back and the google docs
spread sheet ordering would be kept.

Thanks for your thoughts






smime.p7s
Description: S/MIME Cryptographic Signature


Re: [DISCUSSION] OFBiz Online Documentation

2015-05-27 Thread Michael Brohl

Hi Sharan,

I had not the time to think more about your proposal but I can quickly 
answer your followup questions, see inline...


Am 27.05.15 um 15:34 schrieb Sharan-F:

Hi All

I'm still looking for some community feedback on this proposal and approach
and now I have a couple of extra questions.

To any OFBiz Service providers out there – how do you manage the online help
when you install or implement OFBiz? (Is it left as it is, do you remove it
or do you create some new online help?)
In most of our projects, the existing online help is not used at all. 
The nature of our projects are mostly eCommerce and portal systems with 
another ERP backend like SAP. So the OFBiz backend is either not used at 
all or only a small part is used. We do trainings with the end users 
then and sometimes write some kind of manual which describes the backend 
use in context to the customer specific processes.


I think there was only one project in the past 13 years which used the 
online help with partly modified texts.


To the general community at large - what is the overall feeling about
extracting the online help, updating it and then packaging it as a separate
project deliverable that can be easily integrated back into OFBiz?
Mmmhh, we have to make sure that the contents of the online help are in 
sync with the development and that it is easily editable for project 
specific changes. Then I'm fine with it.


I'm focussing on the approach first. I think that once we have had the
discussion about that and reach a concensus can we start discussions around
the technology and options to achieve it.

Thanks
Sharan


Regards,

Michael Brohl
ecomify GmbH
www.ecomify.de



smime.p7s
Description: S/MIME Cryptographic Signature


Re: [DISCUSSION] OFBiz Online Documentation

2015-05-28 Thread Michael Brohl

Todd,

do you mean this Prezi 
http://prezi.com/qqp54gt46pn_/apache-ofbiz-development/ from Jad El Omeiri?



Am 28.05.15 um 16:52 schrieb Todd Thorner:

I'm pretty much sitting this one out (seems to have jumped right into
the tech selection and I don't understand OFBiz well enough yet to be
useful as a writer-contributor so I wouldn't be able to offer much
quality input), but for what it's worth the most important
considerations for a typing architecture are:

1. The project's business needs (e.g. "No XML files!")
2. Making sure the single-sourced files can be puked out into as many
useful end user formats as possible (e.g. context-sensitive help, wiki,
etc.)
3. Making sure a maximum number of writer-contributors can hit the
proverbial ground running without needing to learn new processes

One thing I can offer for now is editing skills, but that involves
potential toe-stepping.  Perhaps I could transform that solid Prezi
presentation into Sozi format so its SVG output could be embedded into
any OFBiz web page.  If the original author is cool with that (can't
remember who it was), let me know.







smime.p7s
Description: S/MIME Cryptographic Signature


Re: Error in start

2015-06-01 Thread Michael Brohl

Hi,

it seems the port 10523 is in use by another process. Please check and 
close this process or start OFBiz with a port offset ( e.g. 
-Dportoffset=1 ).


Michael Brohl
ecomify GmbH
www.ecomify.de

Am 01.06.15 um 13:09 schrieb syed_aqib:

Hello,
I am getting this error please help

Start.java using configuration file org/ofbiz/base/start/start.properties
Set OFBIZ_HOME to - C:/apache-ofbiz-13.07.02
Exception in thread "main" org.ofbiz.base.start.StartupException: Couldn't
creat
e server socket(/127.0.0.1:10523)
 at org.ofbiz.base.start.Start$AdminPortThread.(Start.java:401)
 at org.ofbiz.base.start.Start.createListenerThread(Start.java:157)
 at org.ofbiz.base.start.Start.init(Start.java:227)
 at org.ofbiz.base.start.Start.main(Start.java:127)
Caused by: java.net.BindException: Address already in use: JVM_Bind
 at java.net.DualStackPlainSocketImpl.bind0(Native Method)
 at java.net.DualStackPlainSocketImpl.socketBind(Unknown Source)
 at java.net.AbstractPlainSocketImpl.bind(Unknown Source)
 at java.net.PlainSocketImpl.bind(Unknown Source)
 at java.net.ServerSocket.bind(Unknown Source)
 at java.net.ServerSocket.(Unknown Source)
 at org.ofbiz.base.start.Start$AdminPortThread.(Start.java:399)
 ... 3 more



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Error-in-start-tp4669346.html
Sent from the OFBiz - User mailing list archive at Nabble.com.





smime.p7s
Description: S/MIME Cryptographic Signature


Re: OFBiz Community Day - 20th June 2015

2015-06-10 Thread Michael Brohl

Hi Sharan,

thanks for putting this together and making the community day more 
organised than before.


I've studied the proposed tasks and wonder if there is consensus for 
taking these steps right now? Isn't it a bit too early to take these 
steps at the next community day?


I'm not against it, I'm just unsure if I missed something.

Thanks and regards,

Michael


Am 10.06.15 um 20:47 schrieb Sharan-F:

Hi Everyone

Don't forget that we have our second Community Day coming up soon on 20th
June.  For details about what our Community Days are please read our wiki
page below

https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Community+Days


If you would like to participate then please start thinking about what area
or task you'd like to work on.

After our last Community Day we surveyed participants and their feedback
highlighted that it would be good to have some collaborative organised tasks
to work on so I've created a wiki with some possible ideas. Please feel free
to add more.

https://cwiki.apache.org/confluence/display/OFBIZ/Draft+Community+Day+Task+Planning


If you are interested in helping out with any of the proposed tasks then
please respond to this thread or via a comment on the wiki page itself.

I'll be sending out another reminder next week.
  
Thanks

Sharan



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/OFBiz-Community-Day-20th-June-2015-tp4669891.html
Sent from the OFBiz - User mailing list archive at Nabble.com.





smime.p7s
Description: S/MIME Cryptographic Signature


Re: OFBiz Community Day - 20th June 2015

2015-06-10 Thread Michael Brohl

Just forgot this:

We are planning to contribute some fixes and enhancements on community 
day. Will there be a new sprint in Jira to structure these issues?


Michael

Am 10.06.15 um 22:44 schrieb Michael Brohl:

Hi Sharan,

thanks for putting this together and making the community day more 
organised than before.


I've studied the proposed tasks and wonder if there is consensus for 
taking these steps right now? Isn't it a bit too early to take these 
steps at the next community day?


I'm not against it, I'm just unsure if I missed something.

Thanks and regards,

Michael


Am 10.06.15 um 20:47 schrieb Sharan-F:

Hi Everyone

Don't forget that we have our second Community Day coming up soon on 
20th
June.  For details about what our Community Days are please read our 
wiki

page below

https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Community+Days
<https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Community+Days>

If you would like to participate then please start thinking about 
what area

or task you'd like to work on.

After our last Community Day we surveyed participants and their feedback
highlighted that it would be good to have some collaborative 
organised tasks
to work on so I've created a wiki with some possible ideas. Please 
feel free

to add more.

https://cwiki.apache.org/confluence/display/OFBIZ/Draft+Community+Day+Task+Planning 

<https://cwiki.apache.org/confluence/display/OFBIZ/Draft+Community+Day+Task+Planning> 



If you are interested in helping out with any of the proposed tasks then
please respond to this thread or via a comment on the wiki page itself.

I'll be sending out another reminder next week.
  Thanks
Sharan



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/OFBiz-Community-Day-20th-June-2015-tp4669891.html

Sent from the OFBiz - User mailing list archive at Nabble.com.








smime.p7s
Description: S/MIME Cryptographic Signature


Re: OFBiz Community Day - 20th June 2015

2015-06-11 Thread Michael Brohl

Hi Sharan,

yes, I meant the reorganisation task, thanks for the clarification and 
additional info.


Regards,
Michael

Am 11.06.15 um 09:39 schrieb Sharan-F:

Hi Michael

I'm guessing you mean the Applications re-organisation?  If so then here is
the background.

The idea for including this was raised in in a discussion about on Addons on
the Dev list. It's a big thread but here is the link.

http://ofbiz.135035.n4.nabble.com/Addons-for-OFBiz-tt4668063.html#a4668215


In response Jacopo mentioned that

/*Some time ago I proposed to move all entity definitions from the
applications components into a separate one; this component could also
contain crud/generic services: in this way it will be easier to deploy the
framework+data-model without the user interfaces that are not as generic and
universal as the data model is. In my opinion this would be a good step in
the right direction and it would be very easy to implement. */

I then suggested that if it was straightforward and would bring OFBiz some
benefits then we could add it to the task list for our next  Community Day.

I know Jacopo's response was very positive - which is why I added it to the
draft list but if there is still needs to be some more discussion or
consenus reached then we have a week or so to decide whether to inlcude it
or not. It's just a draft list - so I expected to get some feedback about
the content!

I'll raise a thread on the Dev list about it inlcuding it for the Community
day - and then we can see whether there is consenus or not.

The other topics - Website Update, Online Help and Wiki Documentation have
been discussed under other threads so I think these have eneough consenus to
begin working on them.

Thanks
Sharan





smime.p7s
Description: S/MIME Cryptographic Signature


Re: Webtools Users and Permissions

2015-06-17 Thread Michael Brohl

Hi Gabrielle,

please have a look at the Party Manager, where you can add new users, 
logins, set their security groups and permissions etc.

See http://demo-stable-ofbiz.apache.org/partymgr

Regards,

Michael Brohl
ecomify GmbH
www.ecomify.de

Am 17.06.15 um 16:00 schrieb Gabrielle C. Nguyen:

Hello,


I would like to create new users within Webtools. Ideally, they can login and 
have access to specific areas (CMS editor) only.


Is this possible to create new users? So far, I cannot seem to find a way to do 
so. If so, is it possible to give these users access permissions?


Any tips?


Thank You,


Gabrielle





smime.p7s
Description: S/MIME Cryptographic Signature


Re: Extending OrderHeader, and the finalizeOrder process

2015-06-18 Thread Michael Brohl

Hi Forrest,

I'd suggest to use OrderAttribute to store custom data for the order.

Regards,

Michael Brohl
ecomify GmbH
www.ecomify.de

Am 18.06.15 um 16:30 schrieb Forrest Rae:

Hans, thanks for the reply.

I do agree with you that invoice is a better place for this data, I 
can change the entity I'm extending.  Still, I would like to capture 
this data at order entry, and I'm wondering about best way to do that 
given the design of the order entry process.  It's my understanding 
that invoices aren't created until an order is approved.


Hmmm, Perhaps I could capture this data as part of a custom order 
approval process?


-Forrest

On 6/17/15 11:01 PM, Hans Bakker wrote:

Isn't the invoice you want follow up for payment?

Regards,
Hans

On 18/06/15 12:38, Forrest Rae wrote:

Hi Everyone,

I'm wondering about best practices here, and want to avoid going down a
route that might lead to pain and suffering.

I need to track three custom pieces of data per sales order. This data
is used for contacting the customer for payment.  One piece of data 
is a

purchase order number, then there are two others that are tracking
numbers specific to the customer's payment system.  This data is
required to be "not-null".

I've extended OrderHeader.  Problem is, the order entry screens will
fail at the end, because of the not-null constraint.  (I added the
constraints manually, due to a bug OFBIZ-6493)

I started digging into the finalizeOrder request chain.  I'd like to
capture these three pieces of data on the setBilling screen that is 
part

of finalizeOrder chain.  It appears I'd need to do some pretty heavy
lifting to augment this process, including modifying the ShoppingCart
class, etc.

Obviously someone has had to do this before, so just wondering if there
are any best practices to avoid modifying the Java classes.

-Forrest










smime.p7s
Description: S/MIME Cryptographic Signature


Re: [MARKETING] Updating our OFBiz Website

2015-07-28 Thread Michael Brohl

Hi Sharan,

I would like to help you on this task.

I'll put some ideas together in the next couple of days and post it 
here, or do you have other plans to organize this?


Regards,

Michael Brohl
ecomify GmbH
www.ecomify.de


Am 28.07.15 um 09:06 schrieb Sharan-F:

Hi All

Is anyone available to help me start putting together some ideas or examples
of what our new OFBiz website main page could look like ?

Thanks
Sharan





smime.p7s
Description: S/MIME Cryptographic Signature


Re: [MARKETING] Updating our OFBiz Website

2015-07-28 Thread Michael Brohl
I totally agree with that point with an addition - the business *and* 
technical stuff must be presented in a clear and easy to find way.


We don't know who is looking at the site and for what purpose so 
everything should be covered:


- the CEO/CFO who is looking for a new platform wants to see features, 
licenses, references who is using OFBiz, service providers etc., 
everything you need to decide if OFBiz is for you on the business level 
and which risks and chances it brings


- the CIO and his staff who has the task to evaluate new platforms for 
his company, he needs some of the above but also some more technical 
informations like architecture, used frameworks, documentation etc. to 
decide if the platform is also fitting to the company system landscape, 
the know-how of his staff etc.


- the developer who is searching for technical documentation, data 
models, API, best practices etc.


- the user who is searching for user centric documentation, best 
practices and help


I think the main page should include these entry points with easy to 
understand titles.


Michael Brohl
ecomify GmbH
www.ecomify.de

Am 28.07.15 um 10:14 schrieb Adrian Crum:
It would be nice if our site update targeted end users - with links to 
the existing developer-centric content.


Our site appeals to geeks, not to CFOs or CEOs - those who need to 
make platform decisions. Maybe we should rethink our presentation to 
the outside world.


Adrian Crum
Sandglass Software
www.sandglass-software.com

On 7/28/2015 12:06 AM, Sharan-F wrote:

Hi All

Is anyone available to help me start putting together some ideas or 
examples

of what our new OFBiz website main page could look like ?

Thanks
Sharan



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/MARKETING-Updating-our-OFBiz-Website-tp4668990p4671121.html

Sent from the OFBiz - User mailing list archive at Nabble.com.






smime.p7s
Description: S/MIME Cryptographic Signature


Re: uiLabelMap

2015-08-04 Thread Michael Brohl
I recommend using "ant create-component", this will create a new 
component in hot-deploy with all necessary files and folders and 
prevents you from the complexity of an existing component.


Regards,

Michael Brohl
ecomify GmbH
www.ecomify.de

Am 04.08.15 um 19:40 schrieb damon henry:

I have a custom app that I am building.  I started with an existing app which I 
copied to hot-deploy and have been modifying as needed.  I'm having a hard time 
figuring out where uiLabelMap is being loaded from.  My app is still utilizing 
the properties in the original component for it's uiLabelMap values, and I 
would like it to point to the ones in the new component I am modifying.  Can 
someone point me in the right direction?  If it matters, it is the Warehouse 
component that I started with.
thanksDamon 





smime.p7s
Description: S/MIME Cryptographic Signature


Re: OFBiz Extensions Marketplace (OEM) - progress

2015-09-13 Thread Michael Brohl

Hi Pierre,

I very much like the idea of a community driven marketing initiative and 
I appreciate your efforts on this. It could be a great opportunity for 
the community members to present their skills and solutions and show the 
users what's possible to do with OFBiz outside the standard funtionality.


As you might be aware, there was another initiative by Hans with a 
similar approach, see http://ofbiz.info . As far as I see, this approach 
never gained significant success and it seems dead for a few years now 
(at least the latest news is from 2012).


My theory is, and I might be totally wrong with it, that this is caused 
by the fact that the platform is in the hands of a single company and 
primarily used to promote this company itself. This seems to be the plan 
of your approach also, your companies and trademarks are placed 
prominently at the starting page, using adserver links etc..


I think this approach goes in the wrong direction and won't get enough 
acceptance and support by the community to be successful.


From my perspective, the right approach would be to develop and host 
such a site in the hands of the community, just like the OFBiz official 
website and demo sites. It should be a neutral place where every 
contributor and service provider has the same space to present his 
services and solutions. It must be assured that the platform is 
supported over a long time and that the community can decide which way 
to go with it.


I think the risk to have it in the hands of a single person or company 
is too high to spent significant time and effort in it.


This is just my thought of the current state of the initiative and maybe 
I misunderstood the approach. My apologies if that's the case.


Maybe I'm right and you think over the approach. Any thoughts of you and 
the other community members are very welcome, I'm curious what you think.


Kind regards,

Michael Brohl
ecomify GmbH
www.ecomify.de

Am 13.09.15 um 10:28 schrieb Pierre Smits:

The correct url for a sneak peek into the OFBiz Extensions Marketplace is
http://oem.ofbizci.net/oci-2

Best regards,

Pierre Smits

*OFBiz Extensions Marketplace*
http://oem.ofbizci.net

On Sun, Sep 13, 2015 at 10:24 AM, Pierre Smits 
wrote:


Hi all,

While the development of the OEM is moving forward at a steady pace, I am
pleased to be able to provide a sneak peek into the preliminary website.
Please visit http://oem.ofbizci.net for a impression.

Please be advised that it is still work in progress and that the actual
theme and user experience might be subject to change.

Best regards,

Pierre Smits

*OFBiz Extensions Marketplace*
http://oem.ofbizci.net






smime.p7s
Description: S/MIME Cryptographic Signature


Re: [MARKETING] OFBiz New Website Structure Proposals – Feedback Required

2015-09-16 Thread Michael Brohl

Hi Sharan,

many thanks for your work on this, it's much appreciated!

Unfortunately, I had not the time to look at it but I hope to find an 
hour in the next days before the OCD. Just to inform you that there's 
interest...


Regards,

Michael

Am 16.09.15 um 09:14 schrieb Sharan-F:

Hi Everyone

I’m still looking for some feedback on the revised website structure
proposal.

https://cwiki.apache.org/confluence/display/OFBIZ/New+Website+Structure+Based+on+Combined+Feedback

I was hoping to get some feedback in time to see if we could start doing
some work on the Website update for the Community Day on Saturday.

Thanks
Sharan





smime.p7s
Description: S/MIME Cryptographic Signature


Re: [MARKETING] OFBiz New Website Structure Proposals – Feedback Required

2015-09-18 Thread Michael Brohl

+1

:-)

Michael Brohl
ecomify GmbH
www.ecomify.de

Am 17.09.15 um 08:37 schrieb Jacques Le Roux:

Le 17/09/2015 08:33, Jacopo Cappellato a écrit :

Thanks for the great effort Sharan.

I think we should find better terms for "Customers" and "Patrners": 
theese two don't apply well to an open source project and community 
and are more suited for a company site.


Users and Service Providers as we already use for "decades ;)" ?

Jacques





smime.p7s
Description: S/MIME Cryptographic Signature


Re: Error was: org.postgresql.util.PSQLException: ERROR: relation "tablename" already exists

2015-09-23 Thread Michael Brohl

Hi  Derek,

I guess your relation name/fk-name  is the same as your table name, 
that's not allowed. You might want to provide your entity definition so 
we can see what's wrong with it.


Michael Brohl
ecomify GmbH
www.ecomify.de


Am 23.09.15 um 08:13 schrieb Derek Lew:

Hi

  


I have created a new entity, but everytime I am getting the following error,
how do I set it in such a way that it will check if the entity is there and
don't create anymore?

Error was: org.postgresql.util.PSQLException: ERROR: relation "tablename"
already exists

  


Best regards.
   
Derek Lew 刘绍雄


  








smime.p7s
Description: S/MIME Cryptographic Signature


Re: Ofbiz files and images upload services

2015-10-02 Thread Michael Brohl

Of course, please have a look at the Content Manager.

Just search for "upload" in 
applications/content/webapp/content/WEB-INF/controller.xml


Michael Brohl
ecomify GmbH
www.ecomify.de

Am 02.10.15 um 12:11 schrieb Barou:

I will like create a service to upload files and image in ofbiz
is there a place in ofbiz code one can look for inspiration ?






smime.p7s
Description: S/MIME Cryptographic Signature


Re: Apachecon EU 2015: Thanks!

2015-10-04 Thread Michael Brohl

Hi Sharan,

thank you very much for the summary - for me who was not there it is 
quite interesting to read the impressions and stories from the attendees 
and it quite motivates me be part of it next year.


Would be fine to read more from the attendees (hint, hint :-) )

Thank you all for being such great representers of the project. You've 
transported a good vibe and I feel that the process of building a strong 
community is on a good way, maybe better than ever before!


Thanks,

Michael Brohl
ecomify GmbH
www.ecomify.de


Am 04.10.15 um 16:00 schrieb Sharan-F:

Hi All

I’m still recovering (not in the hangover sense!) from the great time I had
in Budapest with everyone. It was really good to be there and meet, chat and
generally hang out. There were a few surprises for me including seeing OFBiz
Committer Gavin Mabie there all the way from South Africa! It also was good
to see Rupert Howell and also Simon from Stannah.

This year all presentations in the OFBiz track were done by people whose
first language was not English and once again I was very, very impressed!

I think that we have a few jokers in our community  – for example someone
took a picture of Julien during his UX Design presentation when the slide
was blank! (BTW if you haven’t seen the OFBiz photos from Apachecon then
please take a look at the Twitter feed.)

Our presentation attendance numbers were good :  Jacopo (17), Hans (14),
Youssef (17), Gil (16), Nathan (20) and Julien (15).  My talk got 12 but
mainly thanks to the OFBiz guys!

All the talks were very good and I especially liked Youssef’s demo of the
Asterisk PBX integration for OFBiz where it even recorded the phone
conversation!

On Friday morning we ran an informal OFBiz group discussion to talk about
any points that people saw as important. These could then be raised on the
mailing lists for further discussions within the community.  I think that
some really good ideas and suggestions came up and I’ll write up the notes
that I made and add them to the wiki.

As well as discussions, networking and teambuilding happening between the
OFBiz group, we also did some networking with other Apache projects – for
example Jacopo met up with the main Freemarker Committer who lives in
Budapest. One of the outcomes was that he mentioned that the Freemarker
community would be happy to get input from the OFBiz community for potential
features or improvements for Freemarker.

Once again a big thank you to everyone who took part, presented or helped in
anyway. I hope you all enjoyed the experience - I know that I did. Let’s do
it again next year!

Thanks
Sharan




--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Apachecon-EU-2015-Thanks-tp4672930p4673036.html
Sent from the OFBiz - User mailing list archive at Nabble.com.





smime.p7s
Description: S/MIME Cryptographic Signature


Re: Photos from ApacheCon EU 2015

2015-10-04 Thread Michael Brohl

Hi Christian,

many thanks for sharing!

Regards,

Michael

Am 04.10.15 um 22:42 schrieb Christian Geisert:

Hi,

ApacheCon EU 2015 in Budapest was a great conference. Here are a few
photos I took there :

https://www.flickr.com/photos/77101947@N00/albums/72157659439983942

Christian





smime.p7s
Description: S/MIME Cryptographic Signature


Re: Apachecon EU 2015: Thanks!

2015-10-06 Thread Michael Brohl

Hi Julien,

sounds like a lot of fun, thanks for sharing :-)

Michael

Am 06.10.15 um 07:27 schrieb Julien NICOLAS:

Hi,

It was a pleasure for me as well !

I met very good people and was proud to be there.
I've recovered (in both way for me, thanks to the 50cl beer for 1€.) 
and spend very good time, especially on Thursday when Gil join the 
commiters. We drank for him, for the community, for the software, for 
the ApacheCon and for the Budapest Police forces as well, that needs 
12 cars, 24 policemen and 3 ambulances to manage 1 drunk guy...


All conference was very interesting (I must confess that I was a 
little sick for Sharan conference on Friday morning, I had a tomahawk 
planted in my head... but it was black and yellow ;) )
I like to see that Hans and Nathan are working in quite same way using 
Git and Dockers for production process.


We discuss about OFBiz GUI and I'll start to open again this topics 
soon and I think it will be a new start for this part. I think that 
the topics will be a long one with a lot of email :D


This meeting was very good to understand each other. All discussions 
were faster than in the mailing list and I'm quite sure that it will 
be easier to understand an idea than sending hundred of emails.
I look forward the next meeting to see more people and define more new 
projects with OFBiz !


Thank you for this, I'll remember it "for a long time" !

Julien.

Le 04/10/2015 16:00, Sharan-F a écrit :

Hi All

I’m still recovering (not in the hangover sense!) from the great time 
I had
in Budapest with everyone. It was really good to be there and meet, 
chat and
generally hang out. There were a few surprises for me including 
seeing OFBiz
Committer Gavin Mabie there all the way from South Africa! It also 
was good

to see Rupert Howell and also Simon from Stannah.

This year all presentations in the OFBiz track were done by people whose
first language was not English and once again I was very, very 
impressed!


I think that we have a few jokers in our community  – for example 
someone
took a picture of Julien during his UX Design presentation when the 
slide

was blank! (BTW if you haven’t seen the OFBiz photos from Apachecon then
please take a look at the Twitter feed.)

Our presentation attendance numbers were good :  Jacopo (17), Hans (14),
Youssef (17), Gil (16), Nathan (20) and Julien (15).  My talk got 12 but
mainly thanks to the OFBiz guys!

All the talks were very good and I especially liked Youssef’s demo of 
the

Asterisk PBX integration for OFBiz where it even recorded the phone
conversation!

On Friday morning we ran an informal OFBiz group discussion to talk 
about
any points that people saw as important. These could then be raised 
on the
mailing lists for further discussions within the community.  I think 
that
some really good ideas and suggestions came up and I’ll write up the 
notes

that I made and add them to the wiki.

As well as discussions, networking and teambuilding happening between 
the
OFBiz group, we also did some networking with other Apache projects – 
for

example Jacopo met up with the main Freemarker Committer who lives in
Budapest. One of the outcomes was that he mentioned that the Freemarker
community would be happy to get input from the OFBiz community for 
potential

features or improvements for Freemarker.

Once again a big thank you to everyone who took part, presented or 
helped in
anyway. I hope you all enjoyed the experience - I know that I did. 
Let’s do

it again next year!

Thanks
Sharan




--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Apachecon-EU-2015-Thanks-tp4672930p4673036.html

Sent from the OFBiz - User mailing list archive at Nabble.com.







smime.p7s
Description: S/MIME Cryptographic Signature


Re: Notes from OFBiz Workshop at Apachecon Core EU 2015

2015-10-11 Thread Michael Brohl

Hi Sharan,

thank you very much for putting this together, much appreciated!

Regards,

Michael

Am 11.10.15 um 21:43 schrieb Sharan-F:

Hi All

Thanks to everyone that participated in the OFBz Workshop at Apachecon ; It
was good to meet each other and also talk about what you feel is important .
We had representation from France, UK, Italy, Czech Republic, Germany,
Netherlands, USA, South Africa and Thailand so shows that we are truely
international.

I've done an initial draft of the notes from the meeting.
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Workshop+%3A+2nd+October+2015
There was a lot of interaction and discussion and these notes only summarise
the main points so am happy to get any updates, corrections, or omissions.
The last topic regarding Automated Testing got a bit too technical for me so
I wasnt able to capture the details very well, so would someone else be
willing to help complete this?

Please also remember that the workshop was only informal and as usual all
proposals that came out of the meeting need to be raised and discussed on
our mailing lists ;

Thanks
Sharan



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Notes-from-OFBiz-Workshop-at-Apachecon-Core-EU-2015-tp4673277.html
Sent from the OFBiz - User mailing list archive at Nabble.com.





smime.p7s
Description: S/MIME Cryptographic Signature


Re: Is it possible to upgrade OfBiz from 11.04.06 to 13.07.02.

2015-10-12 Thread Michael Brohl
It depends where you've made changes. If you have all changes or 
additional features in your hot-deploy folder, just copy them in a fresh 
13.07.02 installation and see if there are conflicts with used API and 
changed business logic.


You can expect some because 11.04.06 is years old and there were a lot 
of changes.


Personally, I would go with the 14.12.01 release branch, it's 
stabilizing and you don't have to do as much upgrade work later.


I can't say much about BigFish but I assume that it is located in the 
hot-deploy folder as well and the update instruction assumes you only 
have BigFish installed. Just keep your own extensions.


Hope that helps,

Michael

Michael Brohl
ecomify GmbH
www.ecomify.de


Am 12.10.15 um 09:01 schrieb Barou:

I am experimenting with ofbiz  for some weeks now I have done some coding in
Apache apache-ofbiz-11.04.06.
I want to know if I can upgrade it to OFBiz 13.07.02.
As I am experimenting I came a cross to an implementation of ofbiz called
BigFish.
But when I look at how that also can be upgrade from one version to an other
is not very practical.
http://bigfish.solveda.com/bfDownload.html
specifically this point :
Update existing instance Instructions:Delete "hot-deploy" directory from the
INSTALL-DIRECTORY. Also delete *INSTALL-DIRECTORY*\themes\osafe_theme.
I am not ofbiz expert but if I delete my hot-deploy directory I will delete
all my own extension.
Can some body clarified to me how I upgrade ofbiz from one version to a
higher version ?






smime.p7s
Description: S/MIME Cryptographic Signature


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
ecomify GmbH
www.ecomify.de


Am 25.07.18 um 05:30 schrieb Tom Luo:

Hi, Satish,

Thanks for your answer. I can get ofbiz running at my localhost. But, I
cannot get it running for my domain.
Where should I insert  ?
In /etc/tomcat8/server.xml? I just cannot get it work with AJP and apache2
server.

Thanks,

Tom



On Tue, Jul 24, 2018 at 10:48 PM, satish 
wrote:


Hi Tom,
Please follow this installations guide to run OFBiz in Ubuntu.
https://medium.com/viithiisys/installation-steps-of-apache-
ofbiz-16-0-in-ubuntu-2edc39e9c7e2

Thanks,
Satish Kumar



--
Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html






smime.p7s
Description: S/MIME Cryptographic Signature


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 linkhttps://s.apache.org/nbdk
I think my configurations in framework/catalina/ofbiz-component.xml 
are correct.

Moreover, I feel my apache2 configurations are correct.
So, I attached these files in the email. Could anyone help me to have 
a look?


Really appreciate your help!

Tom luo



On Wed, Jul 25, 2018 at 1:16 AM, Jacques Le Roux 
mailto:jacques.le.r...@les7arts.com>> 
wrote:


Hi Tom,

This might help if you are using HTTPD (Apache2)
https://s.apache.org/nbdk

Jacques



Le 25/07/2018 à 05:30, Tom Luo a écrit :

Hi, Satish,

Thanks for your answer. I can get ofbiz running at my
localhost. But, I
cannot get it running for my domain.
Where should I insert  ?
In /etc/tomcat8/server.xml? I just cannot get it work with AJP
and apache2
server.

Thanks,

Tom



On Tue, Jul 24, 2018 at 10:48 PM, satish
mailto:satish.sa...@viithiisys.com>>
wrote:

Hi Tom,
Please follow this installations guide to run OFBiz in Ubuntu.
https://medium.com/viithiisys/installation-steps-of-apache-

ofbiz-16-0-in-ubuntu-2edc39e9c7e2

Thanks,
Satish Kumar



--
Sent from:
http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html









smime.p7s
Description: S/MIME Cryptographic Signature


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/https or
ajp connector?
In framework/catalina/ofbiz-component.xml? Do I need to comment out
http/https property if I choose to use ajp connector in ofbiz-component.xml?

Moreover, the virtual hose info should be in the 000-default.conf
000-default-le-ssl.conf I attached in the last email, right?

BTW, I am using Ubuntu 16.04, Apache server. and the 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/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 linkhttps://s.apache.org/nbdk
I think my configurations in framework/catalina/ofbiz-component.xml are
correct.
Moreover, I feel my apache2 configurations are correct.
So, I attached these files in the email. Could anyone help me to have a
look?

Really appreciate your help!

Tom luo



On Wed, Jul 25, 2018 at 1:16 AM, Jacques Le Roux <
jacques.le.r...@les7arts.com <mailto:jacques.le.r...@les7arts.com>>
wrote:

 Hi Tom,

 This might help if you are using HTTPD (Apache2)
 https://s.apache.org/nbdk

 Jacques



 Le 25/07/2018 à 05:30, Tom Luo a écrit :

 Hi, Satish,

 Thanks for your answer. I can get ofbiz running at my
 localhost. But, I
 cannot get it running for my domain.
 Where should I insert  ?
 In /etc/tomcat8/server.xml? I just cannot get it work with AJP
 and apache2
 server.

 Thanks,

 Tom



 On Tue, Jul 24, 2018 at 10:48 PM, satish
 mailto:satish.sa...@viithiisys.com
 wrote:

 Hi Tom,
 Please follow this installations guide to run OFBiz in Ubuntu.
 https://medium.com/viithiisys/installation-steps-of-apache-
 <https://medium.com/viithiisys/installation-steps-of-apache->
 ofbiz-16-0-in-ubuntu-2edc39e9c7e2

 Thanks,
 Satish Kumar



 --
 Sent from:
 http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
 <http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html>











smime.p7s
Description: S/MIME Cryptographic Signature


Re: Fwd: ofbiz ubuntu deployment Apache server

2018-07-26 Thread Michael Brohl

Hi Tom,

inline...

Am 26.07.18 um 00:07 schrieb Tom Luo:

Hi, Micahel,

Thanks for your reply. Where do I make the choice of using http/https or
ajp connector?
In framework/catalina/ofbiz-component.xml? Do I need to comment out
http/https property if I choose to use ajp connector in ofbiz-component.xml?


Yes, see my earlier remarks.

You use AJP through port 8009 to communicate from the webserver to OFBiz 
and vice versa.
The http/https handling will be between your Apache webserver and the 
client/browser, that's why you don't need it in OFBiz if you use AJP.


So the communication is

browser <-- http/https --> Apache webserver <-- ajp --> OFBiz


Moreover, the Apache config/virtual host files should be in the
000-default.conf  000-default-le-ssl.conf files I attached in last email,
right?


These files did not come with the mail. Attachments often do not go 
through. Please use another way to share your code (Github, DropBox or 
else).



Or, should be Apache config file be a different file?


We use to create new virtual host files beside the standard Ubuntu files 
because they might get updated if you have webserver updates.

But it is possible 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/https connectors or the ajp
connector.

Please share your Apache config/virtual host also as I think there might
be the problem.

Best regards, the virtual hose info should be in the

Michael


Am 25.07.18 um 23:21 schrieb Tom Luo:


Hi, All,

I read the documents in the linkhttps://s.apache.org/nbdk
I think my configurations in framework/catalina/ofbiz-component.xml are
correct.
Moreover, I feel my apache2 configurations are correct.
So, I attached these files in the email. Could anyone help me to have a
look?

Really appreciate your help!

Tom luo



On Wed, Jul 25, 2018 at 1:16 AM, Jacques Le Roux <
jacques.le.r...@les7arts.com <mailto:jacques.le.r...@les7arts.com>>
wrote:

 Hi Tom,

 This might help if you are using HTTPD (Apache2)
 https://s.apache.org/nbdk

 Jacques



 Le 25/07/2018 à 05:30, Tom Luo a écrit :

 Hi, Satish,

 Thanks for your answer. I can get ofbiz running at my
 localhost. But, I
 cannot get it running for my domain.
 Where should I insert  ?
 In /etc/tomcat8/server.xml? I just cannot get it work with AJP
 and apache2
 server.

 Thanks,

 Tom



 On Tue, Jul 24, 2018 at 10:48 PM, satish
 mailto:satish.sa...@viithiisys.com
 wrote:

 Hi Tom,
 Please follow this installations guide to run OFBiz in Ubuntu.
 https://medium.com/viithiisys/installation-steps-of-apache-
 <https://medium.com/viithiisys/installation-steps-of-apache->
 ofbiz-16-0-in-ubuntu-2edc39e9c7e2

 Thanks,
 Satish Kumar



 --
 Sent from:
 http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
 <http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html>











smime.p7s
Description: S/MIME Cryptographic Signature


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 :)

Julien.


Le 02/08/2018 à 17:32, Julien NICOLAS a écrit :

Hi everybody,

I'm testing the trunk only using seed data. I set everything (almost 
everything...). To be sure that my settings are ok, I create a sale 
order in the backoffice with success.


But in the front office (plugin ecommerce) impossible to add a 
product in the cart...


I've got this message : "Fatal error calling inventory checking 
services: org.apache.ofbiz.service.ServiceValidationException: The 
following required parameter is missing: 
[isStoreInventoryAvailableOrNotRequired.productStoreId]"


In debug I can see that the productStoreId is null in the 
"setQuantity" method in ShoppingCartItem.java. It seems that init 
cart have not be done...


I'm a little bit lost... so, this is my website settings :

I'm using the ecommerce component that the web.xml for the website is 
as following :


    
    A unique ID used to look up the WebSite 
entity

    webSiteId
    WebStore
    

My productStoreId is 1

the website
isDefault="Y" productStoreId="1" siteName="Ecommerce" 
visualThemeSetId="ECOMMERCE" webSiteId="WebStore"/>


I have a company, a catalog linked to my product store, a facility, 
my product linked to the catalog and the facility and a sale price.


Maybe I missed something but I don't know what...

Any help are welcome :)

Thanks in advance








smime.p7s
Description: S/MIME Cryptographic Signature


<    1   2   3   4   >