Re: dummies guide to using content component?

2009-05-11 Thread snowch
Hi BJ, I don't think there is enough information in the wiki to even get me started! Many thanks, Chris BJ Freeman wrote: Your welcome to document you trek in the learning cycle so the next one can benefit from your experience. snowch sent the following on 5/10/2009 8:11 PM: Hi

Calling a webservice over https

2009-05-11 Thread Torstein Hegbom
I have got a wsdl and a https-adress and would like to create event-classes in OFBiz. From org.ofbiz.accounting.thridparty I understand how to pass parameters over http, and redirect the call to the http-client. The question is how to a similar call using a soap-client over https? -- View

Violation of PRIMARY KEY constraint 'PK_SERVER_HIT'. Cannot insert duplicate key in object 'ofbiz.SERVER_HIT'

2009-05-11 Thread snowch
Hi Forum, I am receiving the following error message. I think it's because I have a number of requests hitting the same resource at the same time. For the moment, I have removed the primarykey from the SERVER_HIT table. Any ideas? Many thanks in advance. Chris stack trace

Re: How to give id for a field in form widget

2009-05-11 Thread Rishi Solanki
Hi Ravindra, field id-name=existingNameId name=existingName title=Existing Name widget-style=checkboxcheck/field From your code reference it seems that you are using check box in the form widget. The concept is like that, whenever you write any tag in the Form Widget then the attributes it

Performance issues

2009-05-11 Thread snowch
Hi Forum, My application needs to serve images to users but each image request is checked to ensure the user has permission to view the image. To do this, I have created a custom bsh servlet to serve the images for a ftl page (which are included using tags). There can be 20 to 30 images per

Data model question: shipment_route_segment - vehicle link

2009-05-11 Thread Deyan Tsvetanov
Hi there, I have a question regarding the ofbiz data model. There is a relationship shipped_using between shipment_route_segment and fixed_asset ( vehicle ) in The Book. However in the ofbiz data model there isn't any vehicle relationship between from either shipment_route_segment or

Re: Data model question: shipment_route_segment - vehicle link

2009-05-11 Thread Deyan Tsvetanov
P.S. I'm sorry , forgot to include the details ... The book - pages 178 - 181 ( Shipment Routing and Shipment Vehicle ). On Mon, 2009-05-11 at 23:32 +0300, Deyan Tsvetanov wrote: Hi there, I have a question regarding the ofbiz data model. There is a relationship shipped_using

Re: Performance issues

2009-05-11 Thread BJ Freeman
Start with memory allocation, then CPU usage. Also check if you have the cache turned on other thing you can do on you page is put a start and stop time that shows page load time. see if this is the same as the real time you experience. there also could be some ways for streamlining your code

Re: Data model question: shipment_route_segment - vehicle link

2009-05-11 Thread BJ Freeman
you will notice on page 179 that a vehicle is a sub type of Fixed Assets. so if the enterprise owns the vehicle, the Fixed asset is assigned to the ship using. otherwise it is shipvia using a carrier ship method look on page 217 fixed asset assignments. Deyan Tsvetanov sent the following on

Re: Performance issues

2009-05-11 Thread Harmeet Bedi
For us the following worked - Look at cache.properties. Change that to cache information. In default dev friendly environment xml documents for forms/screens are parsed almost on each request - We were serving images from a remote location. The way ofbiz was serving images was Browser - Ofbiz -

Re: Data model question: shipment_route_segment - vehicle link

2009-05-11 Thread BJ Freeman
as a side note the book says the reason for a vehicle entity it to track in its location. Since an asset also needs to be tracked for it location that is why ofbiz uses the asset. few months ago some added entities were connected to the assets for give lon/lat so the tracking is also done thru

Re: No login page in Webtools

2009-05-11 Thread Ravindra Mandre
Hi Adrian , Nice turn , I will go for party component :-) Ravindra Mandre On Fri, May 8, 2009 at 7:43 PM, Adrian Crum adri...@hlmksw.com wrote: I changed my bookmarks to take me to the Example component. -Adrian BJ Freeman wrote: it would be nice. for now I just change the url to