Re: Marketing component documentation

2012-07-30 Thread Jacques Le Roux
Yes, sorry, was more a rant, not directed against you actually :D Could you elaborate your question then? I guess you want to send promotionals emails to subscribed users? Then I don't know how this relates to OFBiz user ML. Maybe others have opinions. ideas? Jacques From: Deepak Agarwal

Re: Problem with Primary Key String

2012-07-30 Thread Robert G.
The interesting thing is, that when I want to update (not delete) the attribute...it works fine, but when I want delet, than it does not work, cause of th +-signs. The only difference is, that there is a hyperlink used to send the parameter (for delete) to the service. By updating the data, there

RE: Still getting started but question about 'startofbiz.sh'

2012-07-30 Thread Ted Byers
-Original Message- From: Adrian Crum [mailto:adrian.c...@sandglass-software.com] Sent: July-29-12 9:06 PM To: user@ofbiz.apache.org Subject: Re: Still getting started but question about 'startofbiz.sh' It sounds to me like you have everything working properly. -Adrian Thanks

RE: Still getting started but question about 'startofbiz.sh'

2012-07-30 Thread Gil Portenseigne
Hi, Just do : sh startofbiz.sh Then you can exit the terminal. To stop, use the stopofbiz.sh script. Gil Le lundi 30 juillet 2012 à 08:15 -0400, Ted Byers a écrit : -Original Message- From: Adrian Crum [mailto:adrian.c...@sandglass-software.com] Sent: July-29-12 9:06 PM

Re: Problem with Primary Key String

2012-07-30 Thread Robert G.
ok, it seems, that the form data is handled different when I use a submit button instead of a hyperlink with paramer: field name=submitButton title=${uiLabelMap.CommonUpdate} widget-style=smallSubmitsubmit button-type=button//field *-- this one sends the parameter from database as they are

RE: Still getting started but question about 'startofbiz.sh'

2012-07-30 Thread Ted Byers
-Original Message- From: Gil Portenseigne [mailto:gil.portensei...@nereide.fr] Sent: July-30-12 8:28 AM To: user@ofbiz.apache.org Subject: RE: Still getting started but question about 'startofbiz.sh' Hi, Just do : sh startofbiz.sh Then you can exit the terminal. To

Re: Still getting started but question about 'startofbiz.sh'

2012-07-30 Thread Jacques Le Roux
rather ./sh startofbiz.sh though You may also have a look at rc.ofbiz* files (in tools folder for trunk and R12.04, else in root folder) Jacques From: Gil Portenseigne gil.portensei...@nereide.fr Hi, Just do : sh startofbiz.sh Then you can exit the terminal. To stop, use the

Re: Problem with Primary Key String

2012-07-30 Thread Jacques Le Roux
A just a bet here, because I have no time to look at it. I could be related to an old SEO mechanims which was using + in eCommerce urls prod categories and products. It's 100% a guess, and 1% sure Jacques From: Robert G. g...@mercon24.de ok, it seems, that the form data is handled different

Re: Problem with Primary Key String

2012-07-30 Thread Robert G.
mhh, I use CategoryScreens.xml ... it is a backend view, not the ecommerce. I talked about ecommerce, cause I show these values in ecommerce, but storing, updating, or deletion is done in backend...this function is allready ootb in ofbiz (on category -- attributes), so thats why i am wondering.

RE: Still getting started but question about 'startofbiz.sh'

2012-07-30 Thread Ted Byers
-Original Message- From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] Sent: July-30-12 9:18 AM To: user@ofbiz.apache.org Subject: Re: Still getting started but question about 'startofbiz.sh' rather ./sh startofbiz.sh though You may also have a look at rc.ofbiz*

Re: Still getting started but question about 'startofbiz.sh'

2012-07-30 Thread Gil Portenseigne
Le lundi 30 juillet 2012 à 15:18 +0200, Jacques Le Roux a écrit : rather ./sh startofbiz.sh though Did you mean ./startofbiz.sh ? I do not understand the ./sh thing... :-) gil You may also have a look at rc.ofbiz* files (in tools folder for trunk and R12.04, else in root folder)

Re: Liferay and OFBiz

2012-07-30 Thread SelmaoO
Hello, Thx Aakash for your rapide answer...I've seen this link, it is not clear! For example when I navigate with this URL: http://your_host_name/webtools/control/ServiceList (my host is localhost: 8443) I got this error 1 - in the browser org.ofbiz.webapp.control.RequestHandlerException: Unknown

Re: Still getting started but question about 'startofbiz.sh'

2012-07-30 Thread Jacques Le Roux
From: Gil Portenseigne gil.portensei...@nereide.fr Le lundi 30 juillet 2012 à 15:18 +0200, Jacques Le Roux a écrit : rather ./sh startofbiz.sh though Did you mean ./startofbiz.sh ? I do not understand the ./sh thing... :-) Right Gil, I meant of course: sh ./startofbiz.sh Sorry for the

Re: Liferay and OFBiz

2012-07-30 Thread Carsten Schinzer
AFAIK Liferay is a Portal Server following JSR 168. OFBiz has it's own Portal capabilities outside this JSR. So I do doubt whether there is any meaningful and useful way to integrate Liferay as a OFBiz application in hot-deploy or convert all OFBiz applications into JSR-168 Portlets otherwise. I

Re: Problem with Primary Key String

2012-07-30 Thread Mike
Just a comment. In all the years I've been dealing with databases, it was never considered good practice (and has always been avoided) to have a space character in any primary key, although technically it should work. It looks like you discovered an edge case in ofbiz. Even if you manage to

Re: Still getting started but question about 'startofbiz.sh'

2012-07-30 Thread Carsten Schinzer
Gil, go get some Linux basics for Server operations. ./sh will invoke a separate shell (runtime environment) for your ofbiz instance will send it to background processing Make sure, you have your logfiles under control before you start hiding things from a console. Basically you should keep +

How to print SQL statement execute by Delegator

2012-07-30 Thread 李明洋
Hello everybody: Is there an option to print SQL statement executed by Delegator for debug ? thanks

Re: Liferay and OFBiz

2012-07-30 Thread SelmaoO
Hello Carsten, you are right... so, we can create a portlet as a GUI of Ofbiz? In fact, my project concerns to find a way to make liferay (a portlet shopping) and ofbiz to communicate with each such a manner that ofbiz (its CRM module) takes some member information registred in liferay to treat

Re: Problem with Primary Key String

2012-07-30 Thread Robert G.
Ok Thank you, I will follow this advice! -- View this message in context: http://ofbiz.135035.n4.nabble.com/Problem-with-Primary-Key-String-tp4635353p4635384.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Still getting started but question about 'startofbiz.sh'

2012-07-30 Thread Gil Portenseigne
Hi Le lundi 30 juillet 2012 à 16:46 +0200, Carsten Schinzer a écrit : Gil, go get some Linux basics for Server operations. ./sh will invoke a separate shell (runtime environment) for your ofbiz instance I do not agree with that, it will try to launch a script called sh in current

Re: Still getting started but question about 'startofbiz.sh'

2012-07-30 Thread Jacques Le Roux
Carsten Schinzer wrote: Gil, go get some Linux basics for Server operations. ./sh will invoke a separate shell (runtime environment) for your ofbiz instance will send it to background processing Make sure, you have your logfiles under control before you start hiding things from a console.

Re: Still getting started but question about 'startofbiz.sh'

2012-07-30 Thread Carsten Schinzer
Apologies for this one. You are of course right with ./sh And my mail was damn arrogant. Blame on me. I will check the link Jacques sent over. 2012/7/30 Gil Portenseigne gil.portensei...@nereide.fr Hi Le lundi 30 juillet 2012 à 16:46 +0200, Carsten Schinzer a écrit : Gil, go get some

Re: Liferay and OFBiz

2012-07-30 Thread Carsten Schinzer
Well the advice would be: - you can check all the functionality you would want provided from the OFBiz system (assuming that will pre-exist ?). Maybe you do some research on the trunk version of ecommerce application ? - for all the functionality that you would want to use from

RE: Liferay and OFBiz

2012-07-30 Thread Larry Smith
I would be interested in portal integration with OFBiz.. As an aside, I am curious if anyone has pursued migrating UI to JSF 2 and/or providing an complete web service interface for all OFBiz features.. -Original Message- From: Carsten Schinzer [mailto:c.schin...@gmail.com] Sent:

ant start start.properties on 12.04 on linux

2012-07-30 Thread Nicolas Malin
Hi, I try to use configuration file introduce by issue OFBIZ-4793 https://issues.apache.org/jira/browse/OFBIZ-4793 and new build target start introduce by Jacopo. After load my configuration on framework/start/src/org/ofbiz/base/start/start.properties, when I run ant start my configuration

Form Field show information from different entities

2012-07-30 Thread Robert G.
Hello, in a form widget I want to show information from *two* entities. in my screen definition I can call each entity like: /entity-condition entity-name=ProductCategoryAttribute list=categoryAttributes condition-expr field-name=productCategoryId from-field=productCategoryId/

Re: Form Field show information from different entities

2012-07-30 Thread Nicolas Malin
Do you search to make an entity-view on your tow entites and after make your entity-condition on it ? view-entity entity-name=ProductCategoryAttributeAndFacetView member-alias .. ProductCategoryAttribute/ member-alias .. ProductCategoryFacet/ alias-all/ view link ... key-map

Re: Form Field show information from different entities

2012-07-30 Thread Robert G.
mhh, ok a view-entity looks easier as I thougt before :) thanks, I will try it this way. -- View this message in context: http://ofbiz.135035.n4.nabble.com/Form-Field-show-information-from-different-entities-tp4635391p4635393.html Sent from the OFBiz - User mailing list archive at

Re: Form Field show information from different entities

2012-07-30 Thread Deepak Agarwal
Hey Robert, Could you please explain what facets are here. Like categoryFacets . What is the significance, I mean how should I think them as. On Tue, Jul 31, 2012 at 2:16 AM, Robert G. g...@mercon24.de wrote: mhh, ok a view-entity looks easier as I thougt before :) thanks, I will try it

Re: Form Field show information from different entities

2012-07-30 Thread Robert G.
Its sth how Solr names a function. I just named it CategoryFacet, cause I show it in my category, but it is like a product filter. example: product 1 productspecification: resolution = XGA and size = 19 product 2 productspecification: resolution = WXGA and size = 20 product 3

Re: Form Field show information from different entities

2012-07-30 Thread Robert G.
Sorry I forgot to point out, that with a click on the filter (or doing a solr query), only the remaining products (not only the counter). It differs on your configuration, whcih product information you can get from solr. -- View this message in context:

Re: OfBiz Installation

2012-07-30 Thread SelmaoO
Hello, I didn't install ofbiz with SVN(eg:TortoiseSVN) but from his officiel site http://ofbiz.apache.org/download.html; the last version 10.04.02but i didn't know how can i install it...can anyone show me the procedure. cheers. selma. - Don't allow yourself to wake up with

Re: OfBiz Installation

2012-07-30 Thread Pierre Smits
Selma, You might have a look at: https://cwiki.apache.org/OFBTECH/apache-ofbiz-technical-production-setup-guide.html Regards, Pierre 2012/7/31 SelmaoO selma.e...@gmail.com Hello, I didn't install ofbiz with SVN(eg:TortoiseSVN) but from his officiel site

Re: Form Field show information from different entities

2012-07-30 Thread Robert G.
@Malin Nicolas thank you, I just tried it, and it works how I wanted to. Thanks Malin Nicolas wrote Do you search to make an entity-view on your tow entites and after make your entity-condition on it ? view-entity entity-name=ProductCategoryAttributeAndFacetView member-alias ..