Re: [VOTE] Release commons-io 2.5 based on RC1

2015-11-25 Thread Adrian Crum
I had the same maven errors while working on IO-487, but I assumed it was because my local copy was not set up correctly. The TailerTest fails intermittently with or without Cobertura. Adrian Crum Sandglass Software www.sandglass-software.com On 11/24/2015 5:36 PM, Gary Gregory wrote: Just

Re: VISIT and VISITOR Entities

2015-11-24 Thread Adrian Crum
Hmmm... it could be the job scheduler. It was refactored a few years ago to fix problems like that. Try C R13 job scheduler into R10 (framework\service\src\org\ofbiz\service\job). Adrian Crum Sandglass Software www.sandglass-software.com On 11/24/2015 8:29 AM, Nick Rosser wrote: Adrian

Re: Payment solutions & process

2015-11-23 Thread Adrian Crum
. It takes time to dig through the code, but once you figure it out, it is easy to set up. Adrian Crum Sandglass Software www.sandglass-software.com On 11/23/2015 1:27 AM, Pierre Smits wrote: Hi all, While working on the omultisafepay component ( http://oem.ofbizci.net/oci-2/products/p_omultisafepay) I

[jira] [Commented] (IO-487) ValidatingObjectInputStream contribution - restrict which classes can be deserialized

2015-11-20 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/IO-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15018147#comment-15018147 ] Adrian Crum commented on IO-487: Or create static ClassNameMatcher members for common class categories

Re: [VOTE] Release Validator 1.5.0 based on RC1

2015-11-19 Thread Adrian Crum
the ant build completely? I have the same problem with a number of Commons projects. I prefer to use ant (since Commons poms are huge black boxes), but the ant builds aren't kept current. I agree the ant build files should be dropped if no one is willing to maintain them. Adrian Crum Sandglass

[jira] [Closed] (OFBIZ-6737) block sites

2015-11-19 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum closed OFBIZ-6737. -- Resolution: Invalid Fix Version/s: (was: 14.12.01) > block si

[jira] [Commented] (IO-487) ValidatingObjectInputStream contribution - restrict which classes can be deserialized

2015-11-19 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/IO-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15013889#comment-15013889 ] Adrian Crum commented on IO-487: Without the class name, the exception is not useful to the developer. What

[jira] [Commented] (OFBIZ-6726) Update commons collections 3.2.1 because of known possible exploit

2015-11-18 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15011392#comment-15011392 ] Adrian Crum commented on OFBIZ-6726: It would be nice if we had more information about the exploit

[jira] [Updated] (IO-487) SafeObjectInputStream contribution - restrict which classes can be deserialized

2015-11-16 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/IO-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated IO-487: --- Attachment: IO-487.patch Updated patch with Niall's changes. The biggest problem I see with this issue is we

[jira] [Commented] (OFBIZ-5608) Dates Displaying Incorrectly With Negative Offest Timezones.

2015-11-16 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15007123#comment-15007123 ] Adrian Crum commented on OFBIZ-5608: Please review this code: MacroFormRenderer.java, line 549

[jira] [Commented] (OFBIZ-5608) Dates Displaying Incorrectly With Negative Offest Timezones.

2015-11-16 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15006941#comment-15006941 ] Adrian Crum commented on OFBIZ-5608: Look at ModelFormField.java, line 339 and 345. The short format

[jira] [Comment Edited] (OFBIZ-5608) Dates Displaying Incorrectly With Negative Offest Timezones.

2015-11-16 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15007431#comment-15007431 ] Adrian Crum edited comment on OFBIZ-5608 at 11/16/15 10:02 PM: --- The attached

[jira] [Updated] (OFBIZ-5608) Dates Displaying Incorrectly With Negative Offest Timezones.

2015-11-16 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-5608: --- Attachment: DateField_2.jpg DateField_1.jpg The attached screenshots sow the problem

Re: svn commit: r1714691 - /ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilXml.java

2015-11-16 Thread Adrian Crum
various framework things work), but it is not a best practice for Java in general. Adrian Crum Sandglass Software www.sandglass-software.com On 11/16/2015 2:00 PM, jler...@apache.org wrote: Author: jleroux Date: Mon Nov 16 22:00:52 2015 New Revision: 1714691 URL: http://svn.apache.org/viewvc?rev

[jira] [Commented] (OFBIZ-5608) Dates Displaying Incorrectly With Negative Offest Timezones.

2015-11-16 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15007485#comment-15007485 ] Adrian Crum commented on OFBIZ-5608: Exactly! I have gone down that road many times trying to fix

Re: svn commit: r1714652 - in /ofbiz/trunk: applications/content/src/org/ofbiz/content/content/ applications/content/src/org/ofbiz/content/data/ applications/order/src/org/ofbiz/order/thirdparty/taxwa

2015-11-16 Thread Adrian Crum
java:231) [java] Java Result: 1 Adrian Crum Sandglass Software www.sandglass-software.com On 11/16/2015 11:02 AM, jler...@apache.org wrote: Author: jleroux Date: Mon Nov 16 19:02:25 2015 New Revision: 1714652 URL: http://svn.apache.org/viewvc?rev=1714652=rev Log: No functional change, complete

[jira] [Commented] (IO-487) SafeObjectInputStream contribution - restrict which classes can be deserialized

2015-11-14 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/IO-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15005557#comment-15005557 ] Adrian Crum commented on IO-487: Niall - That is what the IntersectionClassAcceptor is used

[jira] [Commented] (IO-487) SafeObjectInputStream contribution - restrict which classes can be deserialized

2015-11-14 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/IO-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15005493#comment-15005493 ] Adrian Crum commented on IO-487: I agree Include/Exclude sounds better. I will spend some time building out

[jira] [Updated] (IO-487) SafeObjectInputStream contribution - restrict which classes can be deserialized

2015-11-14 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/IO-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated IO-487: --- Attachment: IO-487.patch Latest patch with the new class names. I'm still working on the unit tests. I can't get

[jira] [Commented] (IO-487) SafeObjectInputStream contribution - restrict which classes can be deserialized

2015-11-14 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/IO-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15005590#comment-15005590 ] Adrian Crum commented on IO-487: Agreed, but I think UnsupportedOperationException describes things better

[jira] [Commented] (IO-487) SafeObjectInputStream contribution - restrict which classes can be deserialized

2015-11-14 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/IO-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15005668#comment-15005668 ] Adrian Crum commented on IO-487: That sounds great! I will make those changes and wrap this up tomorrow

Re: [MARKETING] Who Owns the OFBiz Youtube Channel ?

2015-11-13 Thread Adrian Crum
This might help: https://mail-archives.apache.org/mod_mbox/ofbiz-dev/200811.mbox/%3c73bd3c38-75fb-432c-bf13-3922e7de0...@hotwaxmedia.com%3E Adrian Crum Sandglass Software www.sandglass-software.com On 11/13/2015 6:50 AM, Michael Brohl wrote: Sharan, have you tried to send the channel owner

[jira] [Commented] (IO-487) SafeObjectInputStream contribution - restrict which classes can be deserialized

2015-11-13 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/IO-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15004571#comment-15004571 ] Adrian Crum commented on IO-487: Gary - right now I think we are trying to settle on an API

[jira] [Updated] (IO-487) SafeObjectInputStream contribution - restrict which classes can be deserialized

2015-11-13 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/IO-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated IO-487: --- Attachment: IO-487.patch Improved patch attached. Added missing @Overrides, added missing JavaDocs, added more

[jira] [Commented] (IO-487) SafeObjectInputStream contribution - restrict which classes can be deserialized

2015-11-13 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/IO-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15004415#comment-15004415 ] Adrian Crum commented on IO-487: Some suggestions: 1. Use UnsupportedOperationException instead of custom

[jira] [Commented] (IO-487) SafeObjectInputStream contribution - restrict which classes can be deserialized

2015-11-13 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/IO-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15004453#comment-15004453 ] Adrian Crum commented on IO-487: If you don't mind, I would like to make a few improvements to your patch

[jira] [Commented] (IO-487) SafeObjectInputStream contribution - restrict which classes can be deserialized

2015-11-13 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/IO-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15004657#comment-15004657 ] Adrian Crum commented on IO-487: Agreed. > SafeObjectInputStream contribution - restrict which classes

[jira] [Commented] (IO-487) SafeObjectInputStream contribution - restrict which classes can be deserialized

2015-11-13 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/IO-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15004788#comment-15004788 ] Adrian Crum commented on IO-487: I just noticed my patch utility is creating duplicates within the patch. Let

[jira] [Updated] (IO-487) SafeObjectInputStream contribution - restrict which classes can be deserialized

2015-11-13 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/IO-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated IO-487: --- Attachment: IO-487.patch Updated patch that includes the suggestions made so far. I think the latest API

Re: Fixed asset next service due

2015-11-09 Thread Adrian Crum
Take a look at the createMaintsFromTimeInterval service. It is a background job that runs hourly. Adrian Crum Sandglass Software www.sandglass-software.com On 11/9/2015 7:13 AM, Charles Colbourn wrote: Hi, Thanks to help from this mailing list I've got a copy of trunk up and running

Re: svn commit: r1711019 - /ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/In voiceServices.xml

2015-11-08 Thread Adrian Crum
minilang.properties: # Enable mini-language auto-correction. If set to true, mini-language will attempt # to correct common syntax errors. The corrections are saved in the original # source file. autocorrect=false Adrian Crum Sandglass Software www.sandglass-software.com On 11/8/2015 5:26

Re: Security Permission being Viewable

2015-11-06 Thread Adrian Crum
There was a security redesign that was discussed a few years ago, but interest in it dropped off: https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Security+Redesign Adrian Crum Sandglass Software www.sandglass-software.com On 11/6/2015 1:04 AM, simon maskell wrote: Hi We are looking

[jira] [Commented] (OFBIZ-6210) Replace EntityUtilProperties with EntityClassLoader

2015-11-06 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14993902#comment-14993902 ] Adrian Crum commented on OFBIZ-6210: Thank you for taking the time to review the code. I won't be able

[jira] [Commented] (OFBIZ-6712) Increase the number of EntityUtilProperties methods which really use getSystemPropertyValue()

2015-11-05 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14992205#comment-14992205 ] Adrian Crum commented on OFBIZ-6712: Yes, I see what you are trying to do. What YOU are not seeing

[jira] [Commented] (OFBIZ-6712) Increase the number of EntityUtilProperties methods which really use getSystemPropertyValue()

2015-11-05 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14992381#comment-14992381 ] Adrian Crum commented on OFBIZ-6712: Have you tested the performance impact of the current

[jira] [Commented] (OFBIZ-6712) Increase the number of EntityUtilProperties methods which really use getSystemPropertyValue()

2015-11-05 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14992144#comment-14992144 ] Adrian Crum commented on OFBIZ-6712: You are contradicting yourself. You describe an alternative

[jira] [Commented] (OFBIZ-6712) Increase the number of EntityUtilProperties methods which really use getSystemPropertyValue()

2015-11-05 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14991860#comment-14991860 ] Adrian Crum commented on OFBIZ-6712: NO NO NO!!! You cannot replace UtilProperties

Re: Ofbiz 13.07 Special Purpose Components

2015-11-04 Thread Adrian Crum
Make sure the components appear in the specialpurpose/component-load.xml file. Adrian Crum Sandglass Software www.sandglass-software.com On 11/4/2015 6:58 AM, Derek Lew wrote: Hi I am trying to load the special purpose components, but none of them get loaded. I have copied the special

Re: Widget-Style

2015-11-01 Thread Adrian Crum
s style should style all of the elements it contains." and here: https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+maincss.css+HTML+Element+Collection+Styles Don't assume the widget code is correct. It may be in need of an update. Adrian Crum Sandglass Software www.sandglass-software.co

Re: Practices involving source-code repositories

2015-11-01 Thread Adrian Crum
We follow a best practice of limiting a commit to fixing only one thing. That approach provides the ability to revert the commit should something go wrong. Reverting a single fix is easier than reverting a small portion of a larger commit. Adrian Crum Sandglass Software www.sandglass

Re: svn commit: r1711019 - /ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/invoice/In voiceServices.xml

2015-10-31 Thread Adrian Crum
Keep in mind that Mini-language has a setting where it automatically updates source files to the latest grammar and formats them. Adrian Crum Sandglass Software www.sandglass-software.com On 10/31/2015 2:45 AM, Jacques Le Roux wrote: To have an idea I tried this https://stackoverflow.com

Re: [FRAMEWORK] Notes from Skype Meeting - 23rd Oct 2015

2015-10-31 Thread Adrian Crum
Thanks Sharan! The link you provided doesn't work. I think this is the page you were referring to: https://cwiki.apache.org/confluence/display/OFBIZ/Potential+Framework+Project+for+the+Foundation+Sub+Component Adrian Crum Sandglass Software www.sandglass-software.com On 10/31/2015 2:36 AM

[jira] [Commented] (OFBIZ-6704) Creating & Closing Custom Time Periods

2015-10-29 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14980325#comment-14980325 ] Adrian Crum commented on OFBIZ-6704: https://ci.apache.org/projects/ofbiz/site/javadocs/org/ofbiz/base

Re: svn commit: r1709272 - in /ofbiz/trunk/applications/humanres: entitydef/entitymodel.xml entitydef/entitymodel_old.xml ofbiz-component.xml script/org/ofbiz/humanres/UpgradeServices.xml servicedef/s

2015-10-29 Thread Adrian Crum
KEY (PAY_GRADE_ID) REFERENCES OFBIZ.PAY_GRADE (PAY_GRADE_ID) Error was: java.sql.SQLException: Constraint 'SLRY_STP_PGRD' already exists in Schema 'OFBIZ'. Adrian Crum Sandglass Software www.sandglass-software.com On 10/18/2015 5:29 AM, jler...@apache.org wrote: Author: jleroux Date: Sun Oct 18 12:29:37 2

Re: Maintenance Management/MMS/EAM

2015-10-29 Thread Adrian Crum
I created a maintenance notification system for one of my clients. I will see if I can find the source code for that. Adrian Crum Sandglass Software www.sandglass-software.com On 10/29/2015 8:26 AM, Charles Colbourn wrote: Thanks Sharan and others, I've now got that working. I have a couple

Re: Maintenance Management/MMS/EAM

2015-10-28 Thread Adrian Crum
+Maintenance+Setup Adrian Crum Sandglass Software www.sandglass-software.com On 10/28/2015 2:25 AM, Charles Colbourn wrote: Hi, This is probably a really stupid question, and I'm hoping I'm not going to get flamed into the ground for this but: I'm trying to implement ( install, rather than develop

Re: A rant I could not hold (read: wanted to share)

2015-10-27 Thread Adrian Crum
Building out the documentation in the XSDs would be a huge step in the right direction. Adrian Crum Sandglass Software www.sandglass-software.com On 10/27/2015 1:12 AM, Jacques Le Roux wrote: Hi All, Don't take this too seriously, it's only a thought that crossed my mind while reading

Re: svn commit: r1710527 - in /ofbiz/trunk/framework/widget: src/org/ofbiz/widget/renderer/ src/org/ofbiz/widget/renderer/macro/ templates/

2015-10-26 Thread Adrian Crum
A reminder for all committers: Before committing, run - ant clean-all load-demo run-tests Adrian Crum Sandglass Software www.sandglass-software.com On 10/26/2015 11:51 AM, Jacques Le Roux wrote: Thanks Deepak, Indeed, I did not clean before building so it passed. I revert... Jacques Le 26

[jira] [Commented] (POOL-306) BaseGenericObjectPool IdentityWrapper equals violates Java spec

2015-10-26 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/POOL-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14974321#comment-14974321 ] Adrian Crum commented on POOL-306: -- That sounds like a case of premature optimization

Re: Removing Javolution and resolving sax implementation - OFBIZ-5169

2015-10-23 Thread Adrian Crum
https://docs.oracle.com/javase/tutorial/jaxp/sax/parsing.html https://issues.apache.org/jira/browse/OFBIZ-2390 Adrian Crum Sandglass Software www.sandglass-software.com On 10/23/2015 7:20 AM, Taher Alkhateeb wrote: Hi Adrian, I believe xerces also already exists in the project. Which one

Re: Removing Javolution and resolving sax implementation - OFBIZ-5169

2015-10-23 Thread Adrian Crum
Xerces would be fine, but we already have a pull parser in the project (an XStream dependency): http://www.extreme.indiana.edu/xgws/xsoap/xpp/ Adrian Crum Sandglass Software www.sandglass-software.com On 10/23/2015 1:10 AM, Taher Alkhateeb wrote: Hi everyone, I need some help and guidance

[jira] [Commented] (OFBIZ-4090) Add Support For Compound Screen Widget XML Files

2015-10-21 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14966824#comment-14966824 ] Adrian Crum commented on OFBIZ-4090: The implementation basically worked, but the Eclipse editor

[jira] [Commented] (OFBIZ-6691) Remove tooltip="${uiLabelMap.CommonRequired}" from fields

2015-10-21 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14967701#comment-14967701 ] Adrian Crum commented on OFBIZ-6691: Originally, OFBiz marked required fields with an asterisk

Re: [jira] [Resolved] (OFBIZ-1993) LoginWorker.makeLoginUrl doesn't include path info URL parameters

2015-10-20 Thread Adrian Crum
Taher, If the issue was fixed (it was), then close it as Fixed - with a reference to the revision that fixed it. Adrian Crum Sandglass Software www.sandglass-software.com On 10/20/2015 1:57 PM, Taher Alkhateeb (JIRA) wrote: [ https://issues.apache.org/jira/browse/OFBIZ-1993?page

Re: Why A Framework Rewrite Is Necessary

2015-10-19 Thread Adrian Crum
Sharan, Please move the child pages also. The structure I had was: Vision | |_ Implementation Overview | |___ Implementation Details A | |___ Implementation Details B | . . . Adrian Crum Sandglass

Re: Why A Framework Rewrite Is Necessary

2015-10-18 Thread Adrian Crum
it to a less restrictive area. Adrian Crum Sandglass Software www.sandglass-software.com On 10/18/2015 2:21 PM, Taher Alkhateeb wrote: Hello Everyone, Like Ron I also find the suggestion from David logical and sensible. We can perhaps start with a design for interfaces and XSDs as a first step

Re: svn commit: r1709213 - in /ofbiz/trunk/applications: commonext/widget/CommonScreens.xml content/src/org/ofbiz/content/data/DataEvents.java product/config/ProductUiLabels.xml

2015-10-17 Thread Adrian Crum
ƒ³ โปรแกรมจัดการรูปภาพ Ứng dụng quản lý hình ảnh Maybe you meant xml:lang="fr" ? Adrian Crum Sandglass Software www.sandglass-software.com

[jira] [Commented] (OFBIZ-5534) Dirty reads from entity cache

2015-10-17 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14961924#comment-14961924 ] Adrian Crum commented on OFBIZ-5534: FYI - my pk cache fix worked, but there were a number of bug

Re: Why A Framework Rewrite Is Necessary

2015-10-17 Thread Adrian Crum
Thanks David! I agree with most of it, but... (inline) Adrian Crum Sandglass Software www.sandglass-software.com On 10/17/2015 11:07 AM, David E. Jones wrote: This message has a lot of the right questions to ask about a new framework. A big part of why the OFBiz framework suffers is because

Re: Why A Framework Rewrite Is Necessary

2015-10-16 Thread Adrian Crum
That discussion occurred in April, and a vote was taken: http://ofbiz.135035.n4.nabble.com/VOTE-Begin-Replacing-OFBiz-Framework-With-Moqui-td4667500.html Adrian Crum Sandglass Software www.sandglass-software.com On 10/16/2015 8:51 AM, Ron Wheeler wrote: Is there any enthusiasm

[jira] [Assigned] (OFBIZ-6405) Grid widget requires cache clear before modifications are rendered

2015-10-16 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum reassigned OFBIZ-6405: -- Assignee: Adrian Crum > Grid widget requires cache clear before modifications are rende

[jira] [Closed] (OFBIZ-6405) Grid widget requires cache clear before modifications are rendered

2015-10-16 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum closed OFBIZ-6405. -- Resolution: Fixed Fix Version/s: Upcoming Branch Fixed in rev 1709. Thanks! > Grid wid

Re: Why A Framework Rewrite Is Necessary

2015-10-16 Thread Adrian Crum
Ron, Please stop referring to Foundation. I only referenced that library to make a point about how much easier it is come up with better designs when you start with a clean slate. Otherwise, it has no bearing on this discussion. Adrian Crum Sandglass Software www.sandglass-software.com

Re: Why A Framework Rewrite Is Necessary

2015-10-15 Thread Adrian Crum
responsibility to fix them, not ours. If we created a sub-project, then we would have the opportunity to review committer permissions and perhaps restrict access to the new code. Adrian Crum Sandglass Software www.sandglass-software.com On 10/15/2015 6:34 AM, Al Byers wrote: I was waiting for someone

Re: Get the menu list from component

2015-10-14 Thread Adrian Crum
Maybe you could try looking through the Tomahawk and Bizzness Time themes. They do what you describe. Adrian Crum Sandglass Software www.sandglass-software.com On 10/14/2015 7:39 AM, Julien NICOLAS wrote: I want to provide a home menu for the solution like this https://flic.kr/p/yPFAHq

Why A Framework Rewrite Is Necessary

2015-10-14 Thread Adrian Crum
to a simplified API Easier framework code maintenance Better reliability Conclusion -- Like I said at the start, this is all I will say about the subject. I'm done trying to convince everyone. I hope someone agrees with me and they are able to build support for the idea. --

Re: Why A Framework Rewrite Is Necessary

2015-10-14 Thread Adrian Crum
together. Ron On 14/10/2015 3:21 PM, Adrian Crum wrote: I understand that Sharan brought up the framework rewrite subject at ApacheCon, and some attendees felt that the framework is fine and no action needs to be taken. In this message, I will try to give a detailed explanation of why a framework

Re: Why A Framework Rewrite Is Necessary

2015-10-14 Thread Adrian Crum
ly amazing code in OFBiz came from collaboration within the community, and my hope was our skilled developers would all pitch in and help with the design. But that never happened. Maybe Sharan will have better luck. Adrian Crum Sandglass Software www.sandglass-software.com On 10/14/2015 5:

Re: Why A Framework Rewrite Is Necessary

2015-10-14 Thread Adrian Crum
I agree that a sub-project would be nice to have. Once the new framework is up and running, applications could be pulled down and adapted to it. Adrian Crum Sandglass Software www.sandglass-software.com On 10/14/2015 5:53 PM, Ron Wheeler wrote: This seems to be very good advice. A completely

Re: Get the menu list from component

2015-10-14 Thread Adrian Crum
Try looking in the header FreeMarker templates. They call a static Java method to get information for the main navigation. There is no menu widget for main navigation. Adrian Crum Sandglass Software www.sandglass-software.com On 10/14/2015 5:55 AM, Julien NICOLAS wrote: Hi, I'm fighting

Re: Get the menu list from component

2015-10-14 Thread Adrian Crum
If you could provide a simple example using the current applications, that would help me understand what you are trying to do. Adrian Crum Sandglass Software www.sandglass-software.com On 10/14/2015 6:52 AM, Julien NICOLAS wrote: Thanks for the fast answer Adrian. The main menu

Re: Notes from OFBiz Workshop at Apachecon Core EU 2015

2015-10-11 Thread Adrian Crum
Very informative - thanks! Adrian Crum Sandglass Software www.sandglass-software.com On 10/11/2015 12:43 PM, Sharan-F wrote: 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

Re: OFBiz and Kafka integration

2015-10-07 Thread Adrian Crum
Why is the integration necessary? What is the use case? Adrian Crum Sandglass Software www.sandglass-software.com On 10/7/2015 3:48 AM, S K Pradeep Kumar wrote: Hi All, Is there any one integrated OFBiz with Apache Kafka? What would be the best approach for this? With regards, Pradeep Kumar

Re: OFBiz and Kafka integration

2015-10-07 Thread Adrian Crum
have you looked at JMS? OFBiz includes a JMS integration. Adrian Crum Sandglass Software www.sandglass-software.com On 10/7/2015 10:19 AM, S K Pradeep Kumar wrote: Hi Adrian, This is required for the data exchange between 2 systems. Basically, we are taking user and product data from other

Re: Photos from ApacheCon EU 2015

2015-10-04 Thread Adrian Crum
Awesome - thanks! Adrian Crum Sandglass Software www.sandglass-software.com On 10/4/2015 1:42 PM, Christian Geisert wrote: 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

Re: Bootstrap in Ofbiz/BigFish

2015-09-30 Thread Adrian Crum
Yes, there has been work done on this. Check Jira for the Bootstrap issue. Adrian Crum Sandglass Software www.sandglass-software.com On 9/30/2015 12:58 PM, Len Shein wrote: I understand this topic has been kicked around in the community, however I have not seen much on the topic lately. We

Re: [validator] Inconsistent behavior in UrlValidator

2015-09-27 Thread Adrian Crum
The address range 127.0.0.0 to 127.255.255.255 is reserved for loopback testing. It seems pretty straightforward to me. Adrian Crum Sandglass Software www.sandglass-software.com On 9/27/2015 8:07 AM, Kristian Rosenvold wrote: 127.0.0.1 is not always the address for localhost. This is a can

[jira] [Commented] (OFBIZ-6654) Display of a recurrent workeffort in workeffort calendar do not respect estimatedStart/CompletionDate

2015-09-25 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14908712#comment-14908712 ] Adrian Crum commented on OFBIZ-6654: The good news is the expression recognized September 7

[jira] [Updated] (VALIDATOR-375) UrlValidator fails on IPv6 URL

2015-09-25 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated VALIDATOR-375: -- Attachment: UrlValidatorTest.java.patch Unit test patch that demonstrates the problem

[jira] [Commented] (VALIDATOR-375) UrlValidator fails on IPv6 URL

2015-09-25 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14908627#comment-14908627 ] Adrian Crum commented on VALIDATOR-375: --- Btw, if you remove the square brackets, the URL

[jira] [Updated] (VALIDATOR-375) UrlValidator fails on IPv6 URL

2015-09-25 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated VALIDATOR-375: -- Attachment: (was: UrlValidatorTest.java.patch) > UrlValidator fails on IPv6

[jira] [Updated] (VALIDATOR-375) UrlValidator fails on IPv6 URL

2015-09-25 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated VALIDATOR-375: -- Attachment: UrlValidatorTest.java.patch Improved patch with example taken from RFC

[jira] [Commented] (VALIDATOR-375) UrlValidator fails on IPv6 URL

2015-09-25 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14908672#comment-14908672 ] Adrian Crum commented on VALIDATOR-375: --- The IPv6 validator works correctly. The problem

[validator] Inconsistent behavior in UrlValidator

2015-09-25 Thread Adrian Crum
to me that it shouldn't - to be consistent with the localhost behavior. What do you think? -- Adrian Crum Sandglass Software www.sandglass-software.com - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional

[jira] [Commented] (VALIDATOR-375) UrlValidator fails on IPv6 URL

2015-09-25 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14908620#comment-14908620 ] Adrian Crum commented on VALIDATOR-375: --- This line is generating an empty host name string when

[jira] [Comment Edited] (VALIDATOR-375) UrlValidator fails on IPv6 URL

2015-09-25 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14908620#comment-14908620 ] Adrian Crum edited comment on VALIDATOR-375 at 9/25/15 8:38 PM

[jira] [Commented] (OFBIZ-6654) Display of a recurrent workeffort in workeffort calendar do not respect estimatedStart/CompletionDate

2015-09-25 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14908788#comment-14908788 ] Adrian Crum commented on OFBIZ-6654: Using the actual date-time fields does not make sense

[jira] [Commented] (COLLECTIONS-577) PatriciaTrie bugs when only a few bits change

2015-09-25 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14908813#comment-14908813 ] Adrian Crum commented on COLLECTIONS-577: - That would be helpful, thanks. I tried doing

[jira] [Commented] (COLLECTIONS-577) PatriciaTrie bugs when only a few bits change

2015-09-25 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14908800#comment-14908800 ] Adrian Crum commented on COLLECTIONS-577: - (Copied from original description) Take

[jira] [Issue Comment Deleted] (COLLECTIONS-577) PatriciaTrie bugs when only a few bits change

2015-09-25 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated COLLECTIONS-577: Comment: was deleted (was: (Copied from original description) Take the following code

[jira] [Commented] (COLLECTIONS-577) PatriciaTrie bugs when only a few bits change

2015-09-25 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14908803#comment-14908803 ] Adrian Crum commented on COLLECTIONS-577: - Please don't put pages of text in the issue

Re: svn commit: r1705136 - /ofbiz/trunk/specialpurpose/scrum/script/org/ofbiz/scrum/ScrumEvents.xml

2015-09-24 Thread Adrian Crum
Actually, the element is unnecessary. Mini-language will create a new Map automatically. Adrian Crum Sandglass Software www.sandglass-software.com On 9/24/2015 1:28 PM, jler...@apache.org wrote: Author: jleroux Date: Thu Sep 24 20:28:21 2015 New Revision: 1705136 URL: http://svn.apache.org

[jira] [Commented] (OFBIZ-6637) Work Effort Month Calendar View Is Broken

2015-09-22 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14903650#comment-14903650 ] Adrian Crum commented on OFBIZ-6637: Thank you for working on this! > Work Effort Month Calendar V

Re: using H2 database for accelerated development

2015-09-21 Thread Adrian Crum
I just spent some time playing with H2, and I see a major problem - its JDBC driver supports only JDBC version 4.0. So, most of OFBiz will work okay, but there may be some exceptions thrown when using data types from JREs newer than 1.6. Adrian Crum Sandglass Software www.sandglass

[jira] [Commented] (OFBIZ-6647) Refactoring to consolidate different Calendar implementations

2015-09-21 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14900893#comment-14900893 ] Adrian Crum commented on OFBIZ-6647: ICU4J was chosen for 2 reasons: 1. Better calendar selection

Re: using H2 database for accelerated development

2015-09-21 Thread Adrian Crum
use-order-by-nulls="true"> Creating the database and loading demo data takes about a minute. Building the whole project from scratch takes about 2 minutes. Having a SSD is a must for laptops. Adrian Crum Sandglass Software www.sandglass-software.com On 9/21/2

[jira] [Commented] (OFBIZ-6642) Non-breaking space incorrectly encoded in forms

2015-09-20 Thread Adrian Crum (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14900079#comment-14900079 ] Adrian Crum commented on OFBIZ-6642: It would be best to get rid of the HTML markup. Just use plain

Re: Temporal expression configuration

2015-09-19 Thread Adrian Crum
http://demo-trunk-ofbiz.apache.org/workeffort/control/calendar Adrian Crum Sandglass Software www.sandglass-software.com On 9/19/2015 8:30 AM, Vyom Jain wrote: Okay, can you provide some steps or link to a Work Effort in the demo ( http://demo-trunk-ofbiz.apache.org/workeffort/control

Re: Temporal expression configuration

2015-09-19 Thread Adrian Crum
It is best to test temporal expressions with the Work Effort application - so you can see the effect of your expression. I used the DAILY_GRIND temporal expression in a work effort and it creates the correct events. Adrian Crum Sandglass Software www.sandglass-software.com On 9/19/2015 3:11

[jira] [Created] (OFBIZ-6637) Work Effort Month Calendar View Is Broken

2015-09-19 Thread Adrian Crum (JIRA)
Adrian Crum created OFBIZ-6637: -- Summary: Work Effort Month Calendar View Is Broken Key: OFBIZ-6637 URL: https://issues.apache.org/jira/browse/OFBIZ-6637 Project: OFBiz Issue Type: Bug

  1   2   3   4   5   6   7   8   9   10   >