Re: every web appl has a 'websiteId' in the seed data why?

2011-08-02 Thread BJ Freeman
I ask this on the Dev a few months ago, Erwan de FERRIERES told me this is why. I am assuming that in a tenant mode this adds more flexibility. Hans Bakker sent the following on 8/1/2011 10:52 PM: We have a default theme in general.properties so website record not mandatory? On Mon,

Re: every web appl has a 'websiteId' in the seed data why?

2011-08-02 Thread Hans Bakker
I looked in the emaillist history and the only reason that came up is the definition of the theme. (i missed that thread) However, most webapps are backend applications which can use the general properties file when the website record is missing. The reason i want it removed is that in a

Re: every web appl has a 'websiteId' in the seed data why?

2011-08-02 Thread Nicolas Malin
I have the same opinion. The website data are useful for theme with tenant but not on seed data. Nicolas Le 02/08/2011 09:19, Hans Bakker a écrit : I looked in the emaillist history and the only reason that came up is the definition of the theme. (i missed that thread) However, most webapps

Re: every web appl has a 'websiteId' in the seed data why?

2011-08-02 Thread BJ Freeman
I know you used the web.xml to put in virtual host, but I opted to us the website entity for the same reason of tenants. this does not effect the trunk, but would conflict if websites were removed in commits. I hope what ever your doing take tenants into account. How ever a Tenant data load would

hello

2011-08-02 Thread vivek mishra
vivek mishra to user-request show details 5:02 pm Hello, Got an error while running ./startofbiz.sh command in apache-ofbiz-10.04 on linux. The error was: Exception in thread main java.net.BindException: Address already in use at java.net.PlainSocketImpl.socketBind(Native Method)

RE: hello

2011-08-02 Thread Hardik Handa
There is another application using the same port that Ofbiz uses i.e. 8080. U will need to shut that application down or you will need to change the ports on which Ofbiz runs. Regards, Hardik Handa hardik.ha...@hcl.com -Original Message- From: vivek mishra [mailto:vmvivek...@gmail.com]

Re: hello

2011-08-02 Thread BJ Freeman
look to see if tomcat is running. if so you will need to change the addresses ofbiz uses. go through the documentation on setup from the ofbiz main page. vivek mishra sent the following on 8/2/2011 4:37 AM: vivek mishra to user-request show details 5:02 pm Hello, Got an error while

Re: hello

2011-08-02 Thread vivek mishra
Thanks On Tue, Aug 2, 2011 at 5:07 PM, vivek mishra vmvivek...@gmail.com wrote: vivek mishra to user-request show details 5:02 pm Hello, Got an error while running ./startofbiz.sh command in apache-ofbiz-10.04 on linux. The error was: Exception in thread main java.net.BindException:

Re: hello

2011-08-02 Thread harish
or may be another reason, you have started the ofbiz using startofbiz.sh again you would've done the same, instead stop the ofbiz using stopofbiz.sh wait for a while and start again On Tue, Aug 2, 2011 at 5:08 PM, vivek mishra [via OFBiz] ml-node+3712047-658467471-256...@n4.nabble.com wrote:

Re: hello

2011-08-02 Thread prasanth r
hi vivek, is it rectified? thanks prasath rajan On Tue, Aug 2, 2011 at 5:29 PM, harish haveal...@gmail.com wrote: or may be another reason, you have started the ofbiz using startofbiz.sh again you would've done the same, instead stop the ofbiz using stopofbiz.sh wait for a while and start

HTML markup in database

2011-08-02 Thread Gavin Mabie
Hi I have added a visual-editor-enable=true element to the story field in the EditCustRequestItem form. The HTML markup is now saved in the database - but when I want to render the content ${custRequestItem.story} with an ftl-file the markup shows eg strongSomething/strong. How do I get rid

Re: every web appl has a 'websiteId' in the seed data why?

2011-08-02 Thread Hans Bakker
Ok I did some more study... the website records are not required unless a related productStore is required. we even could go that far to say that the websiteId in the web.xml is not required if the WebSite record is removed. Further I do not see a relation between Tenant and WebSite Nothing to

Re: every web appl has a 'websiteId' in the seed data why?

2011-08-02 Thread Jacques Le Roux
The websiteId in the web.xml files was a good information to have... (I mean to know that it can be used from there) Jacques From: Hans Bakker mailingl...@antwebsystems.com Ok I did some more study... the website records are not required unless a related productStore is required. we even

Re: every web appl has a 'websiteId' in the seed data why?

2011-08-02 Thread BJ Freeman
in Tenant you would need a property for each tenant. you can not change the the property default on the fly like you can using the website.visualThemeSetId to let that happen. So the Themes selection would not work. I personally would like to see the visualThemeSetId moved to preferences. it is

Re: Trunk demo

2011-08-02 Thread BJ Freeman
I get a hs_err_pid.log in ofbiz_home. if someone wants the full log email me I will forward it to them here is what I think is the pertintant data. Java Threads: ( = current thread ) 0x0a2e7400 JavaThread default-invoker-Thread-86709 [_thread_blocked, id=16516, stack(0x8d15f000,0x8d1b)]

Fwd: Re: Files missing in SVN

2011-08-02 Thread BJ Freeman
This was on the dev list did you not get it? Original Message Subject: Re: Files missing in SVN Date: Fri, 29 Jul 2011 11:28:01 -0500 From: Adam Heath doo...@brainfood.com Reply-To: d...@ofbiz.apache.org To: Sailaja Bitra saibi...@supezas.com CC: doo...@apache.org, dev

Re: HTML markup in database

2011-08-02 Thread Scott Gray
${StringUtil.wrapString(custRequestItem.story)} Regards Scott On 3/08/2011, at 3:43 AM, Gavin Mabie wrote: Hi I have added a visual-editor-enable=true element to the story field in the EditCustRequestItem form. The HTML markup is now saved in the database - but when I want to render

RE: HTML markup in database

2011-08-02 Thread Gavin Mabie
Thanks Scott! -Original Message- From: Scott Gray [mailto:scott.g...@hotwaxmedia.com] Sent: 03 August 2011 04:20 AM To: user@ofbiz.apache.org Subject: Re: HTML markup in database ${StringUtil.wrapString(custRequestItem.story)} Regards Scott On 3/08/2011, at 3:43 AM, Gavin Mabie wrote:

.gitignore

2011-08-02 Thread Sam Hamilton
Hi Devs, I know normally to get code committed to OFBiz you should open a JIRA but it seems a bit excessive when all I would like someone to do is add .DS_Store to the bottom of the .gitignore file Thanks for your help Sam

Re: ofbiz integration with Paypal Website Payment Pro

2011-08-02 Thread suman kar
No, I have not been able to fix this as stuck with other high priority tasks. It seems no body is using this otherwise we would have got few responses. On Wed, Jul 27, 2011 at 7:23 AM, varun bhansaly vbhans...@gmail.com wrote: Hi Suman, Were you able to get this working ? I had a similar