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 wrote: > 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 anybody have selenium setup

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 < malin.nico...@libre

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 env

Re: getNextSeqId and multiple sequence on entity

2009-12-30 Thread Brett Palmer
el. > > For sequence not in relation with entity, I can extend sequenceUtil to > have a function SequenceUtil.getNextSequence(String key, long > staggerMax). > > Brett can you give me an example for your proposal ? I don't really > understand your improvement. > >

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

Re: Improvements on seleniumXml

2010-01-25 Thread Brett Palmer
> 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 an explicit call like "getScreenShot()"? >> > You have to add this command i

Re: Improvements on seleniumXml

2010-01-26 Thread Brett Palmer
on, 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

Re: Improvements on seleniumXml

2010-01-29 Thread Brett Palmer
re that we have a unique name. >> The image is saved in runtime, but this can be changed in the >> seleniumXml.properties file. I didn't think of saving it to the same >> folder as the test. >> >> HTH, >> >> Le 26/01/2010 19:25, Brett Palmer a écri

Re: Groovy Integration Improvements

2010-03-23 Thread Brett Palmer
On Mar 23, 2010 5:27 PM, "Adrian Crum" 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 process. -Adrian

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 t

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 &g

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

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

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 containe

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

2010-12-11 Thread Brett Palmer
I'm looking for the transaction manager code to check the current database connection pool. We are trying to troubleshoot a problem in production where we randomly are unable to get a new connection. We are not seeing a connection leak (at least our munin charts don't show connections to the data

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

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

Re: Alternatives to using UserLoginId as a primary key

2012-02-18 Thread Brett Palmer
User and > disable the existing one; > > - Sakthi > > On 2/17/12, Brett Palmer 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: Alternatives to using UserLoginId as a primary key

2012-02-19 Thread Brett Palmer
; fromDate* > thruDate > loginName > password > > Would something like that solve your 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

Re: Alternatives to using UserLoginId as a primary key

2012-02-20 Thread Brett Palmer
that can be found in specialpurpose. There is also a SSO > implementation and some X509 stuff. > > > > -Adrian > > > > On 2/20/2012 3:32 AM, Brett Palmer wrote: > >> Adrian, > >> > >> Yes, that approach would work for us as well. I like the generic >

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 Ja

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 a

Re: Job Manager

2012-08-06 Thread Brett Palmer
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" > > Adrian, >> >> Thanks for the update. Here are some feedback points on your listed >> items:

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" 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

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

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 f

Re: Job Manager

2012-08-18 Thread Brett Palmer
...@sandglass-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,

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 wi

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

Re: Job Manager

2012-09-17 Thread Brett Palmer
> 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 code from the >> trunk. We did an update a couple months ago so I don&#

Re: Job Manager

2012-09-18 Thread Brett Palmer
sent to the "pool" pool will not be serviced.", but maybe I am missing something. I'll post the results of my load test as soon as it is completed. Brett On Tue, Sep 18, 2012 at 2:38 AM, wrote: > Quoting Brett Palmer : > > *Adrian, >> >>

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 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: > > java.lang.NullPointerE

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 th

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. Per

Re: Ofbiz Testing - student projects

2009-08-24 Thread Brett Palmer
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 ca

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 proble

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 whe

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. Docu

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
Scott > > HotWax Media > http://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 >> calli

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 a

Re: selenium xml in OFBiz

2009-12-02 Thread Brett Palmer
omething together, which could produce nice reports, like logging > selenium <http://loggingselenium.sourceforge.net/>, or more basic like > JUnitReport. > > I'm waiting for your comments. > > Cheers, > > Le 01/12/2009 20:32, Brett Palmer a écrit : > > Erwan,

Re: selenium xml in OFBiz

2009-12-02 Thread Brett Palmer
s only "pure" selenium tests, but we are willing to > migrate them to seleniumXml, 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, >>

Re: selenium xml in OFBiz

2009-12-03 Thread Brett Palmer
ould be better to integrate it directly in OFBiz ? > > Cheers, > > Le 02/12/2009 22:29, Brett Palmer a écrit : > >> Erwan, >> > > -- > Erwan >

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 t

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: OOTB Unit Tests (was Re: Stable trunk?)

2008-10-31 Thread Brett Palmer
acheCon, but I am very 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 c

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 Sel

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

2008-11-08 Thread Brett Palmer
used/tested Clover > http://www.atlassian.com/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

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

2008-11-25 Thread Brett Palmer
e issue we crossed some times ago and is still existing I'm >>>> pretty sure (did not check though) >>>> >>>> https://issues.apache.org/jira/browse/OFBIZ-680?focusedCommentId=12470728#action_12470728There >>>> is where we see what GPL viral issue

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 (http://selen

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 simil

Re: Generating SQL for BIRT reports

2008-12-15 Thread Brett Palmer
n work fine with each other. > > 2008/12/16 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

Re: Generating SQL for BIRT reports

2008-12-15 Thread Brett Palmer
legator.findAll(viewName); >}catch( GenericEntityException e ){ > Debug.logWarning(e.getMessage(), module); >} >return dataSources; >} > } > > > in design file,something like this: > > OrderItemPriceInf

Re: Follow up on SeleniumXml Test framework for OFBiz

2008-12-23 Thread Brett Palmer
best 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 wrote: > > On Dec 11, 2008, at 3:27 P

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 and

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 wrote: > Developers, > > I've created a JIR

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 for

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

2009-01-17 Thread Brett Palmer
it should be automatically scheduled and update script is a good >> idea... >> >> so please (re)read this proposal. >> >> Hans >> >> ps. the attachment not really get trough? >> >> On Thu, 2009-01-15 at 23:42 -0700, Brett Palmer wrote: >&

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 lo

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

2009-01-20 Thread Brett Palmer
Here is an example: Where surveyOptionSeqId is 000 but translates to 0. Then doesn't match the key value in the map. Brett On 1/20/09, Adrian Crum wrote: > Brett, > > Could you provide a code snippet? > > -Adrian > > Brett Palmer wrote: >> I saw some posts

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

2009-01-20 Thread Brett Palmer
t;/> > > The idea is to make the key something other than numeric. > > If keys like "_000" cause a problem elsewhere in the code, then try > > > from-field="someMap[str:toString(surveyResponseOptionAnswer.surveyOptionSeqId)]"/> > > -Adrian > >

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

2009-01-21 Thread Brett Palmer
gt; String passedVal = someObject.000; > > in Java. Try creating a class property in Java named "000" - it won't let > you. > > The benefit of using the UEL is we can create expressions like: > > > > which is something we couldn't do before. > >

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 wr

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 21

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 file

Re: OFBiz Maven2 Repository is available now.

2009-05-20 Thread Brett Palmer
Jacopo, Thanks for the tips. Brett On Wed, May 20, 2009 at 11:54 AM, Jacopo Cappellato wrote: > Hi Brett, > > On May 20, 2009, at 4:56 PM, Brett Palmer wrote: > >> 4.  We don't change a lot of ofbiz code, but we do change >> configuration files (e.g. vari

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 too

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 dele

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

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 interes

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

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 speci

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 2/26/07,

Re: getting news from the development conference

2007-03-05 Thread Brett Palmer
Can we post updates to the freenode #ofbiz channel? Then maybe a daily summary would be nice for those of us participating after hours. Brett On 3/5/07, David Shere <[EMAIL PROTECTED]> wrote: What would be the best way to get news from the development conference this week for those of us not g

Re: Additional Selenium Options

2007-03-06 Thread Brett Palmer
I'll take a look at it tonight. Brett On 3/6/07, Tim Ruppert <[EMAIL PROTECTED]> wrote: I know that some of you (specifically Andrew Sykes and Brett Palmer on this topic) have mentioned getting involved in portions of the developers conference remotely - and I think I've found

Re: Additional Selenium Options

2007-03-07 Thread Brett Palmer
6, 2007, at 4:55 PM, Brett Palmer wrote: I'll take a look at it tonight. Brett On 3/6/07, Tim Ruppert <[EMAIL PROTECTED]> wrote: I know that some of you (specifically Andrew Sykes and Brett Palmer on this topic) have mentioned getting involved in portions of the developers conference remo

Re: Additional Selenium Options

2007-03-08 Thread Brett Palmer
uff? >>>> >>>> >>>> >>>> >>>> The Webtest stuff went REALLY well, but I ran into a problem with >>>> SSL. >>>> I'm digging in and hopefully will have a little more info later >>>

Selenium RC feedback

2007-03-19 Thread Brett Palmer
Since the hackathon I have been working with Selenium RC to see how it could be integrated into ofbiz auto builds for regression testing. Here is a summary of my findings and some recommendations. 1. Selenium RC can definitely be used as a simple ant build (e.g. Ant run-test) 2. Selenium RC does

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 Compressio

Re: Where did compression rmi-dispatcher classes go?

2007-03-27 Thread Brett Palmer
at anyone has looked 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 &

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 scr

Subscriptions, ShoppingList, and recurring billing revisited

2007-04-09 Thread Brett Palmer
I know this topic has been brought up before. I just wanted to summarize my current understanding of the best practices to support subscription services and recurring (monthly) billing. Assumed recommendations and Questions - Use ShoppingList services to execute monthly subscription billing bec

Re: FTL vs Screen Widgets

2007-04-09 Thread Brett Palmer
o much 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

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.

Re: Calling services from external applications

2007-05-04 Thread Brett Palmer
What kind of error did you get with the RMI attempt? I like using the RMI interface because is handles the object conversion seamlessly. If the two web applications are in the same intranet RMI is a good solution. Brett On 5/4/07, Andrew Crowe <[EMAIL PROTECTED]> wrote: Hi We are currentl

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 s

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 org.eclipse.jdt.i

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 J

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 9