Re: Job Manager

2012-09-18 Thread Brett Palmer
On Tue, Sep 18, 2012 at 2:38 AM, adrian.c...@sandglass-software.com wrote: Quoting Brett Palmer brettgpal...@gmail.com: *Adrian, I ported our code over to the newest ofbiz trunk and tried out the changes for the new service engine. The changes that you made are working very well. I

Re: Job Manager

2012-09-17 Thread Brett Palmer
know if you need more feedback on the new changes. Brett* On Mon, Sep 17, 2012 at 3:50 PM, Adrian Crum adrian.c...@sandglass-software.com wrote: Brett, Any news on this? -Adrian On 8/18/2012 4:11 PM, Brett Palmer wrote: Adrian, I need to update our application to work with the newest

Re: Questions on new service engine and job poller changes

2012-08-23 Thread Brett Palmer
*Adrian, Thanks for the information. Please see my questions inline:* On Thu, Aug 23, 2012 at 6:24 AM, Adrian Crum adrian.c...@sandglass-software.com wrote: On 8/23/2012 8:46 AM, Adrian Crum wrote: On 8/22/2012 7:04 PM, Brett Palmer wrote: We need this functionality for our data

Questions on new service engine and job poller changes

2012-08-22 Thread Brett Palmer
*Adrian, I’ve updated to the latest ofbiz code (revision 1374598) and trying to setup our code to use the new changes to the service engine and job poller. Here are a few questions: 1. Instantiating a new dispatcher to run a service. We use to instantiate a LocalDispatcher to run a service

Re: Job Manager

2012-08-18 Thread Brett Palmer
-software.com wrote: Brett, Any results yet? -Adrian On 8/8/2012 12:57 AM, Brett Palmer wrote: Adrian, Thanks I'll take an update and try it out. Brett On Aug 7, 2012 4:23 PM, Adrian Crum adrian.crum@sandglass-** software.com adrian.c...@sandglass-software.com wrote: Brett, I think

Re: Job Manager Part 2

2012-08-12 Thread Brett Palmer
*Adrian, I think the single JobPoller is a good idea and reduces the chance of too many JobPoller’s running on a machine. We often setup multiple delegators to communicate with different databases. For example, our data warehouse is hosted on a separate server. These databases usually have a

Re: Job Manager

2012-08-08 Thread Brett Palmer
Jacques, It sounds like what Adrian implemented would solve a lot of our problems with the service engine. Please see my comments inline.. On Wed, Aug 8, 2012 at 3:54 PM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Hi Brett, Interesting... Brett Palmer wrote: *Jacques,* * I

Re: Job Manager

2012-08-07 Thread Brett Palmer
Adrian, Thanks I'll take an update and try it out. Brett On Aug 7, 2012 4:23 PM, Adrian Crum adrian.c...@sandglass-software.com wrote: Brett, I think I solved your problems with my recent commits, ending with rev 1370566. Let me know if it helps. -Adrian On 8/5/2012 4:53 PM, Brett

Re: Job Manager

2012-08-06 Thread Brett Palmer
of concurrent services processed at a time. Let me know if you need any more information. Thanks, Brett* On Mon, Aug 6, 2012 at 1:10 AM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Hi Brett, From: Brett Palmer brettgpal...@gmail.com Adrian, Thanks for the update. Here are some

Re: Job Manager

2012-08-05 Thread Brett Palmer
Adrian, Thanks for the update. Here are some feedback points on your listed items: 1. JobPoller get out-of-memor error. We've seen this a lot in production servers when the JobSandbox table is not constantly pruned of old records. It would be nice if the poller restricted its search for only

Re: openid support

2012-04-19 Thread Brett Palmer
Adam, There was a previous thread on the subject of implementing other authentication and security models to support OpenId, LDAP, and other custom authentication needs. The subject of the thread was Alternatives to using UserLoginId as a primary key. Here is a snippet of that thread from

Re: Alternatives to using UserLoginId as a primary key

2012-02-20 Thread Brett Palmer
, Brett Palmer wrote: Adrian, Yes, that approach would work for us as well. I like the generic authentication approach which opens it up for OpenId, LDAP, and custom authentication methods without changing how authorization in ofbiz is performed. A you proposing that we refactor

Re: Alternatives to using UserLoginId as a primary key

2012-02-19 Thread Brett Palmer
problem? -Adrian On 2/19/2012 6:51 AM, Brett Palmer wrote: Sakthi, Thanks for the quick reply. The system generated UserIds would not be visible to the user. They would just be used by the system to use ofbiz existing authentication and security features. Our application is not a typical

Re: Alternatives to using UserLoginId as a primary key

2012-02-18 Thread Brett Palmer
to the User from PartyManager and disable the existing one; - Sakthi On 2/17/12, Brett Palmer brettgpal...@gmail.com wrote: We have an application based on the ofbiz framework for online testing. We use the ofbiz user authentication and userLoginId as designed by ofbiz. The problem

Re: My vision for the OFBiz Framework

2011-04-02 Thread Brett Palmer
David, We are interested in this project. Let us know the best way to start playing with the framework and see how we could use it. We do a lot of custom applications and moqui sounds like a framework that could be used for this. Thanks again for your efforts. Brett On Sat, Apr 2, 2011 at

Re: Discussion: Potential Data Model Improvements

2011-03-22 Thread Brett Palmer
I agree with Joe on making the userLoginId a system ID and allowing the user to change their userName. This would work a like the current partyId. We would still require the userName to be unique but it could be changed without impact so many other tables. Brett On Sun, Mar 20, 2011 at 10:02

Re: Looking for transaction manager code to show the current database connection pool

2010-12-11 Thread Brett Palmer
remotely or something... (that would be nice). There isn't anything in the OFBiz API to get into these sorts of details, just a few things to make configuration more convenient and get settings from OFBiz files to pass on to DBCP. -David On Dec 11, 2010, at 7:06 PM, Brett Palmer wrote: I'm

Re: Calling selenium from the build XML was jquey

2010-12-06 Thread Brett Palmer
Sorry, I'm a little late on this thread. Is the logging problem related to SeleniumXml or another Selenium sub-probject? I believe the problem with SeleniumXml is that it run outside of the ofbiz container and doesn't have access to the log4j settings, etc that are available in the ofbiz

Re: Hippo CMS

2010-07-07 Thread Brett Palmer
Scott, I like the idea of integrating with existing CMS applications. When we are talking about hippo what of their various products are we considering here: Hippo CMS7 Hippo Repository 2 Hippo Site Toolkit 2 or Hippo Portal 2.0 from www.onehippo.org Brett On Fri, Jun 18, 2010 at 7:57 PM,

Re: dojo and dojox

2010-05-03 Thread Brett Palmer
Erwan, Are you going to get this update from their 1.4 release? I would suggest sticky with their official releases. We use dojo a lot from their trunk but its pretty unstable for general use. Brett On Mon, May 3, 2010 at 8:50 AM, Erwan de FERRIERES erwan.de-ferrie...@nereide.fr wrote: Hi

Re: getNextSeqId and multiple sequence on entity

2010-04-01 Thread Brett Palmer
-ignore-entity/0.1.5/ If you want try it you can install by addon manager or if you prefer a patch, I can do it ;) Nicolas Brett Palmer wrote: Nicolas, Your proposal for a new method like, SequenceUtil.getNextSequence(String key, long staggerMax) sounds like what I am proposing. Would

Re: UtilCache/CacheLineTable

2010-03-29 Thread Brett Palmer
FYI, We use UtilCache a lot in our custom applications. We appreciate all the work that is being done here to improve it. We haven't found specific problems with it but we haven't really been looking either. We like to use the UtilCache versus our own custom cache because it allows us the use

Re: Groovy Integration Improvements

2010-03-23 Thread Brett Palmer
On Mar 23, 2010 5:27 PM, Adrian Crum adri...@hlmksw.com wrote: I just committed some small changes to the Groovy language integration. The service engine and screen widgets now support invoking script methods. So, a Groovy script can contain more than one service, or more than one screen widget

Re: Improvements on seleniumXml

2010-01-29 Thread Brett Palmer
didn't think of saving it to the same folder as the test. HTH, Le 26/01/2010 19:25, Brett Palmer a écrit : Erwan, When you use the captureEntirePageScreenshot in your test what is the final outcome? In other words, does it create a new named CommEventCreateOpportunity in the directory

Re: Improvements on seleniumXml

2010-01-26 Thread Brett Palmer
. captureEntirePageScreenshot value=CommEventCreateOpportunity/ Brett On Mon, Jan 25, 2010 at 10:20 AM, Erwan de FERRIERES erwan.de-ferrie...@nereide.biz wrote: Le 25/01/2010 18:11, Brett Palmer a écrit : Erwan, That sounds great. When you say it works but only on a trigger do you mean you have to make

Re: Improvements on seleniumXml

2010-01-25 Thread Brett Palmer
Erwan, That sounds great. When you say it works but only on a trigger do you mean you have to make an explicit call like getScreenShot()? It would be a nice feature to get a screen shot on an error as this could be part of an automated build. This also brings up the whole logging mechanism in

Re: Improvements on seleniumXml

2010-01-25 Thread Brett Palmer
, Brett Palmer a écrit : Erwan, That sounds great. When you say it works but only on a trigger do you mean you have to make an explicit call like getScreenShot()? You have to add this command in your seleniumXml script : captureEntirePageScreenshot And then it took a screenshot which is saved

Re: getNextSeqId and multiple sequence on entity

2009-12-30 Thread Brett Palmer
SequenceUtil.getNextSequence(String key, long staggerMax). Brett can you give me an example for your proposal ? I don't really understand your improvement. If you wait to read, Have a nice end year ;) Nicolas Le mercredi 23 décembre 2009 à 13:49 -0700, Brett Palmer a écrit : I confirmed that if you

Re: getNextSeqId and multiple sequence on entity

2009-12-23 Thread Brett Palmer
I noticed this same behavior as Nicolas recently. It was convenient to use the delegator.getNextSeqId() for a unique ID when you needed one. Is it now a requirements that all Sequence Ids have an entity attached to it? Brett On Wed, Dec 23, 2009 at 7:31 AM, Nicolas Malin

Re: getNextSeqId and multiple sequence on entity

2009-12-23 Thread Brett Palmer
I confirmed that if you use the delegator.getNextSeqId() you will get an exception every time it is used with a complaint that an entity doesn't exist for the sequence you requested. It does give still generate an ID but the exception is a little concerning when you are running in a production

Re: Logging in selenium XML

2009-12-16 Thread Brett Palmer
Scott, Good questions. Please see my comments below: On Tue, Dec 15, 2009 at 3:28 AM, Scott Gray scott.g...@hotwaxmedia.comwrote: Hi Erwan, It'll be another couple of days before I can make an informed comment, I'm still very much in the learning phase. One question I do have, does

Re: Bugs and open Jira issues

2009-12-06 Thread Brett Palmer
Ruth, You make a good point. This has been a topic for a couple of years now. As OFBiz continues to grow doing even a simple smoke test on the build will be difficult. This is why I think the only scalable solution is to run a series of automated unit and functional (selenium like) tests on

Re: selenium xml in OFBiz

2009-12-03 Thread Brett Palmer
? Cheers, Le 02/12/2009 22:29, Brett Palmer a écrit : Erwan, -- Erwan

Re: selenium xml in OFBiz

2009-12-02 Thread Brett Palmer
/2009 20:32, Brett Palmer a écrit : Erwan, The latest update to the seleniumXml code was added to JIRA Sept. 23, 2009 https://issues.apache.org/jira/browse/OFBIZ-2964 Hans Bakker committed it to the trunk in revision 819863 (Sept. 29). The duplicate libraries are probably a hold over from

Re: selenium xml in OFBiz

2009-12-02 Thread Brett Palmer
, and then be more in phase and integrated with OFBiz trunk. And also give tests to the communauty. Cheers, Le 02/12/2009 20:05, Brett Palmer a écrit : Erwan, For SeleniumRC commands that aren't mapped to a valid SeleniumXml element we added a method called SeleniumXml.callByReflection

Re: selenium xml in OFBiz

2009-12-01 Thread Brett Palmer
Erwan, The latest update to the seleniumXml code was added to JIRA Sept. 23, 2009 https://issues.apache.org/jira/browse/OFBIZ-2964 Hans Bakker committed it to the trunk in revision 819863 (Sept. 29). The duplicate libraries are probably a hold over from when the code was hosted on sourceforge

Entity engine SELECT for UPDATE feature

2009-11-11 Thread Brett Palmer
We are running into a concurrency problem with a service that needs to do a read for update. Currently, the service returns a record and then the calling service updates the record. We are seeing a problem when multiple requests can update the same record. In ofbiz is there a where to specify a

Re: Entity engine SELECT for UPDATE feature

2009-11-11 Thread Brett Palmer
://www.hotwaxmedia.com On 12/11/2009, at 10:27 AM, Brett Palmer wrote: We are running into a concurrency problem with a service that needs to do a read for update. Currently, the service returns a record and then the calling service updates the record. We are seeing a problem when multiple

Moving seleniumXml test framework forward

2009-09-18 Thread Brett Palmer
There are a few of us working on the seleniumXml test framework that was added to the project a few weeks ago. I would like to continue improving this framework and helping others add test cases for the project. I'm looking for recommendations from the community on the following topics: 1.

Re: Dual licensing

2009-09-17 Thread Brett Palmer
I brought this topic up again in a recent posting with selenium developers. They were looking at replacing their CSS selector code with a jquery solution. When they make this replacement they are planning to replace their LGPL CSS selector code. They said in their 2.0 release but I don't know

Re: Use of SeleniumXml

2009-09-11 Thread Brett Palmer
Gil, Yes, that is a good approach to fix the ClassNotFoundException. I am in the process of submitting another patch to the project with updates to the SeleniumXml framework and more example tests. I am also updating the SeleniumServer library. Remembering the certificate exception was a

Re: Ofbiz Testing - student projects

2009-08-25 Thread Brett Palmer
it is now in the core OFBiz system? Any updates for it? We are trying to iron out the problems and add some documentation. Regards, Hans On Mon, 2009-08-24 at 12:55 -0600, Brett Palmer wrote: Sandy, I've been working on a Selenium extension called SeleniumXML for ofbiz testing. I

Re: Ofbiz Testing - student projects

2009-08-24 Thread Brett Palmer
Sandy, I've been working on a Selenium extension called SeleniumXML for ofbiz testing. I presented on it last year at the ApacheCon 2008 conference and will be presenting on it again at this year's ApacheCon 2009. We are trying to build up more example test cases for the ofbiz applications.

Re: data/olap cubes

2009-07-29 Thread Brett Palmer
Adam, I am interested in your OLAP ideas. I've haven't used the existing ofbiz olap tables directly, but I have used them to model new Star schemas. I capture a lot of performance testing data and needed a way to query and report the results. A lot of the work in data mining is breaking down

Re: Problem with latest revision - CurrencyDimension - getModelFieldTypeReader

2009-07-24 Thread Brett Palmer
Al, The easiest solution is to manually create an ofbizolap db in mysql and then run the build. Brett On 7/24/09, Al Byers bye...@automationgroups.com wrote: I am unable to do a run-install on the latest version when trying to connect to Mysql, but I can with Derby. The error I get is:

Re: Use Prototype or JQuery for Ajax goodies

2009-06-03 Thread Brett Palmer
I agree with Al. We need to provide an abstraction layer to allow developers to integrate their favorite AJAX library with the existing screen widget technology. This may mean the widget is rendered in the browser rather than the server as many of the MVC operations move to the client in AJAX

Re: OFBiz Maven2 Repository is available now.

2009-05-20 Thread Brett Palmer
I'm jumping on this thread to ask some more questions about maven. We are looking at maven to help with our custom deployments. Here are some of our objectives: 1. We use ofbiz in all our applications. We like the component structure and are not interested in creating specific war and ear

Re: How to run single test suite by the suite name?

2009-04-23 Thread Brett Palmer
You can run tests for a specific ofbiz component (e.g. entity, etc) with the following command: ofbiz$ java -jar ofbiz.jar -test -component=entity This is described in the following link: http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide Brett On Tue, Apr

Re: OFBiz Symposium at ApacheCon USA Redux 2009

2009-04-17 Thread Brett Palmer
David, We would be willing to present again on an ofbiz test framework with SeleniumXml. We continue to make progress on this. We just need some more example tests for the community. We could also present on performance testing and other QA ideas for ofbiz. Brett On 4/17/09, David E Jones

Re: New Syntax to preserve String for 000 value using FlexibleString expander

2009-01-21 Thread Brett Palmer
--- On Tue, 1/20/09, Brett Palmer brettgpal...@gmail.com wrote: From: Brett Palmer brettgpal...@gmail.com Subject: Re: New Syntax to preserve String for 000 value using FlexibleString expander To: dev@ofbiz.apache.org Date: Tuesday, January 20, 2009, 9:47 PM Adrian, Thanks for the reply

New Syntax to preserve String for 000 value using FlexibleString expander

2009-01-20 Thread Brett Palmer
I saw some posts on this earlier but not sure of the exact syntax. We have some SimpleMethod that use index keys like 000, 001, etc. This are being converted to longs and no longer work in our Maps. What is the SimpleMethod syntax to preserve the String value 000 instead of changes to a long.

Re: New Syntax to preserve String for 000 value using FlexibleString expander

2009-01-20 Thread Brett Palmer
a code snippet? -Adrian Brett Palmer wrote: I saw some posts on this earlier but not sure of the exact syntax. We have some SimpleMethod that use index keys like 000, 001, etc. This are being converted to longs and no longer work in our Maps. What is the SimpleMethod syntax to preserve

Re: New Syntax to preserve String for 000 value using FlexibleString expander

2009-01-20 Thread Brett Palmer
the key something other than numeric. If keys like _000 cause a problem elsewhere in the code, then try Set field=passedVal from-field=someMap[str:toString(surveyResponseOptionAnswer.surveyOptionSeqId)]/ -Adrian Brett Palmer wrote: Here is an example: Set field=passedVal from-field

Re: New Release Branch (was: locale error in simple method)

2009-01-15 Thread Brett Palmer
Here is another proposal for release branches. Rather than doing a release branch every 1 - 2 years how about doing it by calendar and releasing a new branch more frequently (e.g. every 3 months). The objective would be to stay as close to the trunk as possible while still providing stability

SeleniumXml files submitted to JIRA Issue 2116

2009-01-09 Thread Brett Palmer
Developers, I've created a JIRA ticket (ofbiz-2116) to track the proposal for including SeleniumXml as one of the test tools provided in OFBiz. The ticket includes the following files: - Instructions on how to apply the patch and run the sample test - Zip file of all source code

Re: SeleniumXml files submitted to JIRA Issue 2116

2009-01-09 Thread Brett Palmer
Sorry, I just noticed that the link I have for the JIRA Issue is missing the '6' at the end. Here is the correct link: https://issues.apache.org/jira/browse/OFBIZ-2116 Brett On Fri, Jan 9, 2009 at 6:57 AM, Brett Palmer brettgpal...@gmail.com wrote: Developers, I've created a JIRA ticket

Re: Follow up on SeleniumXml Test framework for OFBiz

2008-12-23 Thread Brett Palmer
way to move forward on the testing framework. I'll continue to drive the effort, but I'm always appreciative of feedback from the community on how to proceed. Thanks, Brett On Fri, Dec 12, 2008 at 8:55 PM, David E Jones david.jo...@hotwaxmedia.comwrote: On Dec 11, 2008, at 3:27 PM, Brett

Generating SQL for BIRT reports

2008-12-15 Thread Brett Palmer
We want to integrate BIRT reports more closely with OFBiz. Our BIRT design templates use standard SQL to generate the reports. We would like to use the OFBiz entity engine to generate the SQL so we can leverage our existing OFBiz application code. For example, we would like to use a class

Re: Generating SQL for BIRT reports

2008-12-15 Thread Brett Palmer
. they can work fine with each other. 2008/12/16 Brett Palmer brettgpal...@gmail.com: We want to integrate BIRT reports more closely with OFBiz. Our BIRT design templates use standard SQL to generate the reports. We would like to use the OFBiz entity engine to generate the SQL so we can

Follow up on SeleniumXml Test framework for OFBiz

2008-12-11 Thread Brett Palmer
This is a follow up discussion from a presentation I gave at this year's ApacheCon2008 conference: http://us.apachecon.com/presentation/materials/118/ApacheCon2008_SeleniumXml.pdf A few of us have been working on a test framework called SeleniumXml. It is an extension of Selenium RC

Re: Selenium Presentation for OFBiz - Re: OOTB Unit Tests (was Re: Stable trunk?)

2008-11-25 Thread Brett Palmer
appreciated Jacques From: Brett Palmer [EMAIL PROTECTED] FYI, Here is the link to the presentation on Selenium that I gave at the ApacheCon/OFBiz conference this week. There were several good presentations on OFBiz this week. Most of these are available at the us.apahecon.comwebsite. http

Re: Selenium Presentation for OFBiz - Re: OOTB Unit Tests (was Re: Stable trunk?)

2008-11-08 Thread Brett Palmer
/software/clover/ ? Thanks Jacques From: Brett Palmer [EMAIL PROTECTED] FYI, Here is the link to the presentation on Selenium that I gave at the ApacheCon/OFBiz conference this week. There were several good presentations on OFBiz this week. Most of these are available

Selenium Presentation for OFBiz - Re: OOTB Unit Tests (was Re: Stable trunk?)

2008-11-07 Thread Brett Palmer
/ApacheCon2008_SeleniumXml.pdf Brett On Fri, Oct 31, 2008 at 4:03 AM, Erwan de FERRIERES [EMAIL PROTECTED] wrote: Will the slides be available on the Internet after your presentation ? I'm not coming to the ApacheCon, but I am very interested to see what you've done with Selenium. Brett Palmer a écrit

Re: OOTB Unit Tests (was Re: Stable trunk?)

2008-10-31 Thread Brett Palmer
interested to see what you've done with Selenium. Brett Palmer a écrit : David, We have been using SeleniumRC and an extension called SeleniumXml that I will be presenting on at the ApacheCon conference next week. These could be called from a normal ant process or used in Cruise Control. Let's

Re: OOTB Unit Tests (was Re: Stable trunk?)

2008-10-30 Thread Brett Palmer
David, We have been using SeleniumRC and an extension called SeleniumXml that I will be presenting on at the ApacheCon conference next week. These could be called from a normal ant process or used in Cruise Control. Let's talk more about this next week at the conference. Brett On Wed, Oct 29,

Re: Eclipse and OfBiz

2007-11-18 Thread Brett Palmer
I've had this same problem for a while now. The ant script's ignore this code which is why you can compile in ant. There is a filter in eclipse to ignore this code but for some reason it isn't working in my eclipse environment. The easiest fix in eclipse is to right click on the package and

Re: Dojo vs. Prototype vs. whatever

2007-09-11 Thread Brett Palmer
The nice thing with Dojo is its XML structure that maps well to screen widgets. I don't know prototype or jQuery very well but they look like more JavaScript stuff that you place in your page. If we won't to extend screen widgets could this be done easily with Prototype or jQuery? Brett On

Re: Need java lesson

2007-08-01 Thread Brett Palmer
Al, Further down the stack is there a class not found error or some other kind of error? When you say, Everything works fine if I move the files into the webapp/event and webapp/view dirs. What are you putting into those directories (i.e. a jar file)? Is it possible that you have another Jar

Running ofbiz in Eclipse can't find SimpleMethod document

2007-05-25 Thread Brett Palmer
I've got a strange problem when I try to run ofbiz within eclipse. If I execute a service that is a simple method I get an error that it can't find the simple method document. I don't have the problem when the service is a Java service. Here is a sample of the stack trace: at

Selenium RC versus webtest

2007-05-08 Thread Brett Palmer
I've been playing with selenium RC for the past few weeks for ofbiz testing. The biggest problem I have found is getting consistent results running the tests. Often selenium will just hang or return a browser error. I think Selenium IDE could be used to create client side tests but I not sure

Re: Shopping list customization

2007-04-30 Thread Brett Palmer
We are looking at similar customizations for subscription services that will allow a customer to change their subscription or cancel it. We are reviewing the current services available to facilitate these features. We will likely post our findings in about a week to get feedback from the group.

FTL vs Screen Widgets

2007-04-09 Thread Brett Palmer
I read in the emails that the ecommerce app is going to continue using Freemarker/FTL pages and not migrate to screen widgets. That isn't a concern but I was wondering the reasoning behind the decision as I work on a lot of custom applications and always use screen widgets where possible. If

Re: FTL vs Screen Widgets

2007-04-09 Thread Brett Palmer
functional design, and using the form widget just doesn't help much there, and in fact it makes incorporating custom HTML not a little bit, but MUCH more difficult (often involving rewriting the form in plain HTML/FTL). -David On Apr 9, 2007, at 1:00 PM, Brett Palmer wrote: I read in the emails

Re: Where did compression rmi-dispatcher classes go?

2007-03-27 Thread Brett Palmer
into this yet Removed: incubator/ofbiz/trunk/framework/service/src/org/ofbiz/service/rmi /socket/zip/ Regards Scott On 27/03/07, Scott Gray [EMAIL PROTECTED] wrote: My vague memories are thinking it was a licensing issue. Regards Scott On 27/03/07, Brett Palmer [EMAIL PROTECTED] wrote

Where did compression rmi-dispatcher classes go?

2007-03-26 Thread Brett Palmer
There use to be two options for the rmi-dispatcher, SSL (default configuration): org.ofbiz.service.rmi.socket.ssl (package) SSLClientSocketFactory and SSLServerSocketFactory Zip (optional configuration): org.ofbiz.service.rmi.socket.zip (package) CompressionClientSocketFactory and

Re: Additional Selenium Options

2007-03-08 Thread Brett Palmer
public added to their signature. - Andrew On Wed, 2007-03-07 at 08:14 -0700, Brett Palmer wrote: Tim, I had a little trouble applying the patch. First I had to fix the controller.xml file to have the correct seleniumHome link. Now I'm getting the following error BSH script

Re: Additional Selenium Options

2007-03-07 Thread Brett Palmer
/actions/selenium/selenium.bsh : modelTestSuite .getWebTestList ( ) Brett On 3/6/07, Tim Ruppert [EMAIL PROTECTED] wrote: That's great, Brett - thanks. Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 On Mar 6, 2007, at 4:55 PM, Brett Palmer

Re: Brainstorming Thread: Objectives for Developers Conference - Next Week!

2007-02-26 Thread Brett Palmer
My vote would be the ofbiz test framework if someone is going to be there to lead it. I can only attend Friday, but I will be active on the mailing list and getting updates from subversion throughout the week. I think we could get a lot done in a week of concentrated effort. Brett On

Re: Locking/Freezing

2007-02-23 Thread Brett Palmer
David, I have seen this problem too if the service engine is saturated with failed services that it has to continually retry. We worked around these issues by setting the maximum retry count to something like 3. I have also seen this error when the jdbc driver version is incorrect for the

Re: Developers Conference (Hackathon) Update

2007-02-13 Thread Brett Palmer
David, I can only attend the Friday of the conference but I will try to communicate with the groups via email and phone. I could also stay for the Sat if it went longer. Brett On 2/12/07, David E. Jones [EMAIL PROTECTED] wrote: We now have 11 people confirmed for the developers conference

Access to hackathon remotely

2007-01-31 Thread Brett Palmer
I can only attend the hackathon on Fri and Sat (if there is a Sat session) but I would like to participate remotely during the week. Is it possible to have acces to the svn repository for the hackathon during the week so those of us that can't attend can still participate? I am primarily

Re: How do I decrypt passwords?

2007-01-24 Thread Brett Palmer
Unless the code has changed since I looked at this previously, you can't decrypt a password as it is implemented as a one-way hash. You can only update the password with a new one. This is a security feature. Brett On 1/24/07, Stephens, Drew [EMAIL PROTECTED] wrote: I have a question about