Re: JavaDocs

2010-09-19 Thread Jacques Le Roux
I should have some cycles in the next weeks, I will help too, at least on the XSD side. Jacques From: BJ Freeman bjf...@free-man.net LOL it was meant in Jest. when have you ever seen me hurry. ROFLMAO Jacques Le Roux sent the following on 9/18/2010 3:30 PM: No hurry, thanks BJ! Jacques

Re: why we should have a 10.04 standalone framework release

2010-09-19 Thread BJ Freeman
Do you think if it was made clear that in packages, org.ofbiz.(module) in the java docs would effectively give you the individual API of that module, would help? http://ci.apache.org/projects/ofbiz/site/javadocs/ or after the change http://ci.apache.org/projects/ofbiz/site/javadocs/10.04/

Re: using json

2010-09-19 Thread BJ Freeman
http://ci.apache.org/projects/ofbiz/site/javadocs/ org.ofbiz.base.json chris snow sent the following on 9/18/2010 10:24 AM: Hi BJ, thanks for the response. Unfortunately, an iframe won't do - I need to have a json client running on a remote server. On Sat, Sep 18, 2010 at 6:16 PM, BJ

Re: Setup of ofbiz, was Unable to find ofbiz.jar file

2010-09-19 Thread Jacques Le Roux
I fixed the Chrome/WebKit issue. I left wrong ending tags Jacques From: Jacques Le Roux jacques.le.r...@les7arts.com Oops, not sure why, it's all broken in Chrome and of course Safari (OK in FF, IE8 and Opera) any ideas? I only tried locally (ie file:///D:/workspace/website/download.html) for

Re: Setup of ofbiz, was Unable to find ofbiz.jar file

2010-09-19 Thread Jacques Le Roux
Done Jacques From: BJ Freeman bjf...@free-man.net no Idea on chrome problem from a human perspective think it would help to highlight, make bold, make larger font or something to bring focus to ./ant run-install on the right side. Jacques Le Roux sent the following on 9/15/2010 12:09 AM:

Re: why we should have a 10.04 standalone framework release

2010-09-19 Thread Shi Jinghai
I'm not sure whether I'm the 1st suggested standalone framework release. But I have given it up. OFBiz was/is built for consultants' satisfaction, it's an ideal agile system for consultants to prove ecommerce is possible and affordable for everyone. Threads in this topic shows a typical

RE: Ofbiz WorkFlow Engine

2010-09-19 Thread Deepa Priolkar
Thanks Shi, I have successful done with the integration :) Need one more favor from you, all the text is coming in Chinese :( can you please help me translate the same in English? if you can send me the updated ftl file it will help me alot. Thanks in advance. Thanks Regards, Deepa

Re: Setup of ofbiz, was Unable to find ofbiz.jar file

2010-09-19 Thread BJ Freeman
thanks. just a note. ./ works on windows was well Jacques Le Roux sent the following on 9/19/2010 5:30 AM: = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com

ofbiz release10.04 - where is orderProcessXPDL.xml used?

2010-09-19 Thread chris snow
Is orderProcessXPDL.xml used by anything in Ofbiz? if so, where and how? Many thanks, Chris

Re: ofbiz release10.04 - where is orderProcessXPDL.xml used?

2010-09-19 Thread BJ Freeman
Shark is disabled, since the integration was not completed. See the Shark container. chris snow sent the following on 9/19/2010 11:39 AM: Is orderProcessXPDL.xml used by anything in Ofbiz? if so, where and how? Many thanks, Chris

Re: ofbiz release10.04 - where is orderProcessXPDL.xml used?

2010-09-19 Thread chris snow
Is there any value in keeping files like these if they aren't used? On Sun, Sep 19, 2010 at 8:09 PM, BJ Freeman bjf...@free-man.net wrote: Shark is disabled, since the integration was not completed. See the Shark container. chris snow sent the following on 9/19/2010 11:39 AM: Is

Re: ofbiz release10.04 - where is orderProcessXPDL.xml used?

2010-09-19 Thread BJ Freeman
there seems to be a movement to remove a lot of unused stuff. I my personal value is that this is a community and as we grow some one may take an interest. so only things that have been superseded should be removed. like if there is a business language interface that has been implemented.

Re: ofbiz release10.04 - where is orderProcessXPDL.xml used?

2010-09-19 Thread chris snow
Hi BJ, keeping old stuff around makes the framework harder to master. Could the file be archived somewhere? That way, it's clear to users that it isn't important, but is still around if someone wants to finish off the functionality. On Sun, Sep 19, 2010 at 8:22 PM, BJ Freeman bjf...@free-man.net

Re: deprecated files WAS: ofbiz release10.04 - where is orderProcessXPDL.xml used?

2010-09-19 Thread chris snow
Is this file used: OrderProcessWorkflow.xml?

Re: why we should have a 10.04 standalone framework release

2010-09-19 Thread BJ Freeman
the discussion about separating the framework came before version 4.0 was David's effort that separated the application and created the framework folder. And yes to garner interest in ofbiz the Ecommerce Application as well as the Engineering were added. If you have read the Data Model books

Re: ofbiz release10.04 - where is orderProcessXPDL.xml used?

2010-09-19 Thread BJ Freeman
how about an svn log comment that says see the shark if your interested. that way if someone runs across it they may get interested, but if put away it is more like out of sight out of mind. However if you get drool implemented and in the trunk or I get the business Basic integrated, I can see

Re: ofbiz release10.04 - where is orderProcessXPDL.xml used?

2010-09-19 Thread chris snow
svn log sounds good - will you be deleted this and other deprecated files now? On Sun, Sep 19, 2010 at 8:41 PM, BJ Freeman bjf...@free-man.net wrote: how about an svn log comment that says see the shark if your interested. that way if someone runs across it they may get interested, but if put

Re: ofbiz release10.04 - where is orderProcessXPDL.xml used?

2010-09-19 Thread David E Jones
Actually, that file was for the OFBiz Workflow Engine, which Shark is partially based on, and which has been removed from the project. This is another one of those things that has failed to attract sufficient attention over the years, probably because workflow engines are a lame and

working out the significance of various RoleTypes

2010-09-19 Thread chris snow
I'm manually working through the ecommerce demo setup data to create a new site and along the way gain more insight into the ofbiz data structures. When I encounter a RoleType, I want to know what effect this role has on ofbiz. For example, the RoleType: MANAGER, Party partyId=admin

Re: working out the significance of various RoleTypes

2010-09-19 Thread chris snow
A text search on the BUYER role type suggests that RoleType doesn't actually do anything other than act as a label for Parties. I must be missing something? $ grep -r 'BUYER' * applications/securityext/data/UserDemoData.xml:PartyRole partyId=admin roleTypeId=BUYER/

Re: working out the significance of various RoleTypes

2010-09-19 Thread BJ Freeman
the basic use of roles it to define before there is data available. it also is a way of selecting certain function (roles) of a party. The Demo data is not complete and is there to show that one of the roles you can have is BUYER. these are covered in the Datamodel book vol I. chris snow sent

Re: working out the significance of various RoleTypes

2010-09-19 Thread chris snow
This is confusing me, so what about if I rephrase my question: - I have a party, what roles should I give to the party? I don't want to give a role if I don't know what effect that role has. For example, I have an employee who is a manager of a small team in my packing department. There is a

Re: ofbiz release10.04 - where is orderProcessXPDL.xml used?

2010-09-19 Thread chris snow
so can all this old stuff be removed?

Re: working out the significance of various RoleTypes

2010-09-19 Thread BJ Freeman
MANAGER is generic and for small company enough you want more granuallity meand you create a MANAGER_PACKING Then implement it in the Facilities code and screens then remove the MANAGER from your party and add your MANAGER_PACKING you can also add TEAM_PACKING, for Those working in Packing.

Re: working out the significance of various RoleTypes

2010-09-19 Thread Jonatan Soto
I've have had the same confusion and I finally believe that some of them are used in the OOTB business logic (ie: BILL_FROM_VENDOR for Purchase Invoices) and others are intended for custom customization. Don't know if I am right On Sun, Sep 19, 2010 at 11:07 PM, chris snow chsnow...@gmail.com

Re: working out the significance of various RoleTypes

2010-09-19 Thread Jonatan Soto
sorry, I meant own customization On Sun, Sep 19, 2010 at 11:16 PM, BJ Freeman bjf...@free-man.net wrote: MANAGER is generic and for small company enough you want more granuallity meand you create a MANAGER_PACKING Then implement it in the Facilities code and screens then remove the MANAGER

Re: working out the significance of various RoleTypes

2010-09-19 Thread chris snow
BJ, there are a quite a few pre-defined roles in PartyTypeData how will I know when to use one of the pre-defined RoleTypes and when to create my own, unless I know exactly what the pre-defined roles do? On Sun, Sep 19, 2010 at 10:16 PM, BJ Freeman bjf...@free-man.net wrote: MANAGER is generic

Re: working out the significance of various RoleTypes

2010-09-19 Thread chris snow
Hi Jonatan, I think all we need is a list of the pre-defined RoleTypes and what the impact of each RoleType has on ofbiz. It's impossible to choose a role type without having that list! I'm happy to create the list - I just want to make sure I'm looking in the right place for the information

Re: working out the significance of various RoleTypes

2010-09-19 Thread BJ Freeman
Like I said most are defined and explained in the Datamodel book. I do admit that an artifact in webtools, like the entity and services that shows the roles and all uses(services, widget, ftl) would make it better. so other than the book, doing searches is the only other way, currently.

Re: working out the significance of various RoleTypes

2010-09-19 Thread BJ Freeman
I agree Chris look forward to you code, will be added to setup when it gets there. chris snow sent the following on 9/19/2010 2:28 PM: Hi Jonatan, I think all we need is a list of the pre-defined RoleTypes and what the impact of each RoleType has on ofbiz. It's impossible to choose a role

Re: working out the significance of various RoleTypes

2010-09-19 Thread chris snow
Hi BJ, I'm not sure the datamodel book has been followed 100%, so I think the safest way to work out the intention of each RoleType is to search through the code and document my findings. Thanks for pointing me in the right direction.

Re: working out the significance of various RoleTypes

2010-09-19 Thread chris snow
Hi BJ/Jonatan, I have created an jira issue to discuss the documentation for RoleType: https://issues.apache.org/jira/browse/OFBIZ-3949 Attached are some example Descriptions for RoleType - is there any additional information that would be useful? Does the format make sense, is it readable?

Re: using json

2010-09-19 Thread Brett Palmer
Chris, We use the DojoJSONServiceEventHandler in our controller.xml file to make service request via an AJAX client. The client specifies the service name and appropriate parameters. Then the handler returns a json string back to the client. We've like using json for many things as it is

i didn't get the solution for automatically load a java program when ofbiz startup?

2010-09-19 Thread saravanan6
Hi to All, 2 days ago, i post a message abt how to automatically invoke a java program whenever ofbiz startup scott gave one idea abt this The ofbiz-containers.xml file in /base/ If you create a class that implements org.ofbiz.base.container and register it in the

Re: ofbiz release10.04 - where is orderProcessXPDL.xml used?

2010-09-19 Thread james_sg
Hi Chris, BJ mentioned that only things that have been superseded should be removed. chris snow wrote: so can all this old stuff be removed? -- View this message in context: http://ofbiz.135035.n4.nabble.com/ofbiz-release10-04-where-is-orderProcessXPDL-xml-used-tp2546089p2546549.html