Re: @ofbizUrl, @ofbizContentUrl, and Uilabels are not working for CMS

2009-05-07 Thread sharad gupta
Hello Divesh, I think you are missing dataTemplateTypeId field in Data Resource entity. After using dataTemplateTypeId=FTL, *@ofbizUrl* and *@ofbizContentUrl* will work in ftl Thanks -- Sharad Gupta On Thu, Jan 1, 2004 at 9:08 AM, Divesh Dutta divesh.du...@hotwaxmedia.comwrote: Any views

Re: @ofbizUrl, @ofbizContentUrl, and Uilabels are not working for CMS

2009-05-07 Thread Divesh Dutta
Thanks Sharad, I was missing this. It worked. Regards -- Divesh sharad gupta wrote: Hello Divesh, I think you are missing dataTemplateTypeId field in Data Resource entity. After using dataTemplateTypeId=FTL, *@ofbizUrl* and *@ofbizContentUrl* will work in ftl Thanks -- Sharad Gupta On

Re: Change username at http://docs.ofbiz.org/

2009-05-07 Thread Alfredo Rueda
Yes. Thank you very much Jaques. jacques.le.roux wrote: Hi Alfredo, Do you want that we delete it, to allow you re-create one ? Jacques From: Alfredo Rueda alfredo.ru...@opentrends.net Hello! I have used my email as the username for ofbiz documentation site:

Re: Generating excel report

2009-05-07 Thread tanzeem.mb
Hi aswath thanks. I can now generate the reports using servlet and setting the mimetype.But I still got a problem with getting parameters using request.getParameter(attributename) My service definition is as below service name=crmsfa.reportServlet engine=java

Re: Change username at http://docs.ofbiz.org/

2009-05-07 Thread Jacques Le Roux
Alfredo, Trying to remove your username I get Alfredo Rueda Unsain can not be removed because he or she has authored content in one or more spaces. So to be able to remove your Confluence username I thought that coping your Axis2 page under my name in another place would be sufficient (done

Re: context object in Java ?

2009-05-07 Thread Mahesh Bachchan
I´m sorry, but I don´t understand the solution :-/ Do you have a example for me :-) Thanks Yours Mahesh On Mon, May 4, 2009 at 1:57 PM, abdullah shaikh abdullah.shaik...@gmail.com wrote: Hi Olivier, You can pass the context object to the java event/method from bsh and then

Re: Order status

2009-05-07 Thread madppiper
A screenshot to go along with the previous post... http://www.nabble.com/file/p23424425/OFBiz-%2BOrder%2BManager-%2BView%2BOrder_1241694167878.png -- View this message in context: http://www.nabble.com/Order-status-tp18605511p23424425.html Sent from the OFBiz - User mailing list archive at

Re: context object in Java ?

2009-05-07 Thread Mahesh Bachchan
Hello, I´m sorry, but I don´t understand the solution :-/ Do you have a example for me :-) Thanks Yours Mahesh Thank you for your answer, Abdullah ! Simple and easy solution... I was searching too far. Regards Olivier On Mon, May 4, 2009 at 1:57 PM, abdullah shaikh

Re: Error Adding Product Content

2009-05-07 Thread Jacques Le Roux
ant -helpproject is your friend (and if you even forget this one or another ant -help will tell you ;o) Jacques From: BJ Freeman bjf...@free-man.net when every you get the latest code it is best to: ant clean-all if you are using the embedded derby this remove the database completely. ant

Re: Generating excel report

2009-05-07 Thread aswath narayana
If i am correct, I think you have to use request.getAttribute(attributename); On Thu, May 7, 2009 at 2:56 PM, tanzeem.mb tanzeem...@hotmail.com wrote: Hi aswath thanks. I can now generate the reports using servlet and setting the mimetype.But I still got a problem with getting parameters

Re: Force language from a different locale

2009-05-07 Thread Jacques Le Roux
Hi Eric, Did you check also in general.properties ? locale.properties.fallback locales.available Jacques From: Eric DE MAULDE eric...@free.fr Hi Adrian, I've configured start.properties with : ofbiz.locale.default=fr Always I have the same problem ! Do you have another idea ? Thanks Eric

Re: How to stream excel object from java service method back to the browser

2009-05-07 Thread Jacques Le Roux
Also FAQ is your friend http://docs.ofbiz.org/display/OFBIZ/Export+to+Excel Jacques From: BJ Freeman bjf...@free-man.net you don't have to use POI. or be complicated. been doing this since html started you can create an ftl once it is completed it can be saved as an excel.

Re: Question about Email informations modelling in ContactMech

2009-05-07 Thread Jacques Le Roux
This is related to this concept http://docs.ofbiz.org/display/OFBTECH/General+Entity+Overview#GeneralEntityOverview-ExtensibilityPattern Jacques From: BJ Freeman bjf...@free-man.net to give an example take a look at ContactMechTypeAttr in ofbiz this is an entity. the name says it is an

parentCommEventId is never saved in CommunicationEvent entity for storeIncomingEmail service

2009-05-07 Thread Divesh Dutta
Hello all, I was tracing and debugging the code in storeIncomingEmail service in CommunicationEventServices.java (on rev. 772658). Steps I followed: -- Sent an outgoing mail from system . (say from abc@gmail.com) -- Then replied to this email id (incoming email) So reffering line no. 599

Re: Security error in Catalog. Trying to delete

2009-05-07 Thread Jacques Le Roux
I just had a look at this error. The error msg states it clearly Found URL parameter [productStoreId] passed to secure (https) request-map with uri [promo_deleteProductStorePromoAppl] with an event that calls service [deleteProductStorePromoAppl]; this is not allowed for security reasons! The

Re: Order status

2009-05-07 Thread madppiper
Still digging. Got rid of the above errros (obviously, my ShipmentServices.xml file war erroneous). Now I am left with this one: 2009-05-07 20:03:01,128 (http-0.0.0.0-8443-3) [ ModelService.java:545:ERROR] [ModelService.validate] : {createPaymentApplication} : (IN) Required test error:

2nd edBPM 2009 - extension of submission date May, 22nd

2009-05-07 Thread Adrian Paschke
Dear Colleagues Please be informed that, in response to numerous requests for extension of the submission deadline, the BPM 2009 Steering Committee has decided on an extended date for workshop paper submissions. For better consistency and improved synchronization among all BPM 2009

Re: Order status

2009-05-07 Thread madppiper
I'm beginning to think that I should just stop posting... Isn't there anybody familiar with the payment process? -- View this message in context: http://www.nabble.com/Order-status-tp18605511p23433931.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Order status

2009-05-07 Thread Jacques Le Roux
Hi Paul, Actually I believe people think that you have your own problem and it's not related to OFBiz OOTB. So people think they can't help. I may be wrong... ON the other hand, if you have formerly identifed a bug please open a Jira issue and attach a patch if you have one. Thanks Jacques

Re: Order status

2009-05-07 Thread BJ Freeman
or your not posting the whole thread and not one wants to trace back to all the messages. madppiper sent the following on 5/7/2009 12:52 PM: I'm beginning to think that I should just stop posting... Isn't there anybody familiar with the payment process? -- BJ Freeman

Re: Order status

2009-05-07 Thread Adrian Crum
Don't forget that this is a community of volunteers. If your emails aren't replied to quickly enough, perhaps you should consider hiring one of the service providers to help you. -Adrian madppiper wrote: I'm beginning to think that I should just stop posting... Isn't there anybody familiar

Re: Order status

2009-05-07 Thread Jacques Le Roux
So true most of the time! Note that Paul uses Nabble. So it's easier than usual (when people cut threads) to follow. But yes you have to use the link. Sometimes though it's easier than reading messages with a lot of ;o) Jacques From: BJ Freeman bjf...@free-man.net or your not posting the

Re: Order status

2009-05-07 Thread BJ Freeman
Just figure I should not have to hunting or clicking around to help someone. But that is my thing. :D Jacques Le Roux sent the following on 5/7/2009 2:02 PM: So true most of the time! Note that Paul uses Nabble. So it's easier than usual (when people cut threads) to follow. But yes you have to

Re: Order status

2009-05-07 Thread Jacques Le Roux
From: BJ Freeman bjf...@free-man.net Just figure I should not have to hunting or clicking around to help someone. Yes I agree But that is my thing. I agree too :o) Jacques :D Jacques Le Roux sent the following on 5/7/2009 2:02 PM: So true most of the time! Note that Paul uses Nabble.

Re: Resolved webtools/control/view/ModelInduceFromDb error

2009-05-07 Thread Jacques Le Roux
Hi BJ, A bit late, sorry. Did you open a page for that finally ? Thanks Jacques From: BJ Freeman bjf...@free-man.net I don't believe it to be my error, Jacques. I don't believe that one expects to have to view the source of a web page to get their data. it was not displayed so you could see

Re: Order status

2009-05-07 Thread David E Jones
Whatever the case, if you make it as easy as possible for people to understand your question and recommend an answer someone will be more likely to do so. If you don't put much effort into describing context and your specific problem, and if applicable things like steps to reproduce and

Re: Resolved webtools/control/view/ModelInduceFromDb error

2009-05-07 Thread BJ Freeman
got side tracked by trying to do something fancy. guess I will just make it simple and put in the jira. :D Jacques Le Roux sent the following on 5/7/2009 4:03 PM: Hi BJ, A bit late, sorry. Did you open a page for that finally ? Thanks Jacques From: BJ Freeman bjf...@free-man.net I

How to import a xml data file from command line

2009-05-07 Thread Cimballi
Hi, Is there any tool or ant task to import a single data file from the command line ? Thanks, Cimballi

Re: How to import a xml data file from command line

2009-05-07 Thread Hans Bakker
To list the ant tasks: ./ant -p regards, Hans On Thu, 2009-05-07 at 19:22 -0500, Cimballi wrote: Hi, Is there any tool or ant task to import a single data file from the command line ? Thanks, Cimballi -- Antwebsystems.com: Quality OFBiz services for competitive rates

Re: Resolved webtools/control/view/ModelInduceFromDb error

2009-05-07 Thread BJ Freeman
done https://issues.apache.org/jira/browse/OFBIZ-2432 BJ Freeman sent the following on 5/7/2009 4:50 PM: got side tracked by trying to do something fancy. guess I will just make it simple and put in the jira. :D Jacques Le Roux sent the following on 5/7/2009 4:03 PM: Hi BJ, A bit late,

Re: How to import a xml data file from command line

2009-05-07 Thread Cimballi
Thanks Hans, I knew this command. In fact I was looking for this : run-install-file On Thu, May 7, 2009 at 7:25 PM, Hans Bakker mailingl...@antwebsystems.comwrote: To list the ant tasks: ./ant -p regards, Hans On Thu, 2009-05-07 at 19:22 -0500, Cimballi wrote: Hi, Is there any

Re: How to import a xml data file from command line

2009-05-07 Thread Ashish Vijaywargiya
Here you go. ant run-install-file -Ddata-file=${location_of_xml_file} -- Ashish Vijaywargiya Cimballi wrote: Thanks Hans, I knew this command. In fact I was looking for this : run-install-file smime.p7s Description: S/MIME Cryptographic Signature