Re: Complicated Question

2012-04-16 Thread Atul Vani
ul.v...@hotwaxmedia.com] Sent: Sunday, April 15, 2012 9:30 PM To: user@ofbiz.apache.org Subject: Re: Complicated Question I think you're going in the wrong direction. Read this document (below), specially the section "Extending an Existing Component". https://cwiki.apache.org/OFBIZ/addressing-cus

RE: Complicated Question

2012-04-16 Thread Skip
: Complicated Question I think you're going in the wrong direction. Read this document (below), specially the section "Extending an Existing Component". https://cwiki.apache.org/OFBIZ/addressing-custom-requirements-in-ofbiz.html May be all you need is to just override the webapp, not eve

Re: Complicated Question

2012-04-15 Thread Atul Vani
ursday, April 12, 2012 10:43 PM To: user@ofbiz.apache.org Subject: Re: Complicated Question Didn't get the problem completely, but still, check my comments inline. Thanks& Regards Atul Vani Enterprise Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ We are the Global

Re: Complicated Question

2012-04-13 Thread Jacopo Cappellato
On Apr 13, 2012, at 6:44 PM, Skip wrote: > Alternately, is it possible to "inject" the hot-deploy controller into the > first. I would consider to declare, in your hot-deploy component a webapp that extends the ootb one with the same mount point. Jacopo

RE: Complicated Question

2012-04-13 Thread Skip
is a major job to copy over all the changes. -Original Message- From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] Sent: Friday, April 13, 2012 12:56 PM To: user@ofbiz.apache.org Subject: Re: Complicated Question From: "Skip" > Let me restate the two problems a litt

Re: Complicated Question

2012-04-13 Thread Jacques Le Roux
I can pass in whatever attributes I want from the form widget. -Original Message- From: Atul Vani [mailto:atul.v...@hotwaxmedia.com] Sent: Thursday, April 12, 2012 10:43 PM To: user@ofbiz.apache.org Subject: Re: Complicated Question Didn't get the problem completely, but

RE: Complicated Question

2012-04-13 Thread Skip
he form widget. -Original Message- From: Atul Vani [mailto:atul.v...@hotwaxmedia.com] Sent: Thursday, April 12, 2012 10:43 PM To: user@ofbiz.apache.org Subject: Re: Complicated Question Didn't get the problem completely, but still, check my comments inline. Thanks& Regards Atu

Re: Complicated Question

2012-04-12 Thread Atul Vani
Didn't get the problem completely, but still, check my comments inline. Thanks& Regards Atul Vani Enterprise Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ We are the Global Leaders in Apache OFBiz, Google 'ofbiz' and see for yourself. On 04/13/2012 05:55 AM, Skip wrote:

Complicated Question

2012-04-12 Thread Skip
I am implementing Ofbiz for two sister companies, each of which sells different kinds of products. I have implemented the first company and am starting on the second. I would like to maintain just a single set of source for both companies. I have two components in hot-deploy that load the seed d

RE: Stumped on a complicated question

2007-09-28 Thread Skip
For those of you who are interested in this low level stuff, here is a solution to the classpath issue. If anyone wants ClassPathUpdate class, just shoot me an email: public class main { public main(String[] args) { ClassLoader loader = ClassLoader.getSystemClassL

Re: Stumped on a complicated question

2007-09-28 Thread BJ Freeman
r 28, 2007 8:22 AM > To: user@ofbiz.apache.org > Subject: Re: Stumped on a complicated question > > > did you check the log to see of services is getting loaded. > (main) [UtilXml.java:243:DEBUG] XML Read 0.047s: > file:/C:/projects/java/digiresourcesllc/framework

RE: Stumped on a complicated question

2007-09-28 Thread Skip
to give it a go. Skip -Original Message- From: BJ Freeman [mailto:[EMAIL PROTECTED] Sent: Friday, September 28, 2007 8:22 AM To: user@ofbiz.apache.org Subject: Re: Stumped on a complicated question did you check the log to see of services is getting loaded. (main) [UtilXml.java

Re: Stumped on a complicated question

2007-09-28 Thread BJ Freeman
ow to give it. At runtime, I know exactly where all these > jar file are. > > Skip > > -Original Message- > From: BJ Freeman [mailto:[EMAIL PROTECTED] > Sent: Friday, September 28, 2007 1:44 AM > To: user@ofbiz.apache.org > Subject: Re: Stumped on a complicated

RE: Stumped on a complicated question

2007-09-28 Thread [EMAIL PROTECTED]
file are. Skip -Original Message- From: BJ Freeman [mailto:[EMAIL PROTECTED] Sent: Friday, September 28, 2007 1:44 AM To: user@ofbiz.apache.org Subject: Re: Stumped on a complicated question would seem you don't have a classpath to the service engine. [EMAIL PROTECTED] sent the foll

Re: Stumped on a complicated question

2007-09-28 Thread BJ Freeman
would seem you don't have a classpath to the service engine. [EMAIL PROTECTED] sent the following on 9/27/2007 10:30 PM: > I am getting the following error: > > java.lang.ClassNotFoundException: > org.ofbiz.service.engine.StandardJavaEngine > > On this line 81 of > org.ofbiz.service.engine.Gener

Stumped on a complicated question

2007-09-27 Thread [EMAIL PROTECTED]
I am getting the following error: java.lang.ClassNotFoundException: org.ofbiz.service.engine.StandardJavaEngine On this line 81 of org.ofbiz.service.engine.GenericEngineFactory.getGenericEngine: Class c = loader.loadClass(className); I am running ofbiz as a standalone app, similiar to java o