what is the purpose of org.ofbiz.base.lang.SourceMonitored?

2011-03-31 Thread chris snow
Hi Forum, What is the purpose of the class org.ofbiz.base.lang.SourceMonitored? Many thanks, Chris

Re: fork advice

2011-03-15 Thread chris snow
along the lines of the vendor branch pattern which is something very common. -David On Mar 14, 2011, at 1:27 AM, chris snow wrote: Thanks for the reply Jacques. The current process of waiting and relying on the goodwill of contributors to commit my patches does not fit well with agile

Re: fork advice

2011-03-14 Thread chris snow
, 2011 at 6:56 AM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: I think nobody manages it. It's done by default by the ASF for all projects: http://git.apache.org/ I have no ideas about the diff. Why do you want to fork OFBiz? Jacques From: chris snow chsnow...@gmail.com Hi Forum

fork advice

2011-03-13 Thread chris snow
Hi Forum, I would like to create an ofbiz fork in GitHub. It seams like there are two main options: 1) Use GitHub to fork from apache/ofbiz at https://github.com/apache/ofbiz 2) Use git to create a clone directly from http://git.apache.org/ofbiz.git What are the main differences in these two

Re: Calling Ofbiz web services from a .NET client

2010-10-04 Thread chris snow
Hi Per, I would try using XML-RPC if you can find a .NET library for it. Can you please re-open the JIRA issue? Many thanks, Chris

how is jndi used in ofbiz?

2010-09-26 Thread chris snow
how is jndi used in ofbiz? is it just used for storing the GeronimoTransactionManager? if running in an j2ee server, does ofbiz use the servers jndi registry? what dependencies does the ofbiz jndi naming service have? for example, does it need rmi infrastructure? i'm a jndi newbie, so my

Re: how is jndi used in ofbiz?

2010-09-26 Thread chris snow
Hi BJ, I was specifically looking at 9.04, GeronimoContainer - it is binding the GeronimoTransactionManager to jndi: InitialContext ic = new InitialContext(); ic.rebind(java:comp/UserTransaction, new GeronimoTransactionManager()); But in the GeronimoTransactionFactory it

is ofbiz dying?

2010-09-22 Thread chris snow
Is ofbiz dying? The mailing lists seem quiet, this seems to be confirmed by the dev and commits mailing list counts dropping off: http://mail-archives.apache.org/mod_mbox/ofbiz-dev/ http://mail-archives.apache.org/mod_mbox/ofbiz-commits/ Is it just a blip?

Re: is ofbiz dying?

2010-09-22 Thread chris snow
thanks for the responses everyone!

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

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

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

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: ofbiz release10.04 - where is orderProcessXPDL.xml used?

2010-09-19 Thread chris snow
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 removing the Shark and all files related. chris snow sent the following on 9/19/2010 12:28 PM: Hi BJ, keeping old stuff around makes

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
completeAllAssignments=N limitService=sendProcessNotification limitAfterStart=N delegateAfterStart=Y restartOnDelegate=N inheritPriority=Y/ specialpurpose/ecommerce/data/DemoOrderPeopleData.xml:PartyRole partyId=DemoBuyer roleTypeId=BUYER/ On Sun, Sep 19, 2010 at 9:13 PM, chris snow chsnow...@gmail.com

Re: working out the significance of various RoleTypes

2010-09-19 Thread chris snow
. chris snow sent the following on 9/19/2010 1:40 PM: 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

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 chris snow
. = BJ Freeman Strategic Power Office with Supplier Automation  http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com  http://www.specialtymarket.com/ Systems Integrator-- Glad to Assist Chat  Y! messenger: bjfr33man chris snow sent the following on 9/19/2010

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 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: why we should have a 10.04 standalone framework release

2010-09-18 Thread chris snow
with hibernate considering one uses Maps (GenericValue) and the other uses POJOs to represent data? Thanks Scott HotWax Media http://www.hotwaxmedia.com On 18/09/2010, at 1:32 AM, chris snow wrote: I would see entity engine and service engine as se...

Re: why we should have a 10.04 standalone framework release

2010-09-18 Thread chris snow
I'm sorry for pushing this off-track by mentioning hibernate. The important point is that the technologies aren't important. There are many technologies that could be used for the entity engine, and as BJ has pointed out, the ofbiz entity engine is very good. The problem for me is that the entity

Re: why we should have a 10.04 standalone framework release

2010-09-18 Thread chris snow
, you could probably reemove 50% of the framework and still have the entiy engine work. So is it just a technical thing or is there really a gain in what you are saying? Just trying to get a Grasp on what you goal and scope is. chris snow sent the following on 9/18/2010 1:48 AM: I'm sorry

Re: using json

2010-09-18 Thread chris snow
Customer login for my portal, on clients websites that ofbiz is the back end but not the ecommerce provider. chris snow sent the following on 9/18/2010 9:32 AM: Are there any instructions for connecting to ofbiz using javascript+json from an external web application.  I would like to make

Re: JavaDocs

2010-09-18 Thread chris snow
and xsd's? http://ofbiz.apache.org/dtds/ On Sat, Sep 18, 2010 at 6:39 PM, BJ Freeman bjf...@free-man.net wrote: should we have one for each release 4.0,9.04, 10.04 and trunk http://ci.apache.org/projects/ofbiz/site/javadocs/ = BJ Freeman Strategic Power Office with

Re: why we should have a 10.04 standalone framework release

2010-09-18 Thread chris snow
Making the entity engine available as a standalone module definitely has appeal. For example, the entity engine would sit nicely alongside an ESB such as mule for providing a very flexible and quick to develop persistence adapter. When I talk about the framework being more modular, I am looking

Re: why we should have a 10.04 standalone framework release

2010-09-17 Thread chris snow
the effort for the help files and a easily understood UI from the user point of view being the main factors in promoting ofbiz. Chris Snow sent the following on 2/24/2010 10:47 PM: Here are some benefits of a 10.04 standalone framework release: 1) Standalone framework users would be a form

Re: removing unwanted locales

2010-09-17 Thread chris snow
/ But there an issue with it since we are not able to search into all the content using one option in the list, at least I don't find a way to do it, yet... Jacques chris snow wrote: Hi jacques, I did a google search before posting, but these links didn't come up? On 16 Sep 2010 23:51, Jacques Le Roux

Re: why we should have a 10.04 standalone framework release

2010-09-17 Thread chris snow
framework separation is a win-win situation and things will get sorted out when the common agreement is there. I am using 9.04. For non-erp project, I have other favorite framework. -james chris snow wrote: Hi James, I spent a lot of time looking at this and came to the conclusion

Re: why we should have a 10.04 standalone framework release

2010-09-17 Thread chris snow
. Next layer is Webapp and Widgets. next layer is Webtools next layer is security and common A person should be able to enable those things that they want for their application. chris snow sent the following on 9/17/2010 4:11 AM: If you follow my instructions for 9.04 that will to a large

extending an eca

2010-09-17 Thread chris snow
Is it possible to extend an eca? For example, when an order is completed, I would like to call another service. There is already an OOTB eca: eca service=changeOrderItemStatus event=commit condition field-name=statusId operator=equals value=ITEM_COMPLETED/ action

currency change in general.properties not taking effect

2010-09-17 Thread chris snow
I have changed general.properties to defaultOrganizationPartyId=Company locale.properties.fallback=en_GB locales.available=en_GB And start.properties to ofbiz.locale.default=en_GB However, the ecommerce page is still showing prices with $ and not £ Any ideas? Many thanks, Chris

Re: currency change in general.properties not taking effect

2010-09-17 Thread chris snow
It was because I was logged in as admin and the old locale must have been stuck in the session. Restarted, logged out and logged in and £ sign is showing. On Fri, Sep 17, 2010 at 8:02 PM, chris snow chsnow...@gmail.com wrote: I have changed general.properties to   defaultOrganizationPartyId

Re: extending an eca

2010-09-17 Thread chris snow
Note: unless I want to change based on commit I use one of the other triggers that fit my service. they all effect the same transaction. Hi BJ, I don't understand your last line - can you please elaborate? I would like checkOrderItemStatus and myCustomerService to be part of the same

Re: does VAT work on 9.04

2010-09-17 Thread chris snow
I have setup the accounting taxes part. Do your products have a shipping cost? On Fri, Sep 17, 2010 at 10:47 PM, Info Olagos info.ola...@gmail.com wrote: no in my shop it is working very good. Did you configure it in the accounting taxes part ? regards,Heidi 2010/9/17 chris snow chsnow

Re: does VAT work on 9.04

2010-09-17 Thread chris snow
Yes, under the miscellaneous sub-section. On Fri, Sep 17, 2010 at 11:07 PM, Info Olagos info.ola...@gmail.com wrote: yes, they have a shipping cost. I use release09.04. Did you say in the products configuration to add tax? Heidi 2010/9/17 chris snow chsnow...@gmail.com I have setup

Re: does VAT work on 9.04

2010-09-17 Thread chris snow
(cart.getShippingContactMechId()) cart.getBillingAddress() == null shipAddress == null) { return; } On Fri, Sep 17, 2010 at 11:16 PM, chris snow chsnow...@gmail.com wrote: Yes, under the miscellaneous sub-section. On Fri, Sep 17, 2010 at 11:07 PM, Info Olagos info.ola...@gmail.com

Re: selling tokens for services

2010-09-16 Thread chris snow
Chris: That doesn't sound like anything I've seen out of the box. Maybe David has some more insight. I can think of a few ways you might want to implement this, but if something already exists, I'd be interested in hearing about it. Regards, Ruth On 9/14/10 2:51 PM, chris snow wrote: Thanks

Re: ApacheCon2010 and the new OFBiz Cookbook

2010-09-16 Thread chris snow
Hi Ruth - congratulations on finishing the book! Another welcome addition to the ofbiz suite of documentation! On Thu, Sep 16, 2010 at 11:49 AM, Ruth Hoffman rhoff...@aesolves.com wrote:  Hi All: Just a quick announcement that I hope won't ruffle too many feathers: I'm going to give away at

Re: removing unwanted locales

2010-09-16 Thread chris snow
+Guide?focusedCommentId=8192400#comment-8192400 and https://cwiki.apache.org/confluence/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide Good night ;o) Jacques From: chris snow chsnow...@gmail.com Is it possible to remove the unwanted locales from the ecommerce webapp? In fact

selling tokens for services

2010-09-14 Thread chris snow
I would like to be able to sell tokens for services using ofbiz. A customer will buy a token (e.g. for £30). The token will allow unlimited access to a single resource (e.g. downloading a particular document/book) as many times as the customer requires. Therefore, the token is tied to a

ofbiz setup component

2010-09-14 Thread chris snow
Is the ofbizsetup component intended to be used only once (i.e. for initial setup), or is it expected to be used multiple times (e.g. for setting up additional products, etc)? Many thanks...

Re: ofbiz setup component

2010-09-14 Thread chris snow
and anyone can move on with the setup. Jacques Le Roux sent the following on 9/14/2010 5:46 AM: It can be used many Jacques From: chris snow chsnow...@gmail.com Is the ofbizsetup component intended to be used only once (i.e. for initial setup), or is it expected to be used multiple times (e.g

Re: selling tokens for services

2010-09-14 Thread chris snow
, Ruth On 9/14/10 2:29 AM, David E Jones wrote: Sounds like what the Subscription and related entities are desired for... -David On Sep 14, 2010, at 12:25 AM, chris snow wrote: I would like to be able to sell tokens for services using ofbiz. A customer will buy a token (e.g. for £30

Re: ofbiz callback functionality

2010-05-27 Thread chris snow
Ofbiz has the equivalent of triggers. These 'triggers' can be programmed in java so you can send jms messages, email, or make web service calls from them. On 27 May 2010 18:15, Peter Burgheim-Losse peter.burgheim.lo...@googlemail.com wrote: Dear ofbiz list members, to implement an ERP system

Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-26 Thread chris snow
out with some facility stuff as we use that here. Cheers Sam On 26/05/2010 12:12, chris snow wrote: Hi BJ - i'd like to start adding selenium tests, however, before adding selenium tests, test cases need to be created. To create test cases, process flows need to be understood

Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-26 Thread chris snow
Office with Suppli... BJ Freeman sent the following on 5/26/2010 2:18 AM: Chris there are many ways to test. I see selenium more as business logic to data test using the ... BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation http:/... chris snow sent

Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-26 Thread chris snow
+User+Docs+Home = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Suppl... chris snow sent the following on 5/26/2010 2:40 AM: User manual would be a good basis, if it describes ui processes. Where can I find the user manu... On 26 May 2010 10:30, BJ

Re: Sorely need testers-- was syncing code on server and laptop was demo-trunk error changing Company address

2010-05-25 Thread chris snow
Hi BJ - i'd like to start adding selenium tests, however, before adding selenium tests, test cases need to be created. To create test cases, process flows need to be understood/documented (I'm still at the understanding stage hence my work on the help system). So in conclusion only those with

Re: what does link party actually do?

2010-05-20 Thread chris snow
Hi BJ, So does 'link party' allow the children parties to perform the same tasks as the parent party? Is this in all aspects of ofbiz? Many thanks, Chris On Thu, May 20, 2010 at 7:02 PM, BJ Freeman bjf...@free-man.net wrote: create a party group that is the owner of the catalog. then add

Re: ofbiz auction functionality

2010-05-18 Thread Chris Snow
Hi Sam, I would like to be able to run a private (invited guests only) auction instead of having to use a public auction site like ebay. Cheers, Chris How do you mean? Like running eBay but on top of OFBiz? Cheers Sam On 18/05/2010 02:07, Chris Snow wrote: Has anyone made any progress

Re: ofbiz auction functionality

2010-05-18 Thread chris snow
+0100, Chris Snow wrote: Hi Sam, I would like to be able to run a private (invited guests only) auction instead of having to use a public auction site like ebay. Cheers, Chris How do you mean? Like running eBay but on top of OFBiz? Cheers Sam On 18/05/2010 02:07

demo-stable still pointing to trunk?

2010-05-18 Thread Chris Snow
demo-stable is showing Release-revision : trunk-945153 in the footer, even though demo-stable url is no longer redirecting to demo-trunk.

Re: Permission required to add product to ViewAllow / PurchaseAllow

2010-05-17 Thread chris snow
, but not allow viewing and/or purchase of the product (depending on the situation.) Hope that makes sense. Regards, Ruth Find me on the web at http://www.myofbiz.com or Google keyword myofbiz ruth.hoff...@myofbiz.com chris snow wrote: Hi BJ

ofbiz auction functionality

2010-05-17 Thread Chris Snow
Has anyone made any progress on developing auction software on top of ofbiz? Many thanks, Chris

Re: Permission required to add product to ViewAllow / PurchaseAllow

2010-05-15 Thread chris snow
Hi BJ, I know how the security system works - but I still don't understand the meaning of the fields on the form: https://localhost:8443/catalog/control/EditProdCatalog I am trying to write the help text for these fields from an catalog administrators perspective, for example: Permission

ofbiz 10.04 svn

2010-05-13 Thread Chris Snow
Hi Guys, Where is 10.04 in svn? Is it: http://svn.apache.org/repos/asf/ofbiz/branches/release10.04/ ? Many thanks, Chris

Re: How to send nice html newsletters?

2010-05-08 Thread chris snow
Birt is one option. On 8 May 2010 09:29, Bruno Busco bruno.bu...@gmail.com wrote: Hi, I would like to send a nicely shaped HTML newsletter to users subscribed in a contact list. How to do this? Should I define a FTL file? A piece of content? And then how to make the content being sent to the

Re: How to send nice html newsletters?

2010-05-08 Thread chris snow
the OOTB applications to add this feature in a general way so that could be submitted back to the trunk? -Bruno 2010/5/8 chris snow chsnow...@googlemail.com Birt is one option. On 8 May 2010 09:29, Bruno Busco bruno.bu...@gmail.com wrote: Hi,...

Re: where can i find the ManagerApplicationXXX.pdf reference manuals?

2010-05-03 Thread chris snow
Thanks Jacques. On 3 May 2010 10:08, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Hi Chris, In attachments under this page https://cwiki.apache.org/confluence/display/OFBENDUSER/Undersun+Doc+Site+PDF+Exports Here is my recommended way of searching: look for Searching in the wiki at

data models

2010-04-26 Thread Chris Snow
I can no longer find the data models (e.g. AllDiagramsAndTOC_20081030.pdf). Can someone please point me in the right direction? Many thanks, Chris

Re: data models

2010-04-26 Thread chris snow
/automation/viewforum.php?f=93 Specialtymarket.com http://www.specialtymarket.com/ Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man Linkedin http://www.linkedin.com/profile?viewProfile=key=1237480locale=en_UStrk=tab_pro Chris Snow sent the following on 4/26/2010 7:19 AM: I can

Re: Mysql database

2010-04-21 Thread Chris Snow
What url are you trying? What version of ofbiz are you using? Have you installed the demo or seed data? If you have just installed seed and not demo data, try using the ofbizsetup That ofbiz.visual_theme database is not available is what I get when configure ofbiz with mysql.What should i do

Re: standalone inventory management

2010-04-19 Thread chris snow
Thanks Jacques! On Mon, Apr 19, 2010 at 9:13 AM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Yes, this may adapted/used https://demo-trunk.ofbiz.apache.org/facility/control/FindFacilityPhysicalInventory Jacques From: Chris Snow sno...@snowconsulting.co.uk Hi forum, I have

standalone inventory management

2010-04-18 Thread Chris Snow
Hi forum, I have a customer who has an urgent need for a stock management solution. Ultimately, they will require a lot more erp functionality, but initially they just need to manage stock. I have seen the functionality in ofbiz for receiving stock, but was wondering if it is possible to

Re: OSGi based OFBiz framework

2010-04-17 Thread chris snow
Hi Jacques, I think for the client Raj is using RAP from eclipse - the following link describes it in a few words: http://www.eclipse.org/rap On Sat, Apr 17, 2010 at 12:09 PM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Hi Raj, Could you please explain more the client-side section?

Re: OSGi based OFBiz framework

2010-04-16 Thread chris snow
This is excellent news Raj - congratulations! Do you think it will eventually be practical to push your work into trunk so that the ofbiz container system could be replaced with OSGi? Many thanks, Chris On Thu, Apr 15, 2010 at 9:21 PM, Raj Saini rajsa...@gmail.com wrote: Hi, I have been

Re: What is a partyRoleId of _NA_ used for?

2010-04-14 Thread chris snow
Hi BJ, I don't fully understand your response, can you please elaborate? Many thanks, Chris -- View this message in context: http://n4.nabble.com/What-is-a-partyRoleId-of-NA-used-for-tp163824p1840286.html Sent from the OFBiz - User mailing list archive at Nabble.com.

virtual product and features

2010-03-26 Thread Chris Snow
Can a variant product be linked to a virtual product without using features? Many thanks in advance, -- Chris Snow - CEng MBCS CITP MBA (Tech Mgmt) (Open) CISSP Tel: 01453 890660 Mob: 07944 880950 Www: www.snowconsulting.co.uk

Re: Party Main Role

2010-03-24 Thread chris snow
Hi Rishi, how is the main role differentiated from the other roles? Many thanks, Chris On Wed, Mar 24, 2010 at 1:41 PM, Rishi Solanki rishisolan...@gmail.comwrote: Hi, It is coming from RoleType entity in the dropdown. The Party main role as well as any other role is stored in PartyRole

Re: EZBiz

2010-03-12 Thread chris snow
I would like to help, but would need some expert guidance for a task this big. Cheers, Chris On 12 Mar 2010 20:13, David E Jones d...@me.com wrote: The OFBiz EZBiz effort never really got off the ground. I put my work so far on the wiki in hopes that others would get involved, but that hasn't

Re: OFBIZ OSGi - WAS: Brain-storm: OFBIZ on Grails

2010-03-09 Thread chris snow
Hi Raj, that's fantastic news. Do you have any code that I can play with? On 9 Mar 2010 08:16, Raj Saini rajsa...@gmail.com wrote: Hi Chris, I could manage to run OBFiz entity as OSGi. I have created separate OSGi bundles for base, entity, start and geronimo components. However, due to some

security freemarker tags

2010-03-09 Thread chris snow
Are there any security freemarker transform tags? E.g. something like: @ofbizHasPermission @ofbizHasRole

exporting services with REST - part 1

2010-03-08 Thread chris snow
I have put some instructions at http://cwiki.apache.org/confluence/x/rQPifor manually exporting services with REST. More to follow...

Re: integration of JBoss and JBPM with OFBiz

2010-03-08 Thread chris snow
Hi Shi - I look forward to this! Do you have drools integration too? I have done some integration with drools, but it was a bit of a hack due to time constraints. Cheers, Chris -- View this message in context:

OFBIZ OSGi - WAS: Brain-storm: OFBIZ on Grails

2010-03-06 Thread chris snow
Hi Raj, I have some questions / ideas regarding OSGi - shall we use your ofbiz-osgi forum on sourceforge for our discussions? Many thanks, Chris -- View this message in context: http://n4.nabble.com/Brain-storm-OFBIZ-on-Grails-is-this-a-right-way-for-the-future-tp1568009p1582690.html Sent

Re: Brain-storm: OFBIZ on Grails, is this a right way for the future?

2010-03-01 Thread Chris Snow
learning curve - the key factor to gain more new coming user and make success. Is this a right way to the future? Any thoughts? Regards, Miles. -- Chris Snow - CEng MBCS CITP MBA (Tech Mgmt) (Open) CISSP Tel: 01453 890660 Mob: 07944 880950 Www: www.snowconsulting.co.uk

Re: Brain-storm: OFBIZ on Grails, is this a right way for the future?

2010-02-28 Thread Chris Snow
coming user and make success. Is this a right way to the future? Any thoughts? Regards, Miles. -- Chris Snow - CEng MBCS CITP MBA (Tech Mgmt) (Open) CISSP Tel: 01453 890660 Mob: 07944 880950 Www: www.snowconsulting.co.uk

why we should have a 10.04 standalone framework release

2010-02-24 Thread Chris Snow
with OpenERP's OpenObject platform 3) a much larger potential user base than ecommerce or erp users. Any more that I have missed? -- Chris Snow - CEng MBCS CITP MBA (Tech Mgmt) (Open) CISSP Tel: 01453 890660 Mob: 07944 880950 Www: www.snowconsulting.co.uk

why we should have a 10.04 standalone framework release

2010-02-24 Thread Chris Snow
with OpenERP's OpenObject platform 3) a much larger potential user base than ecommerce or erp users. Any more that I have missed? -- Chris Snow - CEng MBCS CITP MBA (Tech Mgmt) (Open) CISSP Tel: 01453 890660 Mob: 07944 880950 Www: www.snowconsulting.co.uk

Re: what a mess! is framework independence ever going to be possible?

2010-02-06 Thread Chris Snow
and then back port all framework related commits from trunk? Any ideas anyone? Many thanks, Chris -- Chris Snow - CEng MBCS CITP MBA (Tech Mgmt) (Open) CISSP Tel: 01453 890660 Mob: 07944 880950 Www: www.snowconsulting.co.uk

Re: what a mess! is framework independence ever going to be possible?

2010-02-06 Thread Chris Snow
. Jacopo On Feb 6, 2010, at 9:09 AM, Adrian Crum wrote: A tool would certainly help. If such a tool was included in OFBiz, then it would have to be compatible with the Apache license. -Adrian --- On Sat, 2/6/10, Chris Snow sno...@snowconsulting.co.uk wrote: From: Chris Snow sno

Re: party component dependency on accounting

2010-02-06 Thread Chris Snow
... -- Chris Snow - CEng MBCS CITP MBA (Tech Mgmt) (Open) CISSP Tel: 01453 890660 Mob: 07944 880950 Www: www.snowconsulting.co.uk

Re: what is the purpose of the commonext component?

2010-02-06 Thread chris snow
It appears that the dependencies have completely reversed for commonext too? From being used by most other components to now using most other components... 9.04: load-component component-location=commonext/!-- common component used by most other components -- trunk: !-- common component

logging documentation

2010-01-27 Thread Chris Snow
Hi Forum, Is there any documentation on tweaking the logging? I want to be able to display the generated SQL to debug some of my tests. Many thanks, chris

Re: Axis2 service in OFBIZ?

2010-01-27 Thread Chris Snow
Hi Mario, how did you install ofbiz - from svn? On 27/01/2010 09:57, MarioF wrote: Hi Chris, I follow the steps in that document but I receive an error. I only made the following change in the step 4 (Create your axis client): opts.setTo(new

Re: Axis2 service in OFBIZ?

2010-01-27 Thread Chris Snow
Whick trunk did you download? On 27/01/2010 10:14, MarioF wrote: We downloaded one of the trunks and then we made with it a local svn to work with it.

Re: logging documentation

2010-01-27 Thread Chris Snow
Hi Jacques, is there any general documentation on configuring the logging in ofbiz. On 27/01/2010 10:15, Jacques Le Roux wrote: https://issues.apache.org/jira/browse/OFBIZ-1030 HTH Jacques From: Chris Snow sno...@snowconsulting.co.uk Hi Forum, Is there any documentation on tweaking

Re: Axis2 service in OFBIZ?

2010-01-27 Thread Chris Snow
You have downloaded revision 889551. The soap instructions I wrote won't work unless you are running at least revision 892712. On 27/01/2010 10:51, MarioF wrote: I downloaded this one: http://build.ofbiz.org/builds/ofbiz-trunk-2009-12-11-v889551.zip

Re: logging documentation

2010-01-27 Thread chris snow
I was expecting to just add the following to log4j.xml, but it's not making any difference to the console output. category name=org.ofbiz.entity priority value=all/ appender-ref ref=stdout/ /category -- View this message in context:

Re: does anyone know ofbiz?

2010-01-26 Thread Chris Snow
David E Jones wrote: Your best bet to find things in OFBiz is to gain an understanding of the data model, and then to use tools like the Artifact Info stuff in web tools to find related artifacts (ie controller requests and views, screens, forms, service definitions, service implementations,

Re: does anyone know ofbiz?

2010-01-25 Thread Chris Snow
mostly resisted doing things the ofbiz way - Original Message - From: Adrian Crum adrian.c...@yahoo.com To: user@ofbiz.apache.org Sent: Friday, January 22, 2010 7:04:01 PM GMT -05:00 US/Canada Eastern Subject: Re: does anyone know ofbiz? --- On Fri, 1/22/10, Chris Snow sno

Re: does anyone know ofbiz?

2010-01-25 Thread Chris Snow
mostly resisted doing things the ofbiz way - Original Message - From: Adrian Crum adrian.c...@yahoo.com To: user@ofbiz.apache.org Sent: Friday, January 22, 2010 7:04:01 PM GMT -05:00 US/Canada Eastern Subject: Re: does anyone know ofbiz? --- On Fri, 1/22/10, Chris Snow sno

Re: tests are slow

2010-01-25 Thread Chris Snow
. Regards Scott HotWax Media http://www.hotwaxmedia.com On 23/01/2010, at 11:41 AM, chris snow wrote: Scott Gray-2 wrote: It should be possible to run a test suite against an already running instance, assuming no compilation is required and the database is in the state required by the tests

Re: does anyone know ofbiz?

2010-01-25 Thread Chris Snow
Find me on the web at http://www.myofbiz.com or Google keyword myofbiz ruth.hoff...@myofbiz.com Chris Snow wrote: Hi Marc, This is one of the reasons I have been pushing for and independent ofbiz framework. It's is relatively quick to learn how to develop

Re: Windows Vista Setup Instructions

2010-01-23 Thread Chris Snow
What is your objective? If you just want to try out ofbiz, the following links may help: http://cwiki.apache.org/confluence/display/OFBADMIN/Demo+and+Test+Setup+Guide# or http://www.kenfuse.com/rsrc/ofbiz-getting-started If you have any questions with the instructions, please post back to

Re: tests are slow

2010-01-23 Thread chris snow
Scott Gray-2 wrote: It should be possible to run a test suite against an already running instance, assuming no compilation is required and the database is in the state required by the tests (i.e. pretty much unchanged from a fresh install). I'm lovin the test framework, but I'm

Re: tests are slow

2010-01-23 Thread Chris Snow
Thanks Scott - I will take a look on Monday when back in the office. Scott Gray wrote: You could try manually initializing and starting the TestRunContainer, but obviously changes to java files will only take effect after you recompile. Let me know how it goes, there is potential that we

  1   2   >