Re: Replace password encryption SHA-1 by SHA-512

2016-12-08 Thread Hans Bakker
10 000 We should also provide new PBDKF2_SHA1 password data. As suggested by the article above, another step would be to use Argon https://password-hashing.net/ What do you think? Jacques -- Regards, Hans Bakker CEO, http://antwebsystems.com

Re: What is the "Apache OFBiz" product?

2017-01-11 Thread Hans Bakker
amework components and business applications" A bit ugly. Jacopo -- Regards, Hans Bakker CEO, http://antwebsystems.com

Re: Gradle documentation and migration status

2017-03-14 Thread Hans Bakker
w/o comment before doing OFBIZ-7677 Jacques -- Regards, Hans Bakker CEO, http://antwebsystems.com

Re: OFBiz Sanity Test Document

2017-07-10 Thread Hans Bakker
://gerrit.antwebsystems.com/#/admin/projects/growerptest compatible with V15 -- Regards, Hans Bakker CEO, http://antwebsystems.com On 09/07/17 17:29, Sanjay Yadav wrote: Thank you, Rishi. Best Regards,* * * * *Sanjay Yadav* | Manager, Enterprise Quality Assurance HotWax Commerce <http://www.hotwax.co/>by**

Alternative UI using Vaadin as ofbiz user interface

2017-08-07 Thread Hans Bakker
macrolibrary generating Vaadin instead of HTML statements. Please let me know here, if there is interest helping to implement this. The license of Vaadin is in general Apache 2.0 or compatible. -- Regards, Hans Bakker CEO, http://antwebsystems.com

Re: Alternative UI using Vaadin as ofbiz user interface

2017-09-18 Thread Hans Bakker
spare time) but that could be contributed as a component I guess. Could it be a plugins or does it need to be in framework? What would be the entailments for framework changes? Thanks Jacques Le 07/08/2017 à 10:08, Hans Bakker a écrit : Interest for co-operation? We are looking here

Re: Alternative UI using Vaadin as ofbiz user interface

2017-10-02 Thread Hans Bakker
ggest to have a look at the common-theme Nicolas recently introduced and how to use it with your Vaadin effort in order to not have to change things in framework if possible Please check https://issues.apache.org/jira/browse/OFBIZ-9138 Thanks Jacques Le 19/09/2017 à 03:56, Hans Bakker a écri

Re: Alternative UI using Vaadin as ofbiz user interface

2017-10-08 Thread Hans Bakker
ase check https://issues.apache.org/jira/browse/OFBIZ-9138 Thanks Jacques Le 19/09/2017 à 03:56, Hans Bakker a écrit : Hi Jacques, we currently create it as a plugin with some patches, but it would be nice to integrate it in the framework, so it can be used by all components regards, Hans On 08/08/17 20

Re: Successor for elRTE

2019-01-17 Thread Hans Bakker
today i saw this one: https://prosemirror.net/ interesting?

future of OFBiz: REST is essential.

2019-01-28 Thread Hans Bakker
allows it. Regards, Hans Bakker, CEO antwebsystems.com

Re: future of OFBiz: REST is essential.

2019-01-29 Thread Hans Bakker
see my answer inline... On 01/29/2019 04:01 PM, Mathieu Lirzin wrote: Hello Hans, Hans Bakker writes: It is now almost 15 years ago i started with OFBiz. I always followed new technology developments and used them when they became usable in a production environment. That is why i joined

Re: future of OFBiz: REST is essential.

2019-01-29 Thread Hans Bakker
sure we will have one soon. Thanks, Michael Brohl ecomify GmbH www.ecomify.de Am 29.01.19 um 06:12 schrieb Hans Bakker: Good morning, fellow developers. It is now almost 15 years ago i started with OFBiz. I always followed new technology developments and used them when they became usable

getting started with ofbiz-rest-impl

2020-09-04 Thread Hans Bakker
GxlLmNvbSIsInVzZXJMb2dpbklkIjoiYWRtaW4iLCJSb2xlIjpbIk1hbmFnZXIiLCJQcm9qZWN0IEFkbWluaXN0cmF0b3IiXX0.fwafgrgpodBJcXxNTQdZknKeWKb3sDOsQrcR2vcRw97FznD6mkE79p10Tu7cqpUx7LiXuROUAnXEgqDice-BSg" --insecure also working fine! if I have more comments or remarks, i will let you know Regards, Hans Bakker https://www.AntWebsystems.com we specialize in fl

Re: getting started with ofbiz-rest-impl

2020-09-06 Thread Hans Bakker
please let us know of any issue you encounter. Best Regards, Girish On Sat, Sep 5, 2020 at 6:51 AM Hans Bakker wrote: Good day! Good to see we finally have a REST interface in OFBiz, thank you girishvasmatkar for this implementation! I will try to use it for the Growerp.org open

Re: getting started with ofbiz-rest-impl

2020-09-06 Thread Hans Bakker
fter it is expired (default is 1800 seconds based on security.properties). Looking forward to hearing more from you and please let us know of any issue you encounter. Best Regards, Girish On Sat, Sep 5, 2020 at 6:51 AM Hans Bakker wrote: Good day! Good to see we finally have a REST

Re: getting started with ofbiz-rest-impl

2020-09-07 Thread Hans Bakker
is not expected to change. The token is revoked after it is expired (default is 1800 seconds basedon security.properties). Looking forward to hearing more from you and please let us know of any issue you encounter. Best Regards, Girish On Sat, Sep 5, 2020 at 6:51 AM Hans Bakker wrot

public rest API

2020-09-09 Thread Hans Bakker
Hi, Girish, thanks again for your last reply it defenity helped, however i have another question. I need to access certain services publicly without a token. I have put auth="false" on the service definition and login-required="false" on the simple-method implementation still i get a 401 r

REST get no parameters

2020-09-09 Thread Hans Bakker
Sorry Girish me again, if i create a simple method service with action GET and no parameters , i get a 500 http error, like: curl -X  GET https://localhost:8443/rest/services/findProductById -H "Accept: application/json" -H "Authorization: Bearer $token" --insecure {   "statusCode" : 500,  

Re: public rest API

2020-09-09 Thread Hans Bakker
correct me. auth and login-required are not taken into account yet, but can certainly be, if some exportable services should be exposed as public APIs. Best Regards, Girish Vasmatkar HotWax Systems On Thu, Sep 10, 2020 at 5:55 AM Hans Bakker wrote: Hi, Girish, thanks again for your last reply

Re: public rest API

2020-09-10 Thread Hans Bakker
, where more RESTFul resources can be declared (development is undergoing) and bound to services where I had planned to include declarative authentication. * * Best Regards, Girish Vasmatkar HotWax Systems On Thu, Sep 10, 2020 at 12:08 PM Hans Bakker mailto:h.bak...@antwebsystems.com>>

Re: public rest API

2020-09-26 Thread Hans Bakker
you need to install the growerp plugin into ofbiz: https://github.com/growerp/growerp-ofbiz Thank you Girish for this enhancement and keep up the good work! Regards, Hans Bakker http://www.antwebsystems.com On 9/26/20 4:05 PM, Girish Vasmatkar wrote: Hello Hans With the latest commi1361c3c

REST input is a map?

2020-09-27 Thread Hans Bakker
Hi Girish, did some more tests and it works well with strings as in- and output, how about Maps and Lists? i tried the following input: {"input":{"test":"just testing"}} and the service definition: then the ofbiz log below can you have a look? Regards, Hans 2020-09-27 18:56:26,801 |jsse-

REST, how about 'Login' map

2020-09-28 Thread Hans Bakker
Hi Girish, thanks for your last email, that is working now too howeveranother question, If i call a service using the token i obtained earlier, i see that the userLogin map in the groovy service I called, is null can you set the login map to the userLogin of the token that was used s

Re: REST, how about 'Login' map

2020-09-29 Thread Hans Bakker
Best, Girish HotWax Systems On Tue, Sep 29, 2020 at 6:20 AM Hans Bakker mailto:h.bak...@antwebsystems.com>> wrote: Hi Girish, thanks for your last email, that is working now too howeveranother question, If i call a service using the token i ob

Re: REST, how about 'Login' map

2020-10-01 Thread Hans Bakker
wrote: Hi Hans, This is now implemented/fixed with commit8545cfe <https://github.com/apache/ofbiz-plugins/commit/8545cfebb2193bead7d06bd8e8cdb5108d24b209> . Best, Girish HotWax Systems On Tue, Sep 29, 2020 at 5:26 PM Hans Bakker mailto:h.bak...@antwebsystems.com>> wrote:

Re: REST, how about 'Login' map

2020-10-01 Thread Hans Bakker
ry of exception that might be thrown from the service. In all three cases, appropriate error messages from the original exception should be included in the error response. Best, Girish On Thu, Oct 1, 2020 at 1:43 PM Hans Bakker <mailto:h.bak...@antwebsystems.com>> wrote:

ofbiz REST error messages, was: REST, how about 'Login' map

2020-10-01 Thread Hans Bakker
Hi Girish, again thanks for your help. I updated my version here, and show the flutter Dio error messages better as explained at: https://pub.dev/packages/dio#handling-errors and now these error messages are received properly, Thanks again, Regards, Hans Bakker antwebsystems.com On 10/2

REST upgrade not find services anymore....

2020-10-06 Thread Hans Bakker
Hi Girish, just upgraded the rest plugin and now services are not found anymore my log: 2020-10-06 20:18:34,185 |OFBiz-JobQueue-1 |ServiceDispatcher |T| Sync service [default/runServiceOnSubscriptionExpiry] finished in [42] milliseconds 2020-10-06 20:19:10,230 |jsse-nio-8443-e

Re: REST upgrade not find services anymore....

2020-10-06 Thread Hans Bakker
ibute below. Best Regards, Girish On Tue, Oct 6, 2020 at 6:58 PM Hans Bakker <mailto:h.bak...@antwebsystems.com>> wrote: Hi Girish, just upgraded the rest plugin and now services are not found anymore my log: 2020-10-06 20:18:34,185 |OFBiz-JobQueue-1 |Ser

Re: REST upgrade not find services anymore....

2020-10-06 Thread Hans Bakker
Hi Girish, please ignore my last message, everything working fine! Regards, Hans On 10/7/20 7:14 AM, Hans Bakker wrote: Yes you are right, but that is an error i introduced later still my problem is still there. can you please check? Regards, Hans On 10/6/20 8:46 PM, Girish

Re: Lose Weight Program for OFBiz - Birt and BI

2012-03-21 Thread Hans Bakker
Jacopo, you are making here a very negative review of the Birt integrationas any component sure there is room for improvement however Some positives you did not even notice? 1. can use minilanguage for the retrieval 2. can use ofbiz fieldnames and entity names. (not databasenames) 3.

Re: Lose Weight Program for OFBiz - Birt and BI

2012-03-21 Thread Hans Bakker
ation. With the single exception of point 5, aren't the listed positives all related to non-Birt functionality? Birt just manages the presentation? And point 5 could be handled by competitors to Birt? Cheers, Anne. On 22 March 2012 12:38, Hans Bakker wrote: Jacopo, you are making h

Re: Lose Weight Program for OFBiz - Birt and BI

2012-03-22 Thread Hans Bakker
then that it introduces dependencies from applications. This is a part of what we are trying to avoid Jacques Hans Bakker wrote: Jacopo, you are making here a very negative review of the Birt integrationas any component sure there is room for improvement however Some positives you did

Re: Lose Weight Program for OFBiz - Birt and BI

2012-03-22 Thread Hans Bakker
. Incorporates the warehouse entities. Jacques From: "Hans Bakker" dependencies from applications to Birt in the framework? sure because Birt is part of the framework. warehouse entities and reports on them belong to the applications, not to the birt application. Regards, Hans

Re: Stable demo: Address already in use

2012-03-23 Thread Hans Bakker
started two times? On 03/23/2012 04:29 PM, Jacques Le Roux wrote: Not sure why we got this on stable demo Set OFBIZ_HOME to - /home/ofbiz/branch9 Exception in thread "main" java.net.BindException: Address already in use at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSock

Junit tests are failing: >>> org.ofbiz.base.util.test.UtilPropertiesTests.testReadXmlLangNewStyle

2012-03-23 Thread Hans Bakker
Since today the following test is failing: >>> org.ofbiz.base.util.test.UtilPropertiesTests.testReadXmlLangNewStyle Regards, Hans

Re: svn commit: r1304369 - in /ofbiz/trunk: ./ framework/ tools/ tools/api-java16/ tools/src/

2012-03-23 Thread Hans Bakker
I am sorry Jacopo, We have setup automated test systems which apply patches automatically. i moved the start and stop script back into the root, these are not tools but operational scripts Regards, Hans On 03/23/2012 09:26 PM, jaco...@apache.org wrote: Author: jacopoc Date: Fri Mar 23 14:

Re: svn commit: r1304369 - in /ofbiz/trunk: ./ framework/ tools/ tools/api-java16/ tools/src/

2012-03-23 Thread Hans Bakker
Again sorry Jacopo, these scripts are important and cannot be changed easily, simply move these to the tools folder AND make a number of changes not documented in the log message is not the way to go. Regards, Hans On 03/23/2012 09:26 PM, jaco...@apache.org wrote: Author: jacopoc Date: Fri

Re: svn commit: r1304369 - in /ofbiz/trunk: ./ framework/ tools/ tools/api-java16/ tools/src/

2012-03-23 Thread Hans Bakker
he downsides of running all your deployments against the latest trunk. Regards Scott On 24/03/2012, at 1:44 PM, Hans Bakker wrote: Again sorry Jacopo, these scripts are important and cannot be changed easily, simply move these to the tools folder AND make a number of changes not documented in

Re: svn commit: r1304369 - in /ofbiz/trunk: ./ framework/ tools/ tools/api-java16/ tools/src/

2012-03-23 Thread Hans Bakker
that. Regards, Hans On 03/24/2012 12:42 PM, Jacopo Cappellato wrote: On Mar 24, 2012, at 1:44 AM, Hans Bakker wrote: AND make a number of changes not documented in the log message is not the way to go The "undocumented" changes are actually documented by the sentence in my log:

Re: svn commit: r1304369 - in /ofbiz/trunk: ./ framework/ tools/ tools/api-java16/ tools/src/

2012-03-24 Thread Hans Bakker
not used only by CI but much more often manually and i see no reason to type every time tools/ in front of it. Regards, Hans On 03/24/2012 04:21 PM, Jacques Le Roux wrote: From: "Hans Bakker" Sorry Jacopo, as I already stated, start/stop.sh and perhaps also the windows ones should s

Re: svn commit: r1304369 - in /ofbiz/trunk: ./ framework/ tools/ tools/api-java16/ tools/src/

2012-03-24 Thread Hans Bakker
On 03/25/2012 02:19 AM, Jacopo Cappellato wrote: On Mar 24, 2012, at 12:32 PM, Hans Bakker wrote: Hi Jacques, Anything can be changed and anything can be adapted, however such basic commands like start and stop should not be moved lightly. The compromise i can offer is to have the original

Re: svn commit: r1304369 - in /ofbiz/trunk: ./ framework/ tools/ tools/api-java16/ tools/src/

2012-03-25 Thread Hans Bakker
ned adding symbolic links OOTB, this would again defeat the purpose of the current goal: to slim down. BTW I moved ofbiz.aptana.js.format.xml to tools. I think root is clean now. Jacques From: "Hans Bakker" On 03/25/2012 02:19 AM, Jacopo Cappellato wrote: On Mar 24, 2012, at 1

junit test still failing.

2012-03-25 Thread Hans Bakker
>> org.ofbiz.base.util.test.UtilPropertiesTests.testReadXmlLangNewStyle Regards, Hans

Re: svn commit: r1308650 - /ofbiz/trunk/tools/rc.ofbiz.for.ubuntu

2012-04-03 Thread Hans Bakker
Hi Nicolas, thanks you for your comments. see below On 04/03/2012 02:12 PM, Nicolas Malin wrote: Hi hans, Just some suggests @@ -32,14 +32,18 @@ OFBIZDIR="ofbiz" # Start OFBiz start() { +if [ "$USER" = "" ]; then +echo "Mounting data disk at boottime here" +#mount /d

Re: svn commit: r1166543 - in /ofbiz/trunk: applications/order/data/ applications/order/script/org/ofbiz/order/test/ applications/order/src/org/ofbiz/order/order/ applications/order/testdef/ applicati

2012-04-05 Thread Hans Bakker
Thank you for fixing it. We looked seriously into your recommendation but found out there were too much basic differences to create a tree of product types. Regards, Hans On 04/05/2012 04:47 PM, Jacopo Cappellato wrote: Hi Hans, with this code you have broken the ability to add "bulk produc

Re: svn commit: r1220622 - in /ofbiz/trunk: applications/manufacturing/data/ applications/order/src/org/ofbiz/order/order/ applications/order/src/org/ofbiz/order/shoppingcart/ applications/order/webap

2012-04-05 Thread Hans Bakker
Sure jacopo, hope i found the code not according the agreed conventions? in r1309775 Regards, Hans On 04/05/2012 05:48 PM, Jacopo Cappellato wrote: Hans, could you please fix the Java code in order to be in line with our formatting conventions? Thanks, Jacopo On Dec 19, 2011, at 7:40 AM,

Looking for OFBiz freelance developers and/or companies.

2012-04-06 Thread Hans Bakker
. Please let us know your rates and availability. You could start as early as next week. Regards, Hans Bakker CEO http://www.antwebsystems.com

Re: Summary of some recent discussions around the OFBiz release roadmap and some proposals

2012-04-06 Thread Hans Bakker
This looks pretty good Jacopo, congratulations. However no mention of the latest trunk? That should be at least mentioned. Regards, Hans On 04/07/2012 11:27 AM, Jacopo Cappellato wrote: I have now updated the OFBiz download page with a new section containing the tentative release schedule fo

Re: Summary of some recent discussions around the OFBiz release roadmap and some proposals

2012-04-07 Thread Hans Bakker
html and become "more official"). Jacopo On Apr 7, 2012, at 6:33 AM, Hans Bakker wrote: This looks pretty good Jacopo, congratulations. However no mention of the latest trunk? That should be at least mentioned. Regards, Hans On 04/07/2012 11:27 AM, Jacopo Cappellato wrote: I have

Re: Summary of some recent discussions around the OFBiz release roadmap and some proposals

2012-04-07 Thread Hans Bakker
Jacopo, thank you for your compliments, However times are changing and continuous testing and continuous deploying will take over 'approved' releases where upgrading is a nightmare Regards, Hans On 04/07/2012 03:48 PM, Jacopo Cappellato wrote: On Apr 7, 2012, at 10:07 AM, H

Re: Summary of some recent discussions around the OFBiz release roadmap and some proposals

2012-04-07 Thread Hans Bakker
On 04/07/2012 04:28 PM, Jacopo Cappellato wrote: On Apr 7, 2012, at 11:12 AM, Hans Bakker wrote: However times are changing and continuous testing and continuous deploying will take over 'approved' releases where upgrading is a nightmare Yeah, hopefully this will happen soon

Re: Summary of some recent discussions around the OFBiz release roadmap and some proposals

2012-04-07 Thread Hans Bakker
ent it, could be also state of art [http://en.wikipedia.org/wiki/State_of_the_art] because trunk is really not that bleeding edge... Jacques Jacopo On Apr 7, 2012, at 11:06 AM, Jacques Le Roux wrote: Maybe, as a consensus, we can put a word about it and not a link? Jacques From: "Hans B

Re: Summary of some recent discussions around the OFBiz release roadmap and some proposals

2012-04-08 Thread Hans Bakker
want do do what i asked for is fine. I now ran out of steam finally. :-) Regards, Hans On 04/08/2012 01:03 PM, Jacopo Cappellato wrote: On Apr 8, 2012, at 2:35 AM, Hans Bakker wrote: Jacopo, You removed the trunk download from the download page which was there from the start without tryin

Re: Summary of some recent discussions around the OFBiz release roadmap and some proposals

2012-04-08 Thread Hans Bakker
commit doesn't have anything to do with what you are reporting here. Jacopo On Apr 8, 2012, at 9:03 AM, Hans Bakker wrote: Jacopo, i have a very simple question about a link which always worked: http://ci.apache.org/projects/ofbiz/snapshots/ofbiz-trunk-current.zip It was normally shown on

Re: Summary of some recent discussions around the OFBiz release roadmap and some proposals

2012-04-08 Thread Hans Bakker
wrote: Maybe, as a consensus, we can put a word about it and not a link? Jacques From: "Hans Bakker" But Apache does not prohibit it? you want to be the best pupil in the Apache school? I still think this is wrong not to mention it. Hans On 04/07/2012 11:38 AM, Jacopo Cappellato wrot

Re: jackrabbit test cases failing?

2012-04-18 Thread Hans Bakker
Yes, I confirm, they do fail (Welcome back Adam!) On 04/19/2012 02:08 AM, Adam Heath wrote: See attached file.

test failing because sending email is broken

2012-04-19 Thread Hans Bakker
currently 18 tests are failing, an example: org.ofbiz.testtools.SimpleMethodTest.shipment-tests.testShipmentServices (from facilitytests) Failing for the past 2 builds (Since #109 ) Took 12 sec. add description Error Me

Re: test failing because sending email is broken

2012-04-19 Thread Hans Bakker
looks like 1327866 is fine, i guess it is revision 1327981 from Adrian that is the problem. Regards. Hans On 04/20/2012 10:59 AM, Hans Bakker wrote: currently 18 tests are failing, an example

Re: Mini-language Overhaul, Part 2

2012-04-20 Thread Hans Bakker
Hi Adrian, i very much appreciate your work on this. But as you sure expected, please keep in mind backward compatibility? Can you also please add some junit tests to check the functionality did not change? Regards Hans On 04/20/2012 05:37 PM, Adrian Crum wrote: I have completed steps 1 and

Re: openid support

2012-04-20 Thread Hans Bakker
+1 On 04/20/2012 09:43 PM, Adam Heath wrote: On 04/20/2012 01:32 AM, Jacques Le Roux wrote: Hi Sam, What proposes Adam is not exactly related. He proposes to introduce a way for OFBiz to be an OpenId server.. And yes we already discussed about using Shiro in OFBiz. But we also agreed recently

Re: Bug related to r1209351 and sequel

2012-04-22 Thread Hans Bakker
Thank you Jacques for reporting fixed in revision 1329036. Regards, Hans On 04/21/2012 06:49 PM, Jacques Le Roux wrote: Hi Hans, There is a NPE thrown in Ecommerce when submitting an order related to r1209351 and sequel: r1209354 + r1209355 Actually the bug seems related to the last one, bu

Re: JDK SE 6 EOL

2012-04-22 Thread Hans Bakker
Hi Jacques, Trunk is compiling fine with openjdk 7? Regards, Hans On 04/23/2012 01:27 PM, Jacques Le Roux wrote: Post Easter bump... Nobody interested? Until when? Maybe wait slim-down end? Jacques - Original Message - *From:* Sam Hamilton *To:* dev@

Re: entities component and tenantcomponent

2012-04-23 Thread Hans Bakker
These are the components belonging to a specific tenant only. When the tenant data is loaded it will only load data from these components in hot-deploy and not other components in hot-deploy. So security of the other components is not loaded so other tenants will not have access. Regards, Hans

Re: [jira] [Commented] (OFBIZ-4856) webapp "tempfiles" is not successfully loaded because of java.io.FileNotFoundException during startup

2012-05-07 Thread Hans Bakker
This is a pretty strong statement about another Apache project Regards, Hans On 05/07/2012 02:06 PM, Jacopo Cappellato (JIRA) wrote: [ https://issues.apache.org/jira/browse/OFBIZ-4856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13269416#comm

Re: [jira] [Commented] (OFBIZ-4856) webapp "tempfiles" is not successfully loaded because of java.io.FileNotFoundException during startup

2012-05-07 Thread Hans Bakker
Jacopo, In general when we need an important function in OFBiz which is missing like Captcha, we look in an existing Apache project first. If we find it, we use it without much checking. I personally do not have enough knowledge to provide you with a comment on thread "unsafety." Regards, Ha

Re: [jira] [Commented] (OFBIZ-4856) webapp "tempfiles" is not successfully loaded because of java.io.FileNotFoundException during startup

2012-05-07 Thread Hans Bakker
Sorry Jacopo, that is too far back to know exactly where, at that time we got it from, but sure it was an apache project. Since you did not agree to it anyway, replace it with whatever you want? Regards, Hans On 05/07/2012 03:15 PM, Jacopo Cappellato (JIRA) wrote: [ https://issues.apache

Re: [jira] [Commented] (OFBIZ-4856) webapp "tempfiles" is not successfully loaded because of java.io.FileNotFoundException during startup

2012-05-07 Thread Hans Bakker
Jacopo, no license issues: the file was copied over as is, including the header.. the fact is: if we cannot copy code from an Apache project before completely investigating it... let me know, did you investigate the free marker code before including the jar? Regards, Hans P.S do not

tenant problem in framework can somebody (Adam) help?

2012-05-07 Thread Hans Bakker
In the framework found the following problem: in GenericDelegator.java, line 226: GenericValue kekValue = baseDelegator.findOne("TenantKeyEncryptingKey", true, "tenantId", getDelegatorTenantId()); however the key to this entity has 2 fields: and further in log i get this message: Failure

Re: [jira] [Commented] (OFBIZ-4856) webapp "tempfiles" is not successfully loaded because of java.io.FileNotFoundException during startup

2012-05-07 Thread Hans Bakker
Jacopo, i have no idea what you want to achieve with your questions. You are talking about a commit i did more than 3 years ago which was done by one of my people. Since 2005 i am on the project with more than 2000 commits so in average one per day. I hope you understand that i can just gues

Re: Help OFBiz Help - day

2012-05-09 Thread Hans Bakker
Better store the field descriptions in the related entitymodel.xml files...then these descriptions show in webtools and in all the forms where they are used check the edit productstore for an example. Regards, Hans On 05/09/2012 07:48 PM, Tom Burns wrote: Pierre, 1. I have stubbed o

Re: svn commit: r1336921 [1/3] - in /ofbiz/trunk/applications: manufacturing/ manufacturing/data/ manufacturing/data/helpdata/ manufacturing/data/helpdata/EN/ manufacturing/data/helpdata/NL/ manufactu

2012-05-11 Thread Hans Bakker
Jacques, please, we had it on wiki before, it was moved to ofbiz to have the help in the version what it was for and not a general help. Further it makes ofbiz depending on wiki and it does not have the multi language capability Yes it does use OFBiz content manager with content and data

Fwd: Build failed in Jenkins: OFBizTrunk #144

2012-05-11 Thread Hans Bakker
Original Message Subject:Build failed in Jenkins: OFBizTrunk #144 Date: Sat, 12 May 2012 03:23:25 + (UTC) From: jenk...@antwebsystems.com To: jenk...@hansbakker.com See Changes: [doogie] FORMA

Re: [jira] [Commented] (OFBIZ-4856) webapp "tempfiles" is not successfully loaded because of java.io.FileNotFoundException during startup

2012-05-12 Thread Hans Bakker
Thank you Jacopo solving this problem. Regards, Hans On 05/12/2012 01:09 PM, Jacopo Cappellato (JIRA) wrote: [ https://issues.apache.org/jira/browse/OFBIZ-4856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273854#comment-13273854 ] Jacopo Cappe

current findByAnd in ftl problems, better use r1338402

2012-05-17 Thread Hans Bakker
If you are already using the new findByAnd methods AND want to have a usable trunk version use: 1338402 Regards, hans

Re: (use 1338394) Re: current findByAnd in ftl problems, better use r1338402

2012-05-18 Thread Hans Bakker
Adam, we were already following you and using the new findByAnd methods in java programswe know we should not use in ftl's this version just added the new methods but did not yet modified the ftl's Regards, Hans On 05/18/2012 10:22 PM, Adam Heath wrote: On 05/18/2012 01:3

Re: svn commit: r1142908 - in /ofbiz/trunk: applications/party/src/org/ofbiz/party/party/PartyServices.java framework/common/src/org/ofbiz/common/login/LoginServices.java

2012-05-19 Thread Hans Bakker
This one is pretty old, i advise you to take this change and apply it to you current version? Regards, Hans On 05/19/2012 03:13 PM, Suprit Udawat wrote: Hi Hans, We are also facing same issue that when we disabled user login from partymgr and try to login with that disabled user login, it get

Re: fix for freemarker findByAnd bug

2012-05-19 Thread Hans Bakker
I am favor of going ahead with this, we cannot have the HEAD of the trunk unusable too long Regards, Hans On 05/20/2012 04:38 AM, Adam Heath wrote: I'd like to install a custom-compiled version of freemarker, with the fix I have posted to this list previously. Upstream seems amicable to

Re: svn commit: r1341341 - in /ofbiz/trunk: applications/party/config/ applications/party/data/ applications/party/script/org/ofbiz/party/party/ applications/party/servicedef/ applications/party/templ

2012-05-22 Thread Hans Bakker
You are right jacopo, corrected in revision 1341344! On 05/22/2012 03:13 PM, Jacopo Cappellato wrote: Hi Hans, On May 22, 2012, at 10:03 AM, hans...@apache.org wrote: + + + + productStoreId is a mandatory input parameter for the service; the above code is not required. Regards, Jacopo

Proposal: separate loading of security files.

2012-05-30 Thread Hans Bakker
Problem: Currently security files are loaded as part of seed. Therefore it is difficult to allow access to components differently per tenant. Proposal: 1. create a new data-reader name 'security'. 2. Be able to load specific security files in a custom component and use in ofbiz-component.xml

Re: HR Interview Data Model Discussion

2012-05-30 Thread Hans Bakker
I would like to suggest to replace the jobinterview , jobinterviewtype with communicationEvent and communicationEventType and add the relationship entity CommunicationEventJobReq. in this case the relation to workeffort, content and attribute are already there Regards, Hans On 05/25/2

Re: Proposal: separate loading of security files.

2012-05-31 Thread Hans Bakker
t use a certain reader(s) when starting ofbiz and those are the resources that get loaded based on what's in the entity-resource element's in the ofbiz-component files. Thanks Scott On 31/05/2012, at 2:13 PM, Hans Bakker wrote: Problem: Currently security files are loaded as part

Re: Proposal: separate loading of security files.

2012-05-31 Thread Hans Bakker
this more sense? Regards, Hans On 05/31/2012 04:16 PM, Hans Bakker wrote: Scott, You you are right, i am re-reading my email and it is too short. The problem: 1. currently security data is part of seed and get always loaded. 2. if the security data of a component is not loaded, makes this

Re: Proposal: separate loading of security files.

2012-05-31 Thread Hans Bakker
derstand how the custom hot-deploy component would load data for one tenant but not for another? Thanks Scott On 31/05/2012, at 9:16 PM, Hans Bakker wrote: Scott, You you are right, i am re-reading my email and it is too short. The problem: 1. currently security data is part of seed and ge

Re: Proposal: separate loading of security files.

2012-05-31 Thread Hans Bakker
enant but not for another? simply not load security files at all and only load the ones i want in the hot-deploy component Thanks Scott On 31/05/2012, at 9:16 PM, Hans Bakker wrote: Scott, You you are right, i am re-reading my email and it is too short. The problem: 1. currently security

Re: Proposal: separate loading of security files.

2012-06-04 Thread Hans Bakker
Proposal below Committed in revision 1346255. Regards, Hans On 05/31/2012 04:16 PM, Hans Bakker wrote: Scott, You you are right, i am re-reading my email and it is too short. The problem: 1. currently security data is part of seed and get always loaded. 2. if the security data of a component

Re: svn commit: r1346255 - in /ofbiz/trunk: applications/accounting/ applications/commonext/ applications/content/ applications/humanres/ applications/manufacturing/ applications/marketing/ applicatio

2012-06-05 Thread Hans Bakker
Thanks for spotting this, reverted in revision 1346264 On 06/05/2012 02:06 PM, Jacopo Cappellato wrote: On Jun 5, 2012, at 8:37 AM, hans...@apache.org wrote: app-bar-display="false"/> + I guess this was not intended to be committed to trunk Jacopo

Re: svn commit: r1346269 - /ofbiz/trunk/framework/entity/ofbiz-component.xml

2012-06-05 Thread Hans Bakker
Good point Adam, corrected in revision 1346713 Regards, Hans On 06/05/2012 11:15 PM, Adam Heath wrote: On 06/05/2012 02:35 AM, hans...@apache.org wrote: Author: hansbak Date: Tue Jun 5 07:35:26 2012 New Revision: 1346269 URL: http://svn.apache.org/viewvc?rev=1346269&view=rev Log: enable tena

Re: Federated Table - MySql5.5

2012-06-06 Thread Hans Bakker
Please study the framework/entity/config/entityengine.xml file where you can define from which server particular entities should come from by using different delegators. Regards. Hans On 06/07/2012 01:22 PM, pankaj wrote: Dear All, Can we create Federated Table with MySql Database. Actuall

Re: svn commit: r1345849 - in /ofbiz/trunk/framework/webapp: config/url.properties src/org/ofbiz/webapp/view/ApacheFopWorker.java

2012-06-08 Thread Hans Bakker
for only 2 parameters create a new properties file looks to me a bit too much On 06/04/2012 05:24 PM, Jacopo Cappellato wrote: On Jun 4, 2012, at 9:33 AM, hans...@apache.org wrote: URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/config/url.properties?rev=1345849&r1=1345848

Re: svn commit: r1335268 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/util/EntityCrypto.java

2012-06-10 Thread Hans Bakker
Hi Adam, thanks for adding this feature i would really love to use it, however is it possible to provide more info than the information below? As far as i can see: 1. generate a kek text with the "./ant gen-kek" command 2. add this text to entity-engine.xml : (is that at the root level? not

Re: [jira] [Assigned] (OFBIZ-4936) Installation error occur about JobSandbox

2012-06-14 Thread Hans Bakker
] Jacopo Cappellato reassigned OFBIZ-4936: Assignee: Hans Bakker Hans, I think this is related to the recent refactoring ("security" reader), could you please have a look and fix it? If you are not available, just reassign to me and I wil

Re: [jira] [Assigned] (OFBIZ-4936) Installation error occur about JobSandbox

2012-06-16 Thread Hans Bakker
m.issuetabpanels:all-tabpanel ] Jacopo Cappellato reassigned OFBIZ-4936: ---- Assignee: Hans Bakker Hans, I think this is related to the recent refactoring ("security" reader), could you please have a look and fix it? If you are not available,

Re: svn commit: r1350843 - in /ofbiz/trunk/framework/service: data/ServiceSecurityData.xml data/ServiceSeedData.xml ofbiz-component.xml

2012-06-16 Thread Hans Bakker
Please see my other comment i send, before i could read the info below. The security data consist out of security data, but in there is also a part 'seed' data what always will be required even if the component security data is not loaded. I moved that in the security and service component bac

Re: [jira] [Assigned] (OFBIZ-4936) Installation error occur about JobSandbox

2012-06-16 Thread Hans Bakker
Not sure it answer all Jacop's question in the other thread though, or is rather a new try/test to complete initial work... Jacques From: "Hans Bakker" Ok most these problems are solved now. added warning messages to ./ant seed and ./ant extseed Still, like in assetmainten

Re: [jira] [Assigned] (OFBIZ-4936) Installation error occur about JobSandbox

2012-06-16 Thread Hans Bakker
be not be shown to any user including the admin users of the system. A similar message as above is shown at the end of the load seed/extseed command Regards, Hans On 06/16/2012 03:21 PM, Jacques Le Roux wrote: In which cases the component security is not loaded? Jacques From: "Hans B

Re: svn commit: r1350843 - in /ofbiz/trunk/framework/service: data/ServiceSecurityData.xml data/ServiceSeedData.xml ofbiz-component.xml

2012-06-16 Thread Hans Bakker
Currently not, they are in the security.xml seed file now renamed to SecuritySeed.xml Regards. Hans On 06/16/2012 03:40 PM, Adrian Crum wrote: FULLADMIN and FLEXADMIN are demo user groups, therefore they belong in demo data - not seed data. -Adrian On 6/16/2012 3:51 AM, hans...@apache.org

Re: svn commit: r1350843 - in /ofbiz/trunk/framework/service: data/ServiceSecurityData.xml data/ServiceSeedData.xml ofbiz-component.xml

2012-06-16 Thread Hans Bakker
It was discussed until may 31st, after that no messages for almost a week, i started to commit it the 6th of june. After that no comments until june 13 of which most I fixed june 15 Hans On 06/16/2012 03:43 PM, Adrian Crum wrote: It would have been nice if we could have discussed the need and

Re: [jira] [Assigned] (OFBIZ-4936) Installation error occur about JobSandbox

2012-06-16 Thread Hans Bakker
If i do not hear any objections against the creation of a SYSTEM (seed) security group with a userLoginId 'system' then i will try commit that tomorrow in order to solve the outstanding problem when only seed/extseed is loaded. Hans On 06/16/2012 03:33 PM, Hans Bakker wrote: wit

Re: [jira] [Assigned] (OFBIZ-4936) Installation error occur about JobSandbox

2012-06-17 Thread Hans Bakker
es. So no, please do not consider silence as an ok to proceed with your plan to fix the issues you introduced... what I see is that the other committers do not fully understand your design or do not like it and this clearly needs to be discussed. Jacopo On Jun 16, 2012, at 1:28 PM, Hans Bakker

  1   2   3   4   5   6   7   8   9   10   >