Re: REST implementation

2020-06-10 Thread Al Byers
I am curious as to whether or not you have looked at what Moqui has done? I'm not up to speed on it enough to comment on how it stacks up against your list, but it seems logical to look at it since OFBiz and Moqui share a lot of DNA. Al Byers On Wed, Jun 10, 2020 at 9:43 AM Girish Vasmatkar

Re: Why A Framework Rewrite Is Necessary

2015-10-15 Thread Al Byers
> Sandglass Software > www.sandglass-software.com > > On 10/15/2015 6:34 AM, Al Byers wrote: > >> I was waiting for someone to bring this up. David Jones created Moqui with >> the same end in mind that the rewrite is meant to accomplish. Do you think >> that you wil

Re: Why A Framework Rewrite Is Necessary

2015-10-15 Thread Al Byers
I was waiting for someone to bring this up. David Jones created Moqui with the same end in mind that the rewrite is meant to accomplish. Do you think that you will do a better job than him? Even if you could, would it be so much better that it warrants the effort that it would take? Is this a

Re: Addons for OFBiz

2015-05-07 Thread Al Byers
Adam, How does your work on refactoring OFBiz fit with your interest in a Moqui PoC? Do you think that with your work there would not be a need to add in Moqui in order to resolve the inadequacies that you find? Are you open to the idea that it will be better to use Moqui in some way and not need

Re: Discussion: migrating from Ant to Gradle

2014-08-21 Thread Al Byers
As a pro it should stated that migrating to gradle would - wait for it - help in the migration to and/or from moqui.org, as it is one its many advanced built-in tools. I appreciate the groovy-everywhere consistency of moqui and believe that it would be a good direction for OFBiz to head. On Thu,

Re: Discussion: Mini-language Overhaul

2012-03-05 Thread Al Byers
I think having a scripting language that can be expressed in markup and managed via an xsd schema is a powerful feature. I would hate to see it go away. -Al On Mon, Mar 5, 2012 at 12:46 PM, Anil Patel anil.pa...@hotwaxmedia.com wrote: Adrian, Thanks for starting this thread. While we all

Re: Discussion: Mini-language Overhaul

2012-03-05 Thread Al Byers
And by go away, I mean not get enhanced. -Heinz On Mon, Mar 5, 2012 at 12:53 PM, Al Byers bye...@automationgroups.com wrote: I think having a scripting language that can be expressed in markup and managed via an xsd schema is a powerful feature. I would hate to see it go away. -Al On Mon

Server Side Javascript and OFBiz

2012-02-14 Thread Al Byers
Anyone working on using OFBiz with SSJS? I would like to compare notes. I am interested in pursuing the Dojo/Persevere/RingoJS path. -Al Byers

Re: Server Side Javascript and OFBiz

2012-02-14 Thread Al Byers
Ringo uses Rhino. I want to take advantage of the Dojo and Persevere infrastructure. -Al On Tue, Feb 14, 2012 at 11:02 AM, Adrian Crum adrian.c...@sandglass-software.com wrote: Why not use the one in Java 6 - Rhino? -Adrian On 2/14/2012 5:47 PM, Al Byers wrote: Anyone working on using

Re: How to show event points on a geo map

2009-12-11 Thread Al Byers
that way. I would definitely look into GeoRSS (http://www.georss.org/Main_Page) to do what you want. Sorry I can't be of more help. -Al Byers On Fri, Dec 11, 2009 at 3:42 PM, Bruno Busco bruno.bu...@gmail.com wrote: Hi devs, I have a list of recorded events, each one with its GPS coordinates

Re: How to show event points on a geo map

2009-12-11 Thread Al Byers
Should have included this link: http://googlemapsapi.blogspot.com/2007/03/kml-and-georss-support-added-to-google.html On Sat, Dec 12, 2009 at 12:52 AM, Al Byers bye...@automationgroups.com wrote: Bruno, I did some work along these lines 2-3 years ago, but I can't find it, now. But I did add

Re: [VOTE] Require Java 6

2009-11-30 Thread Al Byers
+1 -Al On Mon, Nov 30, 2009 at 2:40 PM, David E Jones d...@me.com wrote: Please vote on whether or not we should require Java 6 (aka Java 1.6) for OFBiz going forward. This basically means that we would allow code that relies on Java 6 APIs, and that because of those OFBiz would no longer

Re: Ruppert and Hans conflict solved.

2009-10-24 Thread Al Byers
Group hug! Group hug!

Re: Working together. was: plans are nice, but what then?

2009-10-21 Thread Al Byers
Tim, What are the most common bad practices that you see? It would help to know some specifics. -Al

Re: webslinger quick start guide?

2009-08-17 Thread Al Byers
Can someone explain how this approach compares to what WebSlinger brings? -Al On Mon, Aug 17, 2009 at 3:44 AM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: I have begun to read a bit about JSR170 (JCR) and JackRabbit. There are 2 aspects in CMS : content management and rendering. So

Amazon SimpleDB - any work done on it?

2009-08-17 Thread Al Byers
Has anyone looked at what it would take to port OFBiz entity engine to work with Amazon's SimpleDb? -Al

[jira] Created: (OFBIZ-2838) ServiceUtil.getUserLogin tests on null but not empty

2009-08-17 Thread Al Byers (JIRA)
Reporter: Al Byers Line 587 in ServiceUtil.getUserLogin is: if (runAsUser != null) { but i got an empty string passed in. Should use UtilValidate.isNotEmpty? I could change it, but I don't think I have ever touched core code and don't wish to start. -Al -- This message

Re: webslinger quick start guide?

2009-06-26 Thread Al Byers
Ean, Could you please give a little more information about the type of content and merges that you see in practice, so I can see if the CMS could be built out to handle them? Thanks, -Al

[jira] Created: (OFBIZ-2624) Adding drools to ofbiz

2009-06-17 Thread Al Byers (JIRA)
Adding drools to ofbiz -- Key: OFBIZ-2624 URL: https://issues.apache.org/jira/browse/OFBIZ-2624 Project: OFBiz Issue Type: New Feature Reporter: Al Byers Priority: Minor Someone asked about

[jira] Updated: (OFBIZ-2624) Adding drools to ofbiz

2009-06-17 Thread Al Byers (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Al Byers updated OFBIZ-2624: Attachment: findexistingperson.drl PartyImport.java Just some work I did a couple of years

Re: Use Prototype or JQuery for Ajax goodies

2009-06-03 Thread Al Byers
Before we choose a UI library, it might be better to determine what sort of advanced screens and features we are shooting for (eg. trees, master/detail, heirarchical menus, etc.) so that we can enhance the widget architecture to handle them. Then the widget component can act as a common definition

Re: Use Prototype or JQuery for Ajax goodies

2009-06-03 Thread Al Byers
Adrian, I am wondering if we need to expand the scope of the current schema to cover things that Ajax does that were not practical when the original widget component was produced? It would be good to discuss what those components would be? Ones that come to mind are trees, master/detail windows,

Thumbnail routines and the like

2009-05-28 Thread Al Byers
I only see OFBIZ-272 talking about generation of thumbnail images. We don't have anything in place, do we? Do we need some basic image processing utilities in OFBiz or is this functionality that should just be customized as needed. I am thinking of mostly sizing routines. What is the recommended

Re: Domain Based Security ( was re: Authz...)

2009-05-04 Thread Al Byers
Am I correct in thinking that artifact driven approach naturally integrates the concept of allowing inherited permission checking by roles, but in the process-driven approach we would have to use something like the RoleCheckingDa API extension? So if I want to give an administrator access to all

Re: Discussion: UEL and backward incompatibility

2009-04-14 Thread Al Byers
What is the reason there is not a method to create empty lists and maps in simple-methods? I have found a need to do such many times. I was welcoming Adrian's first proposed solution. -Al On Tue, Apr 14, 2009 at 9:19 PM, Adrian Crum adrian.c...@yahoo.com wrote: If you read section 1.5 and 1.6

Re: Cross-Site Request Forging (XSRF)

2009-03-06 Thread Al Byers
David, I am just thinking out loud here, but if there were no AJAX calls, then your original approach would work and if there were only AJAX calls then, as I described, all the requests could be run thru a common xhr object and it could handle the tokens. So what if we used a dual random token

Re: Cross-Site Request Forging (XSRF)

2009-03-05 Thread Al Byers
David, I am trying to think of the effect this will have as applications have more and more AJAX calls. It seems like it would come down to implementing a central object for processing such requests and the developer would not need to worry about it, but then a mix of page requests and ajax calls

[jira] Created: (OFBIZ-2125) Update JSON jar

2009-01-16 Thread Al Byers (JIRA)
Update JSON jar --- Key: OFBIZ-2125 URL: https://issues.apache.org/jira/browse/OFBIZ-2125 Project: OFBiz Issue Type: Improvement Components: framework Reporter: Al Byers Assignee: Al Byers

Problems with FlexibleStringExpander

2009-01-16 Thread Al Byers
We seem to be having trouble with FlexibleStringExpander. We are in the process of writing up a test case, but I wanted to see if anyone else is seeing problems. In one case, it simply does not find the replacement string in the passed context when it appears to be there. This happens in a line

Lookout! I'm going to commit

2009-01-16 Thread Al Byers
I know I should take care of this myself, but it has been a couple of years since I have committed and I hesitate to start up again without some concurrence. I just want to upgrade the JSON lib from version 0.9 to 2.2.3. In OFBIZ-2125 (https://issues.apache.org/jira/browse/OFBIZ-2125) i described

Re: complex ajax-based query filter builder example

2008-11-21 Thread Al Byers
Adam, I have actually worked on something much like this using the Dojotoolkit. Dojo has nice drag and drop capability. I had it working at a basic level, but I am currently off on something else. I should get back to it sometime next year. I would not mind making what I have done available to

Re: Subscribing to OFBiz Application Events

2008-07-21 Thread Al Byers
Adrian, This sounds like it would be a valuable addition to OFBiz, so I would like to see it there. -Al On Mon, Jul 21, 2008 at 11:47 AM, Adrian Crum [EMAIL PROTECTED] wrote: Some time ago I implemented a subscription system on our local OFBiz copy, where users can subscribe to notifications

Re: Discussion: OFBiz Security Refactor

2008-06-19 Thread Al Byers
Adrian, This is good timing for me as I need to implement a security scheme in which a user's ability to perform CRUD operations is dependent on their level within an organization (ie. someone is a divisional supervisor so they can only modify records within their division and its departments).

Re: Discussion: OFBiz Security Refactor

2008-06-19 Thread Al Byers
Adrian, This really helps. I am starting to see what the api for the integrated permission utility would be. Trustee relationship is the word for the relationship between objects (in my case, content records) and party with permissions. In the NDS scheme can trustee groups be hierarchically

Re: Discussion: Ajax Development

2008-06-02 Thread Al Byers
Hi Adrian, I started a post to your reply that talked about what I would like to see and whatever, but as I got into it, I realized that this whole thing could get quite messy. As soon as you do anything that is customer facing, I think you are going to lose people (like me) because what we do

Re: Discussion: Ajax Development

2008-06-02 Thread Al Byers
I would like to add that I do not think ofbiz can ignore the rich internet app technology for long, but maybe it would be better to wait for a shake out till there are 2-3 clear leaders and then choosing the best one and not try to be compatible with others. In the end I think it would make ofbiz

Upgrading json-lib

2008-05-22 Thread Al Byers
Has anyone else felt a need to update the version of json-lib? It is in webapp and is at 0.9, whereas I am at version 2.2.1 for jdk1.5 (there is a separate version for 1.3 ???). As important as json will as more and more work in done with ajax, it would seem that an upgrade would be in order.

Re: Discussion: Screen Widget XML format to support 3rd party rendering libraries

2008-05-06 Thread Al Byers
I am not sure. It seems like there are many cases where it is possible to require that javascript be turned on and those would be worth developing for. -Al On Tue, May 6, 2008 at 3:42 PM, Adrian Crum [EMAIL PROTECTED] wrote: I'm resurrecting this thread because I've spent some time looking

[jira] Created: (OFBIZ-1718) ModelReader.getEntityNames in ModelEntityChecker

2008-03-24 Thread Al Byers (JIRA)
Affects Versions: SVN trunk Reporter: Al Byers In the latest svn trunk, in ModelEntityChecker, line 54, when compiling with 5.0, I had to make the following change: //CollectionString ec = reader.getEntityNames(); SetString ec = reader.getEntityNames(); I hesitate to fix

Re: Discussion: Screen Widget XML format to support 3rd party rendering libraries

2008-02-19 Thread Al Byers
I have been working with Dojo for the past six months and am ready to try a set of rendering classes. I am interested in all the widget types - forms, comboboxes and menus. I am especially interested in the tree and grid objects. With client-side functionality there will be new problems to solve -

Re: GIS Tools/modeling

2007-12-24 Thread Al Byers
benefit in having the entity engine handle database specific objects? I'm seeing the easiest way to handle GIS in the same manner that Al Byers did. That is, have ofbiz load MapServer as a webapp and let that be the only communication with the geo-spatial database. Any thoughts?

Re: GIS Tools/modeling

2007-12-06 Thread Al Byers
Chris, Sorry, I did not get around to implementing os geocoders. Here are some links I came across, however: http://www.ontok.com/geocode/compare http://www.ontok.com/api http://geocoder.us/ One possible alternative is to find the code for a geocoder and use some of the free data that is

Re: GIS Tools/modeling

2007-11-26 Thread Al Byers
Hey Chris, Yes, I did some GIS work a few months ago. What I did was add a WFS interface to OFBiz. It is WfsEventHandler class in webapp.event. I did a lot of work with GeoServer (http://docs.codehaus.org/display/GEOS/Home) and MapBuilder (http://docs.codehaus.org/display/MAP/Home) for the

Re: HtmlWidget missing a MapStack pop?

2007-11-26 Thread Al Byers
Jonathon, I am a good candidate for fixing this. Do you have an idea of exactly where the fix should be made. It might make things go a little faster. Thanks, -Al On 11/26/07, Jonathon -- Improov [EMAIL PROTECTED] wrote: Hmm. Another quirk that sent me off the cliff. :)

Re: HtmlWidget missing a MapStack pop?

2007-11-26 Thread Al Byers
Okay, I added that fix. Thanks for the help. -Al On 11/26/07, Jonathon -- Improov [EMAIL PROTECTED] wrote: In that exact Java method in class HtmlWidget. Look for a push without a matching pop. Very obvious. Just add a pop. I tested the fix, it works. Jonathon Al Byers wrote: Jonathon

Re: GIS Tools/modeling

2007-11-26 Thread Al Byers
is extremely crude in comparison. I was only outputting KML and KMZ for Google Earth. It seems I have quite a bit of homework to do before being able to add very much to the discussion. - Original Message From: Al Byers [EMAIL PROTECTED] To: dev@ofbiz.apache.org Sent: Monday, November 26, 2007

Questions on content, surveys and locale

2007-10-06 Thread Al Byers
I have never had to pay much attention to localization and how it applies to content management. I guess my main question is what is the proper method of integrating content of multiple locales in an application. 1. Is it just left to the developer to link all possible contents to a single

Re: Simple bug in AliasKeyManager

2007-09-19 Thread Al Byers
I will take a look at it. -Al On 9/19/07, Tim Ruppert [EMAIL PROTECTED] wrote: I just checked it out - at a simple glance it does look like a bug. I don't have framework perms though so someone else will have to get it. Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com

Re: Simple bug in AliasKeyManager

2007-09-19 Thread Al Byers
ok, i just changed line 51 to: if (this.alias.equals(aliases[x])) { I did not even compile, so let me know if that was not the right change. -Al On 9/19/07, Al Byers [EMAIL PROTECTED] wrote: I will take a look at it. -Al On 9/19/07, Tim Ruppert [EMAIL PROTECTED] wrote

Re: Dojo vs. Prototype vs. whatever

2007-09-12 Thread Al Byers
I found this comparison - http://www.ja-sig.org/wiki/display/UP3/Javascript+Toolkit+Comparison Also: http://jonaquino.blogspot.com/2006/04/comparison-of-dojo-and-prototype.html http://summerofcode.wordpress.com/2006/07/01/ajax-toolkit-shootout/ http://www.sitepoint.com/article/javascript-library

Re: Dojo vs. Prototype vs. whatever

2007-09-12 Thread Al Byers
This seems to be two issues - what javascript toolkit core platform to use and what platform will more easily integrate with OFBiz Screen Widgets. I don't see any point in trying to standardize on a core platform as I do not think we could come to any sort of agreement. But I do think that we can

Re: Content Manager Question

2007-08-23 Thread Al Byers
Yes, the ownerContentId is strictly for security. Andrew did some clean up and addition of service-based permission granting code, so make sure you see those. -Al On 8/23/07, David E Jones [EMAIL PROTECTED] wrote: If I remember right ownerContentId was used for security purposes, permissions

[jira] Created: (OFBIZ-1208) Adding GeoRSS functionality

2007-08-16 Thread Al Byers (JIRA)
Reporter: Al Byers Priority: Minor I did some work to add a GeoRSS interface to OFBiz, but there is no clean place to put an example right now, so I am starting this issue to document the work that I did. GeoRSS is a standard that will let you point-of-interest markers in Google

Add parentTypeId to ContentPurposeType?

2007-08-11 Thread Al Byers
I see a need to make content management more Joomla like and Joomla has the concept of Section and Category for attributing content. The Section would correspond to the existing ContentAssoc.mapKey and Category would be modeled by ContentPurpose/Type. The problem (and it is a minor one) is that

RSS entryLink required?

2007-08-06 Thread Al Byers
I am working with the RomeEventHandler. Actually I am adding a clone of the generateBlogRssFeed service that adds GeoRSS . RomeEventHandler.invoke does not like it when entryLinkReq is missing, and when I patched that up, it looks like the rssFeedInterface interface does not allow entryLink to be

GIS anyone?

2007-08-06 Thread Al Byers
I have gotten quite involved with GIS lately and just wanted to ping the lists to see if there was any interest out there. I have been writing an WFS server interface for OFBiz and a GeoRSS service. The WFS server will allow you to use open source software, such as MapBuilder, to overlay points

[jira] Created: (OFBIZ-1175) Add a GIS WfsEventHandler and a WfsViewHandler

2007-07-31 Thread Al Byers (JIRA)
Affects Versions: SVN trunk Reporter: Al Byers I would like to tie the Geoserver and Mapbuilder packages with OFBiz. There are three standards for interacting with GIS servers - WMC (raster data, satellite images, etc), WMS (vector info like highways, boundaries, etc.) and WFS

Need java lesson

2007-07-30 Thread Al Byers
I am working on a custom event handler and view handler, but I did not want to have to commit them to the core until they were farther along. I tried building an org.ofbiz.webapp.event directory in my hot-deploy/custom directory, but when it runs, the log file says that it cannot load that class.

Re: Release 4.0 fixes

2007-06-14 Thread Al Byers
Scott, I appreciate this as I was wondering if I should go to the trouble of checking out the release for the few commits that I have done. But I am fairly certain that they are suited for the release branch. Can you help me with the svn command for looking at what I have done recently? I am

Substring method for minilang?

2007-06-04 Thread Al Byers
I cannot figure out how to safely get a substring value in minilang. I don't even see an OFBiz utility for doing it. The String method will blow up if the cutoff value is greater than the length of the string, so it seems like I need to do a bunch of String and Math functions to get it and I am

Re: Substring method for minilang?

2007-06-04 Thread Al Byers
can call any method that exists in java, just be sure to use type that is part of the method signature, not a subtype. As far as adding the function more natively, if necessary, it might be best as one of the map processor functions. --- Al Byers [EMAIL PROTECTED] wrote: I cannot figure out how

Re: Substring method for minilang?

2007-06-04 Thread Al Byers
) should be added to the minilang and widget functionality. -Al On 6/4/07, Chris Howe [EMAIL PROTECTED] wrote: I'm having trouble quickly reading how you're hacking it to work versus what you're trying to do... What are you trying to perform if this were java? --- Al Byers [EMAIL PROTECTED] wrote

Re: CMS viewContentPermission

2007-05-29 Thread Al Byers
it easier to track that down? -David Al Byers wrote: Is there any reason why ContentPermission.viewContentPermission does not need the same code as updateContentPermission that sets checkId? Below is some code where I have added that code. simple-method method-name=viewContentPermission short

[jira] Created: (OFBIZ-1043) ContentPermissionServices.viewContentPermission needs to set checkId

2007-05-29 Thread Al Byers (JIRA)
Project) Issue Type: Bug Components: content Affects Versions: SVN trunk Reporter: Al Byers Assignee: Al Byers Is there any reason why ContentPermission.viewContentPermission does not need the same code as updateContentPermission that sets checkId

How to structure CMS?

2007-05-22 Thread Al Byers
I think it would be helpful to agree on how content management should be used. I am thinking primarily of things like news articles, blogs, forums, etc. They all have a lot of similarities and if there were patterns for designing them, it would allow for more reuse. Often with website content

Problem with ScreenFopViewHandler

2007-05-10 Thread Al Byers
When I try to run a form thru the ScreenFopViewHandler I get the following code in the /tmp/xslfo.out file (after uncommenting that section): fo:table^M fo:table-column column-width=2in/^M fo:table-column/^M fo:table-body^M fo:table-row^M ... and the error is: [Fatal Error] :5:11: The

CMS, Surveys and Wizards

2007-04-27 Thread Al Byers
At the hackathon, it was mentioned that surveys were something that would be nice to add to the new CMS functionality that Andrew created. I am interested in doing that, but would like to get some guidance. Would it involve writing a CmsEvents.cms-like method that would look for a surveyId

What's with SalesOpportunity

2007-04-03 Thread Al Byers
A quick search on SalesOpportunity shows almost no functionality. Am I missing something? Is this handled some other way? If not, I have a need and am willing to code the basic admin screens. Any thoughts on what might be needed more than that? -Al

Re: What's with SalesOpportunity

2007-04-03 Thread Al Byers
implemented as part of OFBiz. It would be great to have generic screens for it, so yeah, I'd say go for it. If you wanted to do screens more like SugarCRM or Goldmine or whatever you could do that too (ie if you need it or whatever). -David On Apr 3, 2007, at 11:17 AM, Al Byers wrote: A quick

Re: Thank You

2007-03-10 Thread Al Byers
Tim, It was a great week. Thanks to HotWax for putting it on. One suggestion that I might make is to find out when some developers from overseas can be here and try to schedule around them. Same goes for some heavy hitters like the folks at BrainFood. -Al On 3/10/07, Tim Ruppert [EMAIL

Re: Use of Form Widget in ecommerce webapp

2007-02-28 Thread Al Byers
it in use inside Freemarker files. Let me know if you need any specific Dojo inputs. I've been using Dojo recently, inside OFBiz's Freemarker files. Jonathon Al Byers wrote: David, As you know, since we just emailed, that was me. I am wondering if the DoJo tree widget would be the best thing

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

2007-02-28 Thread Al Byers
for usage by newbies. Some util for unzipping will be needed for this, and if it was generic could be reused for compressing and uncompressing things like big entity xml data files. Any takers? - Andrew On Mon, 2007-02-26 at 19:01 -0700, Al Byers wrote: David, Is Andrew Z going

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

2007-02-28 Thread Al Byers
David, This is slightly OT, but this is where people are reading on the conf. There is not all that much to do in Ephraim, but I was wondering how close or far interesting hikes or walks would be. I would suggest that anyone who is interested bring a pair of good hiking or walking shoes. That is

[jira] Commented: (OFBIZ-552) Integration Shark 1.1_2 into OfBiz

2007-02-27 Thread Al Byers (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476469 ] Al Byers commented on OFBIZ-552: Sergey, This certainly is a great addition to OFBiz. Thanks. I was wondering

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

2007-02-26 Thread Al Byers
David, Is Andrew Z going to be there? Will work on the content management system be a suitable topic? If not I would like to work on automated testing or project management. The work that Andrew Sykes did on integrating Selenium with OFBiz is quite impressive (

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

2007-02-26 Thread Al Byers
. Sykes for your work done on this) 2. Content management 3. Ajax and Dojo - specifically for helping make the admin tools work more easily for clients Cheers, TIm -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 On Feb 26, 2007, at 7:01 PM, Al Byers wrote

Re: Use of Form Widget in ecommerce webapp

2007-02-26 Thread Al Byers
David, As you know, since we just emailed, that was me. I am wondering if the DoJo tree widget would be the best thing to replace the TreeWidget that was used in the widget-based blog elements? Can anyone who is looking into the use of DoJo comment on that? Is the tree widget being used

Re: Why does ShoppingList.isActive start off as N?

2007-02-14 Thread Al Byers
David, Could you tell how to distinguish the initial order from all the other orders that the shoppingList creates? Anything other than date? Thanks, -Al On 2/13/07, David E. Jones [EMAIL PROTECTED] wrote: On Feb 13, 2007, at 10:35 AM, Al Byers wrote: I do see that updateShoppingList has

Re: Why does ShoppingList.isActive start off as N?

2007-02-14 Thread Al Byers
have all the same info as the OrderItems. So when I want to see what subscriptions a party has, I do not look at the subscriptions, not at the initial orderHeader, but at the shoppingList, as I can see all the payment history and credit card status from there. -Al On 2/14/07, Al Byers [EMAIL

Re: Why does ShoppingList.isActive start off as N?

2007-02-13 Thread Al Byers
, David E. Jones [EMAIL PROTECTED] wrote: Because of what isActive is used for this default generally makes sense. Any hints on why this isn't working for you or why the approach used elsewhere for this isn't sufficient? -David On Feb 12, 2007, at 11:48 PM, Al Byers wrote: It can be set

Re: Why does ShoppingList.isActive start off as N?

2007-02-13 Thread Al Byers
the isActive field of the shoppingList or am I missing the right approach all together. Thanks, -Al On 2/13/07, Al Byers [EMAIL PROTECTED] wrote: It is for managing subscriptions. I need to periodically bill using the ShoppingList services. I can have several subscriptions tied to an order

Re: Managing RSS Feeds From The Content Manager

2007-02-13 Thread Al Byers
I think this is really important technology. I will be glad to work with you on getting it into OFBiz. It ties in to other work that is being done, so I am sure it will get a good review. -Al On 2/13/07, Rupert Howell [EMAIL PROTECTED] wrote: Hi, Over the last few weeks I've been doing some

Why does ShoppingList.isActive start off as N?

2007-02-12 Thread Al Byers
It can be set by an input parameter in ShoppingListServices.xml:createShoppingList, but the most likely place to call createShoppingList, ShoppingListServices.java - makeListFromOrder does not allow the createShoppingList parameters to be set from a makeValid call and that is what I think should

[jira] Resolved: (OFBIZ-696) The ModelService.evalPermission method does not test for permissionResourceDescription

2007-02-08 Thread Al Byers (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Al Byers resolved OFBIZ-696. Resolution: Fixed Committed fix. The ModelService.evalPermission method does not test

[jira] Resolved: (OFBIZ-697) ServiceMultiEvent does not handle ServiceAuthException

2007-02-08 Thread Al Byers (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Al Byers resolved OFBIZ-697. Resolution: Fixed I committed fix. ServiceMultiEvent does not handle ServiceAuthException

[jira] Created: (OFBIZ-696) The ModelService.evalPermission method does not test for permissionResourceDescription

2007-02-07 Thread Al Byers (JIRA)
: OFBiz (The Open for Business Project) Issue Type: Bug Components: framework Affects Versions: SVN trunk Reporter: Al Byers Fix For: SVN trunk The ModelService.evalPermission method does not test for permissionResourceDescription at line 783

[jira] Created: (OFBIZ-697) ServiceMultiEvent does not handle ServiceAuthException

2007-02-07 Thread Al Byers (JIRA)
: Bug Components: framework Affects Versions: SVN trunk Reporter: Al Byers Fix For: SVN trunk In the course of testing the permission-service functionality, the runSync call at line 293 does not return a map; instead an exception is thrown and processing

Callisto profiler

2007-02-06 Thread Al Byers
Has anyone had any luck getting the Callisto Eclipse plug-in to work? It looks like a nice product, but I cannot get an agent to show in the launch dialog box. -Al

Re: Profiling tools/techniques

2007-02-05 Thread Al Byers
E. Jones [EMAIL PROTECTED] wrote: What sort of profiling? Or in other words, to isolate what sort of performance problem? -David On Feb 4, 2007, at 11:03 PM, Al Byers wrote: Is there a preferred method for doing performance profiling within OFBiz? A google did not pick up anything. Can

[jira] Assigned: (OFBIZ-676) Image Upload to a Data Resource in the Content app has some disconnected

2007-01-31 Thread Al Byers (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Al Byers reassigned OFBIZ-676: -- Assignee: Al Byers I'll be as happy as a tornado in a trailer park to take this on. Image Upload

Re: Selenium

2007-01-31 Thread Al Byers
Andrew, I poked around in your patch. I like the idea from the point of view that it gives you a screen from which to select tests. Is your remote service calling approach meant to be compatible with Selenium or is it to be used in parallel? -Al On 1/31/07, Andrew Sykes [EMAIL PROTECTED]

[jira] Resolved: (OFBIZ-665) Mini-lang call-service element needs require-new-transaction attr

2007-01-30 Thread Al Byers (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Al Byers resolved OFBIZ-665. Resolution: Fixed Committed code to the trunk. Mini-lang call-service element needs require-new

Re: Selenium

2007-01-29 Thread Al Byers
I hate to dumb things down, but I have a basic question. Is it true that web-based testing (I am thinking WebTools or Selenium) are not able to roll back test by rolling back the transaction in the way that a JUnit test could? If that is true, is this an area where we might be able to do

Re: Selenium

2007-01-29 Thread Al Byers
On Jan 29, 2007, at 5:18 AM, Al Byers wrote: I hate to dumb things down, but I have a basic question. Is it true that web-based testing (I am thinking WebTools or Selenium) are not able to roll back test by rolling back the transaction in the way that a JUnit test could? If that is true

[jira] Resolved: (OFBIZ-649) Content Management has wrong direction for to/from in places

2007-01-27 Thread Al Byers (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Al Byers resolved OFBIZ-649. Resolution: Fixed I made the switch and committed at 499253. Content Management has wrong direction

[jira] Resolved: (OFBIZ-650) persistContentAndAssoc service has problems

2007-01-27 Thread Al Byers (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Al Byers resolved OFBIZ-650. Resolution: Fixed Made fix and committed at rev 499256 persistContentAndAssoc service has problems

[jira] Created: (OFBIZ-665) Mini-lang call-service element needs require-new-transaction attr

2007-01-27 Thread Al Byers (JIRA)
) Issue Type: Improvement Components: framework Affects Versions: SVN trunk Reporter: Al Byers Priority: Minor Fix For: SVN trunk I can't see why not. It is in the GenericDispatcher.runSync method. As I understand the code, it lets

[jira] Commented: (OFBIZ-665) Mini-lang call-service element needs require-new-transaction attr

2007-01-27 Thread Al Byers (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468083 ] Al Byers commented on OFBIZ-665: I coded this up and it seems to do what I expected. I realized that I needed

Re: RequestHandler.makeLink fullpath question

2007-01-20 Thread Al Byers
did or expected to happen. In general if you are linking to another application, you don't use the ofbizUrl tag or any of the code behind it, like the makeLink method. There are a number of examples of this if you look around. -David On Jan 20, 2007, at 2:52 AM, Al Byers wrote: First of all

Re: My sympathies to committers

2007-01-20 Thread Al Byers
I was sort of surprised that I still had committer status and it is taking me a little time to get back in the groove, but I will try to take a look at more (actually, some) submissions. That is after I reread (actually, read) the documents listed above. -Al On 1/20/07, David E. Jones [EMAIL

  1   2   >