RE: workflow engine

2009-04-18 Thread Jack Liu
Now I use OSworkflow as workflow engine in my project because it's very flexible. Thank you all the same. -Original Message- From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] Sent: 2009年4月18日 5:05 To: user@ofbiz.apache.org Subject: Re: workflow engine Done

RE: transaction consistency in ofbiz

2009-04-18 Thread Jack Liu
Thank you for your response. Yes, you are totally right, I know little JTA and transaction management. To my question, the begin() method returns false so rollback(false) will not rollback transaction but set rollbackOnly flag. Since rollbackOnly is set, the current thread's transaction will be

Re: sure glad ofbiz will never gets like RHE

2009-04-18 Thread Jacques Le Roux
Ubuntu! Jacques From: BJ Freeman bjf...@free-man.net Just brought up a Red Hat server ver 5. everthing was going well till I went to add postgresql. got a message: Loading security plugin Loading rhnplugin plugin This system is not registered with RHN. RHN support will be disabled. so it did

Re: sure glad ofbiz will never gets like RHE

2009-04-18 Thread BJ Freeman
thanks for the input. Ashish Vijaywargiya sent the following on 4/17/2009 10:32 PM: Ubuntu is another good Alternate BJ. (And I am using it since last 6 months) But here again I will prefer to go with Ubuntu 8.04 LTS. I tried both (Ubuntu 8.04 Ubuntu 8.10) and found 8.04 more stable with

Re: sure glad ofbiz will never gets like RHE

2009-04-18 Thread BJ Freeman
yeah. My other point is what if Sun starts a subscription service like Red Hat. Jacques Le Roux sent the following on 4/18/2009 3:31 AM: Ubuntu! Jacques From: BJ Freeman bjf...@free-man.net Just brought up a Red Hat server ver 5. everthing was going well till I went to add postgresql.

Ecommerce franchising and affiliates

2009-04-18 Thread farouk alhassan
hi What is the best way to implement franchising (multiple websites accessing same data) and affiliate program in ofbiz.. is there some example code and/or implementation somewhere i can learn from?

Re: Ecommerce franchising and affiliates

2009-04-18 Thread BJ Freeman
if your talking about multiple websites under the same company, then look at the ecomclone. https://svn.apache.org/repos/asf/ofbiz/branches/release09.04/specialpurpose/ecommerce/webapp/ecomclone/ if you talking about different companies each having a website then look at running different Ofbiz

RE: sure glad ofbiz will never gets like RHE

2009-04-18 Thread SELC Sales Div
Slackware 11-AMD 64 bit RUN in INTEL server board S5000Vsa with TWO Intel Xeon Quad-Core E5310 1.6 GHz 1066 MHz FSB Never get a problem for most of program, but old-fashioned way It need to compile the kernel..etc. It looks nice to have 8 pinguin on the startup Charles -Original

About OFBiz logo being ownership of ASF

2009-04-18 Thread Jacques Le Roux
HI All, This is an *important message* to remind you that if you make available to public a mirror of Apache OFBiz web site (http://ofbiz.apache.org/) or an instance of Apache OFBiz, you should never use the original ofbiz.ico, ofbiz.gif and ofbiz_logo.jpg files (any version of these files,

Re: OfBiz readiness for multi-tenancy

2009-04-18 Thread Marc Morin
We have chosen the path for multi-tenancy to have a separate database instance for each tenant, yet share the same server complex amongst the tenants. Our application is the reverse in terms of scalability. 10's of users for each of 1000s of tenants. For such a case, it is obviously not

Re: sure glad ofbiz will never gets like RHE

2009-04-18 Thread BJ Freeman
My local servers are GNU lunix with Gnome. Started them before even free BSD came out. Back then it was on cpm. LOL. But the hosting companies have their favorites, unless i want to send them a complete machine to put in their hosting facility. SELC Sales Div sent the following on 4/18/2009 7:30

Re: OfBiz readiness for multi-tenancy

2009-04-18 Thread Jacques Le Roux
Hi Marc, Sounds like a line in the 1st table at http://docs.ofbiz.org/display/OFBIZ/Apache+OFBiz+User+List (rendering currently broken in some browsers but editing is OK) Thanks Jacques From: Marc Morin m...@emforium.com We have chosen the path for multi-tenancy to have a separate

theme errors at r766336

2009-04-18 Thread aswath narayana
Hello, I am at r766336. All my screens give the following Error rendering included template at location [component://common/webcommon/includes/header.ftl]: java.lang.IllegalArgumentException: FreeMarker file not found at location: component://common/webcommon/includes/header.ftl Error rendering

Re: OfBiz readiness for multi-tenancy

2009-04-18 Thread Marc Morin
Yes, I added our offering information to the table. Marc Morin Emforium Group Inc. ALL-IN Software™ 519-772-6824 ext 201 mmo...@emforium.com - Original Message - From: Jacques Le Roux jacques.le.r...@les7arts.com To: user@ofbiz.apache.org Sent: Saturday, April 18, 2009 11:14:13 AM

Re: theme errors at r766336

2009-04-18 Thread Jacques Le Roux
Try ant run-install (and see r765862, I suppose it's your problem) Jacques From: aswath narayana aswath.satras...@gmail.com Hello, I am at r766336. All my screens give the following Error rendering included template at location [component://common/webcommon/includes/header.ftl]:

RE: theme errors at r766336

2009-04-18 Thread SELC Sales Div
Do you include ... this ${OFBiz}component://common/webcommon/... in your controller.xml? -Original Message- From: aswath narayana [mailto:aswath.satras...@gmail.com] Sent: 18 April 2009 22:22 To: user@ofbiz.apache.org Subject: theme errors at r766336 Hello, I am at r766336. All my

Re: Ecommerce franchising and affiliates

2009-04-18 Thread farouk alhassan
Thanks for the guidance Regards --- On Sat, 4/18/09, BJ Freeman bjf...@free-man.net wrote: From: BJ Freeman bjf...@free-man.net Subject: Re: Ecommerce franchising and affiliates To: user@ofbiz.apache.org Date: Saturday, April 18, 2009, 7:17 AM if your talking about multiple websites under the

PortalData load errors on update

2009-04-18 Thread farouk alhassan
hi, I have just updated my copy of OFBiz from SVN and run ant clean and ant run-install. At the end of the installation I had the following messages on the console. How do I resolve these as they seem to be database errors with regard to the myportal application  

Re: PortalData load errors on update

2009-04-18 Thread David E Jones
It looks like your data loading problem is further up than that. Keep in mind that if a file fails early on then other files that depend on it will fail too. I just tried this with the latest trunk with a clean database and the data files are loading fine. The best thing to do is look up

Re: PortalData load errors on update

2009-04-18 Thread farouk alhassan
Hi David, You were right. the following exception was thrown high up in the logs which i failed to catch. After that all portlet data stuff seem to fall over. Is it  a column width issue or its a problem with the code doing the truncation? Looks like the description field is set to 20 chars. I

Re: About OFBiz logo being ownership of ASF

2009-04-18 Thread BJ Freeman
So the default theme can not be used on mirror for the Demo's? Jacques Le Roux sent the following on 4/18/2009 7:41 AM: HI All, This is an *important message* to remind you that if you make available to public a mirror of Apache OFBiz web site (http://ofbiz.apache.org/) or an instance of

Re: About OFBiz logo being ownership of ASF

2009-04-18 Thread Jacques Le Roux
Hi Bj, Please see my new more elaborated explanation on the dev ML. To resume : out of ASF material infrastructure you can't use an OFBiz logo (old or new, we have already an history of 3 logos, 2 being ASF's fo sure), you must provide a disclaimer (as the one here

Re: PortalData load errors on update

2009-04-18 Thread David E Jones
Which revision of OFBiz are you using? This must have already been fixed in SVN... -David On Apr 18, 2009, at 12:31 PM, farouk alhassan wrote: Hi David, You were right. the following exception was thrown high up in the logs which i failed to catch. After that all portlet data stuff

Re: PortalData load errors on update

2009-04-18 Thread farouk alhassan
I am using revision 766301. I just saw the release of 9.04 branch on the downloads page so i will go for that one. Hopefully, I will not have any issues with that since it has been tested more than the main trunk. --- On Sat, 4/18/09, David E Jones david.jo...@hotwaxmedia.com wrote: From:

Re: PortalData load errors on update

2009-04-18 Thread David E Jones
The release09.04 branch is not even 2 days old yet, so it isn't necessarily more bug-free than the trunk (which is different from stable...), and unless a sub-community gathers around the release branch it will be stable but not bug-free. For more details please see the OFBiz Release

Re: PortalData load errors on update

2009-04-18 Thread farouk alhassan
I grabbed a compiled version of 9.04 and it is working fine so I will use that for now and will make noise if I find any errors. thanks for the help Regards Farouk Alhassan --- On Sat, 4/18/09, David E Jones david.jo...@hotwaxmedia.com wrote: From: David E Jones david.jo...@hotwaxmedia.com

Re: About OFBiz logo being ownership of ASF

2009-04-18 Thread David E Jones
Jacques, While I appreciate your concern the proper place to discuss things of a sensitive nature like this is on the PMC mailing list, and NOT out in public like this... especially on both the dev and user mailing lists at the same time (making a conversation even more cumbersome), and

Re: About OFBiz logo being ownership of ASF

2009-04-18 Thread Jacques Le Roux
Hi David, From: David E Jones david.jo...@hotwaxmedia.com Jacques, While I appreciate your concern the proper place to discuss things of a sensitive nature like this is on the PMC mailing list, and NOT out in public like this... especially on both the dev and user mailing lists at the

Re: theme errors at r766336

2009-04-18 Thread Ashish Vijaywargiya
I was getting the same error before 3 days or so. I dropped the database and did clean installation. (ant clean ant run-install) Working fine for me now :-) -- Ashish On Sat, Apr 18, 2009 at 8:52 PM, aswath narayana aswath.satras...@gmail.com wrote: Hello, I am at r766336. All my screens

Re: theme errors at r766336

2009-04-18 Thread David E Jones
Doing a clean install shouldn't be required for this (but would definitely take care of it!), just reloading seed data should be enough (ie ant run-install-seed). -David On Apr 18, 2009, at 10:09 PM, Ashish Vijaywargiya wrote: I was getting the same error before 3 days or so. I dropped

Re: theme errors at r766336

2009-04-18 Thread Adrian Crum
There is a good chance there will be a problem if you don't do a clean first. Some of the themes have been moved around. If you don't do a clean, the the themes that were moved will have entities pointing to BOTH theme locations - which may generate these types of errors. -Adrian --- On

Re: theme errors at r766336

2009-04-18 Thread David E Jones
On a production server or even some staging servers that isn't really an option... For those running into this I'd recommend an ant run-install-seed and then if there are issues track down and remove the offending data (like the old VisualTheme and VisualThemeResource records with