Re: Oracle tips

2010-02-28 Thread Jacques Le Roux
Thanks Jacopo, Added at http://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+and+Oracle as a FAQ child page Jacques From: Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com Here is the content of that page. Jacopo === Upgrade to the latest JDBC driver

what keeps ofbiz in running state?

2010-02-28 Thread Christopher Snow
I'm spending some time looking through how the container principle works in ofbiz. I'm trying to get a minimal entity engine + catalina working. I have reduced the framework component-load.xml to only the following components: load-component component-location=geronimo/ load-component

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

2010-02-28 Thread Raj Saini
I tried the OSGi thing but it was not possible to deploy each application as OSGi bundle. Instead I could create single bundle and run the OFBiz minimal container as OSGi bundle. Creating OSGi bundle for each application will be great. This is certainly the way forward to create modular

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

2010-02-28 Thread Christopher Snow
Hi Raj, Why was it not possible to deploy each application as an OSGi bundle? Many thanks, Chris Raj Saini wrote: I tried the OSGi thing but it was not possible to deploy each application as OSGi bundle. Instead I could create single bundle and run the OFBiz minimal container as OSGi

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

2010-02-28 Thread BJ Freeman
just a note you might ask for a vote or make a jira about your idea, if you expect to have it included in the trunk version. You may have to end up supporting this yourself. Raj Saini sent the following on 2/28/2010 4:26 AM: I tried the OSGi thing but it was not possible to deploy each

Re: what keeps ofbiz in running state?

2010-02-28 Thread BJ Freeman
looks like you did and ant install which normally does a shut down at the end of the install. have your done startofbiz? Christopher Snow sent the following on 2/28/2010 4:09 AM: I'm spending some time looking through how the container principle works in ofbiz. I'm trying to get a minimal

Re: what keeps ofbiz in running state?

2010-02-28 Thread Christopher Snow
Hi BJ, It was definitely ant run. Interestingly though, startofbiz.sh did work ok. Many thanks, Chris BJ Freeman wrote: looks like you did and ant install which normally does a shut down at the end of the install. have your done startofbiz? Christopher Snow sent the following on

Re: what keeps ofbiz in running state?

2010-02-28 Thread BJ Freeman
the key is when you see build successful it was in auto shut down mode. Christopher Snow sent the following on 2/28/2010 7:25 AM: Hi BJ, It was definitely ant run. Interestingly though, startofbiz.sh did work ok. Many thanks, Chris BJ Freeman wrote: looks like you did and ant

how to get a reference to the delegator in a jsp?

2010-02-28 Thread Christopher Snow
How can I get a reference to the delegator in a jsp / servlet? Many thanks, Chris

Re: how to get a reference to the delegator in a jsp?

2010-02-28 Thread Scott Gray
I've never tried it but I'm assuming it's the same as most other places: request.getAtrribute(delegator) Regards Scott HotWax Media http://www.hotwaxmedia.com On 28/02/2010, at 8:43 AM, Christopher Snow wrote: How can I get a reference to the delegator in a jsp / servlet? Many thanks,

Re: how to get a reference to the delegator in a jsp?

2010-02-28 Thread Christopher Snow
Hi BJ, Thanks - just seen that it's coming from the ContextFilter. I'm not actually trying to do anything meaningful with a jsp, just trying to figure out how everything works under the hood in ofbiz. Cheers, Chris BJ Freeman wrote: take a look at java service code. note the reason ofbiz

Re: [Fwd: Re: JobInvoker crashes while reading serviceengine.xml]

2010-02-28 Thread Florin Popa
Thanks, very good idea. I did this today and it seems better I ask myself if there are other XML files which are read so frequent?! Are they? regards, Florin On Sat, Feb 27, 2010 at 7:57 PM, Scott Gray scott.g...@hotwaxmedia.comwrote: The easiest fix IMO is to stop reading the xml file every

Re: Leveraging Youtube

2010-02-28 Thread Rishi Solanki
+1. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Thu, Feb 25, 2010 at 5:52 AM, BJ Freeman bjf...@free-man.net wrote: I thought occurs to me that putting up youtubes would promote ofbiz. each person could take a focus and walk it through begin to end. the would

Re: Leveraging Youtube

2010-02-28 Thread Jacques Le Roux
Yes this is certainly a good idea, viral marketing is very efficient. Keep it clean though (looks like even Google is doing evil now...) Jacques From: Rishi Solanki rishisolan...@gmail.com +1. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Thu, Feb 25, 2010 at 5:52

Re: Leveraging Youtube

2010-02-28 Thread BJ Freeman
I was planning on like how to configure a component. what would evil? === BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=93 Specialtymarket.com

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

2010-02-28 Thread Raj Saini
Hi Chris, It is because of the dependencies. Framework depends on applications and applications on framework. Even with the the framework, there was a dependency of entity engine depending on the service. I really wanted to create separate bundles for framework components such as entity engine,

Re: Leveraging Youtube

2010-02-28 Thread AGoens
my example of why you should leverage youtube.. When I was tasked by my boss to find a ERP+Ecommerce solution I first asked him, do you have any Idea of what program you would like to use?. He said, Sure, NetSuite but we can't afford it. The first thing I did was google NetSuite Pricing and one

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

2010-02-28 Thread Chris Snow
Hi Raj, Yesterday I managed to get a standalone entity engine + catalina running. it should be possible to even remove catalina - I only used it so that I could create a small web app to interact with the entity engine. The framework folders I used were: - start - base - entity - geronimo

Re: xml escape problems

2010-02-28 Thread zhiyongcui
anyone could help me ? -- View this message in context: http://n4.nabble.com/xml-escape-problems-tp1571782p1573263.html Sent from the OFBiz - User mailing list archive at Nabble.com.