Re: Tuckeys urlrewriter adding extra slash

2009-06-12 Thread lns_lns
Hi, I'm still having no success experience with this problem... Can someone help me, maybe with another url rewriting engine? Basically i want to add the "/control/" by forwarding. Additionally I'd like to replace the "~param=" manually, statically... I would really appreciate some help here! I

Re: Problems with OFBiz

2009-06-12 Thread Dmitri Pissarenko
Thanks!

Re: Problems with OFBiz

2009-06-12 Thread BJ Freeman
guess that needs to be added to the download page there are many logins. also update the readme to include the same info. the admin is the top userID admin password ofbiz Dmitri Pissarenko sent the following on 6/12/2009 12:24 PM: > Hello! > > Thanks, that worked. Now I can access some applicati

Re: Problems with OFBiz

2009-06-12 Thread BJ Freeman
doing a http://localhost:8080/ will give you a default blank page by defualt. if you want some thing to show on http://localhost:8080/ you must configure it in the webapp [mount-point="/ecommerce"] part of the ofbiz-component.xml Tim Ruppert sent the following on 6/12/2009 12:07 PM: > Did you st

getting problem with opaning of .pdf file in iframe

2009-06-12 Thread AAG03
I just want to know how to call the .pdf file with iframe in ofbiz. I have used following code to call it. with that method .pdf file is opening only in .html pages but not in offbiz files (.jsp). Many thanks in advance, Anil. -- View this message in context: http://www.nabble.com/getting

Re: Problems with OFBiz

2009-06-12 Thread Dmitri Pissarenko
Hello! Thanks, that worked. Now I can access some applications. But what is the default user name and password? Thanks in advance Dmitri

Re: Problems with OFBiz

2009-06-12 Thread Rob Schapper
To access ofbiz you need to use the localhost:8080 address with the application for example: localhost:8080/ecommerce -- OOTB e-commerce site localhost:8080/catalog -- Takes you to the catalog manager. The blank page typically means that you have not pointed to a correct address but that th

Re: Problems with OFBiz

2009-06-12 Thread Dmitri Pissarenko
Hello! 2009/6/12 Tim Ruppert : > Did you start up the application?  That step is missing from your message > here. Yes, I started the application by running startofbiz.bat. There weren't any error messages in the command line window. Best regards Dmitri

Re: Problems with OFBiz

2009-06-12 Thread Tim Ruppert
Did you start up the application? That step is missing from your message here. Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 - "Dmitri Pissarenko" wrote: > Hello! > > I downloaded ofbiz-rel9.04-2009-06-12-v784041, extracted the archive >

Re: Getting NullPointerException as Delegator is NULL

2009-06-12 Thread BJ Freeman
a delegator is the way to communicate with the stored data. therefore it can not be null. it must be, what is defined in the entityengine.xml, or in web.xml. as a helper the web.xml defines the Default delegator that is used if no delegator when none is defined, when part of a webapp. GenericDeleg

RE: Premature end of file

2009-06-12 Thread SELC Sales Div
Hi BJ, OK, I will do that. Thanks. Charles TJ -Original Message- From: BJ Freeman [mailto:bjf...@free-man.net] Sent: 12 Juni 2009 17:17 To: user@ofbiz.apache.org Subject: Re: Premature end of file if you have knowledge of the book and want to field question here I don't see a problem

Re: Getting NullPointerException as Delegator is NULL

2009-06-12 Thread jillas
Hi Ashish After doing the change as you specified, getting the error as following: Exception in thread "main" java.lang.ExceptionInInitializerError at org.ofbiz.base.util.Debug.(Debug.java:86) at org.ofbiz.entity.GenericDelegator.getGenericDelegator(GenericDelegator.ja

Re: Getting NullPointerException as Delegator is NULL

2009-06-12 Thread Ashish Vijaywargiya
Here you are assigning null value to GenericDelegator object and then you are trying to fetch the values using null. Please try following line to get "default" delegator object: GenericDelegator delegator = GenericDelegator.getGenericDelegator(null); -- Ashish jillas wrote: Hi I have in

Re: Getting NullPointerException as Delegator is NULL

2009-06-12 Thread BJ Freeman
look in the code for using the default delegator. lots of examples. jillas sent the following on 6/12/2009 3:34 AM: > Hi > > I have inserted one record in the tabe and trying to retreive the rows > from the table. While retreving the table rows getting the following is the > code and the erro

Getting NullPointerException as Delegator is NULL

2009-06-12 Thread jillas
Hi I have inserted one record in the tabe and trying to retreive the rows from the table. While retreving the table rows getting the following is the code and the error we faced is getting NullPointerException as Delegator is NULL, we want to run this program from standalone system. import o

Re: Premature end of file

2009-06-12 Thread BJ Freeman
if you have knowledge of the book and want to field question here I don't see a problem with that. SELC Sales Div sent the following on 6/12/2009 1:26 AM: > Hi Zhou Zhou, > > What is delivery method that you choose? > > Besides, pls write direct to my email address, > I think it is not appropri

RE: Premature end of file

2009-06-12 Thread SELC Sales Div
Hi Zhou Zhou, What is delivery method that you choose? Besides, pls write direct to my email address, I think it is not appropriate to put it in this mailing list. Thanks. Charles TJ -Original Message- From: onwind [mailto:onwin...@gmail.com] Sent: 12 Juni 2009 10:02 To: user@ofbiz.ap