Java SDK version 8 for Ofbiz version 12

2017-12-08 Thread Skip
anyone have any experience using Java 8 with older versions of OFbiz? Thanks in Advance Skip

RE: Problem with description field

2017-05-12 Thread Skip
discovered that it is possible to create/modify views which I had previously thought were only read-only. However, GenericDAO.java is really clever in handling views. Thanks again Skip -Original Message- From: Arun Sankar [mailto:arunsanka...@outlook.com] Sent: Friday, May 12, 2017 12:32 AM

RE: Problem with description field

2017-05-11 Thread Skip
quantity. It is not the Product.packageQtydescription field prim-key field="packageId" relation type="one" title="VMPackProduct" rel-entity-name="Product" key-map field-name="productId" relation entity -Original Message- From: T

RE: Problem with description field

2017-05-11 Thread Skip
o Webtools immediatly following the database write, the description field (and the description field alone) is blank. A strange problem. Thanks again. Skip -Original Message- From: Taher Alkhateeb [mailto:slidingfilame...@gmail.com] Sent: Thursday, May 11, 2017 3:05 AM To: user@ofbiz.apache.org Subject:

RE: Problem with description field

2017-05-10 Thread Skip
ator.storeAll() calls in a single transaction. However, I have spent three days testing this and I can pick a product where a single inventoryItem exists that can fullfil the request and the results are the same. Thanks again for thinking about this very strange issue. Skip -Original Mess

RE: Problem with description field

2017-05-10 Thread Skip
;descAgain" gets written correctly, but "description" ends up blank. A strange problem. Skip -Original Message- From: Arun Sankar [mailto:arunsanka...@outlook.com] Sent: Wednesday, May 10, 2017 6:11 AM To: user@ofbiz.apache.org Subject: Re: Problem with description field

RE: Problem with description field

2017-05-10 Thread Skip
and the system has been in use for years (almost a decade now). This is a production database, so Derby is out of the question. Thanks in advance for thinking about it. Skip -Original Message- From: Paul Foxworthy [mailto:p...@cohsoft.com.au] Sent: Tuesday, May 09, 2017 6:58 PM To: user

Problem with description field

2017-05-09 Thread Skip
I have a problem with a field named "description". The problem is that when I write to this field, it never ends up in the database. The entity definition looks like this:

RE: plugin and hotdeploy

2017-04-24 Thread Skip
al-purpose as it is. Makes directory management much easier to not have the 20 odd components in special-purpose combined with the few in hot-deploy. Skip

RE: Relate Purchase Order with Sales Order

2017-03-29 Thread Skip
This is primarily used to associate backorders with the sales order. -Original Message- From: Taher Alkhateeb [mailto:slidingfilame...@gmail.com] Sent: Wednesday, March 29, 2017 10:45 AM To: user@ofbiz.apache.org Subject: Re: Relate Purchase Order with Sales Order Hi Jonathan, What

RE: Relate Purchase Order with Sales Order

2017-03-29 Thread Skip
See the OrderItemAssoc and OrderRequirementCommitment entities. -Original Message- From: Jonathan Javier [mailto:cardenas...@gmail.com] Sent: Wednesday, March 29, 2017 8:06 AM To: user@ofbiz.apache.org Subject: Relate Purchase Order with Sales Order Hello, Knowing that an order can link

SSL certificate creation for localhost

2017-01-31 Thread Skip
lhost to ofbiz using https. Thanks in advance. Skip

RE: Not getting mailing list entries

2016-08-25 Thread Skip
Thanks you sir. Looks like everyone is on vacation based pm markmail. -Original Message- From: Pierre Smits [mailto:pierre.sm...@gmail.com] Sent: Thursday, August 25, 2016 12:25 PM To: user@ofbiz.apache.org Subject: Re: Not getting mailing list entries Hi Skip, This mail got through

Not getting mailing list entries

2016-08-25 Thread Skip
Is the Ofbiz mailing list server down? I have not gotten the emails I normally do for the past two days. If someone is getting this, please email me directly to let me know. Perhaps my mail server is blocking mail.apache.org for some reason. Thanks in advance

RE: Theory of Composite keys with From date vs Thru date?

2016-08-09 Thread Skip
In my experience, thruDate is always null until the entity is expired. You therefore get records where now is >= fromDate (or whatever expression you need) and then use the the entityUtil.filterByDate function to remove entities that have expired. There is perhaps 200 instances of this if

RE: Ofbiz Cookbook

2016-08-09 Thread Skip
... For both minilang and widgets the reason on our end is that neither technology is used anywhere outside of the ofbiz project and thus adds to the overall learning-curve for newcomers. We much rather rely on trusted alternatives that are easier to pick up for our project ;) Cheers, Paul I

RE: Ofbiz Cookbook

2016-08-08 Thread Skip
be a consensus on the shift back to ftl. So many of the active contributors seem to like minilang. I think that is one of the reasons Si Chen started opentaps. I completely missed seeing that Ruth had moved on. That is sad. But hopefully, she is still getting royalities for her work. Skip -Original

RE: Ofbiz Cookbook

2016-08-05 Thread Skip
ate a need for an updated edition? Have there been many significant changes to OFBiz (or its complementary considerations like data modeling strategies) since 2010? On 16-08-05 10:55 AM, Skip wrote: > I just got finished reading Apache OFBiz Cookbook (Open Source: Community > Experience Di

Ofbiz Cookbook

2016-08-05 Thread Skip
. Amazon has it here https://www.amazon.com/gp/product/1847199186/ref=oh_aui_detailpage_o05_s00?i e=UTF8=1 I have never met or spoken to Ruth even though she posts on this forum from time to time. Thanks Ruth. Skip

RE: [MARKETING] New OFBiz Logos - Feedback Required

2016-07-14 Thread Skip
+1 for "At 1st glance I like 4th the most (actually I dislike others)" -Original Message- From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] Sent: Thursday, July 14, 2016 10:50 AM To: user@ofbiz.apache.org Subject: Re: [MARKETING] New OFBiz Logos - Feedback Required Thanks

How do do drop shipments

2016-07-01 Thread Skip
of these drop shipments so someone can stay on top of it. I am wondering if any of you face similar problems and if so, how you handle it. Thanks in advance Skip

RE: FTL and HTML

2016-05-25 Thread Skip
Thanks Jacques. That worked a charm. Thanks so much. Skip -Original Message- From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] Sent: Tuesday, May 24, 2016 10:44 PM To: user@ofbiz.apache.org Subject: Re: FTL and HTML Hi Skip, Did you try ${StringUtil.wrapString(helpDesc

FTL and HTML

2016-05-24 Thread Skip
I have this bit of ftl in an ftl file: ${helpDesc} helpDesc contains a string of help text and sometimes has some html in it like "This is line 1This is line2" This used to work fine a while ago, but now, ftl now outputs "This is line 1brThis is line2" I have tried ${helpDesc?html}

RE: Ofbiz Development

2016-04-13 Thread Skip
I have servers running a month or more without restart and then usually because of a change in java code. -Original Message- From: anon [mailto:sa_remin...@hotmail.com] Sent: Wednesday, April 13, 2016 12:47 PM To: user@ofbiz.apache.org Subject: Re: Ofbiz Development Wow... Interesting

RE: The OFBIZ-VM crashed

2016-04-11 Thread Skip
ava when I started the banking application and I initially had the same sour taste as you have. I quickly became a true believer. You will too if you if you spend any honest time with it. Java is perhaps the best language to use for any large and serious project where speed is requi

RE: how to run ofbiz on windows server

2016-02-18 Thread Skip
Ofbiz on Windows works fine for me for many years, both locally and from a network attached workstation. Would need to know what kind of difficulties you are having. -Original Message- From: ??? [mailto:zhenghuan...@gmail.com] Sent: Thursday, February 18, 2016 1:58 AM To:

RE: Howto increase the login / session time for specific machines

2016-02-17 Thread Skip
an address to keep the session active. Skip -Original Message- From: gil portenseigne [mailto:gil.portensei...@nereide.fr] Sent: Wednesday, February 17, 2016 10:40 AM To: user@ofbiz.apache.org Subject: Re: Howto increase the login / session time for specific machines Hi, You can

Howto increase the login / session time for specific machines

2016-02-17 Thread Skip
I have a requirement to increase the amount of time a logged-in-user keeps their credentials (session and login attributes). Can someone point me to the code and properties files that control this?

RE: How can I upgrade the ofbiz version of the opentaps?

2014-04-08 Thread Skip
Believe I already answered this in the Opentaps forum. Its a major pain. Expect it to take two months. There are lots of opentaps modifications to the framework that all need to be identified and ported. -Original Message- From: gavinju [mailto:gavi...@gmail.com] Sent: Monday, April 07,

How to model slightly different products

2014-03-26 Thread Skip
the newer inventory. Does anyone have an idea on how to model this without having a separate productId for each variation? Skip

RE: Reposting from David Jones on Moqui

2014-03-07 Thread Skip
now with JSON (in custom URLs) and solr is also implemented in a JIRA and by BigFish. All of this can be implemented inside Ofbiz, Moqui is not required. Just my two cents. Skip -Original Message- From: Adrian Crum [mailto:adrian.c...@sandglass-software.com] Sent: Friday, March 07, 2014

RE: ofbiz framework for non ERP use

2013-12-18 Thread Skip
Although you'll never see it, I did a transaction logging system for mainframe monitoring using just the entity engine some years ago. Works a charm. Took me 4 days to write compared to the six months for the buggy system it was replacing. Skip -Original Message- From: Jacques Le Roux

Selling Service items

2013-12-05 Thread Skip
and information? Skip

RE: View Entity Question

2013-11-18 Thread Skip
Deepak Thanks, that is exactly what I needed. For any of those who need a Product list with on hand quantities, this works a charm with Deepaks modification. Skip -Original Message- From: Deepak Dixit [mailto:deepak.di...@hotwaxmedia.com] Sent: Friday, November 15, 2013 9:58 PM

New Company with Services

2013-11-08 Thread Skip
and re-use as much code as I can from previous installations. I am thinking of creating Products as SERVICE items for each of these and doing no additional modifications. Anyone have experience implementing SERVICE items with some pointers to possible pitfalls? Thanks in advance Skip

html validation errors

2013-10-21 Thread Skip
reasons. The contents of the tag will remain in place., The bh1/b tag has been filtered for security reasons. The contents of the tag will remain in place.] I would like to track down where this is coming from, but there is no information in the logs. Can anyone provide a clue? Skip

RE: html validation errors

2013-10-21 Thread Skip
in ModelService .validate and there is a line of code there that sez something like if(errorMessageList.size() 0) thow ... There are no exceptions in the log and no user has reported one. I am just seeing this on the console screen. So, how do I find out which service is causing this? Skip -Original

UPS validation Error in 12.x

2013-10-21 Thread Skip
does not on the same machine. I am guessing that this is an import error, but I know nothing about what to do. I read the SSL Certification section of the setup, but I just want to use what is there because it has always worked in the past. Can someone point me in the right direction? Skip

bsh-2.0b-4.jar

2013-10-18 Thread Skip
entries? Skip

RE: bsh-2.0b-4.jar

2013-10-18 Thread Skip
file in a jar file? Skip -Original Message- From: Adrian Crum [mailto:adrian.c...@sandglass-software.com] Sent: Friday, October 18, 2013 1:01 PM To: user@ofbiz.apache.org Subject: Re: bsh-2.0b-4.jar From the jar file commit message: Updated bsh to version 2.0b4, with additions needed

RE: bsh-2.0b-4.jar

2013-10-18 Thread Skip
Found the command, because the System.out is in NameSpace.class, the command is jar uf bsh-2.0b4.jar NameSpace.class where NameSpace.class is the compiled class with the System.out.println removed. Skip -Original Message- From: Skip [mailto:s...@thedevers.org] Sent: Friday, October 18

Why is a bogus Payment and OrderPaymentPreference created for Purchase Orders

2013-10-15 Thread Skip
is the purpose? No payment was ever received, it is a completely bogus one. I have commented out the seca and am in the process of writing a service to remove all the payments, applications, and OrderPaymentPreference created by the above seca. I am just wondering what the logic here was. Skip

RE: Why is a bogus Payment and OrderPaymentPreference created for Purchase Orders

2013-10-15 Thread Skip
Thanks Jacques Looks like a Hans Bakker addition. Perhaps he can comment on the purpose and value. In the meantime, I am removing it because it causes later problems. Skip -Original Message- From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] Sent: Tuesday, October 15, 2013 10

RE: FW: Mirgration to OFBiz newer version

2013-09-17 Thread Skip
was lightyears ahead of ofbiz in my view (and still is for that matter). There is lots of good stuff in there that would be useful in ofbiz. I was particularly impressed with their dojo based pagination. I too adopted some code from them, but contributed lots back as well. Hope this helps. Skip

RE: FW: Mirgration to OFBiz newer version

2013-09-17 Thread Skip
in the logging stuff when there was nothing to log. This is complex stuff. I spent a day or so on it and if I could have seen something simple to fix, I would have and shared it as I did with lots of the other stuff I did. Skip -Original Message- From: Adrian Crum [mailto:adrian.c...@sandglass

RE: FW: Mirgration to OFBiz newer version

2013-09-16 Thread Skip
a look at the compile log for Ofbiz and see how many deprecated Java methods we still use. Then, look at how long they have been deprecated. Some for decades. Thanks for all you do. Skip -Original Message- From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] Sent: Saturday

FW: Mirgration to OFBiz newer version

2013-09-13 Thread Skip
-Original Message- From: Skip [mailto:s...@thedevers.org] Sent: Friday, September 13, 2013 1:16 AM To: Pierre Smits Subject: RE: Mirgration to OFBiz newer version Pierre As I write this, it is it is just past midnight here and I am importing data into the new system from the old

Date-time time-dropdown widget

2013-08-22 Thread Skip
, but I do not see how the javascript code is hooked up to the control and how the hidden field is populated and extracted when the form is posted. Can someone point me to this code so I can evaluate the difficulty of putting things back the way they were? Thanks Skip

RE: Freemarke, printing number with no commas

2013-07-30 Thread Skip
point me to the minilang code that processes this hyperlink statement? Skip -Original Message- From: Scott Gray [mailto:scott.g...@hotwaxmedia.com] Sent: Monday, July 29, 2013 8:42 PM To: user@ofbiz.apache.org Subject: Re: Freemarke, printing number with no commas Check first

RE: Formal Discussion

2013-07-30 Thread Skip
to see the result. This is not the best example, but it is all done using CSS. This is the only public application we have produced using responsive design, but we will be doing a website using it shortly. Skip -Original Message- From: Vitthal Kaanya [mailto:kaanya.vitt...@gmail.com] Sent

RE: Formal Discussion

2013-07-30 Thread Skip
is helpful in solving this problem. Skip -Original Message- From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] Sent: Tuesday, July 30, 2013 7:51 AM To: user@ofbiz.apache.org Subject: Re: Formal Discussion I think Paul as a point here, but I was reading Paul's comment in this 6 months

RE: BigFish Promotions

2013-07-30 Thread Skip
I am loath to get involved in this, but I for one want to thank Nick and company for their highly useful contributions which have been freely provided. Thanks Nick Skip -Original Message- From: Paul Piper [mailto:p...@ilscipio.com] Sent: Tuesday, July 30, 2013 8:18 AM To: user

Freemarke, printing number with no commas

2013-07-29 Thread Skip
tried ${days?c}, ${days?string.computer}, and ${days?string('0'). All these options display nothing for the day parameter. Anyone have an idea on what I can try to get these commas out? Thanks Skip

Unwanted OrderStatus when importing

2013-07-09 Thread Skip
? Thanks in advance Skip

RE: Unwanted OrderStatus when importing

2013-07-09 Thread Skip
change in Java code AFAIK there's no setting to disable it. On Tue, Jul 9, 2013 at 11:55 PM, Skip s...@thedevers.org wrote: I am importing millions of records from an existing system. Somehow, I am getting multiple OrderStatus records with PAYMENT_NOT_RECEIVED for every order imported. Firstly

RE: Error (for me only probably) LookupProduct screen

2013-07-08 Thread Skip
an OOTB solution because the next time I upgrade ofbiz, this code change will go away. This will be a problem to anyone using any of the lookup services in a custom app where there may be an unintended field in the parameter map. Skip -Original Message- From: Pierre Smits [mailto:pierre.sm

locaopostnew vs localpostgres

2013-07-03 Thread Skip
to localpostgres. Skip

RE: locaopostnew vs localpostgres

2013-07-03 Thread Skip
One additional note, it may be that postgres does indeed handle these the same and the difference is in the Ofbiz code. In any event, there is a significant difference. Skip -Original Message- From: Skip [mailto:s...@thedevers.org] Sent: Wednesday, July 03, 2013 4:57 PM To: OfbizUser

Bug in fieldlookup.js

2013-07-02 Thread Skip
===undefined || !str || 0 === str.length); } Because showDescription is used as a boolean later on in the block, I changed my code to test for a boolean like if (ajaxUrl != (typeof showDescription === boolean)) If the code is changed as above, everything works. skip

Error (for me only probably) LookupProduct screen

2013-07-02 Thread Skip
would like to not have to modify that java code. Skip

RE: Obfiz 12.04 way slower than 9.x

2013-06-28 Thread Skip
™ www.blackberry.com -- *From:* Skip s...@thedevers.org *To:* user@ofbiz.apache.org user@ofbiz.apache.org *Sent:* June 27, 2013 3:53 PM *Subject:* RE: Obfiz 12.04 way slower than 9.x For any who are interested, this turns out to be a problem using Minerva. I ran a profiler on both

RE: Obfiz 12.04 way slower than 9.x

2013-06-27 Thread Skip
, so I am hopeful. Skip -Original Message- From: Skip [mailto:s...@thedevers.org] Sent: Wednesday, June 26, 2013 10:33 AM To: user@ofbiz.apache.org Subject: RE: Obfiz 12.04 way slower than 9.x After some additional testing, 12.04 is an average of 5 times slower than 9.04 across a range

RE: Obfiz 12.04 way slower than 9.x

2013-06-26 Thread Skip
After some additional testing, 12.04 is an average of 5 times slower than 9.04 across a range of services that use various entity engine calls. This has to be a configuration problem. Anyone have a pointer? Skip -Original Message- From: Skip [mailto:s...@thedevers.org] Sent: Tuesday

RE: Obfiz 12.04 way slower than 9.x

2013-06-26 Thread Skip
settings in log4j.xml. Now, ofbiz 9.04 is only twice as fast as 12.04. Skip -Original Message- From: Skip [mailto:s...@thedevers.org] Sent: Wednesday, June 26, 2013 10:33 AM To: user@ofbiz.apache.org Subject: RE: Obfiz 12.04 way slower than 9.x After some additional testing, 12.04

Obfiz 12.04 way slower than 9.x

2013-06-25 Thread Skip
where the slowdown is, but maybe I do not have a setting right for production. Am I missing something? Skip

radio widgets in 12.o4

2013-06-21 Thread Skip
Skip

RE: radio widgets in 12.o4

2013-06-21 Thread Skip
horizontally, so it might be a nice addition to have an orientation keyword in the radio xsd. Skip -Original Message- From: Skip [mailto:s...@thedevers.org] Sent: Friday, June 21, 2013 6:19 PM To: OfbizUser Subject: radio widgets in 12.o4 It used to be that radio widget fields were displayed

Version 12.04 error

2013-06-18 Thread Skip
for applications that use HtmlScreenRenderer to render screens. BTW, I get more and more impresseed with this code the deeper I get into it. Skip

RE: findListIteratorByCondition in 12.04

2013-06-18 Thread Skip
that this would add a considerable time to the total process. It currently takes 7 hours to run on a spiffy 32 gig machine. Is there an alternate way to avoid reading from the beginning of the file for each set? Skip -Original Message- From: Adrian Crum [mailto:adrian.c...@sandglass

findListIteratorByCondition in 12.04

2013-06-14 Thread Skip
? Thanks in Advance Skip

RE: Upgrading to 12.04 - Help

2013-06-12 Thread Skip
[mailto:adrian.c...@sandglass-software.com] Sent: Monday, June 10, 2013 2:18 PM To: user@ofbiz.apache.org Subject: Re: Upgrading to 12.04 - Help Are you sure the import service is not in a transaction? -Adrian On 6/10/2013 9:39 PM, Skip wrote: That does not seem right because there is a transaction

RE: Upgrading to 12.04 send-redirect seems broken

2013-06-11 Thread Skip
and POST for security reasons (should not clearly specified in commit comment, but sensitive information) (though not clearly specified in commit comment, but sensitive information) Jacques HTH (and hope I'm clear, it's late here ;o) Jacques From: Skip s...@thedevers.org After some further

Upgrading to 12.04

2013-06-11 Thread Skip
point me to how I can include the selected theme based .css files or maybe there is a description of how these themes works? I can find lots of info on how to make and install them, but no idea how they are integrated into the GlobalDecorator or however it is done. Skip

Upgrading to 12.04 - Help

2013-06-10 Thread Skip
there is a line above error with a warning auto-closed the EntityListIterator because of exception (... same as above, eg. (ERROR: portal C_8516 does not exist)). Anyone have a clue on this? Skip

RE: Upgrading to 12.04 - Help

2013-06-10 Thread Skip
services where there may be millions of entries to make and I don't want it to fail if only a few are bad, I have a transaction around each commit and that cannot take too long. Skip -Original Message- From: Adrian Crum [mailto:adrian.c...@sandglass-software.com] Sent: Monday, June 10

RE: Upgrading to 12.04 send-redirect seems broken

2013-06-10 Thread Skip
it was, maybe 15 minutes vs 48 hours. Before I make that decision, I am wondering what the value is of not just including all the parameters like we use to? Thanks Skip -Original Message- From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] Sent: Saturday, June 08, 2013 5:35 AM

RE: Upgrading to 12.04 - Help

2013-06-10 Thread Skip
is not in a transaction? -Adrian On 6/10/2013 9:39 PM, Skip wrote: That does not seem right because there is a transaction around the findListIteratorByCondition and another around each .store()/commit() operation. Because you used to get an exception if you did not have a transaction around

Upgrading to 12.04 send-redirect seems broken

2013-06-06 Thread Skip
. To prevent this, I use request-redirect, but I need the billingAccountId for the subsequent screen. Skip

Upgrading to 12.04

2013-06-05 Thread Skip
is taxPercentage. I am guessing that these BigDecimal values are now stored as numeric values. Is my only option to export all these tables to xml from ofbiz 9.0, drop the tables in Postgres and then re-import them? As an aside, how are BigDecimals stored in a numeric field, eg. what format? Skip

RE: Upgrading to 12.04

2013-06-05 Thread Skip
Also, I am wondering why OrderedSet was removed. -Original Message- From: Skip [mailto:s...@thedevers.org] Sent: Wednesday, June 05, 2013 2:24 PM To: OfbizUser Subject: Upgrading to 12.04 During testing, I am running into another problem that looks pretty large. Lots of the tables used

RE: But in CategoryTree.groovy

2013-06-03 Thread Skip
Created at OFBIZ-5210 -Original Message- From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] Sent: Monday, June 03, 2013 12:14 PM To: user@ofbiz.apache.org Subject: Re: But in CategoryTree.groovy Thanks for report Skip, So we lost a functionality, would you mind opening a Jira

RE: But in CategoryTree.groovy

2013-05-31 Thread Skip
I tried it and it worked fine for me. It flunked the first time because I was short one of the nulls. Skip -Original Message- From: deepak.agar...@paxcel.net [mailto:deepak.agar...@paxcel.net]On Behalf Of Deepak Agarwal Sent: Friday, May 31, 2013 3:59 AM To: user@ofbiz.apache.org

RE: But in CategoryTree.groovy

2013-05-30 Thread Skip
am especially pleased with the re-write of the widget code and the use of jquery. Skip -Original Message- From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] Sent: Thursday, May 30, 2013 6:38 AM To: user@ofbiz.apache.org Subject: Re: But in CategoryTree.groovy Thanks for report

RE: But in CategoryTree.groovy

2013-05-30 Thread Skip
- From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] Sent: Thursday, May 30, 2013 6:38 AM To: user@ofbiz.apache.org Subject: Re: But in CategoryTree.groovy Thanks for report Skip, BTW you must have missed something, findAll does not exist anymore for 3 years ;) http://svn.apache.org/viewvc

RE: But in CategoryTree.groovy

2013-05-30 Thread Skip
automatically generating JSON for auto-completion. Skip -Original Message- From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] Sent: Thursday, May 30, 2013 12:33 PM To: user@ofbiz.apache.org Subject: Re: But in CategoryTree.groovy About findAll(), yes it's a moot point David

RE: How to set log levels in 12.0

2013-05-29 Thread Skip
Doesnt look like a bug, just a change that needs some documentation. Skip -Original Message- From: Atul Vani [mailto:atul.v...@hotwaxmedia.com] Sent: Tuesday, May 28, 2013 9:59 PM To: user@ofbiz.apache.org; Pravin Patil Subject: Re: How to set log levels in 12.0 Is this a bug? On Wed

But in CategoryTree.groovy

2013-05-29 Thread Skip
it is for any others like me that just download the zip file. Skip

How to set log levels in 12.0

2013-05-28 Thread Skip
I have changed print.info and print.timing to =false in debug.properties. However, I am still getting tons of INFO messages in the log. Is there some additional thing I have to do?

Bringing up version 12.04 Some help on how to do it and a rant

2013-05-18 Thread Skip
just fine and the groovy files still use the ScriptUtil class to run them. Finally, things are beginning to work. I still have lots of work to do adding back in the modifications I have made over the years, but at least I expected that. Hope this helps someone else. Skip Now a rant. First I

RE: Bringing up version 12.04 (More Questions)

2013-05-17 Thread Skip
on). I am thinking this is a bug. For the time being, I am just going to add the extensions and move on. Thanks in Advance Skip -Original Message- From: Adrian Crum [mailto:adrian.c...@sandglass-software.com] Sent: Thursday, May 16, 2013 12:40 AM To: user@ofbiz.apache.org Subject: Re

Oops: Bringing up version 12.04 (More Questions)

2013-05-17 Thread Skip
. For the time being, I am just going to add the extensions and move on. Thanks in Advance Skip -Original Message- From: Adrian Crum [mailto:adrian.c...@sandglass-software.com] Sent: Thursday, May 16, 2013 12:40 AM To: user@ofbiz.apache.org Subject: Re: Bringing up version 12.04 (More Questions

Bringing up version 12.04

2013-05-15 Thread Skip
would the advantage be using the default DBCPConnectionFactory? Thanks Skip

Bringing up version 12.04 (More Questions)

2013-05-15 Thread Skip
where tis is being generated from? Thanks in Advance Skip

getDigestHash() deprecated

2013-05-13 Thread Skip
salted ones? Thanks Skip

FreeMarkerViewRenderer.java won't compile in 12.04

2013-05-10 Thread Skip
just reverted to the old code) Thanks Skip

12.04 Build Errors

2013-05-07 Thread Skip
help is appreciated. I am just trying to do an iterative build as I make these changes before actually using any data. Skip

12.04 cannot build

2013-05-07 Thread Skip
After some looking I see a directory called lib/uno which has a readme file which points me to an OPTIONAL_LIBRARIES file which gives a list of libraries with a reference to old Undersun SVN server to get them. Can anyone tell me where to get these libraries? Skip

RE: 12.04 Build Errors

2013-05-07 Thread Skip
downloaded and installed the jars and everything compiles now. The only issue is that I am not sure what version of these libraries are currently being used. Can someone elaborate or should I just use the latest. Thanks in Advance Skip -Original Message- From: Adrian Crum [mailto:adrian.c

RE: Upgrading to 12.x

2013-04-24 Thread Skip
Thanks Ruth and Adrian. A final question, do I have to rename .bsh to .groovy. Not hard to do that, but several thousand references in .xml files will take some time. I ask this because I see that a beanshell container is still there. Skip -Original Message- From: Ruth Hoffman

RE: Upgrading to 12.x

2013-04-24 Thread Skip
Thanks Ruth Skip -Original Message- From: Ruth Hoffman [mailto:rhoff...@aesolves.com] Sent: Wednesday, April 24, 2013 6:39 AM To: user@ofbiz.apache.org Subject: Re: Upgrading to 12.x Hi Skip: Having gone through this exercise several times, here is my opinion about what to do: On 4/23

  1   2   >